@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* line 1, app/assets/stylesheets/base/_admin.scss */
.turbo-progress-bar {
  height: 5px;
  background-color: #00ac69;
}

/* line 6, app/assets/stylesheets/base/_admin.scss */
section.wrapper {
  background-image: linear-gradient(180deg, #0094F5 0%, #005BE8 100%);
}

/* line 8, app/assets/stylesheets/base/_admin.scss */
section.wrapper.half {
  height: 50vh;
}

/* line 13, app/assets/stylesheets/base/_admin.scss */
section.bg-gray {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50vh;
  width: 100%;
  background-color: #F0F4FA;
}

/* line 20, app/assets/stylesheets/base/_admin.scss */
section.bg-gray.full {
  display: none;
}

/* line 25, app/assets/stylesheets/base/_admin.scss */
#sun-logo {
  background: url(/assets/sun-grey-3e90e15e6b333277404c0f9dc3ecb394150998d78cac348b01b693dfb6b6a9c7.png) no-repeat top right;
  height: 574px;
  width: 404px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 34, app/assets/stylesheets/base/_admin.scss */
#administrations {
  margin-top: 15vh;
}

@media screen and (max-width: 991px) {
  /* line 34, app/assets/stylesheets/base/_admin.scss */
  #administrations {
    margin-top: 4vh;
  }
}

@media screen and (min-width: 1441px) {
  /* line 34, app/assets/stylesheets/base/_admin.scss */
  #administrations {
    margin-top: 24vh;
  }
}

/* line 45, app/assets/stylesheets/base/_admin.scss */
#administrations .card {
  height: 169px;
  max-height: 169px;
  min-width: 275px;
  max-width: 275px;
}

@media screen and (max-width: 991px) {
  /* line 45, app/assets/stylesheets/base/_admin.scss */
  #administrations .card {
    margin: 2.2rem !important;
  }
}

/* line 55, app/assets/stylesheets/base/_admin.scss */
#administrations .card h1 {
  height: 57px;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  /* line 55, app/assets/stylesheets/base/_admin.scss */
  #administrations .card h1 {
    padding-top: 15px;
  }
}

/* line 68, app/assets/stylesheets/base/_admin.scss */
.team-yellow {
  background-color: #ecce45;
}

/* line 69, app/assets/stylesheets/base/_admin.scss */
.team-green {
  background-color: #8ac03b;
}

/* line 70, app/assets/stylesheets/base/_admin.scss */
.team-blue {
  background-color: #0061f2;
}

/* line 71, app/assets/stylesheets/base/_admin.scss */
.team-red {
  background-color: #bb2726;
}

/* line 72, app/assets/stylesheets/base/_admin.scss */
.team-purple {
  background-color: #581278;
}

/* line 74, app/assets/stylesheets/base/_admin.scss */
.team-yellow, .team-green, .team-blue, .team-red, .team-purple {
  color: white;
}

/* line 76, app/assets/stylesheets/base/_admin.scss */
.team-yellow a, .team-green a, .team-blue a, .team-red a, .team-purple a {
  color: white;
}

/* line 78, app/assets/stylesheets/base/_admin.scss */
.team-yellow a:hover, .team-green a:hover, .team-blue a:hover, .team-red a:hover, .team-purple a:hover {
  color: #0061f2;
}

/* line 83, app/assets/stylesheets/base/_admin.scss */
#camper-attendance img {
  width: 150px;
  height: auto;
}

/* line 89, app/assets/stylesheets/base/_admin.scss */
.approved-logo {
  height: 50px;
  width: 50px;
}

/* line 94, app/assets/stylesheets/base/_admin.scss */
#days_report_camper_id + span.select2 {
  min-height: 45px !important;
}

/* line 98, app/assets/stylesheets/base/_admin.scss */
#days_report_camper_id + .select2 .selection .select2-selection {
  min-height: 45px !important;
}

/*!
* Start Bootstrap - SB Admin Pro v1.3.0 (https://shop.startbootstrap.com/product/sb-admin-pro)
* Copyright 2013-2020 Start Bootstrap
* Licensed under SEE_LICENSE (https://github.com/StartBootstrap/sb-admin-pro/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 13, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
:root {
  --blue: #0061f2;
  --indigo: #5800e8;
  --purple: #6900c7;
  --pink: #e30059;
  --red: #e81500;
  --orange: #f76400;
  --yellow: #f4e166;
  --green: #00ac69;
  --teal: #00ba94;
  --cyan: #00cfd5;
  --white: #fff;
  --gray: #69707a;
  --gray-dark: #363d47;
  --primary: #0061f2;
  --secondary: #6900c7;
  --success: #4cc554;
  --info: #00cfd5;
  --warning: #f4e166;
  --danger: #e81500;
  --light: #f2f6fc;
  --dark: #212832;
  --black: #000;
  --white: #fff;
  --red: #e81500;
  --orange: #f76400;
  --yellow: #f4e166;
  --green: #00ac69;
  --teal: #00ba94;
  --cyan: #00cfd5;
  --blue: #0061f2;
  --indigo: #5800e8;
  --purple: #6900c7;
  --pink: #e30059;
  --red-soft: #f1e0e3;
  --orange-soft: #f3e7e3;
  --yellow-soft: #f2eee3;
  --green-soft: #daefed;
  --teal-soft: #daf0f2;
  --cyan-soft: #daf2f8;
  --blue-soft: #dae7fb;
  --indigo-soft: #e3ddfa;
  --purple-soft: #e4ddf7;
  --pink-soft: #f1ddec;
  --primary-soft: #dae7fb;
  --secondary-soft: #e4ddf7;
  --success-soft: #daefed;
  --info-soft: #daf2f8;
  --warning-soft: #f2eee3;
  --danger-soft: #f1e0e3;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: 'Chelsea Market', "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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 73, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 79, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 86, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 90, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
body {
  margin: 0;
  font-family: 'Chelsea Market', "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: #69707a;
  text-align: left;
  background-color: #f2f6fc;
}

/* line 101, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 105, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 111, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 116, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 132, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 138, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 145, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 152, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
dt {
  font-weight: 500;
}

/* line 156, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 165, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
b,
strong {
  font-weight: bolder;
}

/* line 170, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
small {
  font-size: 80%;
}

/* line 174, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 182, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
sub {
  bottom: -0.25em;
}

/* line 186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
sup {
  top: -0.5em;
}

/* line 190, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a {
  color: #0061f2;
  text-decoration: none;
  background-color: transparent;
}

/* line 195, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a:hover {
  color: #0042a6;
  text-decoration: underline;
}

/* line 200, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

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

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

/* line 217, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 224, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
figure {
  margin: 0 0 1rem;
}

/* line 228, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 238, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
table {
  border-collapse: collapse;
}

/* line 242, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a7aeb8;
  text-align: left;
  caption-side: bottom;
}

/* line 250, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 260, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button {
  border-radius: 0;
}

/* line 264, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 269, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 280, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button,
input {
  overflow: visible;
}

/* line 285, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button,
select {
  text-transform: none;
}

/* line 290, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[role=button] {
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
select {
  word-wrap: normal;
}

/* line 298, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* line 305, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 312, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

/* line 326, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 331, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 338, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 350, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
progress {
  vertical-align: baseline;
}

/* line 354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 368, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 373, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
output {
  display: inline-block;
}

/* line 377, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 382, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
template {
  display: none;
}

/* line 386, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[hidden] {
  display: none !important;
}

/* line 390, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #363d47;
}

/* line 398, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h1, .h1 {
  font-size: 1.5rem;
}

/* line 402, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h2, .h2 {
  font-size: 1.4rem;
}

/* line 406, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h3, .h3 {
  font-size: 1.3rem;
}

/* line 410, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h4, .h4 {
  font-size: 1.2rem;
}

/* line 414, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h5, .h5 {
  font-size: 1.1rem;
}

/* line 418, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 422, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lead {
  font-size: 1.1rem;
  font-weight: 400;
}

/* line 427, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.display-1 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 433, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 451, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 458, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 470, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 475, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 480, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-inline-item {
  display: inline-block;
}

/* line 483, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 487, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 492, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #69707a;
}

/* line 502, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.blockquote-footer::before {
  content: "— ";
}

/* line 506, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 511, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f2f6fc;
  border: 1px solid #d4dae3;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

/* line 520, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.figure {
  display: inline-block;
}

/* line 524, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 529, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.figure-caption {
  font-size: 90%;
  color: #69707a;
}

/* line 534, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
code {
  font-size: 87.5%;
  color: #e30059;
  word-wrap: break-word;
}

/* line 539, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a > code {
  color: inherit;
}

/* line 543, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212832;
  border-radius: 0.25rem;
}

/* line 550, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}

/* line 556, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #69707a;
}

/* line 561, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 567, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 572, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 592, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

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

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

@media (min-width: 1500px) {
  /* line 607, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}

/* line 611, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 618, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 622, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 628, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 641, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 667, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 672, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 683, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 688, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 693, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 698, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 708, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 713, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 718, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 728, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 738, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 743, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-first {
  order: -1;
}

/* line 747, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-last {
  order: 13;
}

/* line 751, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-0 {
  order: 0;
}

/* line 755, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-1 {
  order: 1;
}

/* line 759, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-2 {
  order: 2;
}

/* line 763, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-3 {
  order: 3;
}

/* line 767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-4 {
  order: 4;
}

/* line 771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-5 {
  order: 5;
}

/* line 775, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-6 {
  order: 6;
}

/* line 779, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-7 {
  order: 7;
}

/* line 783, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-8 {
  order: 8;
}

/* line 787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-9 {
  order: 9;
}

/* line 791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-10 {
  order: 10;
}

/* line 795, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-11 {
  order: 11;
}

/* line 799, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.order-12 {
  order: 12;
}

/* line 803, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 807, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 815, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 819, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 823, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 831, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 835, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 839, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 843, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 848, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 859, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 869, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 874, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 879, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 884, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 890, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 895, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 900, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 910, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 915, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 920, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 925, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 930, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 935, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 950, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 954, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 958, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 962, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 966, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 970, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 978, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 982, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 986, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 990, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 994, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 1002, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 1006, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 1010, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1014, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1018, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1022, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1026, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1030, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1034, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1038, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1042, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1050, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1054, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 1059, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1075, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1080, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1085, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1090, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1095, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1101, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1106, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1111, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1116, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1121, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1126, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1131, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1136, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1151, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1156, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1165, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1169, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1177, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1185, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1193, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1197, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1213, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1217, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1221, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1225, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1237, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1241, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1245, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1249, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1253, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1257, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1261, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1265, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 1270, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1281, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1286, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1291, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1296, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1301, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1312, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1322, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1327, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1332, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1337, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1342, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1347, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1352, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1357, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1362, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1367, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1372, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1376, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1380, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1384, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1388, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1396, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1400, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1404, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1408, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1420, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1424, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1428, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1432, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1436, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1444, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1448, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1452, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1456, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1468, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1472, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1476, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1481, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1487, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1492, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1502, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1507, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1512, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1517, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1528, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1533, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1538, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1543, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1548, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1553, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1558, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1563, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1568, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1573, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1578, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1583, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1591, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1595, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1603, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1607, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1611, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1615, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1619, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1623, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1627, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1631, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1635, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1639, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1643, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1651, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1655, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1659, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1663, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1667, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1675, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1679, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1683, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1500px) {
  /* line 1692, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1698, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1708, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1713, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1718, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1728, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1739, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1744, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1754, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1759, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1764, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1769, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1774, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1779, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1784, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1794, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 1798, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-last {
    order: 13;
  }
  /* line 1802, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-0 {
    order: 0;
  }
  /* line 1806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 1810, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 1814, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 1818, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 1822, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 1826, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 1830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 1834, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 1838, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 1842, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 1846, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 1850, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 1854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1858, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1862, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1866, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1870, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1874, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1882, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1886, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1890, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1894, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1898, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 1902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #69707a;
}

/* line 1907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0e5ec;
}

/* line 1913, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e5ec;
}

/* line 1917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table tbody + tbody {
  border-top: 2px solid #e0e5ec;
}

/* line 1921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1926, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-bordered {
  border: 1px solid #e0e5ec;
}

/* line 1929, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e0e5ec;
}

/* line 1933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1938, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1949, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover tbody tr:hover {
  color: #69707a;
  background-color: rgba(224, 229, 236, 0.25);
}

/* line 1954, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d3fb;
}

/* line 1959, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aadf8;
}

/* line 1966, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-primary:hover {
  background-color: #a0c4fa;
}

/* line 1969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a0c4fa;
}

/* line 1974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d5b8ef;
}

/* line 1979, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b17ae2;
}

/* line 1986, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-secondary:hover {
  background-color: #c9a3ea;
}

/* line 1989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c9a3ea;
}

/* line 1994, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e8d5;
}

/* line 1999, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad4b1;
}

/* line 2006, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-success:hover {
  background-color: #a5e2ca;
}

/* line 2009, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5e2ca;
}

/* line 2014, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f2f3;
}

/* line 2019, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ae6e9;
}

/* line 2026, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-info:hover {
  background-color: #a2eeef;
}

/* line 2029, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2eeef;
}

/* line 2034, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce5b8;
}

/* line 2039, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f9ce7a;
}

/* line 2046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-warning:hover {
  background-color: #fbdca0;
}

/* line 2049, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbdca0;
}

/* line 2054, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9bdb8;
}

/* line 2059, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f3857a;
}

/* line 2066, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-danger:hover {
  background-color: #f7a7a0;
}

/* line 2069, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f7a7a0;
}

/* line 2074, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfe;
}

/* line 2079, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8fafd;
}

/* line 2086, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-light:hover {
  background-color: #e7edf9;
}

/* line 2089, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e7edf9;
}

/* line 2094, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c3c6;
}

/* line 2099, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8f94;
}

/* line 2106, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-dark:hover {
  background-color: #b4b6ba;
}

/* line 2109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b6ba;
}

/* line 2114, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}

/* line 2119, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

/* line 2126, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-black:hover {
  background-color: #ababab;
}

/* line 2129, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

/* line 2134, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 2139, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 2146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 2149, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 2154, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-red,
.table-red > th,
.table-red > td {
  background-color: #f9bdb8;
}

/* line 2159, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #f3857a;
}

/* line 2166, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-red:hover {
  background-color: #f7a7a0;
}

/* line 2169, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f7a7a0;
}

/* line 2174, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fdd4b8;
}

/* line 2179, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #fbae7a;
}

/* line 2186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-orange:hover {
  background-color: #fcc59f;
}

/* line 2189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #fcc59f;
}

/* line 2194, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fce5b8;
}

/* line 2199, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #f9ce7a;
}

/* line 2206, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-yellow:hover {
  background-color: #fbdca0;
}

/* line 2209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fbdca0;
}

/* line 2214, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-green,
.table-green > th,
.table-green > td {
  background-color: #b8e8d5;
}

/* line 2219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #7ad4b1;
}

/* line 2226, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-green:hover {
  background-color: #a5e2ca;
}

/* line 2229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #a5e2ca;
}

/* line 2234, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #b8ece1;
}

/* line 2239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #7adbc7;
}

/* line 2246, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-teal:hover {
  background-color: #a4e7d9;
}

/* line 2249, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #a4e7d9;
}

/* line 2254, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #b8f2f3;
}

/* line 2259, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #7ae6e9;
}

/* line 2266, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-cyan:hover {
  background-color: #a2eeef;
}

/* line 2269, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th {
  background-color: #a2eeef;
}

/* line 2274, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8d3fb;
}

/* line 2279, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7aadf8;
}

/* line 2286, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-blue:hover {
  background-color: #a0c4fa;
}

/* line 2289, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a0c4fa;
}

/* line 2294, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d0b8f9;
}

/* line 2299, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #a87af3;
}

/* line 2306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-indigo:hover {
  background-color: #c0a0f7;
}

/* line 2309, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #c0a0f7;
}

/* line 2314, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d5b8ef;
}

/* line 2319, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b17ae2;
}

/* line 2326, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-purple:hover {
  background-color: #c9a3ea;
}

/* line 2329, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c9a3ea;
}

/* line 2334, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f7b8d1;
}

/* line 2339, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f07aa9;
}

/* line 2346, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-pink:hover {
  background-color: #f4a1c2;
}

/* line 2349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #f4a1c2;
}

/* line 2354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-red-soft,
.table-red-soft > th,
.table-red-soft > td {
  background-color: #fbf6f7;
}

/* line 2359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-red-soft th,
.table-red-soft td,
.table-red-soft thead th,
.table-red-soft tbody + tbody {
  border-color: #f8eff0;
}

/* line 2366, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-red-soft:hover {
  background-color: #f3e4e7;
}

/* line 2369, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-red-soft:hover > td,
.table-hover .table-red-soft:hover > th {
  background-color: #f3e4e7;
}

/* line 2374, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-orange-soft,
.table-orange-soft > th,
.table-orange-soft > td {
  background-color: #fcf8f7;
}

/* line 2379, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-orange-soft th,
.table-orange-soft td,
.table-orange-soft thead th,
.table-orange-soft tbody + tbody {
  border-color: #f9f3f0;
}

/* line 2386, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-orange-soft:hover {
  background-color: #f5e8e4;
}

/* line 2389, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-orange-soft:hover > td,
.table-hover .table-orange-soft:hover > th {
  background-color: #f5e8e4;
}

/* line 2394, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-yellow-soft,
.table-yellow-soft > th,
.table-yellow-soft > td {
  background-color: #fbfaf7;
}

/* line 2399, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-yellow-soft th,
.table-yellow-soft td,
.table-yellow-soft thead th,
.table-yellow-soft tbody + tbody {
  border-color: #f8f6f0;
}

/* line 2406, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-yellow-soft:hover {
  background-color: #f3efe6;
}

/* line 2409, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-yellow-soft:hover > td,
.table-hover .table-yellow-soft:hover > th {
  background-color: #f3efe6;
}

/* line 2414, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-green-soft,
.table-green-soft > th,
.table-green-soft > td {
  background-color: #f5fbfa;
}

/* line 2419, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-green-soft th,
.table-green-soft td,
.table-green-soft thead th,
.table-green-soft tbody + tbody {
  border-color: #ecf7f6;
}

/* line 2426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-green-soft:hover {
  background-color: #e3f4f1;
}

/* line 2429, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-green-soft:hover > td,
.table-hover .table-green-soft:hover > th {
  background-color: #e3f4f1;
}

/* line 2434, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-teal-soft,
.table-teal-soft > th,
.table-teal-soft > td {
  background-color: #f5fbfb;
}

/* line 2439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-teal-soft th,
.table-teal-soft td,
.table-teal-soft thead th,
.table-teal-soft tbody + tbody {
  border-color: #ecf7f8;
}

/* line 2446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-teal-soft:hover {
  background-color: #e3f4f4;
}

/* line 2449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-teal-soft:hover > td,
.table-hover .table-teal-soft:hover > th {
  background-color: #e3f4f4;
}

/* line 2454, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-cyan-soft,
.table-cyan-soft > th,
.table-cyan-soft > td {
  background-color: #f5fbfd;
}

/* line 2459, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-cyan-soft th,
.table-cyan-soft td,
.table-cyan-soft thead th,
.table-cyan-soft tbody + tbody {
  border-color: #ecf8fb;
}

/* line 2466, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-cyan-soft:hover {
  background-color: #e0f3f9;
}

/* line 2469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-cyan-soft:hover > td,
.table-hover .table-cyan-soft:hover > th {
  background-color: #e0f3f9;
}

/* line 2474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-blue-soft,
.table-blue-soft > th,
.table-blue-soft > td {
  background-color: #f5f8fe;
}

/* line 2479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-blue-soft th,
.table-blue-soft td,
.table-blue-soft thead th,
.table-blue-soft tbody + tbody {
  border-color: #ecf3fd;
}

/* line 2486, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-blue-soft:hover {
  background-color: #dee8fc;
}

/* line 2489, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-blue-soft:hover > td,
.table-hover .table-blue-soft:hover > th {
  background-color: #dee8fc;
}

/* line 2494, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-indigo-soft,
.table-indigo-soft > th,
.table-indigo-soft > td {
  background-color: #f7f5fe;
}

/* line 2499, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-indigo-soft th,
.table-indigo-soft td,
.table-indigo-soft thead th,
.table-indigo-soft tbody + tbody {
  border-color: #f0edfc;
}

/* line 2506, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-indigo-soft:hover {
  background-color: #e4defc;
}

/* line 2509, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-indigo-soft:hover > td,
.table-hover .table-indigo-soft:hover > th {
  background-color: #e4defc;
}

/* line 2514, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-purple-soft,
.table-purple-soft > th,
.table-purple-soft > td {
  background-color: #f7f5fd;
}

/* line 2519, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-purple-soft th,
.table-purple-soft td,
.table-purple-soft thead th,
.table-purple-soft tbody + tbody {
  border-color: #f1edfb;
}

/* line 2526, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-purple-soft:hover {
  background-color: #e6e0f9;
}

/* line 2529, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-purple-soft:hover > td,
.table-hover .table-purple-soft:hover > th {
  background-color: #e6e0f9;
}

/* line 2534, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-pink-soft,
.table-pink-soft > th,
.table-pink-soft > td {
  background-color: #fbf5fa;
}

/* line 2539, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-pink-soft th,
.table-pink-soft td,
.table-pink-soft thead th,
.table-pink-soft tbody + tbody {
  border-color: #f8edf5;
}

/* line 2546, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-pink-soft:hover {
  background-color: #f4e3f1;
}

/* line 2549, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-pink-soft:hover > td,
.table-hover .table-pink-soft:hover > th {
  background-color: #f4e3f1;
}

/* line 2554, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-primary-soft,
.table-primary-soft > th,
.table-primary-soft > td {
  background-color: #f5f8fe;
}

/* line 2559, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-primary-soft th,
.table-primary-soft td,
.table-primary-soft thead th,
.table-primary-soft tbody + tbody {
  border-color: #ecf3fd;
}

/* line 2566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-primary-soft:hover {
  background-color: #dee8fc;
}

/* line 2569, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-primary-soft:hover > td,
.table-hover .table-primary-soft:hover > th {
  background-color: #dee8fc;
}

/* line 2574, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-secondary-soft,
.table-secondary-soft > th,
.table-secondary-soft > td {
  background-color: #f7f5fd;
}

/* line 2579, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-secondary-soft th,
.table-secondary-soft td,
.table-secondary-soft thead th,
.table-secondary-soft tbody + tbody {
  border-color: #f1edfb;
}

/* line 2586, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-secondary-soft:hover {
  background-color: #e6e0f9;
}

/* line 2589, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-secondary-soft:hover > td,
.table-hover .table-secondary-soft:hover > th {
  background-color: #e6e0f9;
}

/* line 2594, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-success-soft,
.table-success-soft > th,
.table-success-soft > td {
  background-color: #f5fbfa;
}

/* line 2599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-success-soft th,
.table-success-soft td,
.table-success-soft thead th,
.table-success-soft tbody + tbody {
  border-color: #ecf7f6;
}

/* line 2606, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-success-soft:hover {
  background-color: #e3f4f1;
}

/* line 2609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-success-soft:hover > td,
.table-hover .table-success-soft:hover > th {
  background-color: #e3f4f1;
}

/* line 2614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-info-soft,
.table-info-soft > th,
.table-info-soft > td {
  background-color: #f5fbfd;
}

/* line 2619, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-info-soft th,
.table-info-soft td,
.table-info-soft thead th,
.table-info-soft tbody + tbody {
  border-color: #ecf8fb;
}

/* line 2626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-info-soft:hover {
  background-color: #e0f3f9;
}

/* line 2629, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-info-soft:hover > td,
.table-hover .table-info-soft:hover > th {
  background-color: #e0f3f9;
}

/* line 2634, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-warning-soft,
.table-warning-soft > th,
.table-warning-soft > td {
  background-color: #fbfaf7;
}

/* line 2639, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-warning-soft th,
.table-warning-soft td,
.table-warning-soft thead th,
.table-warning-soft tbody + tbody {
  border-color: #f8f6f0;
}

/* line 2646, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-warning-soft:hover {
  background-color: #f3efe6;
}

/* line 2649, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-warning-soft:hover > td,
.table-hover .table-warning-soft:hover > th {
  background-color: #f3efe6;
}

/* line 2654, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-danger-soft,
.table-danger-soft > th,
.table-danger-soft > td {
  background-color: #fbf6f7;
}

/* line 2659, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-danger-soft th,
.table-danger-soft td,
.table-danger-soft thead th,
.table-danger-soft tbody + tbody {
  border-color: #f8eff0;
}

/* line 2666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-danger-soft:hover {
  background-color: #f3e4e7;
}

/* line 2669, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-danger-soft:hover > td,
.table-hover .table-danger-soft:hover > th {
  background-color: #f3e4e7;
}

/* line 2674, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(224, 229, 236, 0.25);
}

/* line 2680, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-active:hover {
  background-color: rgba(208, 216, 226, 0.25);
}

/* line 2683, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(208, 216, 226, 0.25);
}

/* line 2688, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table .thead-dark th {
  color: rgba(255, 255, 255, 0.65);
  background-color: #363d47;
  border-color: #47505d;
}

/* line 2693, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table .thead-light th {
  color: #4a515b;
  background-color: #e0e5ec;
  border-color: #e0e5ec;
}

/* line 2699, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark {
  color: rgba(255, 255, 255, 0.65);
  background-color: #363d47;
}

/* line 2703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #47505d;
}

/* line 2708, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 2711, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2714, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-dark.table-hover tbody tr:hover {
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

@media (max-width: 1499.98px) {
  /* line 2764, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2770, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

/* line 2774, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-responsive, .datatable {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2780, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-responsive > .table-bordered, .datatable > .table-bordered {
  border: 0;
}

/* line 2784, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c5ccd6;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2800, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-control {
    transition: none;
  }
}

/* line 2804, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2808, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #69707a;
}

/* line 2812, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control:focus {
  color: #69707a;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 2819, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control::-moz-placeholder {
  color: #a7aeb8;
  opacity: 1;
}

/* line 2823, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control:-ms-input-placeholder {
  color: #a7aeb8;
  opacity: 1;
}

/* line 2827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control::placeholder {
  color: #a7aeb8;
  opacity: 1;
}

/* line 2831, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e0e5ec;
  opacity: 1;
}

/* line 2836, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
input.form-control[type=date],
input.form-control[type=time],
input.form-control[type=datetime-local],
input.form-control[type=month] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2845, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
select.form-control:focus::-ms-value {
  color: #69707a;
  background-color: #fff;
}

/* line 2850, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2856, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

/* line 2864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-form-label-lg {
  padding-top: calc(1.125rem + 1px);
  padding-bottom: calc(1.125rem + 1px);
  font-size: 1rem;
  line-height: 1;
}

/* line 2871, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.75rem;
  line-height: 1;
}

/* line 2878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #69707a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2890, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2895, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-sm {
  height: calc(1em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.25rem;
}

/* line 2903, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-lg {
  height: calc(1em + 2.25rem + 2px);
  padding: 1.125rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.5rem;
}

/* line 2911, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2915, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
textarea.form-control {
  height: auto;
}

/* line 2919, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 2923, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2928, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2934, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2946, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2951, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #a7aeb8;
}

/* line 2955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2959, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2972, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00ac69;
}

/* line 2980, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 172, 105, 0.9);
  border-radius: 0.35rem;
}

/* line 2996, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 3003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00ac69;
  padding-right: calc(1em + 1.75rem);
  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='%2300ac69' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.4375rem) center;
  background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

/* line 3011, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00ac69;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.25);
}

/* line 3016, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1em + 1.75rem);
  background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem);
}

/* line 3021, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00ac69;
  padding-right: calc(0.75em + 3.4375rem);
  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='%23363d47' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, 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='%2300ac69' 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") #fff no-repeat center right 2.125rem/calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

/* line 3026, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00ac69;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.25);
}

/* line 3031, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00ac69;
}

/* line 3034, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 3040, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00ac69;
}

/* line 3043, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00ac69;
}

/* line 3046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00df88;
  background-color: #00df88;
}

/* line 3050, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.25);
}

/* line 3053, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00ac69;
}

/* line 3057, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00ac69;
}

/* line 3060, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00ac69;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.25);
}

/* line 3065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e81500;
}

/* line 3073, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(232, 21, 0, 0.9);
  border-radius: 0.35rem;
}

/* line 3089, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 3096, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e81500;
  padding-right: calc(1em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e81500' 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='%23e81500' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.4375rem) center;
  background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

/* line 3104, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e81500;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.25);
}

/* line 3109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1em + 1.75rem);
  background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem);
}

/* line 3114, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e81500;
  padding-right: calc(0.75em + 3.4375rem);
  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='%23363d47' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e81500' 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='%23e81500' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.125rem/calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

/* line 3119, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e81500;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.25);
}

/* line 3124, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e81500;
}

/* line 3127, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 3133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e81500;
}

/* line 3136, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e81500;
}

/* line 3139, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff311c;
  background-color: #ff311c;
}

/* line 3143, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.25);
}

/* line 3146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e81500;
}

/* line 3150, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e81500;
}

/* line 3153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e81500;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.25);
}

/* line 3158, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 3163, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 3167, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 3173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 3180, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 3185, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 3188, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 3192, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 3199, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 3206, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 3210, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 3215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #69707a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.875rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3234, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .btn {
    transition: none;
  }
}

/* line 3238, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn:hover {
  color: #69707a;
  text-decoration: none;
}

/* line 3242, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 3246, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 3249, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 3252, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 3257, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 3262, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0052cc;
  border-color: #004dbf;
}

/* line 3267, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0052cc;
  border-color: #004dbf;
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

/* line 3273, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 3278, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004dbf;
  border-color: #0047b2;
}

/* line 3283, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

/* line 3287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary {
  color: #fff;
  background-color: #581278;
  border-color: #581278;
}

/* line 3292, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5500a1;
  border-color: #4e0094;
}

/* line 3297, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5500a1;
  border-color: #4e0094;
  box-shadow: 0 0 0 0.2rem rgba(128, 38, 207, 0.5);
}

/* line 3303, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 3308, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4e0094;
  border-color: #470087;
}

/* line 3313, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 38, 207, 0.5);
}

/* line 3317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 3322, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success:hover {
  color: #fff;
  background-color: #008652;
  border-color: #00794a;
}

/* line 3327, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #008652;
  border-color: #00794a;
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 128, 0.5);
}

/* line 3333, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 3338, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00794a;
  border-color: #006c42;
}

/* line 3343, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 128, 0.5);
}

/* line 3347, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 3352, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info:hover {
  color: #fff;
  background-color: #00aaaf;
  border-color: #009da2;
}

/* line 3357, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00aaaf;
  border-color: #009da2;
  box-shadow: 0 0 0 0.2rem rgba(38, 214, 219, 0.5);
}

/* line 3363, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 3368, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #009da2;
  border-color: #009195;
}

/* line 3373, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 214, 219, 0.5);
}

/* line 3377, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 3382, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ce8800;
  border-color: #c17f00;
}

/* line 3387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ce8800;
  border-color: #c17f00;
  box-shadow: 0 0 0 0.2rem rgba(246, 175, 38, 0.5);
}

/* line 3393, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 3398, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c17f00;
  border-color: #b47700;
}

/* line 3403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 175, 38, 0.5);
}

/* line 3407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 3412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c21200;
  border-color: #b51000;
}

/* line 3417, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c21200;
  border-color: #b51000;
  box-shadow: 0 0 0 0.2rem rgba(235, 56, 38, 0.5);
}

/* line 3423, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 3428, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b51000;
  border-color: #a80f00;
}

/* line 3433, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 56, 38, 0.5);
}

/* line 3437, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-light {
  color: #212832;
  background-color: #f2f6fc;
  border-color: #f2f6fc;
}

/* line 3442, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-light:hover {
  color: #212832;
  background-color: #d3e0f5;
  border-color: #c9d9f2;
}

/* line 3447, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-light:focus, .btn-light.focus {
  color: #212832;
  background-color: #d3e0f5;
  border-color: #c9d9f2;
  box-shadow: 0 0 0 0.2rem rgba(211, 215, 222, 0.5);
}

/* line 3453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212832;
  background-color: #f2f6fc;
  border-color: #f2f6fc;
}

/* line 3458, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212832;
  background-color: #c9d9f2;
  border-color: #bed2f0;
}

/* line 3463, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 215, 222, 0.5);
}

/* line 3467, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-dark {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

/* line 3472, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #12161b;
  border-color: #0d0f13;
}

/* line 3477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #12161b;
  border-color: #0d0f13;
  box-shadow: 0 0 0 0.2rem rgba(66, 72, 81, 0.5);
}

/* line 3483, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

/* line 3488, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0d0f13;
  border-color: #08090c;
}

/* line 3493, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 72, 81, 0.5);
}

/* line 3497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 3502, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 3507, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 3513, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 3518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-black:not(:disabled):not(.disabled):active, .btn-black.active:not(:disabled):not(.disabled), .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 3523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black.active:not(:disabled):not(.disabled):focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 3527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white {
  color: #212832;
  background-color: #fff;
  border-color: #fff;
}

/* line 3532, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white:hover {
  color: #212832;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 3537, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white:focus, .btn-white.focus {
  color: #212832;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 223, 224, 0.5);
}

/* line 3543, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #212832;
  background-color: #fff;
  border-color: #fff;
}

/* line 3548, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #212832;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 3553, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 223, 224, 0.5);
}

/* line 3557, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 3562, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red:hover {
  color: #fff;
  background-color: #c21200;
  border-color: #b51000;
}

/* line 3567, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #c21200;
  border-color: #b51000;
  box-shadow: 0 0 0 0.2rem rgba(235, 56, 38, 0.5);
}

/* line 3573, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 3578, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red:not(:disabled):not(.disabled):active, .btn-red.active:not(:disabled):not(.disabled), .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #b51000;
  border-color: #a80f00;
}

/* line 3583, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red.active:not(:disabled):not(.disabled):focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 56, 38, 0.5);
}

/* line 3587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange {
  color: #fff;
  background-color: #f76400;
  border-color: #f76400;
}

/* line 3592, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange:hover {
  color: #fff;
  background-color: #d15500;
  border-color: #c44f00;
}

/* line 3597, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #d15500;
  border-color: #c44f00;
  box-shadow: 0 0 0 0.2rem rgba(248, 123, 38, 0.5);
}

/* line 3603, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #f76400;
  border-color: #f76400;
}

/* line 3608, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange.active:not(:disabled):not(.disabled), .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c44f00;
  border-color: #b74a00;
}

/* line 3613, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 123, 38, 0.5);
}

/* line 3617, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 3622, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow:hover {
  color: #fff;
  background-color: #ce8800;
  border-color: #c17f00;
}

/* line 3627, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
  background-color: #ce8800;
  border-color: #c17f00;
  box-shadow: 0 0 0 0.2rem rgba(246, 175, 38, 0.5);
}

/* line 3633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 3638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow.active:not(:disabled):not(.disabled), .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #c17f00;
  border-color: #b47700;
}

/* line 3643, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 175, 38, 0.5);
}

/* line 3647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 3652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green:hover {
  color: #fff;
  background-color: #008652;
  border-color: #00794a;
}

/* line 3657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #008652;
  border-color: #00794a;
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 128, 0.5);
}

/* line 3663, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 3668, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green:not(:disabled):not(.disabled):active, .btn-green.active:not(:disabled):not(.disabled), .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #00794a;
  border-color: #006c42;
}

/* line 3673, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green.active:not(:disabled):not(.disabled):focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 128, 0.5);
}

/* line 3677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal {
  color: #fff;
  background-color: #00ba94;
  border-color: #00ba94;
}

/* line 3682, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal:hover {
  color: #fff;
  background-color: #009476;
  border-color: #00876b;
}

/* line 3687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal:focus, .btn-teal.focus {
  color: #fff;
  background-color: #009476;
  border-color: #00876b;
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 164, 0.5);
}

/* line 3693, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #00ba94;
  border-color: #00ba94;
}

/* line 3698, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal.active:not(:disabled):not(.disabled), .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #00876b;
  border-color: #007a61;
}

/* line 3703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 164, 0.5);
}

/* line 3707, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 3712, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan:hover {
  color: #fff;
  background-color: #00aaaf;
  border-color: #009da2;
}

/* line 3717, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
  background-color: #00aaaf;
  border-color: #009da2;
  box-shadow: 0 0 0 0.2rem rgba(38, 214, 219, 0.5);
}

/* line 3723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 3728, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan.active:not(:disabled):not(.disabled), .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #009da2;
  border-color: #009195;
}

/* line 3733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 214, 219, 0.5);
}

/* line 3737, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 3742, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue:hover {
  color: #fff;
  background-color: #0052cc;
  border-color: #004dbf;
}

/* line 3747, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #0052cc;
  border-color: #004dbf;
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

/* line 3753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 3758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue.active:not(:disabled):not(.disabled), .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #004dbf;
  border-color: #0047b2;
}

/* line 3763, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

/* line 3767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo {
  color: #fff;
  background-color: #5800e8;
  border-color: #5800e8;
}

/* line 3772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo:hover {
  color: #fff;
  background-color: #4900c2;
  border-color: #4500b5;
}

/* line 3777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #4900c2;
  border-color: #4500b5;
  box-shadow: 0 0 0 0.2rem rgba(113, 38, 235, 0.5);
}

/* line 3783, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #5800e8;
  border-color: #5800e8;
}

/* line 3788, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo.active:not(:disabled):not(.disabled), .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #4500b5;
  border-color: #4000a8;
}

/* line 3793, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 38, 235, 0.5);
}

/* line 3797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 3802, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #5500a1;
  border-color: #4e0094;
}

/* line 3807, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5500a1;
  border-color: #4e0094;
  box-shadow: 0 0 0 0.2rem rgba(128, 38, 207, 0.5);
}

/* line 3813, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 3818, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple.active:not(:disabled):not(.disabled), .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4e0094;
  border-color: #470087;
}

/* line 3823, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 38, 207, 0.5);
}

/* line 3827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink {
  color: #fff;
  background-color: #e30059;
  border-color: #e30059;
}

/* line 3832, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink:hover {
  color: #fff;
  background-color: #bd004a;
  border-color: #b00045;
}

/* line 3837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #bd004a;
  border-color: #b00045;
  box-shadow: 0 0 0 0.2rem rgba(231, 38, 114, 0.5);
}

/* line 3843, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e30059;
  border-color: #e30059;
}

/* line 3848, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink.active:not(:disabled):not(.disabled), .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #b00045;
  border-color: #a30040;
}

/* line 3853, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 38, 114, 0.5);
}

/* line 3857, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red-soft {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 3862, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red-soft:hover {
  color: #212832;
  background-color: #e5c6cb;
  border-color: #e1bdc3;
}

/* line 3867, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red-soft:focus, .btn-red-soft.focus {
  color: #212832;
  background-color: #e5c6cb;
  border-color: #e1bdc3;
  box-shadow: 0 0 0 0.2rem rgba(210, 196, 200, 0.5);
}

/* line 3873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red-soft.disabled, .btn-red-soft:disabled {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 3878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red-soft:not(:disabled):not(.disabled):active, .btn-red-soft.active:not(:disabled):not(.disabled), .show > .btn-red-soft.dropdown-toggle {
  color: #212832;
  background-color: #e1bdc3;
  border-color: #ddb4bb;
}

/* line 3883, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-red-soft:not(:disabled):not(.disabled):active:focus, .btn-red-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-red-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 196, 200, 0.5);
}

/* line 3887, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange-soft {
  color: #212832;
  background-color: #f3e7e3;
  border-color: #f3e7e3;
}

/* line 3892, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange-soft:hover {
  color: #212832;
  background-color: #e8d0c8;
  border-color: #e4c8bf;
}

/* line 3897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange-soft:focus, .btn-orange-soft.focus {
  color: #212832;
  background-color: #e8d0c8;
  border-color: #e4c8bf;
  box-shadow: 0 0 0 0.2rem rgba(212, 202, 200, 0.5);
}

/* line 3903, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange-soft.disabled, .btn-orange-soft:disabled {
  color: #212832;
  background-color: #f3e7e3;
  border-color: #f3e7e3;
}

/* line 3908, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange-soft:not(:disabled):not(.disabled):active, .btn-orange-soft.active:not(:disabled):not(.disabled), .show > .btn-orange-soft.dropdown-toggle {
  color: #212832;
  background-color: #e4c8bf;
  border-color: #e0c1b6;
}

/* line 3913, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-orange-soft:not(:disabled):not(.disabled):active:focus, .btn-orange-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-orange-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 202, 200, 0.5);
}

/* line 3917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow-soft {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 3922, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow-soft:hover {
  color: #212832;
  background-color: #e6dec9;
  border-color: #e2d9c0;
}

/* line 3927, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow-soft:focus, .btn-yellow-soft.focus {
  color: #212832;
  background-color: #e6dec9;
  border-color: #e2d9c0;
  box-shadow: 0 0 0 0.2rem rgba(211, 208, 200, 0.5);
}

/* line 3933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow-soft.disabled, .btn-yellow-soft:disabled {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 3938, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow-soft:not(:disabled):not(.disabled):active, .btn-yellow-soft.active:not(:disabled):not(.disabled), .show > .btn-yellow-soft.dropdown-toggle {
  color: #212832;
  background-color: #e2d9c0;
  border-color: #ded4b7;
}

/* line 3943, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-yellow-soft:not(:disabled):not(.disabled):active:focus, .btn-yellow-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-yellow-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 208, 200, 0.5);
}

/* line 3947, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green-soft {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 3952, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green-soft:hover {
  color: #212832;
  background-color: #bfe3e0;
  border-color: #b6e0dc;
}

/* line 3957, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green-soft:focus, .btn-green-soft.focus {
  color: #212832;
  background-color: #bfe3e0;
  border-color: #b6e0dc;
  box-shadow: 0 0 0 0.2rem rgba(190, 209, 209, 0.5);
}

/* line 3963, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green-soft.disabled, .btn-green-soft:disabled {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 3968, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green-soft:not(:disabled):not(.disabled):active, .btn-green-soft.active:not(:disabled):not(.disabled), .show > .btn-green-soft.dropdown-toggle {
  color: #212832;
  background-color: #b6e0dc;
  border-color: #addcd7;
}

/* line 3973, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-green-soft:not(:disabled):not(.disabled):active:focus, .btn-green-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-green-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 209, 209, 0.5);
}

/* line 3977, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal-soft {
  color: #212832;
  background-color: #daf0f2;
  border-color: #daf0f2;
}

/* line 3982, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal-soft:hover {
  color: #212832;
  background-color: #bee5e8;
  border-color: #b4e1e5;
}

/* line 3987, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal-soft:focus, .btn-teal-soft.focus {
  color: #212832;
  background-color: #bee5e8;
  border-color: #b4e1e5;
  box-shadow: 0 0 0 0.2rem rgba(190, 210, 213, 0.5);
}

/* line 3993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal-soft.disabled, .btn-teal-soft:disabled {
  color: #212832;
  background-color: #daf0f2;
  border-color: #daf0f2;
}

/* line 3998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal-soft:not(:disabled):not(.disabled):active, .btn-teal-soft.active:not(:disabled):not(.disabled), .show > .btn-teal-soft.dropdown-toggle {
  color: #212832;
  background-color: #b4e1e5;
  border-color: #abdde1;
}

/* line 4003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-teal-soft:not(:disabled):not(.disabled):active:focus, .btn-teal-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-teal-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 210, 213, 0.5);
}

/* line 4007, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan-soft {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4012, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan-soft:hover {
  color: #212832;
  background-color: #bae7f2;
  border-color: #afe3f0;
}

/* line 4017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan-soft:focus, .btn-cyan-soft.focus {
  color: #212832;
  background-color: #bae7f2;
  border-color: #afe3f0;
  box-shadow: 0 0 0 0.2rem rgba(190, 212, 218, 0.5);
}

/* line 4023, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan-soft.disabled, .btn-cyan-soft:disabled {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4028, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan-soft:not(:disabled):not(.disabled):active, .btn-cyan-soft.active:not(:disabled):not(.disabled), .show > .btn-cyan-soft.dropdown-toggle {
  color: #212832;
  background-color: #afe3f0;
  border-color: #a4dfee;
}

/* line 4033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-cyan-soft:not(:disabled):not(.disabled):active:focus, .btn-cyan-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-cyan-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 212, 218, 0.5);
}

/* line 4037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue-soft {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 4042, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue-soft:hover {
  color: #212832;
  background-color: #b7d1f7;
  border-color: #acc9f6;
}

/* line 4047, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue-soft:focus, .btn-blue-soft.focus {
  color: #212832;
  background-color: #b7d1f7;
  border-color: #acc9f6;
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 221, 0.5);
}

/* line 4053, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue-soft.disabled, .btn-blue-soft:disabled {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 4058, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue-soft:not(:disabled):not(.disabled):active, .btn-blue-soft.active:not(:disabled):not(.disabled), .show > .btn-blue-soft.dropdown-toggle {
  color: #fff;
  background-color: #acc9f6;
  border-color: #a0c2f5;
}

/* line 4063, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-blue-soft:not(:disabled):not(.disabled):active:focus, .btn-blue-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-blue-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 221, 0.5);
}

/* line 4067, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo-soft {
  color: #212832;
  background-color: #e3ddfa;
  border-color: #e3ddfa;
}

/* line 4072, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo-soft:hover {
  color: #fff;
  background-color: #c8bcf5;
  border-color: #beb1f3;
}

/* line 4077, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo-soft:focus, .btn-indigo-soft.focus {
  color: #fff;
  background-color: #c8bcf5;
  border-color: #beb1f3;
  box-shadow: 0 0 0 0.2rem rgba(198, 194, 220, 0.5);
}

/* line 4083, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo-soft.disabled, .btn-indigo-soft:disabled {
  color: #212832;
  background-color: #e3ddfa;
  border-color: #e3ddfa;
}

/* line 4088, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo-soft:not(:disabled):not(.disabled):active, .btn-indigo-soft.active:not(:disabled):not(.disabled), .show > .btn-indigo-soft.dropdown-toggle {
  color: #fff;
  background-color: #beb1f3;
  border-color: #b5a5f2;
}

/* line 4093, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-indigo-soft:not(:disabled):not(.disabled):active:focus, .btn-indigo-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-indigo-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 194, 220, 0.5);
}

/* line 4097, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple-soft {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 4102, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple-soft:hover {
  color: #fff;
  background-color: #cbbef0;
  border-color: #c3b4ed;
}

/* line 4107, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple-soft:focus, .btn-purple-soft.focus {
  color: #fff;
  background-color: #cbbef0;
  border-color: #c3b4ed;
  box-shadow: 0 0 0 0.2rem rgba(199, 194, 217, 0.5);
}

/* line 4113, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple-soft.disabled, .btn-purple-soft:disabled {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 4118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple-soft:not(:disabled):not(.disabled):active, .btn-purple-soft.active:not(:disabled):not(.disabled), .show > .btn-purple-soft.dropdown-toggle {
  color: #fff;
  background-color: #c3b4ed;
  border-color: #bba9eb;
}

/* line 4123, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-purple-soft:not(:disabled):not(.disabled):active:focus, .btn-purple-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-purple-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 194, 217, 0.5);
}

/* line 4127, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink-soft {
  color: #212832;
  background-color: #f1ddec;
  border-color: #f1ddec;
}

/* line 4132, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink-soft:hover {
  color: #212832;
  background-color: #e6c2dd;
  border-color: #e2b9d8;
}

/* line 4137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink-soft:focus, .btn-pink-soft.focus {
  color: #212832;
  background-color: #e6c2dd;
  border-color: #e2b9d8;
  box-shadow: 0 0 0 0.2rem rgba(210, 194, 208, 0.5);
}

/* line 4143, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink-soft.disabled, .btn-pink-soft:disabled {
  color: #212832;
  background-color: #f1ddec;
  border-color: #f1ddec;
}

/* line 4148, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink-soft:not(:disabled):not(.disabled):active, .btn-pink-soft.active:not(:disabled):not(.disabled), .show > .btn-pink-soft.dropdown-toggle {
  color: #212832;
  background-color: #e2b9d8;
  border-color: #deb0d3;
}

/* line 4153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-pink-soft:not(:disabled):not(.disabled):active:focus, .btn-pink-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-pink-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 194, 208, 0.5);
}

/* line 4157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary-soft {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 4162, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary-soft:hover {
  color: #212832;
  background-color: #b7d1f7;
  border-color: #acc9f6;
}

/* line 4167, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary-soft:focus, .btn-primary-soft.focus {
  color: #212832;
  background-color: #b7d1f7;
  border-color: #acc9f6;
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 221, 0.5);
}

/* line 4173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary-soft.disabled, .btn-primary-soft:disabled {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 4178, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary-soft:not(:disabled):not(.disabled):active, .btn-primary-soft.active:not(:disabled):not(.disabled), .show > .btn-primary-soft.dropdown-toggle {
  color: #fff;
  background-color: #acc9f6;
  border-color: #a0c2f5;
}

/* line 4183, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-primary-soft:not(:disabled):not(.disabled):active:focus, .btn-primary-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-primary-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 221, 0.5);
}

/* line 4187, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary-soft {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 4192, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary-soft:hover {
  color: #fff;
  background-color: #cbbef0;
  border-color: #c3b4ed;
}

/* line 4197, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary-soft:focus, .btn-secondary-soft.focus {
  color: #fff;
  background-color: #cbbef0;
  border-color: #c3b4ed;
  box-shadow: 0 0 0 0.2rem rgba(199, 194, 217, 0.5);
}

/* line 4203, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary-soft.disabled, .btn-secondary-soft:disabled {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 4208, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary-soft:not(:disabled):not(.disabled):active, .btn-secondary-soft.active:not(:disabled):not(.disabled), .show > .btn-secondary-soft.dropdown-toggle {
  color: #fff;
  background-color: #c3b4ed;
  border-color: #bba9eb;
}

/* line 4213, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-secondary-soft:not(:disabled):not(.disabled):active:focus, .btn-secondary-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 194, 217, 0.5);
}

/* line 4217, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success-soft {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 4222, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success-soft:hover {
  color: #212832;
  background-color: #bfe3e0;
  border-color: #b6e0dc;
}

/* line 4227, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success-soft:focus, .btn-success-soft.focus {
  color: #212832;
  background-color: #bfe3e0;
  border-color: #b6e0dc;
  box-shadow: 0 0 0 0.2rem rgba(190, 209, 209, 0.5);
}

/* line 4233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success-soft.disabled, .btn-success-soft:disabled {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 4238, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success-soft:not(:disabled):not(.disabled):active, .btn-success-soft.active:not(:disabled):not(.disabled), .show > .btn-success-soft.dropdown-toggle {
  color: #212832;
  background-color: #b6e0dc;
  border-color: #addcd7;
}

/* line 4243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-success-soft:not(:disabled):not(.disabled):active:focus, .btn-success-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-success-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 209, 209, 0.5);
}

/* line 4247, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info-soft {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4252, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info-soft:hover {
  color: #212832;
  background-color: #bae7f2;
  border-color: #afe3f0;
}

/* line 4257, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info-soft:focus, .btn-info-soft.focus {
  color: #212832;
  background-color: #bae7f2;
  border-color: #afe3f0;
  box-shadow: 0 0 0 0.2rem rgba(190, 212, 218, 0.5);
}

/* line 4263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info-soft.disabled, .btn-info-soft:disabled {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4268, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info-soft:not(:disabled):not(.disabled):active, .btn-info-soft.active:not(:disabled):not(.disabled), .show > .btn-info-soft.dropdown-toggle {
  color: #212832;
  background-color: #afe3f0;
  border-color: #a4dfee;
}

/* line 4273, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-info-soft:not(:disabled):not(.disabled):active:focus, .btn-info-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-info-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 212, 218, 0.5);
}

/* line 4277, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning-soft {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 4282, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning-soft:hover {
  color: #212832;
  background-color: #e6dec9;
  border-color: #e2d9c0;
}

/* line 4287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning-soft:focus, .btn-warning-soft.focus {
  color: #212832;
  background-color: #e6dec9;
  border-color: #e2d9c0;
  box-shadow: 0 0 0 0.2rem rgba(211, 208, 200, 0.5);
}

/* line 4293, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning-soft.disabled, .btn-warning-soft:disabled {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 4298, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning-soft:not(:disabled):not(.disabled):active, .btn-warning-soft.active:not(:disabled):not(.disabled), .show > .btn-warning-soft.dropdown-toggle {
  color: #212832;
  background-color: #e2d9c0;
  border-color: #ded4b7;
}

/* line 4303, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-warning-soft:not(:disabled):not(.disabled):active:focus, .btn-warning-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-warning-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 208, 200, 0.5);
}

/* line 4307, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger-soft {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 4312, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger-soft:hover {
  color: #212832;
  background-color: #e5c6cb;
  border-color: #e1bdc3;
}

/* line 4317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger-soft:focus, .btn-danger-soft.focus {
  color: #212832;
  background-color: #e5c6cb;
  border-color: #e1bdc3;
  box-shadow: 0 0 0 0.2rem rgba(210, 196, 200, 0.5);
}

/* line 4323, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger-soft.disabled, .btn-danger-soft:disabled {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 4328, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger-soft:not(:disabled):not(.disabled):active, .btn-danger-soft.active:not(:disabled):not(.disabled), .show > .btn-danger-soft.dropdown-toggle {
  color: #212832;
  background-color: #e1bdc3;
  border-color: #ddb4bb;
}

/* line 4333, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-danger-soft:not(:disabled):not(.disabled):active:focus, .btn-danger-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-danger-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 196, 200, 0.5);
}

/* line 4337, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary {
  color: #0061f2;
  border-color: #0061f2;
}

/* line 4341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 4346, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.5);
}

/* line 4349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0061f2;
  background-color: transparent;
}

/* line 4353, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 4358, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.5);
}

/* line 4362, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary {
  color: #6900c7;
  border-color: #6900c7;
}

/* line 4366, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 4371, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

/* line 4374, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6900c7;
  background-color: transparent;
}

/* line 4378, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 4383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

/* line 4387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success {
  color: #00ac69;
  border-color: #00ac69;
}

/* line 4391, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 4396, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

/* line 4399, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00ac69;
  background-color: transparent;
}

/* line 4403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 4408, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

/* line 4412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info {
  color: #00cfd5;
  border-color: #00cfd5;
}

/* line 4416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 4421, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

/* line 4424, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00cfd5;
  background-color: transparent;
}

/* line 4428, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 4433, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

/* line 4437, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning {
  color: #f4a100;
  border-color: #f4a100;
}

/* line 4441, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 4446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

/* line 4449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f4a100;
  background-color: transparent;
}

/* line 4453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 4458, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

/* line 4462, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger {
  color: #e81500;
  border-color: #e81500;
}

/* line 4466, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 4471, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

/* line 4474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e81500;
  background-color: transparent;
}

/* line 4478, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 4483, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

/* line 4487, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-light {
  color: #f2f6fc;
  border-color: #f2f6fc;
}

/* line 4491, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-light:hover {
  color: #212832;
  background-color: #f2f6fc;
  border-color: #f2f6fc;
}

/* line 4496, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 246, 252, 0.5);
}

/* line 4499, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f6fc;
  background-color: transparent;
}

/* line 4503, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212832;
  background-color: #f2f6fc;
  border-color: #f2f6fc;
}

/* line 4508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 246, 252, 0.5);
}

/* line 4512, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-dark {
  color: #212832;
  border-color: #212832;
}

/* line 4516, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

/* line 4521, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 40, 50, 0.5);
}

/* line 4524, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212832;
  background-color: transparent;
}

/* line 4528, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

/* line 4533, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 40, 50, 0.5);
}

/* line 4537, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-black {
  color: #000;
  border-color: #000;
}

/* line 4541, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 4546, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 4549, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}

/* line 4553, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black.active:not(:disabled):not(.disabled), .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 4558, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 4562, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 4566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-white:hover {
  color: #212832;
  background-color: #fff;
  border-color: #fff;
}

/* line 4571, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 4574, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 4578, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #212832;
  background-color: #fff;
  border-color: #fff;
}

/* line 4583, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 4587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red {
  color: #e81500;
  border-color: #e81500;
}

/* line 4591, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red:hover {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 4596, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

/* line 4599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #e81500;
  background-color: transparent;
}

/* line 4603, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red.active:not(:disabled):not(.disabled), .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 4608, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

/* line 4612, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange {
  color: #f76400;
  border-color: #f76400;
}

/* line 4616, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange:hover {
  color: #fff;
  background-color: #f76400;
  border-color: #f76400;
}

/* line 4621, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 100, 0, 0.5);
}

/* line 4624, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #f76400;
  background-color: transparent;
}

/* line 4628, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #f76400;
  border-color: #f76400;
}

/* line 4633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 100, 0, 0.5);
}

/* line 4637, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow {
  color: #f4a100;
  border-color: #f4a100;
}

/* line 4641, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow:hover {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 4646, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

/* line 4649, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #f4a100;
  background-color: transparent;
}

/* line 4653, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-yellow.dropdown-toggle {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 4658, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

/* line 4662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green {
  color: #00ac69;
  border-color: #00ac69;
}

/* line 4666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green:hover {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 4671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

/* line 4674, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #00ac69;
  background-color: transparent;
}

/* line 4678, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green.active:not(:disabled):not(.disabled), .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 4683, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

/* line 4687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal {
  color: #00ba94;
  border-color: #00ba94;
}

/* line 4691, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal:hover {
  color: #fff;
  background-color: #00ba94;
  border-color: #00ba94;
}

/* line 4696, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 148, 0.5);
}

/* line 4699, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #00ba94;
  background-color: transparent;
}

/* line 4703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal.active:not(:disabled):not(.disabled), .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #00ba94;
  border-color: #00ba94;
}

/* line 4708, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 148, 0.5);
}

/* line 4712, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan {
  color: #00cfd5;
  border-color: #00cfd5;
}

/* line 4716, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan:hover {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 4721, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan:focus, .btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

/* line 4724, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #00cfd5;
  background-color: transparent;
}

/* line 4728, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 4733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

/* line 4737, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue {
  color: #0061f2;
  border-color: #0061f2;
}

/* line 4741, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue:hover {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 4746, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.5);
}

/* line 4749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0061f2;
  background-color: transparent;
}

/* line 4753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue.active:not(:disabled):not(.disabled), .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 4758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.5);
}

/* line 4762, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo {
  color: #5800e8;
  border-color: #5800e8;
}

/* line 4766, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #5800e8;
  border-color: #5800e8;
}

/* line 4771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 0, 232, 0.5);
}

/* line 4774, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #5800e8;
  background-color: transparent;
}

/* line 4778, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo.active:not(:disabled):not(.disabled), .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #5800e8;
  border-color: #5800e8;
}

/* line 4783, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 0, 232, 0.5);
}

/* line 4787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple {
  color: #6900c7;
  border-color: #6900c7;
}

/* line 4791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 4796, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

/* line 4799, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6900c7;
  background-color: transparent;
}

/* line 4803, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple.active:not(:disabled):not(.disabled), .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 4808, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

/* line 4812, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink {
  color: #e30059;
  border-color: #e30059;
}

/* line 4816, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e30059;
  border-color: #e30059;
}

/* line 4821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 89, 0.5);
}

/* line 4824, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e30059;
  background-color: transparent;
}

/* line 4828, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink.active:not(:disabled):not(.disabled), .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e30059;
  border-color: #e30059;
}

/* line 4833, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 89, 0.5);
}

/* line 4837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red-soft {
  color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 4841, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red-soft:hover {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 4846, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red-soft:focus, .btn-outline-red-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 224, 227, 0.5);
}

/* line 4849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red-soft.disabled, .btn-outline-red-soft:disabled {
  color: #f1e0e3;
  background-color: transparent;
}

/* line 4853, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red-soft:not(:disabled):not(.disabled):active, .btn-outline-red-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-red-soft.dropdown-toggle {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 4858, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-red-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-red-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-red-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 224, 227, 0.5);
}

/* line 4862, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange-soft {
  color: #f3e7e3;
  border-color: #f3e7e3;
}

/* line 4866, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange-soft:hover {
  color: #212832;
  background-color: #f3e7e3;
  border-color: #f3e7e3;
}

/* line 4871, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange-soft:focus, .btn-outline-orange-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 231, 227, 0.5);
}

/* line 4874, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange-soft.disabled, .btn-outline-orange-soft:disabled {
  color: #f3e7e3;
  background-color: transparent;
}

/* line 4878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange-soft:not(:disabled):not(.disabled):active, .btn-outline-orange-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-orange-soft.dropdown-toggle {
  color: #212832;
  background-color: #f3e7e3;
  border-color: #f3e7e3;
}

/* line 4883, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-orange-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-orange-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 231, 227, 0.5);
}

/* line 4887, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow-soft {
  color: #f2eee3;
  border-color: #f2eee3;
}

/* line 4891, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow-soft:hover {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 4896, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow-soft:focus, .btn-outline-yellow-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 238, 227, 0.5);
}

/* line 4899, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow-soft.disabled, .btn-outline-yellow-soft:disabled {
  color: #f2eee3;
  background-color: transparent;
}

/* line 4903, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow-soft:not(:disabled):not(.disabled):active, .btn-outline-yellow-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-yellow-soft.dropdown-toggle {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 4908, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-yellow-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-yellow-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 238, 227, 0.5);
}

/* line 4912, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green-soft {
  color: #daefed;
  border-color: #daefed;
}

/* line 4916, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green-soft:hover {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 4921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green-soft:focus, .btn-outline-green-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 239, 237, 0.5);
}

/* line 4924, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green-soft.disabled, .btn-outline-green-soft:disabled {
  color: #daefed;
  background-color: transparent;
}

/* line 4928, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green-soft:not(:disabled):not(.disabled):active, .btn-outline-green-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-green-soft.dropdown-toggle {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 4933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-green-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-green-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-green-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 239, 237, 0.5);
}

/* line 4937, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal-soft {
  color: #daf0f2;
  border-color: #daf0f2;
}

/* line 4941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal-soft:hover {
  color: #212832;
  background-color: #daf0f2;
  border-color: #daf0f2;
}

/* line 4946, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal-soft:focus, .btn-outline-teal-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 240, 242, 0.5);
}

/* line 4949, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal-soft.disabled, .btn-outline-teal-soft:disabled {
  color: #daf0f2;
  background-color: transparent;
}

/* line 4953, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal-soft:not(:disabled):not(.disabled):active, .btn-outline-teal-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-teal-soft.dropdown-toggle {
  color: #212832;
  background-color: #daf0f2;
  border-color: #daf0f2;
}

/* line 4958, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-teal-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-teal-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 240, 242, 0.5);
}

/* line 4962, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan-soft {
  color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4966, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan-soft:hover {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4971, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan-soft:focus, .btn-outline-cyan-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 242, 248, 0.5);
}

/* line 4974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan-soft.disabled, .btn-outline-cyan-soft:disabled {
  color: #daf2f8;
  background-color: transparent;
}

/* line 4978, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan-soft:not(:disabled):not(.disabled):active, .btn-outline-cyan-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-cyan-soft.dropdown-toggle {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 4983, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-cyan-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-cyan-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 242, 248, 0.5);
}

/* line 4987, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue-soft {
  color: #dae7fb;
  border-color: #dae7fb;
}

/* line 4991, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue-soft:hover {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 4996, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue-soft:focus, .btn-outline-blue-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 231, 251, 0.5);
}

/* line 4999, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue-soft.disabled, .btn-outline-blue-soft:disabled {
  color: #dae7fb;
  background-color: transparent;
}

/* line 5003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue-soft:not(:disabled):not(.disabled):active, .btn-outline-blue-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-blue-soft.dropdown-toggle {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 5008, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-blue-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-blue-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 231, 251, 0.5);
}

/* line 5012, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo-soft {
  color: #e3ddfa;
  border-color: #e3ddfa;
}

/* line 5016, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo-soft:hover {
  color: #212832;
  background-color: #e3ddfa;
  border-color: #e3ddfa;
}

/* line 5021, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo-soft:focus, .btn-outline-indigo-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 221, 250, 0.5);
}

/* line 5024, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo-soft.disabled, .btn-outline-indigo-soft:disabled {
  color: #e3ddfa;
  background-color: transparent;
}

/* line 5028, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo-soft:not(:disabled):not(.disabled):active, .btn-outline-indigo-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-indigo-soft.dropdown-toggle {
  color: #212832;
  background-color: #e3ddfa;
  border-color: #e3ddfa;
}

/* line 5033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-indigo-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-indigo-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 221, 250, 0.5);
}

/* line 5037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple-soft {
  color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 5041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple-soft:hover {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 5046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple-soft:focus, .btn-outline-purple-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 221, 247, 0.5);
}

/* line 5049, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple-soft.disabled, .btn-outline-purple-soft:disabled {
  color: #e4ddf7;
  background-color: transparent;
}

/* line 5053, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple-soft:not(:disabled):not(.disabled):active, .btn-outline-purple-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-purple-soft.dropdown-toggle {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 5058, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-purple-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-purple-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-purple-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 221, 247, 0.5);
}

/* line 5062, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink-soft {
  color: #f1ddec;
  border-color: #f1ddec;
}

/* line 5066, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink-soft:hover {
  color: #212832;
  background-color: #f1ddec;
  border-color: #f1ddec;
}

/* line 5071, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink-soft:focus, .btn-outline-pink-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 221, 236, 0.5);
}

/* line 5074, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink-soft.disabled, .btn-outline-pink-soft:disabled {
  color: #f1ddec;
  background-color: transparent;
}

/* line 5078, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink-soft:not(:disabled):not(.disabled):active, .btn-outline-pink-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-pink-soft.dropdown-toggle {
  color: #212832;
  background-color: #f1ddec;
  border-color: #f1ddec;
}

/* line 5083, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-pink-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-pink-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 221, 236, 0.5);
}

/* line 5087, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary-soft {
  color: #dae7fb;
  border-color: #dae7fb;
}

/* line 5091, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary-soft:hover {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 5096, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary-soft:focus, .btn-outline-primary-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 231, 251, 0.5);
}

/* line 5099, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary-soft.disabled, .btn-outline-primary-soft:disabled {
  color: #dae7fb;
  background-color: transparent;
}

/* line 5103, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary-soft:not(:disabled):not(.disabled):active, .btn-outline-primary-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-primary-soft.dropdown-toggle {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 5108, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-primary-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 231, 251, 0.5);
}

/* line 5112, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary-soft {
  color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 5116, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary-soft:hover {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 5121, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary-soft:focus, .btn-outline-secondary-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 221, 247, 0.5);
}

/* line 5124, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary-soft.disabled, .btn-outline-secondary-soft:disabled {
  color: #e4ddf7;
  background-color: transparent;
}

/* line 5128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary-soft:not(:disabled):not(.disabled):active, .btn-outline-secondary-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary-soft.dropdown-toggle {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 5133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-secondary-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 221, 247, 0.5);
}

/* line 5137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success-soft {
  color: #daefed;
  border-color: #daefed;
}

/* line 5141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success-soft:hover {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 5146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success-soft:focus, .btn-outline-success-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 239, 237, 0.5);
}

/* line 5149, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success-soft.disabled, .btn-outline-success-soft:disabled {
  color: #daefed;
  background-color: transparent;
}

/* line 5153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success-soft:not(:disabled):not(.disabled):active, .btn-outline-success-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-success-soft.dropdown-toggle {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 5158, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-success-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-success-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 239, 237, 0.5);
}

/* line 5162, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info-soft {
  color: #daf2f8;
  border-color: #daf2f8;
}

/* line 5166, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info-soft:hover {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 5171, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info-soft:focus, .btn-outline-info-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 242, 248, 0.5);
}

/* line 5174, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info-soft.disabled, .btn-outline-info-soft:disabled {
  color: #daf2f8;
  background-color: transparent;
}

/* line 5178, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info-soft:not(:disabled):not(.disabled):active, .btn-outline-info-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-info-soft.dropdown-toggle {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 5183, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-info-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-info-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 242, 248, 0.5);
}

/* line 5187, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning-soft {
  color: #f2eee3;
  border-color: #f2eee3;
}

/* line 5191, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning-soft:hover {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 5196, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning-soft:focus, .btn-outline-warning-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 238, 227, 0.5);
}

/* line 5199, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning-soft.disabled, .btn-outline-warning-soft:disabled {
  color: #f2eee3;
  background-color: transparent;
}

/* line 5203, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning-soft:not(:disabled):not(.disabled):active, .btn-outline-warning-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-warning-soft.dropdown-toggle {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 5208, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-warning-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-warning-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 238, 227, 0.5);
}

/* line 5212, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger-soft {
  color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 5216, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger-soft:hover {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 5221, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger-soft:focus, .btn-outline-danger-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 224, 227, 0.5);
}

/* line 5224, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger-soft.disabled, .btn-outline-danger-soft:disabled {
  color: #f1e0e3;
  background-color: transparent;
}

/* line 5228, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger-soft:not(:disabled):not(.disabled):active, .btn-outline-danger-soft.active:not(:disabled):not(.disabled), .show > .btn-outline-danger-soft.dropdown-toggle {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 5233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-outline-danger-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-soft.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 224, 227, 0.5);
}

/* line 5237, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-link {
  font-weight: 400;
  color: #0061f2;
  text-decoration: none;
}

/* line 5242, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-link:hover {
  color: #0042a6;
  text-decoration: underline;
}

/* line 5246, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 5249, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #69707a;
  pointer-events: none;
}

/* line 5254, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 1.125rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.5rem;
}

/* line 5261, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.25rem;
}

/* line 5268, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 5272, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 5276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
input.btn-block[type=submit],
input.btn-block[type=reset],
input.btn-block[type=button] {
  width: 100%;
}

/* line 5282, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5286, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .fade {
    transition: none;
  }
}

/* line 5290, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 5294, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.collapse:not(.show) {
  display: none;
}

/* line 5298, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5305, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .collapsing {
    transition: none;
  }
}

/* line 5310, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 5317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 5320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 5330, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5334, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #69707a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e5ec;
  border-radius: 0.35rem;
}

/* line 5354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 5359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 5365, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 5370, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 5376, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 5381, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 5387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 5392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 5398, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 5403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1500px) {
  /* line 5409, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  /* line 5414, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

/* line 5419, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 5425, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 5435, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 5446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 5456, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5459, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 5463, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 5470, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 5476, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 5479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 5488, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5491, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 5495, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

/* line 5500, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e0e5ec;
}

/* line 5507, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212832;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 5519, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #171c23;
  text-decoration: none;
  background-color: #f2f6fc;
}

/* line 5524, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0061f2;
}

/* line 5529, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #69707a;
  pointer-events: none;
  background-color: transparent;
}

/* line 5535, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu.show {
  display: block;
}

/* line 5539, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #69707a;
  white-space: nowrap;
}

/* line 5548, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212832;
}

/* line 5554, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 5560, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 5565, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 5569, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 5576, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 5581, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 5585, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 5589, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5594, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5600, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

/* line 5604, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 5607, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 5611, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 5616, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 5621, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 5626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 5630, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 5634, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5639, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5645, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

/* line 5658, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

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

/* line 5675, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 5689, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 5694, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 5697, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 5707, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

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

/* line 5720, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 5724, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 5729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 5733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 5744, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 5748, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 5752, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.125rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c5ccd6;
  border-radius: 0.35rem;
}

/* line 5767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

/* line 5772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1em + 2.25rem + 2px);
}

/* line 5777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.125rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.5rem;
}

/* line 5789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1em + 1rem + 2px);
}

/* line 5794, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.25rem;
}

/* line 5806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.125rem;
}

/* line 5811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5831, app/assets/stylesheets/base/_bootstrap-sb-admin.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;
}

/* line 5841, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 5846, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 5854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0061f2;
  background-color: #0061f2;
}

/* line 5859, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 5862, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent;
}

/* line 5865, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a6c9ff;
  border-color: #a6c9ff;
}

/* line 5870, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #69707a;
}

/* line 5873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e0e5ec;
}

/* line 5877, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 5882, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #c5ccd6 solid 1px;
}

/* line 5894, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

/* line 5905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 5908, app/assets/stylesheets/base/_bootstrap-sb-admin.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 5911, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0061f2;
  background-color: #0061f2;
}

/* line 5915, app/assets/stylesheets/base/_bootstrap-sb-admin.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 5918, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 97, 242, 0.5);
}

/* line 5921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 97, 242, 0.5);
}

/* line 5925, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 5928, app/assets/stylesheets/base/_bootstrap-sb-admin.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 5931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 97, 242, 0.5);
}

/* line 5935, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 5938, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 5944, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #c5ccd6;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5954, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 5958, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 5962, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 97, 242, 0.5);
}

/* line 5966, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 2.125rem 0.875rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  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='%23363d47' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px;
  border: 1px solid #c5ccd6;
  border-radius: 0.35rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5983, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 5988, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select:focus::-ms-value {
  color: #69707a;
  background-color: #fff;
}

/* line 5992, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.125rem;
  background-image: none;
}

/* line 5997, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select:disabled {
  color: #69707a;
  background-color: #e0e5ec;
}

/* line 6001, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 6004, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #69707a;
}

/* line 6009, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select-sm {
  height: calc(1em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.75rem;
}

/* line 6017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-select-lg {
  height: calc(1em + 2.25rem + 2px);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
}

/* line 6025, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  margin-bottom: 0;
}

/* line 6033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 1.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 6041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 6045, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e0e5ec;
}

/* line 6048, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 6051, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 6055, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  background-color: #fff;
  border: 1px solid #c5ccd6;
  border-radius: 0.35rem;
}

/* line 6070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 1.75rem);
  padding: 0.875rem 1.125rem;
  line-height: 1;
  color: #69707a;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

/* line 6087, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6096, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:focus {
  outline: none;
}

/* line 6099, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f2f6fc, 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 6102, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f2f6fc, 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 6105, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f2f6fc, 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 6108, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 6111, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0061f2;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6124, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6129, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #a6c9ff;
}

/* line 6132, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4dae3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0061f2;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 6158, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #a6c9ff;
}

/* line 6161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4dae3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6170, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0061f2;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6184, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 6189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-ms-thumb:active {
  background-color: #a6c9ff;
}

/* line 6192, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 6201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-ms-fill-lower {
  background-color: #d4dae3;
  border-radius: 1rem;
}

/* line 6205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d4dae3;
  border-radius: 1rem;
}

/* line 6210, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a7aeb8;
}

/* line 6213, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 6216, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #a7aeb8;
}

/* line 6219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 6222, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #a7aeb8;
}

/* line 6226, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6232, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6247, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 6251, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 6254, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-link.disabled {
  color: #69707a;
  pointer-events: none;
  cursor: default;
}

/* line 6260, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs {
  border-bottom: 1px solid #d4dae3;
}

/* line 6263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 6266, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 6271, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e0e5ec #e0e5ec #d4dae3;
}

/* line 6274, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs .nav-link.disabled {
  color: #69707a;
  background-color: transparent;
  border-color: transparent;
}

/* line 6279, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4a515b;
  background-color: #f2f6fc;
  border-color: #d4dae3 #d4dae3 #f2f6fc;
}

/* line 6285, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6291, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-pills .nav-link {
  border-radius: 0.35rem;
}

/* line 6294, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0061f2;
}

/* line 6300, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 6306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 6313, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 6316, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tab-content > .active {
  display: block;
}

/* line 6320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 6328, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 6340, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 6349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 6353, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6360, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 6364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 6369, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 6375, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 6381, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 6389, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 6393, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 6404, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 6416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6420, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 6423, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 6430, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 6439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6443, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 6448, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 6460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 6467, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6470, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 6474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 6483, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6487, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 6492, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 6504, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 6511, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6514, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 6518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 6527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6531, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 6536, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6548, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6552, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 6555, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6558, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 6562, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 6571, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1499.98px) {
  /* line 6580, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  /* line 6592, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6596, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 6599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6602, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 6606, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 6615, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6619, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 6623, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 6627, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

/* line 6637, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 6640, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6643, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 6647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

/* line 6656, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 6660, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6664, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6667, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6670, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6673, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 6676, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 6679, app/assets/stylesheets/base/_bootstrap-sb-admin.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 6685, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 6689, app/assets/stylesheets/base/_bootstrap-sb-admin.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 6692, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6695, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6698, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6702, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 6705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 6708, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6711, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 6714, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6717, app/assets/stylesheets/base/_bootstrap-sb-admin.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 6723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6727, app/assets/stylesheets/base/_bootstrap-sb-admin.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 6730, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 6736, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 6740, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(33, 40, 50, 0.125);
  border-radius: 0.35rem;
}

/* line 6751, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6755, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 6759, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 6764, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 6769, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 6774, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.35rem;
}

/* line 6780, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 6784, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 6789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6793, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 6796, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-link + .card-link {
  margin-left: 1.35rem;
}

/* line 6800, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-header {
  padding: 1rem 1.35rem;
  margin-bottom: 0;
  background-color: rgba(33, 40, 50, 0.03);
  border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

/* line 6806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-header:first-child {
  border-radius: 0.35rem 0.35rem 0 0;
}

/* line 6810, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-footer {
  padding: 1rem 1.35rem;
  background-color: rgba(33, 40, 50, 0.03);
  border-top: 1px solid rgba(33, 40, 50, 0.125);
}

/* line 6815, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-footer:last-child {
  border-radius: 0 0 0.35rem 0.35rem;
}

/* line 6819, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-header-tabs {
  margin-right: -0.675rem;
  margin-bottom: -1rem;
  margin-left: -0.675rem;
  border-bottom: 0;
}

/* line 6826, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-header-pills {
  margin-right: -0.675rem;
  margin-left: -0.675rem;
}

/* line 6831, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.35rem;
}

/* line 6841, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 6848, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 6854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 6860, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 6864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 6870, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 6878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 6882, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 6886, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 6890, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6894, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6898, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 6902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 6906, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6910, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 6914, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 6920, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

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

/* line 6938, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion {
  overflow-anchor: none;
}

/* line 6941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 6944, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6949, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6953, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 6958, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e0e5ec;
  border-radius: 0.35rem;
}

/* line 6968, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb-item {
  display: flex;
}

/* line 6971, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 6974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #69707a;
  content: "/";
}

/* line 6980, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6983, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 6986, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.breadcrumb-item.active {
  color: #69707a;
}

/* line 6990, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

/* line 6997, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0061f2;
  background-color: #fff;
  border: 1px solid #d4dae3;
}

/* line 7007, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-link:hover {
  z-index: 2;
  color: #0042a6;
  text-decoration: none;
  background-color: #e0e5ec;
  border-color: #d4dae3;
}

/* line 7014, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 7020, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 7025, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 7029, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 7035, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-item.disabled .page-link {
  color: #69707a;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d4dae3;
}

/* line 7043, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 7048, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 7052, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 7057, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 7062, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 7066, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 7071, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7084, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .badge {
    transition: none;
  }
}

/* line 7088, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 7092, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge:empty {
  display: none;
}

/* line 7096, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 7101, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 7107, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-primary {
  color: #fff;
  background-color: #0061f2;
}

/* line 7111, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #004dbf;
}

/* line 7115, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.5);
}

/* line 7120, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-secondary {
  color: #fff;
  background-color: #6900c7;
}

/* line 7124, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #4e0094;
}

/* line 7128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

/* line 7133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-success {
  color: #fff;
  background-color: #00ac69;
}

/* line 7137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #00794a;
}

/* line 7141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

/* line 7146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-info {
  color: #fff;
  background-color: #00cfd5;
}

/* line 7150, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #009da2;
}

/* line 7154, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

/* line 7159, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-warning {
  color: #fff;
  background-color: #f4a100;
}

/* line 7163, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #c17f00;
}

/* line 7167, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

/* line 7172, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-danger {
  color: #fff;
  background-color: #e81500;
}

/* line 7176, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #b51000;
}

/* line 7180, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

/* line 7185, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-light {
  color: #212832;
  background-color: #f2f6fc;
}

/* line 7189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212832;
  background-color: #c9d9f2;
}

/* line 7193, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 246, 252, 0.5);
}

/* line 7198, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-dark {
  color: #fff;
  background-color: #212832;
}

/* line 7202, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0d0f13;
}

/* line 7206, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 40, 50, 0.5);
}

/* line 7211, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-black {
  color: #fff;
  background-color: #000;
}

/* line 7215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}

/* line 7219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 7224, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-white {
  color: #212832;
  background-color: #fff;
}

/* line 7228, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-white:hover, a.badge-white:focus {
  color: #212832;
  background-color: #e6e6e6;
}

/* line 7232, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 7237, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-red {
  color: #fff;
  background-color: #e81500;
}

/* line 7241, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #b51000;
}

/* line 7245, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.5);
}

/* line 7250, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-orange {
  color: #fff;
  background-color: #f76400;
}

/* line 7254, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-orange:hover, a.badge-orange:focus {
  color: #fff;
  background-color: #c44f00;
}

/* line 7258, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 100, 0, 0.5);
}

/* line 7263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-yellow {
  color: #fff;
  background-color: #f4a100;
}

/* line 7267, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #fff;
  background-color: #c17f00;
}

/* line 7271, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.5);
}

/* line 7276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-green {
  color: #fff;
  background-color: #00ac69;
}

/* line 7280, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #00794a;
}

/* line 7284, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 105, 0.5);
}

/* line 7289, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-teal {
  color: #fff;
  background-color: #00ba94;
}

/* line 7293, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-teal:hover, a.badge-teal:focus {
  color: #fff;
  background-color: #00876b;
}

/* line 7297, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 148, 0.5);
}

/* line 7302, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-cyan {
  color: #fff;
  background-color: #00cfd5;
}

/* line 7306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-cyan:hover, a.badge-cyan:focus {
  color: #fff;
  background-color: #009da2;
}

/* line 7310, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-cyan:focus, a.badge-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 213, 0.5);
}

/* line 7315, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-blue {
  color: #fff;
  background-color: #0061f2;
}

/* line 7319, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #004dbf;
}

/* line 7323, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.5);
}

/* line 7328, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-indigo {
  color: #fff;
  background-color: #5800e8;
}

/* line 7332, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-indigo:hover, a.badge-indigo:focus {
  color: #fff;
  background-color: #4500b5;
}

/* line 7336, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 0, 232, 0.5);
}

/* line 7341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-purple {
  color: #fff;
  background-color: #6900c7;
}

/* line 7345, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #4e0094;
}

/* line 7349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 0, 199, 0.5);
}

/* line 7354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-pink {
  color: #fff;
  background-color: #e30059;
}

/* line 7358, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-pink:hover, a.badge-pink:focus {
  color: #fff;
  background-color: #b00045;
}

/* line 7362, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 89, 0.5);
}

/* line 7367, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-red-soft {
  color: #212832;
  background-color: #f1e0e3;
}

/* line 7371, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-red-soft:hover, a.badge-red-soft:focus {
  color: #212832;
  background-color: #e1bdc3;
}

/* line 7375, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-red-soft:focus, a.badge-red-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 224, 227, 0.5);
}

/* line 7380, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-orange-soft {
  color: #212832;
  background-color: #f3e7e3;
}

/* line 7384, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-orange-soft:hover, a.badge-orange-soft:focus {
  color: #212832;
  background-color: #e4c8bf;
}

/* line 7388, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-orange-soft:focus, a.badge-orange-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 231, 227, 0.5);
}

/* line 7393, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-yellow-soft {
  color: #212832;
  background-color: #f2eee3;
}

/* line 7397, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-yellow-soft:hover, a.badge-yellow-soft:focus {
  color: #212832;
  background-color: #e2d9c0;
}

/* line 7401, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-yellow-soft:focus, a.badge-yellow-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 238, 227, 0.5);
}

/* line 7406, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-green-soft {
  color: #212832;
  background-color: #daefed;
}

/* line 7410, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-green-soft:hover, a.badge-green-soft:focus {
  color: #212832;
  background-color: #b6e0dc;
}

/* line 7414, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-green-soft:focus, a.badge-green-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 239, 237, 0.5);
}

/* line 7419, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-teal-soft {
  color: #212832;
  background-color: #daf0f2;
}

/* line 7423, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-teal-soft:hover, a.badge-teal-soft:focus {
  color: #212832;
  background-color: #b4e1e5;
}

/* line 7427, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-teal-soft:focus, a.badge-teal-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 240, 242, 0.5);
}

/* line 7432, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-cyan-soft {
  color: #212832;
  background-color: #daf2f8;
}

/* line 7436, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-cyan-soft:hover, a.badge-cyan-soft:focus {
  color: #212832;
  background-color: #afe3f0;
}

/* line 7440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-cyan-soft:focus, a.badge-cyan-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 242, 248, 0.5);
}

/* line 7445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-blue-soft {
  color: #212832;
  background-color: #dae7fb;
}

/* line 7449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-blue-soft:hover, a.badge-blue-soft:focus {
  color: #212832;
  background-color: #acc9f6;
}

/* line 7453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-blue-soft:focus, a.badge-blue-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 231, 251, 0.5);
}

/* line 7458, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-indigo-soft {
  color: #212832;
  background-color: #e3ddfa;
}

/* line 7462, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-indigo-soft:hover, a.badge-indigo-soft:focus {
  color: #212832;
  background-color: #beb1f3;
}

/* line 7466, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-indigo-soft:focus, a.badge-indigo-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 221, 250, 0.5);
}

/* line 7471, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-purple-soft {
  color: #212832;
  background-color: #e4ddf7;
}

/* line 7475, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-purple-soft:hover, a.badge-purple-soft:focus {
  color: #212832;
  background-color: #c3b4ed;
}

/* line 7479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-purple-soft:focus, a.badge-purple-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 221, 247, 0.5);
}

/* line 7484, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-pink-soft {
  color: #212832;
  background-color: #f1ddec;
}

/* line 7488, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-pink-soft:hover, a.badge-pink-soft:focus {
  color: #212832;
  background-color: #e2b9d8;
}

/* line 7492, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-pink-soft:focus, a.badge-pink-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 221, 236, 0.5);
}

/* line 7497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-primary-soft {
  color: #212832;
  background-color: #dae7fb;
}

/* line 7501, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-primary-soft:hover, a.badge-primary-soft:focus {
  color: #212832;
  background-color: #acc9f6;
}

/* line 7505, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-primary-soft:focus, a.badge-primary-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 231, 251, 0.5);
}

/* line 7510, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-secondary-soft {
  color: #212832;
  background-color: #e4ddf7;
}

/* line 7514, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-secondary-soft:hover, a.badge-secondary-soft:focus {
  color: #212832;
  background-color: #c3b4ed;
}

/* line 7518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-secondary-soft:focus, a.badge-secondary-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 221, 247, 0.5);
}

/* line 7523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-success-soft {
  color: #212832;
  background-color: #daefed;
}

/* line 7527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-success-soft:hover, a.badge-success-soft:focus {
  color: #212832;
  background-color: #b6e0dc;
}

/* line 7531, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-success-soft:focus, a.badge-success-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 239, 237, 0.5);
}

/* line 7536, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-info-soft {
  color: #212832;
  background-color: #daf2f8;
}

/* line 7540, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-info-soft:hover, a.badge-info-soft:focus {
  color: #212832;
  background-color: #afe3f0;
}

/* line 7544, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-info-soft:focus, a.badge-info-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 242, 248, 0.5);
}

/* line 7549, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-warning-soft {
  color: #212832;
  background-color: #f2eee3;
}

/* line 7553, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-warning-soft:hover, a.badge-warning-soft:focus {
  color: #212832;
  background-color: #e2d9c0;
}

/* line 7557, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-warning-soft:focus, a.badge-warning-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 238, 227, 0.5);
}

/* line 7562, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-danger-soft {
  color: #212832;
  background-color: #f1e0e3;
}

/* line 7566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-danger-soft:hover, a.badge-danger-soft:focus {
  color: #212832;
  background-color: #e1bdc3;
}

/* line 7570, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.badge-danger-soft:focus, a.badge-danger-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 224, 227, 0.5);
}

/* line 7575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e0e5ec;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 7582, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 7587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 7593, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert {
  position: relative;
  padding: 1.25rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 7601, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-heading {
  color: inherit;
}

/* line 7605, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-link {
  font-weight: 500;
}

/* line 7609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 7612, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1.25rem;
  color: inherit;
}

/* line 7621, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary {
  color: #00327e;
  background-color: #ccdffc;
  border-color: #b8d3fb;
}

/* line 7626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary hr {
  border-top-color: #a0c4fa;
}

/* line 7629, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary .alert-link {
  color: #001e4b;
}

/* line 7633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary {
  color: #370067;
  background-color: #e1ccf4;
  border-color: #d5b8ef;
}

/* line 7638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary hr {
  border-top-color: #c9a3ea;
}

/* line 7641, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary .alert-link {
  color: #1c0034;
}

/* line 7645, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success {
  color: #005937;
  background-color: #cceee1;
  border-color: #b8e8d5;
}

/* line 7650, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success hr {
  border-top-color: #a5e2ca;
}

/* line 7653, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success .alert-link {
  color: #002617;
}

/* line 7657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info {
  color: #006c6f;
  background-color: #ccf5f7;
  border-color: #b8f2f3;
}

/* line 7662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info hr {
  border-top-color: #a2eeef;
}

/* line 7665, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info .alert-link {
  color: #003a3c;
}

/* line 7669, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning {
  color: #7f5400;
  background-color: #fdeccc;
  border-color: #fce5b8;
}

/* line 7674, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning hr {
  border-top-color: #fbdca0;
}

/* line 7677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning .alert-link {
  color: #4c3200;
}

/* line 7681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger {
  color: #790b00;
  background-color: #fad0cc;
  border-color: #f9bdb8;
}

/* line 7686, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger hr {
  border-top-color: #f7a7a0;
}

/* line 7689, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger .alert-link {
  color: #460600;
}

/* line 7693, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light {
  color: #7e8083;
  background-color: #fcfdfe;
  border-color: #fbfcfe;
}

/* line 7698, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light hr {
  border-top-color: #e7edf9;
}

/* line 7701, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light .alert-link {
  color: #656769;
}

/* line 7705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark {
  color: #11151a;
  background-color: #d3d4d6;
  border-color: #c1c3c6;
}

/* line 7710, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark hr {
  border-top-color: #b4b6ba;
}

/* line 7713, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark .alert-link {
  color: black;
}

/* line 7717, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

/* line 7722, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black hr {
  border-top-color: #ababab;
}

/* line 7725, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black .alert-link {
  color: black;
}

/* line 7729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

/* line 7734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 7737, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white .alert-link {
  color: #6c6c6c;
}

/* line 7741, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red {
  color: #790b00;
  background-color: #fad0cc;
  border-color: #f9bdb8;
}

/* line 7746, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red hr {
  border-top-color: #f7a7a0;
}

/* line 7749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red .alert-link {
  color: #460600;
}

/* line 7753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange {
  color: #803400;
  background-color: #fde0cc;
  border-color: #fdd4b8;
}

/* line 7758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange hr {
  border-top-color: #fcc59f;
}

/* line 7761, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange .alert-link {
  color: #4d1f00;
}

/* line 7765, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow {
  color: #7f5400;
  background-color: #fdeccc;
  border-color: #fce5b8;
}

/* line 7770, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow hr {
  border-top-color: #fbdca0;
}

/* line 7773, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow .alert-link {
  color: #4c3200;
}

/* line 7777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green {
  color: #005937;
  background-color: #cceee1;
  border-color: #b8e8d5;
}

/* line 7782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green hr {
  border-top-color: #a5e2ca;
}

/* line 7785, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green .alert-link {
  color: #002617;
}

/* line 7789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal {
  color: #00614d;
  background-color: #ccf1ea;
  border-color: #b8ece1;
}

/* line 7794, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal hr {
  border-top-color: #a4e7d9;
}

/* line 7797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal .alert-link {
  color: #002e25;
}

/* line 7801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan {
  color: #006c6f;
  background-color: #ccf5f7;
  border-color: #b8f2f3;
}

/* line 7806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan hr {
  border-top-color: #a2eeef;
}

/* line 7809, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan .alert-link {
  color: #003a3c;
}

/* line 7813, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue {
  color: #00327e;
  background-color: #ccdffc;
  border-color: #b8d3fb;
}

/* line 7818, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue hr {
  border-top-color: #a0c4fa;
}

/* line 7821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue .alert-link {
  color: #001e4b;
}

/* line 7825, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo {
  color: #2e0079;
  background-color: #deccfa;
  border-color: #d0b8f9;
}

/* line 7830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo hr {
  border-top-color: #c0a0f7;
}

/* line 7833, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo .alert-link {
  color: #1b0046;
}

/* line 7837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple {
  color: #370067;
  background-color: #e1ccf4;
  border-color: #d5b8ef;
}

/* line 7842, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple hr {
  border-top-color: #c9a3ea;
}

/* line 7845, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple .alert-link {
  color: #1c0034;
}

/* line 7849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink {
  color: #76002e;
  background-color: #f9ccde;
  border-color: #f7b8d1;
}

/* line 7854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink hr {
  border-top-color: #f4a1c2;
}

/* line 7857, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink .alert-link {
  color: #43001a;
}

/* line 7861, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft {
  color: #7d7476;
  background-color: #fcf9f9;
  border-color: #fbf6f7;
}

/* line 7866, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft hr {
  border-top-color: #f3e4e7;
}

/* line 7869, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft .alert-link {
  color: #635b5d;
}

/* line 7873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft {
  color: #7e7876;
  background-color: #fdfaf9;
  border-color: #fcf8f7;
}

/* line 7878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft hr {
  border-top-color: #f5e8e4;
}

/* line 7881, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft .alert-link {
  color: #645f5d;
}

/* line 7885, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft {
  color: #7e7c76;
  background-color: #fcfcf9;
  border-color: #fbfaf7;
}

/* line 7890, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft hr {
  border-top-color: #f3efe6;
}

/* line 7893, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft .alert-link {
  color: #64625d;
}

/* line 7897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft {
  color: #717c7b;
  background-color: #f8fcfb;
  border-color: #f5fbfa;
}

/* line 7902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft hr {
  border-top-color: #e3f4f1;
}

/* line 7905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft .alert-link {
  color: #596161;
}

/* line 7909, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft {
  color: #717d7e;
  background-color: #f8fcfc;
  border-color: #f5fbfb;
}

/* line 7914, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft hr {
  border-top-color: #e3f4f4;
}

/* line 7917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft .alert-link {
  color: #596263;
}

/* line 7921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft {
  color: #717e81;
  background-color: #f8fcfe;
  border-color: #f5fbfd;
}

/* line 7926, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft hr {
  border-top-color: #e0f3f9;
}

/* line 7929, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft .alert-link {
  color: #596366;
}

/* line 7933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft {
  color: #717883;
  background-color: #f8fafe;
  border-color: #f5f8fe;
}

/* line 7938, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft hr {
  border-top-color: #dee8fc;
}

/* line 7941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft .alert-link {
  color: #595f68;
}

/* line 7945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft {
  color: #767382;
  background-color: #f9f8fe;
  border-color: #f7f5fe;
}

/* line 7950, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft hr {
  border-top-color: #e4defc;
}

/* line 7953, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft .alert-link {
  color: #5d5b67;
}

/* line 7957, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft {
  color: #777380;
  background-color: #faf8fd;
  border-color: #f7f5fd;
}

/* line 7962, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft hr {
  border-top-color: #e6e0f9;
}

/* line 7965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft .alert-link {
  color: #5e5b65;
}

/* line 7969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft {
  color: #7d737b;
  background-color: #fcf8fb;
  border-color: #fbf5fa;
}

/* line 7974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft hr {
  border-top-color: #f4e3f1;
}

/* line 7977, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft .alert-link {
  color: #625b61;
}

/* line 7981, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft {
  color: #717883;
  background-color: #f8fafe;
  border-color: #f5f8fe;
}

/* line 7986, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft hr {
  border-top-color: #dee8fc;
}

/* line 7989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft .alert-link {
  color: #595f68;
}

/* line 7993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft {
  color: #777380;
  background-color: #faf8fd;
  border-color: #f7f5fd;
}

/* line 7998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft hr {
  border-top-color: #e6e0f9;
}

/* line 8001, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft .alert-link {
  color: #5e5b65;
}

/* line 8005, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft {
  color: #717c7b;
  background-color: #f8fcfb;
  border-color: #f5fbfa;
}

/* line 8010, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft hr {
  border-top-color: #e3f4f1;
}

/* line 8013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft .alert-link {
  color: #596161;
}

/* line 8017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft {
  color: #717e81;
  background-color: #f8fcfe;
  border-color: #f5fbfd;
}

/* line 8022, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft hr {
  border-top-color: #e0f3f9;
}

/* line 8025, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft .alert-link {
  color: #596366;
}

/* line 8029, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft {
  color: #7e7c76;
  background-color: #fcfcf9;
  border-color: #fbfaf7;
}

/* line 8034, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft hr {
  border-top-color: #f3efe6;
}

/* line 8037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft .alert-link {
  color: #64625d;
}

/* line 8041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft {
  color: #7d7476;
  background-color: #fcf9f9;
  border-color: #fbf6f7;
}

/* line 8046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft hr {
  border-top-color: #f3e4e7;
}

/* line 8049, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft .alert-link {
  color: #635b5d;
}

@-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 8070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e0e5ec;
  border-radius: 0.35rem;
}

/* line 8080, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0061f2;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8092, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 8097, app/assets/stylesheets/base/_bootstrap-sb-admin.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 8102, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8107, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 8113, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 8118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.media-body {
  flex: 1;
}

/* line 8122, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.35rem;
}

/* line 8130, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-action {
  width: 100%;
  color: #4a515b;
  text-align: inherit;
}

/* line 8135, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4a515b;
  text-decoration: none;
  background-color: #f2f6fc;
}

/* line 8141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-action:active {
  color: #69707a;
  background-color: #e0e5ec;
}

/* line 8146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 8153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 8157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 8161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #69707a;
  pointer-events: none;
  background-color: #fff;
}

/* line 8166, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 8172, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 8175, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 8180, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 8183, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}

/* line 8187, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.35rem;
  border-bottom-left-radius: 0;
}

/* line 8191, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 8194, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 8198, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 8204, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 8207, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 8211, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 8215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8218, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8222, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 8228, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 8231, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 8235, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 8239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8242, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8246, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 8252, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 8255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 8259, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 8263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8266, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8270, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 8276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 8279, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 8283, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 8287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8290, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8294, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1500px) {
  /* line 8300, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 8303, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 8307, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 8311, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8314, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8318, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 8323, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 8326, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 8329, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 8333, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-primary {
  color: #00327e;
  background-color: #b8d3fb;
}

/* line 8337, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00327e;
  background-color: #a0c4fa;
}

/* line 8341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00327e;
  border-color: #00327e;
}

/* line 8347, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-secondary {
  color: #370067;
  background-color: #d5b8ef;
}

/* line 8351, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #370067;
  background-color: #c9a3ea;
}

/* line 8355, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #370067;
  border-color: #370067;
}

/* line 8361, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-success {
  color: #005937;
  background-color: #b8e8d5;
}

/* line 8365, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005937;
  background-color: #a5e2ca;
}

/* line 8369, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005937;
  border-color: #005937;
}

/* line 8375, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-info {
  color: #006c6f;
  background-color: #b8f2f3;
}

/* line 8379, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #006c6f;
  background-color: #a2eeef;
}

/* line 8383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #006c6f;
  border-color: #006c6f;
}

/* line 8389, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-warning {
  color: #7f5400;
  background-color: #fce5b8;
}

/* line 8393, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f5400;
  background-color: #fbdca0;
}

/* line 8397, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f5400;
  border-color: #7f5400;
}

/* line 8403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-danger {
  color: #790b00;
  background-color: #f9bdb8;
}

/* line 8407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #790b00;
  background-color: #f7a7a0;
}

/* line 8411, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #790b00;
  border-color: #790b00;
}

/* line 8417, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-light {
  color: #7e8083;
  background-color: #fbfcfe;
}

/* line 8421, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e8083;
  background-color: #e7edf9;
}

/* line 8425, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e8083;
  border-color: #7e8083;
}

/* line 8431, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-dark {
  color: #11151a;
  background-color: #c1c3c6;
}

/* line 8435, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #11151a;
  background-color: #b4b6ba;
}

/* line 8439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #11151a;
  border-color: #11151a;
}

/* line 8445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}

/* line 8449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

/* line 8453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 8459, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-white {
  color: #858585;
  background-color: white;
}

/* line 8463, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 8467, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 8473, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-red {
  color: #790b00;
  background-color: #f9bdb8;
}

/* line 8477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #790b00;
  background-color: #f7a7a0;
}

/* line 8481, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #790b00;
  border-color: #790b00;
}

/* line 8487, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-orange {
  color: #803400;
  background-color: #fdd4b8;
}

/* line 8491, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #803400;
  background-color: #fcc59f;
}

/* line 8495, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #803400;
  border-color: #803400;
}

/* line 8501, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-yellow {
  color: #7f5400;
  background-color: #fce5b8;
}

/* line 8505, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #7f5400;
  background-color: #fbdca0;
}

/* line 8509, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #7f5400;
  border-color: #7f5400;
}

/* line 8515, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-green {
  color: #005937;
  background-color: #b8e8d5;
}

/* line 8519, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #005937;
  background-color: #a5e2ca;
}

/* line 8523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #005937;
  border-color: #005937;
}

/* line 8529, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-teal {
  color: #00614d;
  background-color: #b8ece1;
}

/* line 8533, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #00614d;
  background-color: #a4e7d9;
}

/* line 8537, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #00614d;
  border-color: #00614d;
}

/* line 8543, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-cyan {
  color: #006c6f;
  background-color: #b8f2f3;
}

/* line 8547, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
  color: #006c6f;
  background-color: #a2eeef;
}

/* line 8551, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #006c6f;
  border-color: #006c6f;
}

/* line 8557, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-blue {
  color: #00327e;
  background-color: #b8d3fb;
}

/* line 8561, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #00327e;
  background-color: #a0c4fa;
}

/* line 8565, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #00327e;
  border-color: #00327e;
}

/* line 8571, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-indigo {
  color: #2e0079;
  background-color: #d0b8f9;
}

/* line 8575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #2e0079;
  background-color: #c0a0f7;
}

/* line 8579, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #2e0079;
  border-color: #2e0079;
}

/* line 8585, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-purple {
  color: #370067;
  background-color: #d5b8ef;
}

/* line 8589, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #370067;
  background-color: #c9a3ea;
}

/* line 8593, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #370067;
  border-color: #370067;
}

/* line 8599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-pink {
  color: #76002e;
  background-color: #f7b8d1;
}

/* line 8603, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #76002e;
  background-color: #f4a1c2;
}

/* line 8607, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #76002e;
  border-color: #76002e;
}

/* line 8613, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-red-soft {
  color: #7d7476;
  background-color: #fbf6f7;
}

/* line 8617, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-red-soft.list-group-item-action:hover, .list-group-item-red-soft.list-group-item-action:focus {
  color: #7d7476;
  background-color: #f3e4e7;
}

/* line 8621, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-red-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7d7476;
  border-color: #7d7476;
}

/* line 8627, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-orange-soft {
  color: #7e7876;
  background-color: #fcf8f7;
}

/* line 8631, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-orange-soft.list-group-item-action:hover, .list-group-item-orange-soft.list-group-item-action:focus {
  color: #7e7876;
  background-color: #f5e8e4;
}

/* line 8635, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-orange-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7e7876;
  border-color: #7e7876;
}

/* line 8641, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-yellow-soft {
  color: #7e7c76;
  background-color: #fbfaf7;
}

/* line 8645, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-yellow-soft.list-group-item-action:hover, .list-group-item-yellow-soft.list-group-item-action:focus {
  color: #7e7c76;
  background-color: #f3efe6;
}

/* line 8649, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-yellow-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7e7c76;
  border-color: #7e7c76;
}

/* line 8655, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-green-soft {
  color: #717c7b;
  background-color: #f5fbfa;
}

/* line 8659, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-green-soft.list-group-item-action:hover, .list-group-item-green-soft.list-group-item-action:focus {
  color: #717c7b;
  background-color: #e3f4f1;
}

/* line 8663, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-green-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717c7b;
  border-color: #717c7b;
}

/* line 8669, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-teal-soft {
  color: #717d7e;
  background-color: #f5fbfb;
}

/* line 8673, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-teal-soft.list-group-item-action:hover, .list-group-item-teal-soft.list-group-item-action:focus {
  color: #717d7e;
  background-color: #e3f4f4;
}

/* line 8677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-teal-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717d7e;
  border-color: #717d7e;
}

/* line 8683, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-cyan-soft {
  color: #717e81;
  background-color: #f5fbfd;
}

/* line 8687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-cyan-soft.list-group-item-action:hover, .list-group-item-cyan-soft.list-group-item-action:focus {
  color: #717e81;
  background-color: #e0f3f9;
}

/* line 8691, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-cyan-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717e81;
  border-color: #717e81;
}

/* line 8697, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-blue-soft {
  color: #717883;
  background-color: #f5f8fe;
}

/* line 8701, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-blue-soft.list-group-item-action:hover, .list-group-item-blue-soft.list-group-item-action:focus {
  color: #717883;
  background-color: #dee8fc;
}

/* line 8705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-blue-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717883;
  border-color: #717883;
}

/* line 8711, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-indigo-soft {
  color: #767382;
  background-color: #f7f5fe;
}

/* line 8715, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-indigo-soft.list-group-item-action:hover, .list-group-item-indigo-soft.list-group-item-action:focus {
  color: #767382;
  background-color: #e4defc;
}

/* line 8719, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-indigo-soft.list-group-item-action.active {
  color: #fff;
  background-color: #767382;
  border-color: #767382;
}

/* line 8725, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-purple-soft {
  color: #777380;
  background-color: #f7f5fd;
}

/* line 8729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-purple-soft.list-group-item-action:hover, .list-group-item-purple-soft.list-group-item-action:focus {
  color: #777380;
  background-color: #e6e0f9;
}

/* line 8733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-purple-soft.list-group-item-action.active {
  color: #fff;
  background-color: #777380;
  border-color: #777380;
}

/* line 8739, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-pink-soft {
  color: #7d737b;
  background-color: #fbf5fa;
}

/* line 8743, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-pink-soft.list-group-item-action:hover, .list-group-item-pink-soft.list-group-item-action:focus {
  color: #7d737b;
  background-color: #f4e3f1;
}

/* line 8747, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-pink-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7d737b;
  border-color: #7d737b;
}

/* line 8753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-primary-soft {
  color: #717883;
  background-color: #f5f8fe;
}

/* line 8757, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-primary-soft.list-group-item-action:hover, .list-group-item-primary-soft.list-group-item-action:focus {
  color: #717883;
  background-color: #dee8fc;
}

/* line 8761, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-primary-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717883;
  border-color: #717883;
}

/* line 8767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-secondary-soft {
  color: #777380;
  background-color: #f7f5fd;
}

/* line 8771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-secondary-soft.list-group-item-action:hover, .list-group-item-secondary-soft.list-group-item-action:focus {
  color: #777380;
  background-color: #e6e0f9;
}

/* line 8775, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-secondary-soft.list-group-item-action.active {
  color: #fff;
  background-color: #777380;
  border-color: #777380;
}

/* line 8781, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-success-soft {
  color: #717c7b;
  background-color: #f5fbfa;
}

/* line 8785, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-success-soft.list-group-item-action:hover, .list-group-item-success-soft.list-group-item-action:focus {
  color: #717c7b;
  background-color: #e3f4f1;
}

/* line 8789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-success-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717c7b;
  border-color: #717c7b;
}

/* line 8795, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-info-soft {
  color: #717e81;
  background-color: #f5fbfd;
}

/* line 8799, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-info-soft.list-group-item-action:hover, .list-group-item-info-soft.list-group-item-action:focus {
  color: #717e81;
  background-color: #e0f3f9;
}

/* line 8803, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-info-soft.list-group-item-action.active {
  color: #fff;
  background-color: #717e81;
  border-color: #717e81;
}

/* line 8809, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-warning-soft {
  color: #7e7c76;
  background-color: #fbfaf7;
}

/* line 8813, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-warning-soft.list-group-item-action:hover, .list-group-item-warning-soft.list-group-item-action:focus {
  color: #7e7c76;
  background-color: #f3efe6;
}

/* line 8817, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-warning-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7e7c76;
  border-color: #7e7c76;
}

/* line 8823, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-danger-soft {
  color: #7d7476;
  background-color: #fbf6f7;
}

/* line 8827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-danger-soft.list-group-item-action:hover, .list-group-item-danger-soft.list-group-item-action:focus {
  color: #7d7476;
  background-color: #f3e4e7;
}

/* line 8831, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-item-danger-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7d7476;
  border-color: #7d7476;
}

/* line 8837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* line 8846, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 8850, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

/* line 8854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 8860, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 8864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 8875, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 8878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast.showing {
  opacity: 1;
}

/* line 8881, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 8885, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast.hide {
  display: none;
}

/* line 8889, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #69707a;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 8901, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 8905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-open {
  overflow: hidden;
}

/* line 8908, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 8913, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 8925, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 8936, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 8940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 8943, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 8947, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 8951, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 8955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 8959, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

/* line 8968, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 8976, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 8981, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 8984, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 8988, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

/* line 9001, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 9010, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 9013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 9017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e0e5ec;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 9026, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 9031, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 9036, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 9042, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e0e5ec;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 9052, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 9056, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 9065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 9070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 9073, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 9077, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 9080, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 9087, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 9092, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 9098, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 9102, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 9125, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 9128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 9134, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

/* line 9144, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

/* line 9147, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 9153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

/* line 9156, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 9167, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

/* line 9170, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

/* line 9173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 9179, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

/* line 9182, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9187, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 9193, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.35rem;
}

/* line 9202, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

/* line 9230, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

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

/* line 9245, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

/* line 9248, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 9251, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 9256, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 9262, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

/* line 9265, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 9271, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 9276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 9282, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

/* line 9285, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 9288, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 9293, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 9298, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 9309, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

/* line 9312, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 9318, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 9323, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 9329, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #363d47;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 9339, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.popover-header:empty {
  display: none;
}

/* line 9343, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #69707a;
}

/* line 9348, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel {
  position: relative;
}

/* line 9352, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 9356, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 9361, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 9378, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 9383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 9389, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 9394, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 9399, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 9404, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 9410, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9417, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 9423, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 9444, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 9453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-control-prev {
  left: 0;
}

/* line 9457, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-control-next {
  right: 0;
}

/* line 9461, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

/* line 9469, app/assets/stylesheets/base/_bootstrap-sb-admin.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 9473, app/assets/stylesheets/base/_bootstrap-sb-admin.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 9477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 9490, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-indicators li {
  box-sizing: content-box;
  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: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9507, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 9511, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 9515, app/assets/stylesheets/base/_bootstrap-sb-admin.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 {
    transform: rotate(360deg);
  }
}

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

/* line 9538, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

/* line 9550, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

/* line 9575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

/* line 9587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 9592, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 9596, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-top {
  vertical-align: top !important;
}

/* line 9600, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 9604, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 9608, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 9612, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 9616, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-primary {
  background-color: #0061f2 !important;
}

/* line 9620, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #004dbf !important;
}

/* line 9626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-secondary {
  background-color: #0e2866 !important;
}

/* line 9630, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4e0094 !important;
}

/* line 9636, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-success {
  background-color: #8ac03b !important;
}

/* line 9640, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00794a !important;
}

/* line 9646, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-info {
  background-color: #62a2f4 !important;
}

/* line 9650, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #009da2 !important;
}

/* line 9656, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-warning {
  background-color: #fd7c0e !important;
}

/* line 9660, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c17f00 !important;
}

/* line 9666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-danger {
  background-color: #d00100 !important;
}

/* line 9670, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b51000 !important;
}

/* line 9676, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-light {
  background-color: #f2efee !important;
}

/* line 9680, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c9d9f2 !important;
}

/* line 9686, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-dark {
  background-color: #212832 !important;
}

/* line 9690, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d0f13 !important;
}

/* line 9696, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-black {
  background-color: #000 !important;
}

/* line 9700, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

/* line 9706, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 9710, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 9716, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-red {
  background-color: #d00100 !important;
}

/* line 9720, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #b51000 !important;
}

/* line 9726, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-orange {
  background-color: #fd7c0e !important;
}

/* line 9730, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c44f00 !important;
}

/* line 9736, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-yellow {
  background-color: #ffe000 !important;
  text-shadow: 1px 1px 3px #7d6e0194;
}

/* line 9741, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c17f00 !important;
}

/* line 9747, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-green {
  background-color: #8ac03b !important;
}

/* line 9751, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00794a !important;
}

/* line 9757, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-teal {
  background-color: #00ba94 !important;
}

/* line 9761, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #00876b !important;
}

/* line 9767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-cyan {
  background-color: #00cfd5 !important;
}

/* line 9771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #009da2 !important;
}

/* line 9777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-blue {
  background-color: #0061f2 !important;
}

/* line 9781, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #004dbf !important;
}

/* line 9787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-indigo {
  background-color: #5800e8 !important;
}

/* line 9791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #4500b5 !important;
}

/* line 9797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-purple {
  background-color: #581278 !important;
}

/* line 9801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4e0094 !important;
}

/* line 9807, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-pink {
  background-color: #e30059 !important;
}

/* line 9811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #b00045 !important;
}

/* line 9817, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-red-soft {
  background-color: #f1e0e3 !important;
}

/* line 9821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-red-soft:hover, a.bg-red-soft:focus,
button.bg-red-soft:hover,
button.bg-red-soft:focus {
  background-color: #e1bdc3 !important;
}

/* line 9827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-orange-soft {
  background-color: #f3e7e3 !important;
}

/* line 9831, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-orange-soft:hover, a.bg-orange-soft:focus,
button.bg-orange-soft:hover,
button.bg-orange-soft:focus {
  background-color: #e4c8bf !important;
}

/* line 9837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-yellow-soft {
  background-color: #f2eee3 !important;
}

/* line 9841, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-yellow-soft:hover, a.bg-yellow-soft:focus,
button.bg-yellow-soft:hover,
button.bg-yellow-soft:focus {
  background-color: #e2d9c0 !important;
}

/* line 9847, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-green-soft {
  background-color: #daefed !important;
}

/* line 9851, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-green-soft:hover, a.bg-green-soft:focus,
button.bg-green-soft:hover,
button.bg-green-soft:focus {
  background-color: #b6e0dc !important;
}

/* line 9857, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-teal-soft {
  background-color: #daf0f2 !important;
}

/* line 9861, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-teal-soft:hover, a.bg-teal-soft:focus,
button.bg-teal-soft:hover,
button.bg-teal-soft:focus {
  background-color: #b4e1e5 !important;
}

/* line 9867, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-cyan-soft {
  background-color: #daf2f8 !important;
}

/* line 9871, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-cyan-soft:hover, a.bg-cyan-soft:focus,
button.bg-cyan-soft:hover,
button.bg-cyan-soft:focus {
  background-color: #afe3f0 !important;
}

/* line 9877, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-blue-soft {
  background-color: #dae7fb !important;
}

/* line 9881, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-blue-soft:hover, a.bg-blue-soft:focus,
button.bg-blue-soft:hover,
button.bg-blue-soft:focus {
  background-color: #acc9f6 !important;
}

/* line 9887, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-indigo-soft {
  background-color: #e3ddfa !important;
}

/* line 9891, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-indigo-soft:hover, a.bg-indigo-soft:focus,
button.bg-indigo-soft:hover,
button.bg-indigo-soft:focus {
  background-color: #beb1f3 !important;
}

/* line 9897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-purple-soft {
  background-color: #e4ddf7 !important;
}

/* line 9901, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-purple-soft:hover, a.bg-purple-soft:focus,
button.bg-purple-soft:hover,
button.bg-purple-soft:focus {
  background-color: #c3b4ed !important;
}

/* line 9907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-pink-soft {
  background-color: #f1ddec !important;
}

/* line 9911, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-pink-soft:hover, a.bg-pink-soft:focus,
button.bg-pink-soft:hover,
button.bg-pink-soft:focus {
  background-color: #e2b9d8 !important;
}

/* line 9917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-primary-soft {
  background-color: #dae7fb !important;
}

/* line 9921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-primary-soft:hover, a.bg-primary-soft:focus,
button.bg-primary-soft:hover,
button.bg-primary-soft:focus {
  background-color: #acc9f6 !important;
}

/* line 9927, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-secondary-soft {
  background-color: #e4ddf7 !important;
}

/* line 9931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-secondary-soft:hover, a.bg-secondary-soft:focus,
button.bg-secondary-soft:hover,
button.bg-secondary-soft:focus {
  background-color: #c3b4ed !important;
}

/* line 9937, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-success-soft {
  background-color: #daefed !important;
}

/* line 9941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-success-soft:hover, a.bg-success-soft:focus,
button.bg-success-soft:hover,
button.bg-success-soft:focus {
  background-color: #b6e0dc !important;
}

/* line 9947, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-info-soft {
  background-color: #daf2f8 !important;
}

/* line 9951, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-info-soft:hover, a.bg-info-soft:focus,
button.bg-info-soft:hover,
button.bg-info-soft:focus {
  background-color: #afe3f0 !important;
}

/* line 9957, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-warning-soft {
  background-color: #f2eee3 !important;
}

/* line 9961, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-warning-soft:hover, a.bg-warning-soft:focus,
button.bg-warning-soft:hover,
button.bg-warning-soft:focus {
  background-color: #e2d9c0 !important;
}

/* line 9967, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-danger-soft {
  background-color: #f1e0e3 !important;
}

/* line 9971, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.bg-danger-soft:hover, a.bg-danger-soft:focus,
button.bg-danger-soft:hover,
button.bg-danger-soft:focus {
  background-color: #e1bdc3 !important;
}

/* line 9977, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 9981, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 9985, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border {
  border: 1px solid #e0e5ec !important;
}

/* line 9989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top {
  border-top: 1px solid #e0e5ec !important;
}

/* line 9993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right {
  border-right: 1px solid #e0e5ec !important;
}

/* line 9997, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom {
  border-bottom: 1px solid #e0e5ec !important;
}

/* line 10001, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left {
  border-left: 1px solid #e0e5ec !important;
}

/* line 10005, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-0 {
  border: 0 !important;
}

/* line 10009, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 10013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 10017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 10021, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 10025, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-primary {
  border-color: #0061f2 !important;
}

/* line 10029, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-secondary {
  border-color: #6900c7 !important;
}

/* line 10033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-success {
  border-color: #00ac69 !important;
}

/* line 10037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-info {
  border-color: #00cfd5 !important;
}

/* line 10041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-warning {
  border-color: #f4a100 !important;
}

/* line 10045, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-danger {
  border-color: #e81500 !important;
}

/* line 10049, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-light {
  border-color: #f2f6fc !important;
}

/* line 10053, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-dark {
  border-color: #212832 !important;
}

/* line 10057, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-black {
  border-color: #000 !important;
}

/* line 10061, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-white {
  border-color: #fff !important;
}

/* line 10065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-red {
  border-color: #e81500 !important;
}

/* line 10069, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-orange {
  border-color: #f76400 !important;
}

/* line 10073, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-yellow {
  border-color: #f4a100 !important;
}

/* line 10077, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-green {
  border-color: #00ac69 !important;
}

/* line 10081, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-teal {
  border-color: #00ba94 !important;
}

/* line 10085, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-cyan {
  border-color: #00cfd5 !important;
}

/* line 10089, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-blue {
  border-color: #0061f2 !important;
}

/* line 10093, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-indigo {
  border-color: #5800e8 !important;
}

/* line 10097, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-purple {
  border-color: #6900c7 !important;
}

/* line 10101, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-pink {
  border-color: #e30059 !important;
}

/* line 10105, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-red-soft {
  border-color: #f1e0e3 !important;
}

/* line 10109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-orange-soft {
  border-color: #f3e7e3 !important;
}

/* line 10113, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-yellow-soft {
  border-color: #f2eee3 !important;
}

/* line 10117, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-green-soft {
  border-color: #daefed !important;
}

/* line 10121, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-teal-soft {
  border-color: #daf0f2 !important;
}

/* line 10125, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-cyan-soft {
  border-color: #daf2f8 !important;
}

/* line 10129, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-blue-soft {
  border-color: #dae7fb !important;
}

/* line 10133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-indigo-soft {
  border-color: #e3ddfa !important;
}

/* line 10137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-purple-soft {
  border-color: #e4ddf7 !important;
}

/* line 10141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-pink-soft {
  border-color: #f1ddec !important;
}

/* line 10145, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-primary-soft {
  border-color: #dae7fb !important;
}

/* line 10149, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-secondary-soft {
  border-color: #e4ddf7 !important;
}

/* line 10153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-success-soft {
  border-color: #daefed !important;
}

/* line 10157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-info-soft {
  border-color: #daf2f8 !important;
}

/* line 10161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-warning-soft {
  border-color: #f2eee3 !important;
}

/* line 10165, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-danger-soft {
  border-color: #f1e0e3 !important;
}

/* line 10169, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-white {
  border-color: #fff !important;
}

/* line 10173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 10177, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 10181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

/* line 10186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* line 10191, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 10196, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 10201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 10205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 10209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 10213, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 10217, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 10223, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-none {
  display: none !important;
}

/* line 10227, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-inline {
  display: inline !important;
}

/* line 10231, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 10235, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-block {
  display: block !important;
}

/* line 10239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-table {
  display: table !important;
}

/* line 10243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-table-row {
  display: table-row !important;
}

/* line 10247, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 10251, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-flex {
  display: flex !important;
}

/* line 10255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 10260, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 10264, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 10268, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 10272, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 10276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 10280, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 10284, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 10288, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 10292, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 10297, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 10301, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 10305, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 10309, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 10313, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 10317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 10321, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 10325, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 10329, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 10334, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 10338, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 10342, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 10346, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 10350, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 10354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 10358, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 10362, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 10366, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 10371, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 10375, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 10379, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 10383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 10387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 10391, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 10395, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 10399, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 10403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  /* line 10408, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 10412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 10416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 10420, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 10424, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 10428, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 10432, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 10436, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 10440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 10445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 10449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 10453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 10457, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 10461, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 10465, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 10469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 10473, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 10477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 10481, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10488, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 10492, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 10506, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 10510, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 10514, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 10518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 10522, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 10526, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 10530, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 10534, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 10538, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 10542, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 10546, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 10550, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 10554, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 10558, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 10562, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 10566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 10570, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 10574, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 10578, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 10582, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 10586, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 10590, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 10594, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 10598, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-items-center {
  align-items: center !important;
}

/* line 10602, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 10606, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 10610, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 10614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 10618, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-content-center {
  align-content: center !important;
}

/* line 10622, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 10626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 10630, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 10634, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 10638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 10642, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 10646, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-self-center {
  align-self: center !important;
}

/* line 10650, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 10654, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 10659, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 10663, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 10667, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10675, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10679, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10683, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 10691, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10695, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10699, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10707, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 10711, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 10715, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 10719, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 10723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 10727, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 10731, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 10735, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 10739, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 10743, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 10747, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 10751, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 10755, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 10759, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 10763, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 10767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 10771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 10775, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 10779, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 10783, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 10787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 10791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 10796, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 10800, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 10804, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10808, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10812, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10816, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10820, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10824, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 10828, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10832, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10836, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10840, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10844, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 10848, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 10852, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 10856, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 10860, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 10864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 10868, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 10872, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 10876, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 10880, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 10884, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 10888, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 10892, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 10896, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 10900, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 10904, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 10908, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 10912, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 10916, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 10920, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 10924, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 10928, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 10933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 10937, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 10941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10949, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10953, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10957, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10961, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 10965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10973, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10977, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10981, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 10985, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 10989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 10993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 10997, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 11001, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 11005, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 11009, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 11013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 11017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 11021, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 11025, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 11029, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 11033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 11037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 11041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 11045, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 11049, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 11053, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 11057, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 11061, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 11065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 11074, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 11078, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11082, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11086, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 11090, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 11094, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 11098, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 11102, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11106, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11110, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 11114, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 11118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 11122, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 11126, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 11130, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 11134, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 11138, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 11142, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 11146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 11150, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 11154, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 11158, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 11162, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 11166, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 11170, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 11174, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 11178, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 11182, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 11186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 11190, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 11194, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 11198, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 11202, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  /* line 11207, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 11211, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 11215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11223, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 11227, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 11231, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 11235, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 11239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11247, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 11251, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 11255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 11259, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 11263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 11267, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 11271, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 11275, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 11279, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 11283, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 11287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 11291, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 11295, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 11299, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 11303, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 11307, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 11311, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 11315, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 11319, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 11323, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 11327, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 11331, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 11335, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 11339, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

/* line 11343, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.float-left {
  float: left !important;
}

/* line 11347, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.float-right {
  float: right !important;
}

/* line 11351, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 11356, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 11360, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 11364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 11369, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 11373, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 11377, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 11382, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 11386, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 11390, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 11395, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 11399, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 11403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1500px) {
  /* line 11408, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-xxl-left {
    float: left !important;
  }
  /* line 11412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-xxl-right {
    float: right !important;
  }
  /* line 11416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .float-xxl-none {
    float: none !important;
  }
}

/* line 11420, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 11426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 11433, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 11440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 11444, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 11448, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.position-static {
  position: static !important;
}

/* line 11452, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.position-relative {
  position: relative !important;
}

/* line 11456, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.position-absolute {
  position: absolute !important;
}

/* line 11460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.position-fixed {
  position: fixed !important;
}

/* line 11464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 11469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.fixed-top, .nav-fixed #layoutSidenav #layoutSidenav_nav, .nav-fixed .topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 11486, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .sticky-top, .nav-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 11494, app/assets/stylesheets/base/_bootstrap-sb-admin.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 11506, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 11515, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2) !important;
}

/* line 11519, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}

/* line 11523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 11527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 11531, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.w-25 {
  width: 25% !important;
}

/* line 11535, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.w-50 {
  width: 50% !important;
}

/* line 11539, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.w-75 {
  width: 75% !important;
}

/* line 11543, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.w-100 {
  width: 100% !important;
}

/* line 11547, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.w-auto {
  width: auto !important;
}

/* line 11551, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.h-25 {
  height: 25% !important;
}

/* line 11555, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.h-50 {
  height: 50% !important;
}

/* line 11559, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.h-75 {
  height: 75% !important;
}

/* line 11563, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.h-100 {
  height: 100% !important;
}

/* line 11567, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.h-auto {
  height: auto !important;
}

/* line 11571, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 11575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 11579, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 11583, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 11587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 11591, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11595, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-0 {
  margin: 0 !important;
}

/* line 11599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 11604, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 11609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 11614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11619, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 11623, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 11628, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 11633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 11638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11643, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 11647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 11652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 11657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 11662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11667, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 11671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 11676, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 11681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 11686, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11691, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 11695, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 11700, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 11705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 11710, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11715, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 11719, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 11724, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 11729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 11734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11739, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-10 {
  margin: 6rem !important;
}

/* line 11743, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-10,
.my-10 {
  margin-top: 6rem !important;
}

/* line 11748, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-10,
.mx-10 {
  margin-right: 6rem !important;
}

/* line 11753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-10,
.my-10 {
  margin-bottom: 6rem !important;
}

/* line 11758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-10,
.mx-10 {
  margin-left: 6rem !important;
}

/* line 11763, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-15 {
  margin: 9rem !important;
}

/* line 11767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-15,
.my-15 {
  margin-top: 9rem !important;
}

/* line 11772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-15,
.mx-15 {
  margin-right: 9rem !important;
}

/* line 11777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-15,
.my-15 {
  margin-bottom: 9rem !important;
}

/* line 11782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-15,
.mx-15 {
  margin-left: 9rem !important;
}

/* line 11787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-0 {
  padding: 0 !important;
}

/* line 11791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 11796, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 11801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 11806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 11815, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 11820, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 11825, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 11830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11835, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 11839, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 11844, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 11849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 11854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11859, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 11863, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 11868, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 11873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 11878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11883, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 11887, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 11892, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 11897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 11902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 11911, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 11916, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 11921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 11926, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 11931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-10 {
  padding: 6rem !important;
}

/* line 11935, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-10,
.py-10 {
  padding-top: 6rem !important;
}

/* line 11940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-10,
.px-10 {
  padding-right: 6rem !important;
}

/* line 11945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-10,
.py-10 {
  padding-bottom: 6rem !important;
}

/* line 11950, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-10,
.px-10 {
  padding-left: 6rem !important;
}

/* line 11955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.p-15 {
  padding: 9rem !important;
}

/* line 11959, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pt-15,
.py-15 {
  padding-top: 9rem !important;
}

/* line 11964, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pr-15,
.px-15 {
  padding-right: 9rem !important;
}

/* line 11969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pb-15,
.py-15 {
  padding-bottom: 9rem !important;
}

/* line 11974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pl-15,
.px-15 {
  padding-left: 9rem !important;
}

/* line 11979, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 11983, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 11988, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 11993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 11998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 12003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 12007, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 12012, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 12017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 12022, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 12027, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 12031, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 12036, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 12041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 12046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 12051, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 12055, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 12060, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 12065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 12070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 12075, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 12079, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 12084, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 12089, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 12094, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 12099, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n10 {
  margin: -6rem !important;
}

/* line 12103, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n10,
.my-n10 {
  margin-top: -6rem !important;
}

/* line 12108, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n10,
.mx-n10 {
  margin-right: -6rem !important;
}

/* line 12113, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n10,
.my-n10 {
  margin-bottom: -6rem !important;
}

/* line 12118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n10,
.mx-n10 {
  margin-left: -6rem !important;
}

/* line 12123, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-n15 {
  margin: -9rem !important;
}

/* line 12127, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-n15,
.my-n15 {
  margin-top: -9rem !important;
}

/* line 12132, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-n15,
.mx-n15 {
  margin-right: -9rem !important;
}

/* line 12137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-n15,
.my-n15 {
  margin-bottom: -9rem !important;
}

/* line 12142, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-n15,
.mx-n15 {
  margin-left: -9rem !important;
}

/* line 12147, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.m-auto {
  margin: auto !important;
}

/* line 12151, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 12156, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 12161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 12166, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12172, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12176, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 12181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 12186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 12191, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12196, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12200, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 12205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 12210, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 12215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12220, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12224, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 12229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 12234, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 12239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12244, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12248, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 12253, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 12258, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 12263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12268, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12272, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 12277, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 12282, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 12287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12292, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12296, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 12301, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 12306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 12311, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12316, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-10 {
    margin: 6rem !important;
  }
  /* line 12320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-10,
.my-sm-10 {
    margin-top: 6rem !important;
  }
  /* line 12325, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 6rem !important;
  }
  /* line 12330, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 6rem !important;
  }
  /* line 12335, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 6rem !important;
  }
  /* line 12340, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-15 {
    margin: 9rem !important;
  }
  /* line 12344, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-15,
.my-sm-15 {
    margin-top: 9rem !important;
  }
  /* line 12349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-15,
.mx-sm-15 {
    margin-right: 9rem !important;
  }
  /* line 12354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 9rem !important;
  }
  /* line 12359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-15,
.mx-sm-15 {
    margin-left: 9rem !important;
  }
  /* line 12364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12368, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 12373, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 12378, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 12383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12388, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 12397, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 12402, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 12407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 12421, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 12426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 12431, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12436, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 12445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 12450, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 12455, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 12469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 12474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12484, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12488, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 12493, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 12498, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 12503, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 12508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-10 {
    padding: 6rem !important;
  }
  /* line 12512, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-10,
.py-sm-10 {
    padding-top: 6rem !important;
  }
  /* line 12517, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-10,
.px-sm-10 {
    padding-right: 6rem !important;
  }
  /* line 12522, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 6rem !important;
  }
  /* line 12527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-10,
.px-sm-10 {
    padding-left: 6rem !important;
  }
  /* line 12532, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-sm-15 {
    padding: 9rem !important;
  }
  /* line 12536, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-sm-15,
.py-sm-15 {
    padding-top: 9rem !important;
  }
  /* line 12541, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-sm-15,
.px-sm-15 {
    padding-right: 9rem !important;
  }
  /* line 12546, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 9rem !important;
  }
  /* line 12551, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-sm-15,
.px-sm-15 {
    padding-left: 9rem !important;
  }
  /* line 12556, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 12560, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 12565, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 12570, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 12575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 12580, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 12584, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 12589, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 12594, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 12599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 12604, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 12608, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 12613, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 12618, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 12623, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 12628, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 12632, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 12637, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 12642, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 12652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 12656, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 12661, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 12666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 12671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 12676, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n10 {
    margin: -6rem !important;
  }
  /* line 12680, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -6rem !important;
  }
  /* line 12685, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -6rem !important;
  }
  /* line 12690, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -6rem !important;
  }
  /* line 12695, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -6rem !important;
  }
  /* line 12700, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-n15 {
    margin: -9rem !important;
  }
  /* line 12704, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -9rem !important;
  }
  /* line 12709, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -9rem !important;
  }
  /* line 12714, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -9rem !important;
  }
  /* line 12719, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -9rem !important;
  }
  /* line 12724, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 12728, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 12733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 12738, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 12743, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 12758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 12763, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 12768, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12773, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 12782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 12787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 12792, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 12806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 12811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 12816, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12825, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 12830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 12835, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 12840, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12845, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 12854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 12859, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 12864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12869, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 12878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 12883, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 12888, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12893, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-10 {
    margin: 6rem !important;
  }
  /* line 12897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-10,
.my-md-10 {
    margin-top: 6rem !important;
  }
  /* line 12902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-10,
.mx-md-10 {
    margin-right: 6rem !important;
  }
  /* line 12907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-10,
.my-md-10 {
    margin-bottom: 6rem !important;
  }
  /* line 12912, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-10,
.mx-md-10 {
    margin-left: 6rem !important;
  }
  /* line 12917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-15 {
    margin: 9rem !important;
  }
  /* line 12921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-15,
.my-md-15 {
    margin-top: 9rem !important;
  }
  /* line 12926, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-15,
.mx-md-15 {
    margin-right: 9rem !important;
  }
  /* line 12931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-15,
.my-md-15 {
    margin-bottom: 9rem !important;
  }
  /* line 12936, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-15,
.mx-md-15 {
    margin-left: 9rem !important;
  }
  /* line 12941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 12950, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 12955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 12960, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 12974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 12979, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 12984, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 12998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 13003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 13008, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 13013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 13022, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 13027, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 13032, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 13037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 13046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 13051, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 13056, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 13061, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 13070, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 13075, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 13080, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 13085, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-10 {
    padding: 6rem !important;
  }
  /* line 13089, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-10,
.py-md-10 {
    padding-top: 6rem !important;
  }
  /* line 13094, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-10,
.px-md-10 {
    padding-right: 6rem !important;
  }
  /* line 13099, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-10,
.py-md-10 {
    padding-bottom: 6rem !important;
  }
  /* line 13104, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-10,
.px-md-10 {
    padding-left: 6rem !important;
  }
  /* line 13109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-md-15 {
    padding: 9rem !important;
  }
  /* line 13113, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-md-15,
.py-md-15 {
    padding-top: 9rem !important;
  }
  /* line 13118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-md-15,
.px-md-15 {
    padding-right: 9rem !important;
  }
  /* line 13123, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-md-15,
.py-md-15 {
    padding-bottom: 9rem !important;
  }
  /* line 13128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-md-15,
.px-md-15 {
    padding-left: 9rem !important;
  }
  /* line 13133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 13137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 13142, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 13147, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 13152, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 13157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 13161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 13166, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 13171, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 13176, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 13181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 13185, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 13190, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 13195, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 13200, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 13205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 13209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 13214, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 13219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 13224, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 13229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 13233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 13238, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 13243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 13248, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 13253, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n10 {
    margin: -6rem !important;
  }
  /* line 13257, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n10,
.my-md-n10 {
    margin-top: -6rem !important;
  }
  /* line 13262, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -6rem !important;
  }
  /* line 13267, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -6rem !important;
  }
  /* line 13272, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -6rem !important;
  }
  /* line 13277, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-n15 {
    margin: -9rem !important;
  }
  /* line 13281, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-n15,
.my-md-n15 {
    margin-top: -9rem !important;
  }
  /* line 13286, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-n15,
.mx-md-n15 {
    margin-right: -9rem !important;
  }
  /* line 13291, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -9rem !important;
  }
  /* line 13296, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-n15,
.mx-md-n15 {
    margin-left: -9rem !important;
  }
  /* line 13301, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 13305, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 13310, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 13315, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 13320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 13326, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13330, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 13335, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 13340, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 13345, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 13350, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 13359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 13364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 13369, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 13374, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13378, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 13383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 13388, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 13393, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 13398, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13402, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 13407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 13412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13417, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 13422, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 13431, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 13436, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 13441, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 13446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13450, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 13455, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 13460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 13465, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 13470, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-10 {
    margin: 6rem !important;
  }
  /* line 13474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-10,
.my-lg-10 {
    margin-top: 6rem !important;
  }
  /* line 13479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 6rem !important;
  }
  /* line 13484, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 6rem !important;
  }
  /* line 13489, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 6rem !important;
  }
  /* line 13494, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-15 {
    margin: 9rem !important;
  }
  /* line 13498, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-15,
.my-lg-15 {
    margin-top: 9rem !important;
  }
  /* line 13503, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-15,
.mx-lg-15 {
    margin-right: 9rem !important;
  }
  /* line 13508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 9rem !important;
  }
  /* line 13513, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-15,
.mx-lg-15 {
    margin-left: 9rem !important;
  }
  /* line 13518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13522, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 13527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 13532, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 13537, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 13542, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13546, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 13551, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 13556, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 13561, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 13566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13570, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 13575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 13580, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 13585, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 13590, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13594, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 13599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 13604, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 13609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 13614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13618, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 13623, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 13628, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 13633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 13638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13642, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 13647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 13652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 13657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 13662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-10 {
    padding: 6rem !important;
  }
  /* line 13666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-10,
.py-lg-10 {
    padding-top: 6rem !important;
  }
  /* line 13671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-10,
.px-lg-10 {
    padding-right: 6rem !important;
  }
  /* line 13676, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 6rem !important;
  }
  /* line 13681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-10,
.px-lg-10 {
    padding-left: 6rem !important;
  }
  /* line 13686, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-lg-15 {
    padding: 9rem !important;
  }
  /* line 13690, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-lg-15,
.py-lg-15 {
    padding-top: 9rem !important;
  }
  /* line 13695, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-lg-15,
.px-lg-15 {
    padding-right: 9rem !important;
  }
  /* line 13700, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 9rem !important;
  }
  /* line 13705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-lg-15,
.px-lg-15 {
    padding-left: 9rem !important;
  }
  /* line 13710, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 13714, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 13719, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 13724, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 13729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 13734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 13738, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 13743, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 13748, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 13753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 13758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 13762, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 13767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 13772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 13777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 13782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 13786, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 13791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 13796, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 13801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 13806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 13810, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 13815, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 13820, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 13825, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 13830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n10 {
    margin: -6rem !important;
  }
  /* line 13834, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -6rem !important;
  }
  /* line 13839, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -6rem !important;
  }
  /* line 13844, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -6rem !important;
  }
  /* line 13849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -6rem !important;
  }
  /* line 13854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-n15 {
    margin: -9rem !important;
  }
  /* line 13858, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -9rem !important;
  }
  /* line 13863, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -9rem !important;
  }
  /* line 13868, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -9rem !important;
  }
  /* line 13873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -9rem !important;
  }
  /* line 13878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 13882, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 13887, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 13892, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 13897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 13903, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 13912, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 13917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 13922, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 13927, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 13936, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 13941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 13946, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 13951, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 13960, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 13965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 13970, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 13975, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13979, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 13984, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 13989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13994, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 13999, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 14003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14008, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 14013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14018, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 14023, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 14027, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 14032, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 14037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 14042, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 14047, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-10 {
    margin: 6rem !important;
  }
  /* line 14051, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-10,
.my-xl-10 {
    margin-top: 6rem !important;
  }
  /* line 14056, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 6rem !important;
  }
  /* line 14061, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 6rem !important;
  }
  /* line 14066, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 6rem !important;
  }
  /* line 14071, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-15 {
    margin: 9rem !important;
  }
  /* line 14075, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-15,
.my-xl-15 {
    margin-top: 9rem !important;
  }
  /* line 14080, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-15,
.mx-xl-15 {
    margin-right: 9rem !important;
  }
  /* line 14085, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 9rem !important;
  }
  /* line 14090, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-15,
.mx-xl-15 {
    margin-left: 9rem !important;
  }
  /* line 14095, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 14099, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 14104, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 14109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 14114, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 14119, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 14123, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 14133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 14138, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 14143, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 14147, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14152, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 14157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 14162, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 14167, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 14171, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 14176, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 14181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 14186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 14191, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 14195, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14200, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 14205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 14210, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 14215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 14219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 14224, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 14229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 14234, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 14239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-10 {
    padding: 6rem !important;
  }
  /* line 14243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-10,
.py-xl-10 {
    padding-top: 6rem !important;
  }
  /* line 14248, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-10,
.px-xl-10 {
    padding-right: 6rem !important;
  }
  /* line 14253, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 6rem !important;
  }
  /* line 14258, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-10,
.px-xl-10 {
    padding-left: 6rem !important;
  }
  /* line 14263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xl-15 {
    padding: 9rem !important;
  }
  /* line 14267, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xl-15,
.py-xl-15 {
    padding-top: 9rem !important;
  }
  /* line 14272, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xl-15,
.px-xl-15 {
    padding-right: 9rem !important;
  }
  /* line 14277, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 9rem !important;
  }
  /* line 14282, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xl-15,
.px-xl-15 {
    padding-left: 9rem !important;
  }
  /* line 14287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 14291, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14296, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 14301, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 14311, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 14315, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 14325, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14330, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 14335, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 14339, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 14344, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 14349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 14359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 14363, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 14368, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 14373, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14378, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 14383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 14387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 14392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 14397, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 14402, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 14407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n10 {
    margin: -6rem !important;
  }
  /* line 14411, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -6rem !important;
  }
  /* line 14416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -6rem !important;
  }
  /* line 14421, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -6rem !important;
  }
  /* line 14426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -6rem !important;
  }
  /* line 14431, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-n15 {
    margin: -9rem !important;
  }
  /* line 14435, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -9rem !important;
  }
  /* line 14440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -9rem !important;
  }
  /* line 14445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -9rem !important;
  }
  /* line 14450, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -9rem !important;
  }
  /* line 14455, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 14459, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 14464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 14469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 14474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1500px) {
  /* line 14480, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 14484, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 14489, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 14494, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 14499, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 14504, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 14508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14513, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 14518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 14523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 14528, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 14532, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14537, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 14542, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 14547, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 14552, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 14556, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 14561, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 14566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 14571, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 14576, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 14580, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14585, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 14590, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14595, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 14600, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 14604, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 14609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 14614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 14619, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 14624, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-10 {
    margin: 6rem !important;
  }
  /* line 14628, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 6rem !important;
  }
  /* line 14633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 6rem !important;
  }
  /* line 14638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 6rem !important;
  }
  /* line 14643, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 6rem !important;
  }
  /* line 14648, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-15 {
    margin: 9rem !important;
  }
  /* line 14652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 9rem !important;
  }
  /* line 14657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 9rem !important;
  }
  /* line 14662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 9rem !important;
  }
  /* line 14667, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 9rem !important;
  }
  /* line 14672, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 14676, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 14681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 14686, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 14691, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 14696, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 14700, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 14710, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 14715, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 14720, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 14724, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 14734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 14739, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 14744, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 14748, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 14753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 14758, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 14763, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 14768, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 14772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 14782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 14787, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 14792, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 14796, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 14801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 14806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 14811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 14816, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-10 {
    padding: 6rem !important;
  }
  /* line 14820, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 6rem !important;
  }
  /* line 14825, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 6rem !important;
  }
  /* line 14830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 6rem !important;
  }
  /* line 14835, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 6rem !important;
  }
  /* line 14840, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .p-xxl-15 {
    padding: 9rem !important;
  }
  /* line 14844, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 9rem !important;
  }
  /* line 14849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 9rem !important;
  }
  /* line 14854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 9rem !important;
  }
  /* line 14859, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 9rem !important;
  }
  /* line 14864, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 14868, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 14878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14883, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 14888, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 14892, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 14902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 14912, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 14916, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 14921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 14926, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 14936, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 14940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 14945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 14950, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 14960, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 14964, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 14969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 14974, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 14979, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 14984, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n10 {
    margin: -6rem !important;
  }
  /* line 14988, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -6rem !important;
  }
  /* line 14993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -6rem !important;
  }
  /* line 14998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -6rem !important;
  }
  /* line 15003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -6rem !important;
  }
  /* line 15008, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-n15 {
    margin: -9rem !important;
  }
  /* line 15012, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -9rem !important;
  }
  /* line 15017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -9rem !important;
  }
  /* line 15022, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -9rem !important;
  }
  /* line 15027, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -9rem !important;
  }
  /* line 15032, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 15036, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 15041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 15046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 15051, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}

/* line 15056, app/assets/stylesheets/base/_bootstrap-sb-admin.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 15068, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 15072, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-justify {
  text-align: justify !important;
}

/* line 15076, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 15080, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 15084, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 15090, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-left {
  text-align: left !important;
}

/* line 15094, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-right {
  text-align: right !important;
}

/* line 15098, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 15103, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 15107, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 15111, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 15116, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 15120, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 15124, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 15129, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 15133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 15137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 15142, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 15146, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 15150, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  /* line 15155, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-xxl-left {
    text-align: left !important;
  }
  /* line 15159, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-xxl-right {
    text-align: right !important;
  }
  /* line 15163, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

/* line 15167, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 15171, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 15175, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 15179, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 15183, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 15187, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 15191, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-bold {
  font-weight: 500 !important;
}

/* line 15195, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 15199, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-italic {
  font-style: italic !important;
}

/* line 15203, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-white {
  color: #fff !important;
}

/* line 15207, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-primary {
  color: #0061f2 !important;
}

/* line 15211, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0042a6 !important;
}

/* line 15215, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-secondary {
  color: #0e2866 !important;
}

/* line 15219, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #41007b !important;
}

/* line 15223, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-success {
  color: #00ac69 !important;
}

/* line 15227, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-success:hover, a.text-success:focus {
  color: #00603a !important;
}

/* line 15231, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-info {
  color: #00cfd5 !important;
}

/* line 15235, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-info:hover, a.text-info:focus {
  color: #008589 !important;
}

/* line 15239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-warning {
  color: #f4a100 !important;
}

/* line 15243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #a86f00 !important;
}

/* line 15247, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-danger {
  color: #e81500 !important;
}

/* line 15251, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9c0e00 !important;
}

/* line 15255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-light {
  color: #f2f6fc !important;
}

/* line 15259, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-light:hover, a.text-light:focus {
  color: #b4cbee !important;
}

/* line 15263, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-dark {
  color: #212832 !important;
}

/* line 15267, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #030304 !important;
}

/* line 15271, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-black {
  color: #000 !important;
}

/* line 15275, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-black:hover, a.text-black:focus {
  color: black !important;
}

/* line 15279, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-white {
  color: #fff !important;
}

/* line 15283, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 15287, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-red {
  color: #e81500 !important;
}

/* line 15291, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-red:hover, a.text-red:focus {
  color: #9c0e00 !important;
}

/* line 15295, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-orange {
  color: #f76400 !important;
}

/* line 15299, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-orange:hover, a.text-orange:focus {
  color: #ab4500 !important;
}

/* line 15303, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-yellow {
  color: #f4a100 !important;
}

/* line 15307, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-yellow:hover, a.text-yellow:focus {
  color: #a86f00 !important;
}

/* line 15311, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-green {
  color: #00ac69 !important;
}

/* line 15315, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-green:hover, a.text-green:focus {
  color: #00603a !important;
}

/* line 15319, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-teal {
  color: #00ba94 !important;
}

/* line 15323, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-teal:hover, a.text-teal:focus {
  color: #006e57 !important;
}

/* line 15327, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-cyan {
  color: #00cfd5 !important;
}

/* line 15331, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-cyan:hover, a.text-cyan:focus {
  color: #008589 !important;
}

/* line 15335, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-blue {
  color: #0061f2 !important;
}

/* line 15339, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-blue:hover, a.text-blue:focus {
  color: #0042a6 !important;
}

/* line 15343, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-indigo {
  color: #5800e8 !important;
}

/* line 15347, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-indigo:hover, a.text-indigo:focus {
  color: #3b009c !important;
}

/* line 15351, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-purple {
  color: #6900c7 !important;
}

/* line 15355, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-purple:hover, a.text-purple:focus {
  color: #41007b !important;
}

/* line 15359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-pink {
  color: #e30059 !important;
}

/* line 15363, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-pink:hover, a.text-pink:focus {
  color: #97003b !important;
}

/* line 15367, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray {
  color: #585858 !important;
}

/* line 15371, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-red-soft {
  color: #f1e0e3 !important;
}

/* line 15375, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-red-soft:hover, a.text-red-soft:focus {
  color: #d9abb3 !important;
}

/* line 15379, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-orange-soft {
  color: #f3e7e3 !important;
}

/* line 15383, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-orange-soft:hover, a.text-orange-soft:focus {
  color: #dcb9ad !important;
}

/* line 15387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-yellow-soft {
  color: #f2eee3 !important;
}

/* line 15391, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-yellow-soft:hover, a.text-yellow-soft:focus {
  color: #daceaf !important;
}

/* line 15395, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-green-soft {
  color: #daefed !important;
}

/* line 15399, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-green-soft:hover, a.text-green-soft:focus {
  color: #a5d8d3 !important;
}

/* line 15403, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-teal-soft {
  color: #daf0f2 !important;
}

/* line 15407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-teal-soft:hover, a.text-teal-soft:focus {
  color: #a1d9de !important;
}

/* line 15411, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-cyan-soft {
  color: #daf2f8 !important;
}

/* line 15415, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-cyan-soft:hover, a.text-cyan-soft:focus {
  color: #9adbec !important;
}

/* line 15419, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-blue-soft {
  color: #dae7fb !important;
}

/* line 15423, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-blue-soft:hover, a.text-blue-soft:focus {
  color: #95baf4 !important;
}

/* line 15427, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-indigo-soft {
  color: #e3ddfa !important;
}

/* line 15431, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-indigo-soft:hover, a.text-indigo-soft:focus {
  color: #ac9af0 !important;
}

/* line 15435, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-purple-soft {
  color: #e4ddf7 !important;
}

/* line 15439, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-purple-soft:hover, a.text-purple-soft:focus {
  color: #b39fe8 !important;
}

/* line 15443, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-pink-soft {
  color: #f1ddec !important;
}

/* line 15447, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-pink-soft:hover, a.text-pink-soft:focus {
  color: #dba7ce !important;
}

/* line 15451, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-primary-soft {
  color: #dae7fb !important;
}

/* line 15455, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-primary-soft:hover, a.text-primary-soft:focus {
  color: #95baf4 !important;
}

/* line 15459, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-secondary-soft {
  color: #e4ddf7 !important;
}

/* line 15463, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-secondary-soft:hover, a.text-secondary-soft:focus {
  color: #b39fe8 !important;
}

/* line 15467, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-success-soft {
  color: #daefed !important;
}

/* line 15471, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-success-soft:hover, a.text-success-soft:focus {
  color: #a5d8d3 !important;
}

/* line 15475, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-info-soft {
  color: #daf2f8 !important;
}

/* line 15479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-info-soft:hover, a.text-info-soft:focus {
  color: #9adbec !important;
}

/* line 15483, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-warning-soft {
  color: #f2eee3 !important;
}

/* line 15487, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-warning-soft:hover, a.text-warning-soft:focus {
  color: #daceaf !important;
}

/* line 15491, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-danger-soft {
  color: #f1e0e3 !important;
}

/* line 15495, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
a.text-danger-soft:hover, a.text-danger-soft:focus {
  color: #d9abb3 !important;
}

/* line 15499, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-body {
  color: #69707a !important;
}

/* line 15503, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-muted {
  color: #a7aeb8 !important;
}

/* line 15507, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 15511, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 15515, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 15523, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 15527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 15532, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-reset, .footer a {
  color: inherit !important;
}

/* line 15536, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.visible {
  visibility: visible !important;
}

/* line 15540, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 15545, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 15552, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 15556, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 15560, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 15564, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  pre,
blockquote {
    border: 1px solid #a7aeb8;
    page-break-inside: avoid;
  }
  /* line 15570, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  thead {
    display: table-header-group;
  }
  /* line 15574, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 15579, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 15586, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 15594, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  body {
    min-width: 992px !important;
  }
  /* line 15598, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 15602, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .navbar {
    display: none;
  }
  /* line 15606, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 15610, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 15613, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 15618, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #d4dae3 !important;
  }
  /* line 15623, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table-dark {
    color: inherit;
  }
  /* line 15626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e0e5ec;
  }
  /* line 15633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #e0e5ec;
  }
}

/* line 15638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
html,
body {
  height: 100%;
}

/* line 15643, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
body {
  overflow-x: hidden;
}

/* line 15647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-Thin-cd9fba7e3f1a33175fabf903f9a59d31ae7d20340f94082624cfe242d892ddfa.otf);
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-ThinItalic-0877ff579827d5d24588ad36169d5ea8b53eda0295471654f6adbdd7963e0d54.otf);
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-ExtraLight-f2785ffef379c791117436f853aa2d591c054c30f55db789e7aad0428c2457a5.otf);
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-ExtraLightItalic-e40b3cebd8747b46e78c04c4f8494976effc23fcca40760d4f3e2c3d00f4675e.otf);
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-Light-2bbc6d79c8253c1a1e7197dc384568082dcb7015dd33a7955de78df3196845c2.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-LightItalic-206d984c2c1ef12b5296c713785e97525144640beb0a0e256acda705422ce986.otf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-Regular-499e4f4b0b46578297555be306415bd569d292117d44353a2f835421fca48d43.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-RegularItalic-a35de32d744b87bf94a52eab7baf94ce81ac6dba7866af818f3a4bc74561bfd2.otf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-Medium-608b20327a932c2da32ba71fc1957962d482f36a2043d0aab17805db1aaca1d8.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-MediumItalic-fc9d7969c3fd98de184e42762fd18fb3ef0372ed3711fa375d6406745ae56b4a.otf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-SemiBold-ef3debc4225a8188bb3c083f33cd0b8b3992ee1de75d8d5411fb596350c6e561.otf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-SemiBoldItalic-2be5d6fb6fa5ea3f1bc605761f51875919f4d9006ad1c619eb7e98c9be005372.otf);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-Bold-663b24269879a35c18433978eff1e3deae80eb5764673a7644605a4bcd640143.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-BoldItalic-3f7c7fc926a537aef135a5eac401d573f649617df0ad74c8bc2232bca62eb635.otf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-ExtraBold-d2f46f6a10be3ebfdb6cb4c8d0e54d83508c4f42545303227f70b327a4df01bc.otf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-ExtraBoldItalic-e3f4f9f9b2469e854a8eb792929a0c9a3b520b403666da612d1cb8f481c1d82b.otf);
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-Black-a67ca27a4681ed7bbf94c543bc29195cd41a8d2ab9d69a0dd6cbcb1abd46b134.otf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url(/assets/Metropolis-BlackItalic-8d2cfed2c319bc60a3c76cf8a261530a89a3930a30861353496fa5c8364d8c5b.otf);
  font-weight: 800;
  font-style: italic;
}

/* line 15766, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 15771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}

/* line 15775, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}

/* line 15779, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutSidenav {
  display: flex;
}

/* line 15782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutSidenav #layoutSidenav_nav {
  flex-basis: 15rem;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-15rem);
}

/* line 15789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutSidenav #layoutSidenav_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 3.625rem);
  margin-left: -15rem;
}

/* line 15800, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}

/* line 15803, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
  /* line 15818, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  /* line 15821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
    transition: margin 0.15s ease-in-out;
  }
  /* line 15826, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-15rem);
  }
  /* line 15829, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: -15rem;
  }
  /* line 15832, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    display: none;
  }
}

/* line 15836, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed .topnav {
  z-index: 1039;
}

/* line 15839, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 15rem;
  height: 100vh;
  z-index: 1038;
}

/* line 15844, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav {
  padding-top: 3.625rem;
}

/* line 15847, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
  overflow-y: hidden;
}

/* line 15850, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar {
  width: 0.75rem;
}

/* line 15853, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  border-width: 0.2rem;
  border-style: solid;
  background-clip: padding-box;
  background-color: rgba(33, 40, 50, 0.2);
  border-color: transparent;
}

/* line 15861, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

/* line 15866, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 15869, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-track {
  background: inherit;
}

@media (pointer: fine) and (hover: hover) {
  /* line 15873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu:hover {
    overflow-y: overlay;
  }
}

@media (pointer: coarse) and (hover: none) {
  /* line 15878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
    overflow-y: overlay;
  }
}

@-moz-document url-prefix() {
  /* line 15883, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
    overflow-y: scroll;
  }
}

/* line 15887, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav.sidenav-dark .sidenav-menu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(0, 0, 0, 0);
}

/* line 15891, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 15rem;
  top: 3.625rem;
}

/* line 15896, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.layout-rtl #layoutSidenav #layoutSidenav_nav {
  transform: translateX(15rem);
}

/* line 15899, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.layout-rtl #layoutSidenav #layoutSidenav_content {
  margin-left: 0;
  margin-right: -15rem;
}

/* line 15903, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.layout-rtl.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}

@media (min-width: 992px) {
  /* line 15907, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .layout-rtl #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  /* line 15910, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .layout-rtl #layoutSidenav #layoutSidenav_content {
    margin-right: 0;
    transition: margin 0.15s ease-in-out;
  }
  /* line 15914, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .layout-rtl.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(15rem);
  }
  /* line 15917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .layout-rtl.sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-right: -15rem;
  }
}

/* line 15922, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.layout-rtl.nav-fixed #layoutSidenav #layoutSidenav_nav {
  left: auto;
}

/* line 15925, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.layout-rtl.nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 0;
  padding-right: 15rem;
}

/* line 15930, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutError {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 15935, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutError #layoutError_content {
  min-width: 0;
  flex-grow: 1;
}

/* line 15939, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
#layoutError #layoutError_footer {
  min-width: 0;
}

/* line 15943, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.img-error {
  max-width: 20rem;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* line 15968, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.animated--fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

/* line 15976, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.animated--fade-in-up.dropdown-menu {
  margin-top: 0;
  top: 0.125rem !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 15998, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.animated--fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

/* line 16007, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gradient-primary-to-secondary {
  background-color: #0061f2;
  background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
}

/* line 16012, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-100 {
  background-color: #f2f6fc !important;
}

/* line 16016, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-200 {
  background-color: #e0e5ec !important;
}

/* line 16020, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-300 {
  background-color: #d4dae3 !important;
}

/* line 16024, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-400 {
  background-color: #c5ccd6 !important;
}

/* line 16028, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-500 {
  background-color: #a7aeb8 !important;
}

/* line 16032, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-600 {
  background-color: #69707a !important;
}

/* line 16036, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-700 {
  background-color: #4a515b !important;
}

/* line 16040, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-800 {
  background-color: #363d47 !important;
}

/* line 16044, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-gray-900 {
  background-color: #212832 !important;
}

/* line 16048, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

/* line 16052, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-img-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 16058, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.bg-img-repeat {
  background-position: top left;
  background-repeat: repeat;
}

/* line 16063, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay {
  position: relative;
}

/* line 16066, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}

/* line 16077, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-primary:before {
  background-color: #0061f2 !important;
}

/* line 16081, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-secondary:before {
  background-color: #6900c7 !important;
}

/* line 16085, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-success:before {
  background-color: #00ac69 !important;
}

/* line 16089, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-info:before {
  background-color: #00cfd5 !important;
}

/* line 16093, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-warning:before {
  background-color: #f4a100 !important;
}

/* line 16097, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-danger:before {
  background-color: #e81500 !important;
}

/* line 16101, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-light:before {
  background-color: #f2f6fc !important;
}

/* line 16105, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-dark:before {
  background-color: #212832 !important;
}

/* line 16109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-black:before {
  background-color: #000 !important;
}

/* line 16113, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-white:before {
  background-color: #fff !important;
}

/* line 16117, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-red:before {
  background-color: #e81500 !important;
}

/* line 16121, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-orange:before {
  background-color: #f76400 !important;
}

/* line 16125, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-yellow:before {
  background-color: #f4a100 !important;
}

/* line 16129, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-green:before {
  background-color: #00ac69 !important;
}

/* line 16133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-teal:before {
  background-color: #00ba94 !important;
}

/* line 16137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-cyan:before {
  background-color: #00cfd5 !important;
}

/* line 16141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-blue:before {
  background-color: #0061f2 !important;
}

/* line 16145, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-indigo:before {
  background-color: #5800e8 !important;
}

/* line 16149, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-purple:before {
  background-color: #6900c7 !important;
}

/* line 16153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-pink:before {
  background-color: #e30059 !important;
}

/* line 16157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-red-soft:before {
  background-color: #f1e0e3 !important;
}

/* line 16161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-orange-soft:before {
  background-color: #f3e7e3 !important;
}

/* line 16165, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-yellow-soft:before {
  background-color: #f2eee3 !important;
}

/* line 16169, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-green-soft:before {
  background-color: #daefed !important;
}

/* line 16173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-teal-soft:before {
  background-color: #daf0f2 !important;
}

/* line 16177, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-cyan-soft:before {
  background-color: #daf2f8 !important;
}

/* line 16181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-blue-soft:before {
  background-color: #dae7fb !important;
}

/* line 16185, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-indigo-soft:before {
  background-color: #e3ddfa !important;
}

/* line 16189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-purple-soft:before {
  background-color: #e4ddf7 !important;
}

/* line 16193, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-pink-soft:before {
  background-color: #f1ddec !important;
}

/* line 16197, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-primary-soft:before {
  background-color: #dae7fb !important;
}

/* line 16201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-secondary-soft:before {
  background-color: #e4ddf7 !important;
}

/* line 16205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-success-soft:before {
  background-color: #daefed !important;
}

/* line 16209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-info-soft:before {
  background-color: #daf2f8 !important;
}

/* line 16213, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-warning-soft:before {
  background-color: #f2eee3 !important;
}

/* line 16217, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-danger-soft:before {
  background-color: #f1e0e3 !important;
}

/* line 16221, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-10:before {
  opacity: 0.1;
}

/* line 16225, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-20:before {
  opacity: 0.2;
}

/* line 16229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-30:before {
  opacity: 0.3;
}

/* line 16233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-40:before {
  opacity: 0.4;
}

/* line 16237, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-50:before {
  opacity: 0.5;
}

/* line 16241, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-60:before {
  opacity: 0.6;
}

/* line 16245, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-70:before {
  opacity: 0.7;
}

/* line 16249, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-80:before {
  opacity: 0.8;
}

/* line 16253, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.overlay-90:before {
  opacity: 0.9;
}

/* line 16257, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-lg {
  border-width: 0.25rem !important;
}

/* line 16261, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-lg {
  border-top-width: 0.25rem !important;
}

/* line 16265, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-lg {
  border-right-width: 0.25rem !important;
}

/* line 16269, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-lg {
  border-bottom-width: 0.25rem !important;
}

/* line 16273, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-lg {
  border-left-width: 0.25rem !important;
}

/* line 16277, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-primary {
  border-color: #0061f2 !important;
}

/* line 16281, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-secondary {
  border-color: #6900c7 !important;
}

/* line 16285, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-success {
  border-color: #00ac69 !important;
}

/* line 16289, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-info {
  border-color: #00cfd5 !important;
}

/* line 16293, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-warning {
  border-color: #f4a100 !important;
}

/* line 16297, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-danger {
  border-color: #e81500 !important;
}

/* line 16301, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-light {
  border-color: #f2f6fc !important;
}

/* line 16305, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-dark {
  border-color: #212832 !important;
}

/* line 16309, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-black {
  border-color: #000 !important;
}

/* line 16313, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-white {
  border-color: #fff !important;
}

/* line 16317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-red {
  border-color: #e81500 !important;
}

/* line 16321, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-orange {
  border-color: #f76400 !important;
}

/* line 16325, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-yellow {
  border-color: #f4a100 !important;
}

/* line 16329, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-green {
  border-color: #00ac69 !important;
}

/* line 16333, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-teal {
  border-color: #00ba94 !important;
}

/* line 16337, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-cyan {
  border-color: #00cfd5 !important;
}

/* line 16341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-blue {
  border-color: #0061f2 !important;
}

/* line 16345, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-indigo {
  border-color: #5800e8 !important;
}

/* line 16349, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-purple {
  border-color: #6900c7 !important;
}

/* line 16353, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-pink {
  border-color: #e30059 !important;
}

/* line 16357, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-red-soft {
  border-color: #f1e0e3 !important;
}

/* line 16361, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-orange-soft {
  border-color: #f3e7e3 !important;
}

/* line 16365, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-yellow-soft {
  border-color: #f2eee3 !important;
}

/* line 16369, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-green-soft {
  border-color: #daefed !important;
}

/* line 16373, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-teal-soft {
  border-color: #daf0f2 !important;
}

/* line 16377, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-cyan-soft {
  border-color: #daf2f8 !important;
}

/* line 16381, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-blue-soft {
  border-color: #dae7fb !important;
}

/* line 16385, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-indigo-soft {
  border-color: #e3ddfa !important;
}

/* line 16389, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-purple-soft {
  border-color: #e4ddf7 !important;
}

/* line 16393, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-pink-soft {
  border-color: #f1ddec !important;
}

/* line 16397, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-primary-soft {
  border-color: #dae7fb !important;
}

/* line 16401, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-secondary-soft {
  border-color: #e4ddf7 !important;
}

/* line 16405, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-success-soft {
  border-color: #daefed !important;
}

/* line 16409, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-info-soft {
  border-color: #daf2f8 !important;
}

/* line 16413, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-warning-soft {
  border-color: #f2eee3 !important;
}

/* line 16417, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-danger-soft {
  border-color: #f1e0e3 !important;
}

/* line 16421, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-primary {
  border-left-color: #0061f2 !important;
}

/* line 16425, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-secondary {
  border-left-color: #6900c7 !important;
}

/* line 16429, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-success {
  border-left-color: #00ac69 !important;
}

/* line 16433, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-info {
  border-left-color: #00cfd5 !important;
}

/* line 16437, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-warning {
  border-left-color: #f4a100 !important;
}

/* line 16441, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-danger {
  border-left-color: #e81500 !important;
}

/* line 16445, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-light {
  border-left-color: #f2f6fc !important;
}

/* line 16449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-dark {
  border-left-color: #212832 !important;
}

/* line 16453, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-black {
  border-left-color: #000 !important;
}

/* line 16457, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-white {
  border-left-color: #fff !important;
}

/* line 16461, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-red {
  border-left-color: #e81500 !important;
}

/* line 16465, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-orange {
  border-left-color: #f76400 !important;
}

/* line 16469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-yellow {
  border-left-color: #f4a100 !important;
}

/* line 16473, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-green {
  border-left-color: #00ac69 !important;
}

/* line 16477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-teal {
  border-left-color: #00ba94 !important;
}

/* line 16481, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-cyan {
  border-left-color: #00cfd5 !important;
}

/* line 16485, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-blue {
  border-left-color: #0061f2 !important;
}

/* line 16489, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-indigo {
  border-left-color: #5800e8 !important;
}

/* line 16493, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-purple {
  border-left-color: #6900c7 !important;
}

/* line 16497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-pink {
  border-left-color: #e30059 !important;
}

/* line 16501, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-red-soft {
  border-left-color: #f1e0e3 !important;
}

/* line 16505, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-orange-soft {
  border-left-color: #f3e7e3 !important;
}

/* line 16509, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-yellow-soft {
  border-left-color: #f2eee3 !important;
}

/* line 16513, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-green-soft {
  border-left-color: #daefed !important;
}

/* line 16517, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-teal-soft {
  border-left-color: #daf0f2 !important;
}

/* line 16521, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-cyan-soft {
  border-left-color: #daf2f8 !important;
}

/* line 16525, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-blue-soft {
  border-left-color: #dae7fb !important;
}

/* line 16529, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-indigo-soft {
  border-left-color: #e3ddfa !important;
}

/* line 16533, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-purple-soft {
  border-left-color: #e4ddf7 !important;
}

/* line 16537, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-pink-soft {
  border-left-color: #f1ddec !important;
}

/* line 16541, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-primary-soft {
  border-left-color: #dae7fb !important;
}

/* line 16545, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-secondary-soft {
  border-left-color: #e4ddf7 !important;
}

/* line 16549, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-success-soft {
  border-left-color: #daefed !important;
}

/* line 16553, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-info-soft {
  border-left-color: #daf2f8 !important;
}

/* line 16557, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-warning-soft {
  border-left-color: #f2eee3 !important;
}

/* line 16561, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-left-danger-soft {
  border-left-color: #f1e0e3 !important;
}

/* line 16565, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-primary {
  border-right-color: #0061f2 !important;
}

/* line 16569, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-secondary {
  border-right-color: #6900c7 !important;
}

/* line 16573, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-success {
  border-right-color: #00ac69 !important;
}

/* line 16577, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-info {
  border-right-color: #00cfd5 !important;
}

/* line 16581, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-warning {
  border-right-color: #f4a100 !important;
}

/* line 16585, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-danger {
  border-right-color: #e81500 !important;
}

/* line 16589, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-light {
  border-right-color: #f2f6fc !important;
}

/* line 16593, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-dark {
  border-right-color: #212832 !important;
}

/* line 16597, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-black {
  border-right-color: #000 !important;
}

/* line 16601, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-white {
  border-right-color: #fff !important;
}

/* line 16605, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-red {
  border-right-color: #e81500 !important;
}

/* line 16609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-orange {
  border-right-color: #f76400 !important;
}

/* line 16613, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-yellow {
  border-right-color: #f4a100 !important;
}

/* line 16617, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-green {
  border-right-color: #00ac69 !important;
}

/* line 16621, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-teal {
  border-right-color: #00ba94 !important;
}

/* line 16625, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-cyan {
  border-right-color: #00cfd5 !important;
}

/* line 16629, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-blue {
  border-right-color: #0061f2 !important;
}

/* line 16633, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-indigo {
  border-right-color: #5800e8 !important;
}

/* line 16637, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-purple {
  border-right-color: #6900c7 !important;
}

/* line 16641, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-pink {
  border-right-color: #e30059 !important;
}

/* line 16645, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-red-soft {
  border-right-color: #f1e0e3 !important;
}

/* line 16649, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-orange-soft {
  border-right-color: #f3e7e3 !important;
}

/* line 16653, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-yellow-soft {
  border-right-color: #f2eee3 !important;
}

/* line 16657, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-green-soft {
  border-right-color: #daefed !important;
}

/* line 16661, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-teal-soft {
  border-right-color: #daf0f2 !important;
}

/* line 16665, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-cyan-soft {
  border-right-color: #daf2f8 !important;
}

/* line 16669, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-blue-soft {
  border-right-color: #dae7fb !important;
}

/* line 16673, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-indigo-soft {
  border-right-color: #e3ddfa !important;
}

/* line 16677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-purple-soft {
  border-right-color: #e4ddf7 !important;
}

/* line 16681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-pink-soft {
  border-right-color: #f1ddec !important;
}

/* line 16685, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-primary-soft {
  border-right-color: #dae7fb !important;
}

/* line 16689, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-secondary-soft {
  border-right-color: #e4ddf7 !important;
}

/* line 16693, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-success-soft {
  border-right-color: #daefed !important;
}

/* line 16697, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-info-soft {
  border-right-color: #daf2f8 !important;
}

/* line 16701, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-warning-soft {
  border-right-color: #f2eee3 !important;
}

/* line 16705, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-right-danger-soft {
  border-right-color: #f1e0e3 !important;
}

/* line 16709, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-primary {
  border-top-color: #0061f2 !important;
}

/* line 16713, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-secondary {
  border-top-color: #6900c7 !important;
}

/* line 16717, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-success {
  border-top-color: #00ac69 !important;
}

/* line 16721, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-info {
  border-top-color: #00cfd5 !important;
}

/* line 16725, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-warning {
  border-top-color: #f4a100 !important;
}

/* line 16729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-danger {
  border-top-color: #e81500 !important;
}

/* line 16733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-light {
  border-top-color: #f2f6fc !important;
}

/* line 16737, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-dark {
  border-top-color: #212832 !important;
}

/* line 16741, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-black {
  border-top-color: #000 !important;
}

/* line 16745, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-white {
  border-top-color: #fff !important;
}

/* line 16749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-red {
  border-top-color: #e81500 !important;
}

/* line 16753, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-orange {
  border-top-color: #f76400 !important;
}

/* line 16757, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-yellow {
  border-top-color: #f4a100 !important;
}

/* line 16761, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-green {
  border-top-color: #00ac69 !important;
}

/* line 16765, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-teal {
  border-top-color: #00ba94 !important;
}

/* line 16769, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-cyan {
  border-top-color: #00cfd5 !important;
}

/* line 16773, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-blue {
  border-top-color: #0061f2 !important;
}

/* line 16777, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-indigo {
  border-top-color: #5800e8 !important;
}

/* line 16781, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-purple {
  border-top-color: #6900c7 !important;
}

/* line 16785, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-pink {
  border-top-color: #e30059 !important;
}

/* line 16789, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-red-soft {
  border-top-color: #f1e0e3 !important;
}

/* line 16793, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-orange-soft {
  border-top-color: #f3e7e3 !important;
}

/* line 16797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-yellow-soft {
  border-top-color: #f2eee3 !important;
}

/* line 16801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-green-soft {
  border-top-color: #daefed !important;
}

/* line 16805, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-teal-soft {
  border-top-color: #daf0f2 !important;
}

/* line 16809, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-cyan-soft {
  border-top-color: #daf2f8 !important;
}

/* line 16813, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-blue-soft {
  border-top-color: #dae7fb !important;
}

/* line 16817, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-indigo-soft {
  border-top-color: #e3ddfa !important;
}

/* line 16821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-purple-soft {
  border-top-color: #e4ddf7 !important;
}

/* line 16825, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-pink-soft {
  border-top-color: #f1ddec !important;
}

/* line 16829, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-primary-soft {
  border-top-color: #dae7fb !important;
}

/* line 16833, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-secondary-soft {
  border-top-color: #e4ddf7 !important;
}

/* line 16837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-success-soft {
  border-top-color: #daefed !important;
}

/* line 16841, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-info-soft {
  border-top-color: #daf2f8 !important;
}

/* line 16845, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-warning-soft {
  border-top-color: #f2eee3 !important;
}

/* line 16849, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-top-danger-soft {
  border-top-color: #f1e0e3 !important;
}

/* line 16853, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-primary {
  border-bottom-color: #0061f2 !important;
}

/* line 16857, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-secondary {
  border-bottom-color: #6900c7 !important;
}

/* line 16861, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-success {
  border-bottom-color: #00ac69 !important;
}

/* line 16865, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-info {
  border-bottom-color: #00cfd5 !important;
}

/* line 16869, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-warning {
  border-bottom-color: #f4a100 !important;
}

/* line 16873, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-danger {
  border-bottom-color: #e81500 !important;
}

/* line 16877, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-light {
  border-bottom-color: #f2f6fc !important;
}

/* line 16881, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-dark {
  border-bottom-color: #212832 !important;
}

/* line 16885, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-black {
  border-bottom-color: #000 !important;
}

/* line 16889, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-white {
  border-bottom-color: #fff !important;
}

/* line 16893, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-red {
  border-bottom-color: #e81500 !important;
}

/* line 16897, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-orange {
  border-bottom-color: #f76400 !important;
}

/* line 16901, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-yellow {
  border-bottom-color: #f4a100 !important;
}

/* line 16905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-green {
  border-bottom-color: #00ac69 !important;
}

/* line 16909, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-teal {
  border-bottom-color: #00ba94 !important;
}

/* line 16913, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-cyan {
  border-bottom-color: #00cfd5 !important;
}

/* line 16917, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-blue {
  border-bottom-color: #0061f2 !important;
}

/* line 16921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-indigo {
  border-bottom-color: #5800e8 !important;
}

/* line 16925, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-purple {
  border-bottom-color: #6900c7 !important;
}

/* line 16929, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-pink {
  border-bottom-color: #e30059 !important;
}

/* line 16933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-red-soft {
  border-bottom-color: #f1e0e3 !important;
}

/* line 16937, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-orange-soft {
  border-bottom-color: #f3e7e3 !important;
}

/* line 16941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-yellow-soft {
  border-bottom-color: #f2eee3 !important;
}

/* line 16945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-green-soft {
  border-bottom-color: #daefed !important;
}

/* line 16949, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-teal-soft {
  border-bottom-color: #daf0f2 !important;
}

/* line 16953, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-cyan-soft {
  border-bottom-color: #daf2f8 !important;
}

/* line 16957, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-blue-soft {
  border-bottom-color: #dae7fb !important;
}

/* line 16961, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-indigo-soft {
  border-bottom-color: #e3ddfa !important;
}

/* line 16965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-purple-soft {
  border-bottom-color: #e4ddf7 !important;
}

/* line 16969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-pink-soft {
  border-bottom-color: #f1ddec !important;
}

/* line 16973, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-primary-soft {
  border-bottom-color: #dae7fb !important;
}

/* line 16977, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-secondary-soft {
  border-bottom-color: #e4ddf7 !important;
}

/* line 16981, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-success-soft {
  border-bottom-color: #daefed !important;
}

/* line 16985, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-info-soft {
  border-bottom-color: #daf2f8 !important;
}

/* line 16989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-warning-soft {
  border-bottom-color: #f2eee3 !important;
}

/* line 16993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-bottom-danger-soft {
  border-bottom-color: #f1e0e3 !important;
}

/* line 16997, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.rounded-xl {
  border-radius: 1rem !important;
}

/* line 17001, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-100 {
  border-color: #f2f6fc !important;
}

/* line 17005, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-200 {
  border-color: #e0e5ec !important;
}

/* line 17009, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-300 {
  border-color: #d4dae3 !important;
}

/* line 17013, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-400 {
  border-color: #c5ccd6 !important;
}

/* line 17017, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-500 {
  border-color: #a7aeb8 !important;
}

/* line 17021, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-600 {
  border-color: #69707a !important;
}

/* line 17025, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-700 {
  border-color: #4a515b !important;
}

/* line 17029, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-800 {
  border-color: #363d47 !important;
}

/* line 17033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.border-gray-900 {
  border-color: #212832 !important;
}

/* line 17037, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.no-caret .dropdown-toggle::after {
  display: none;
}

/* line 17041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pointer {
  cursor: pointer;
}

/* line 17045, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.no-highlight {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

/* line 17052, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 17056, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}

/* line 17060, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lift:active {
  transform: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lift-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}

/* line 17068, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lift-sm:hover {
  transform: translateY(-0.1666666667rem);
  box-shadow: 0 0.25rem 1rem 0 rgba(33, 40, 50, 0.25);
}

/* line 17072, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.lift-sm:active {
  transform: none;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}

/* line 17077, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card.lift {
  text-decoration: none;
  color: inherit;
}

/* line 17082, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.o-visible {
  overflow: visible !important;
}

/* line 17086, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.o-hidden {
  overflow: hidden !important;
}

/* line 17090, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-right-sm {
  box-shadow: 0.125rem 0 0.25rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17094, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-right {
  box-shadow: 0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17098, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-right-lg {
  box-shadow: 1rem 0 3rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17102, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-left-sm {
  box-shadow: -0.125rem 0 0.25rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17106, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-left {
  box-shadow: -0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17110, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.shadow-left-lg {
  box-shadow: -1rem 0 3rem 0 rgba(33, 40, 50, 0.15);
}

/* line 17114, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.content-skewed {
  perspective: 1500px;
  transform-style: preserve-3d;
}

/* line 17119, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.content-skewed-right {
  perspective-origin: right center;
}

/* line 17122, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.content-skewed-right .content-skewed-item {
  transform: rotateY(30deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 17128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.content-skewed-left {
  perspective-origin: left center;
}

/* line 17131, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.content-skewed-left .content-skewed-item {
  transform: rotateY(-30deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 17137, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-100 {
  color: #f2f6fc !important;
}

/* line 17141, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-200 {
  color: #e0e5ec !important;
}

/* line 17145, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-300 {
  color: #d4dae3 !important;
}

/* line 17149, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-400 {
  color: #c5ccd6 !important;
}

/* line 17153, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-500 {
  color: #a7aeb8 !important;
}

/* line 17157, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-600 {
  color: #69707a !important;
}

/* line 17161, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-700 {
  color: #4a515b !important;
}

/* line 17165, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-800 {
  color: #363d47 !important;
}

/* line 17169, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-gray-900 {
  color: #212832 !important;
}

/* line 17173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-100 {
  font-weight: 100 !important;
}

/* line 17177, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-200 {
  font-weight: 200 !important;
}

/* line 17181, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 17185, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 17189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 17193, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 17197, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 17201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 17205, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 17209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* line 17213, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-white-25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

/* line 17217, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

/* line 17221, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

/* line 17225, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-xs {
  font-size: 0.75rem !important;
}

/* line 17229, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-sm {
  font-size: 0.875rem !important;
}

/* line 17233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 17237, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-xl {
  font-size: 2.5rem !important;
}

/* line 17241, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-uppercase-expanded {
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

/* line 17247, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-arrow-icon {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

/* line 17252, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-arrow-icon svg {
  margin-left: 0.25rem;
}

/* line 17255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.text-arrow-icon.small svg {
  height: 0.875rem;
  width: 0.875rem;
}

/* line 17260, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.line-height-normal {
  line-height: normal !important;
}

/* line 17264, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.feather-sm {
  height: 0.875rem !important;
  width: 0.875rem !important;
}

/* line 17269, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.feather-lg {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

/* line 17274, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.feather-xl {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

/* line 17279, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.z-1 {
  z-index: 1 !important;
  position: relative !important;
}

/* line 17284, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.z-2 {
  z-index: 2 !important;
  position: relative !important;
}

/* line 17289, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-icon {
  position: relative;
  display: flex;
  padding: 0;
}

/* line 17294, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-icon button.close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

/* line 17299, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-icon .alert-icon-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.5rem;
}

/* line 17308, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-icon .alert-icon-aside svg.feather,
.alert-icon .alert-icon-aside svg,
.alert-icon .alert-icon-aside i {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 17314, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-icon .alert-icon-content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 17321, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary.alert-solid {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 17326, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary.alert-solid hr {
  border-top-color: #0057d9;
}

/* line 17329, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17332, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary.alert-solid .close {
  color: #fff;
}

/* line 17336, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary.alert-solid {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 17341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary.alert-solid hr {
  border-top-color: #5c00ae;
}

/* line 17344, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17347, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary.alert-solid .close {
  color: #fff;
}

/* line 17351, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success.alert-solid {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 17356, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success.alert-solid hr {
  border-top-color: #009359;
}

/* line 17359, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17362, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success.alert-solid .close {
  color: #fff;
}

/* line 17366, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info.alert-solid {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 17371, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info.alert-solid hr {
  border-top-color: #00b6bc;
}

/* line 17374, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17377, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info.alert-solid .close {
  color: #fff;
}

/* line 17381, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning.alert-solid {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 17386, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning.alert-solid hr {
  border-top-color: #db9000;
}

/* line 17389, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning.alert-solid .close {
  color: #fff;
}

/* line 17396, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger.alert-solid {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 17401, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger.alert-solid hr {
  border-top-color: #cf1300;
}

/* line 17404, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17407, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger.alert-solid .close {
  color: #fff;
}

/* line 17411, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light.alert-solid {
  color: #212832;
  background-color: #f2f6fc;
  border-color: #f2f6fc;
}

/* line 17416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light.alert-solid hr {
  border-top-color: #dde8f7;
}

/* line 17419, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17422, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-light.alert-solid .close {
  color: #212832;
}

/* line 17426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark.alert-solid {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

/* line 17431, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark.alert-solid hr {
  border-top-color: #171c23;
}

/* line 17434, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17437, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-dark.alert-solid .close {
  color: #fff;
}

/* line 17441, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black.alert-solid {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 17446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black.alert-solid hr {
  border-top-color: black;
}

/* line 17449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17452, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-black.alert-solid .close {
  color: #fff;
}

/* line 17456, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white.alert-solid {
  color: #212832;
  background-color: #fff;
  border-color: #fff;
}

/* line 17461, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white.alert-solid hr {
  border-top-color: #f2f2f2;
}

/* line 17464, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17467, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-white.alert-solid .close {
  color: #212832;
}

/* line 17471, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red.alert-solid {
  color: #fff;
  background-color: #e81500;
  border-color: #e81500;
}

/* line 17476, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red.alert-solid hr {
  border-top-color: #cf1300;
}

/* line 17479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17482, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red.alert-solid .close {
  color: #fff;
}

/* line 17486, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange.alert-solid {
  color: #fff;
  background-color: #f76400;
  border-color: #f76400;
}

/* line 17491, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange.alert-solid hr {
  border-top-color: #de5a00;
}

/* line 17494, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange.alert-solid .close {
  color: #fff;
}

/* line 17501, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow.alert-solid {
  color: #fff;
  background-color: #f4a100;
  border-color: #f4a100;
}

/* line 17506, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow.alert-solid hr {
  border-top-color: #db9000;
}

/* line 17509, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17512, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow.alert-solid .close {
  color: #fff;
}

/* line 17516, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green.alert-solid {
  color: #fff;
  background-color: #00ac69;
  border-color: #00ac69;
}

/* line 17521, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green.alert-solid hr {
  border-top-color: #009359;
}

/* line 17524, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17527, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green.alert-solid .close {
  color: #fff;
}

/* line 17531, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal.alert-solid {
  color: #fff;
  background-color: #00ba94;
  border-color: #00ba94;
}

/* line 17536, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal.alert-solid hr {
  border-top-color: #00a180;
}

/* line 17539, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17542, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal.alert-solid .close {
  color: #fff;
}

/* line 17546, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan.alert-solid {
  color: #fff;
  background-color: #00cfd5;
  border-color: #00cfd5;
}

/* line 17551, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan.alert-solid hr {
  border-top-color: #00b6bc;
}

/* line 17554, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17557, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan.alert-solid .close {
  color: #fff;
}

/* line 17561, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue.alert-solid {
  color: #fff;
  background-color: #0061f2;
  border-color: #0061f2;
}

/* line 17566, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue.alert-solid hr {
  border-top-color: #0057d9;
}

/* line 17569, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17572, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue.alert-solid .close {
  color: #fff;
}

/* line 17576, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo.alert-solid {
  color: #fff;
  background-color: #5800e8;
  border-color: #5800e8;
}

/* line 17581, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo.alert-solid hr {
  border-top-color: #4e00cf;
}

/* line 17584, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17587, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo.alert-solid .close {
  color: #fff;
}

/* line 17591, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple.alert-solid {
  color: #fff;
  background-color: #6900c7;
  border-color: #6900c7;
}

/* line 17596, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple.alert-solid hr {
  border-top-color: #5c00ae;
}

/* line 17599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17602, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple.alert-solid .close {
  color: #fff;
}

/* line 17606, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink.alert-solid {
  color: #fff;
  background-color: #e30059;
  border-color: #e30059;
}

/* line 17611, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink.alert-solid hr {
  border-top-color: #ca004f;
}

/* line 17614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink.alert-solid .alert-link {
  color: #e6e6e6;
}

/* line 17617, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink.alert-solid .close {
  color: #fff;
}

/* line 17621, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft.alert-solid {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 17626, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft.alert-solid hr {
  border-top-color: #e9ced3;
}

/* line 17629, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17632, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-red-soft.alert-solid .close {
  color: #212832;
}

/* line 17636, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft.alert-solid {
  color: #212832;
  background-color: #f3e7e3;
  border-color: #f3e7e3;
}

/* line 17641, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft.alert-solid hr {
  border-top-color: #ebd8d1;
}

/* line 17644, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17647, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-orange-soft.alert-solid .close {
  color: #212832;
}

/* line 17651, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft.alert-solid {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 17656, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft.alert-solid hr {
  border-top-color: #eae3d2;
}

/* line 17659, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17662, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-yellow-soft.alert-solid .close {
  color: #212832;
}

/* line 17666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft.alert-solid {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 17671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft.alert-solid hr {
  border-top-color: #c8e7e4;
}

/* line 17674, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-green-soft.alert-solid .close {
  color: #212832;
}

/* line 17681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft.alert-solid {
  color: #212832;
  background-color: #daf0f2;
  border-color: #daf0f2;
}

/* line 17686, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft.alert-solid hr {
  border-top-color: #c7e8eb;
}

/* line 17689, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17692, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-teal-soft.alert-solid .close {
  color: #212832;
}

/* line 17696, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft.alert-solid {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 17701, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft.alert-solid hr {
  border-top-color: #c5eaf4;
}

/* line 17704, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17707, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-cyan-soft.alert-solid .close {
  color: #212832;
}

/* line 17711, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft.alert-solid {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 17716, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft.alert-solid hr {
  border-top-color: #c3d8f9;
}

/* line 17719, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17722, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-blue-soft.alert-solid .close {
  color: #212832;
}

/* line 17726, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft.alert-solid {
  color: #212832;
  background-color: #e3ddfa;
  border-color: #e3ddfa;
}

/* line 17731, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft.alert-solid hr {
  border-top-color: #d1c7f7;
}

/* line 17734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17737, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-indigo-soft.alert-solid .close {
  color: #212832;
}

/* line 17741, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft.alert-solid {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 17746, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft.alert-solid hr {
  border-top-color: #d4c8f2;
}

/* line 17749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17752, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-purple-soft.alert-solid .close {
  color: #212832;
}

/* line 17756, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft.alert-solid {
  color: #212832;
  background-color: #f1ddec;
  border-color: #f1ddec;
}

/* line 17761, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft.alert-solid hr {
  border-top-color: #eacbe2;
}

/* line 17764, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17767, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-pink-soft.alert-solid .close {
  color: #212832;
}

/* line 17771, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft.alert-solid {
  color: #212832;
  background-color: #dae7fb;
  border-color: #dae7fb;
}

/* line 17776, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft.alert-solid hr {
  border-top-color: #c3d8f9;
}

/* line 17779, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17782, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-primary-soft.alert-solid .close {
  color: #212832;
}

/* line 17786, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft.alert-solid {
  color: #212832;
  background-color: #e4ddf7;
  border-color: #e4ddf7;
}

/* line 17791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft.alert-solid hr {
  border-top-color: #d4c8f2;
}

/* line 17794, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-secondary-soft.alert-solid .close {
  color: #212832;
}

/* line 17801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft.alert-solid {
  color: #212832;
  background-color: #daefed;
  border-color: #daefed;
}

/* line 17806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft.alert-solid hr {
  border-top-color: #c8e7e4;
}

/* line 17809, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17812, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-success-soft.alert-solid .close {
  color: #212832;
}

/* line 17816, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft.alert-solid {
  color: #212832;
  background-color: #daf2f8;
  border-color: #daf2f8;
}

/* line 17821, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft.alert-solid hr {
  border-top-color: #c5eaf4;
}

/* line 17824, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-info-soft.alert-solid .close {
  color: #212832;
}

/* line 17831, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft.alert-solid {
  color: #212832;
  background-color: #f2eee3;
  border-color: #f2eee3;
}

/* line 17836, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft.alert-solid hr {
  border-top-color: #eae3d2;
}

/* line 17839, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17842, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-warning-soft.alert-solid .close {
  color: #212832;
}

/* line 17846, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft.alert-solid {
  color: #212832;
  background-color: #f1e0e3;
  border-color: #f1e0e3;
}

/* line 17851, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft.alert-solid hr {
  border-top-color: #e9ced3;
}

/* line 17854, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft.alert-solid .alert-link {
  color: #0d0f13;
}

/* line 17857, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.alert-danger-soft.alert-solid .close {
  color: #212832;
}

/* line 17861, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
}

/* line 17870, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar .avatar-img {
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 2rem;
  width: auto;
}

/* line 17878, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-xs {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 17882, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-xs .avatar-img {
  height: 1rem;
}

/* line 17886, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-sm {
  height: 1.75rem;
  width: 1.75rem;
}

/* line 17890, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-sm .avatar-img {
  height: 1.5rem;
}

/* line 17894, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-lg {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 17898, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-lg .avatar-img {
  height: 2.5rem;
}

/* line 17902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-xl {
  height: 3rem;
  width: 3rem;
}

/* line 17906, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-xl .avatar-img {
  height: 3rem;
}

/* line 17910, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-xxl {
  height: 3.75rem;
  width: 3.75rem;
}

/* line 17914, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-xxl .avatar-img {
  height: 3.75rem;
}

/* line 17918, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-busy::before,
.avatar-idle::before,
.avatar-offline::before,
.avatar-online::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: #d4dae3;
  border: 0.0625rem solid #fff;
}

/* line 17933, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-busy::before {
  background-color: #e81500;
}

/* line 17937, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-idle::before {
  background-color: #f4a100;
}

/* line 17941, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-offline::before {
  background-color: #d4dae3;
}

/* line 17945, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.avatar-online::before {
  background-color: #00ac69;
}

/* line 17949, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 17955, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon {
  padding: 0;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
  height: calc( (0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
  width: calc( (0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
}

/* line 17964, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon .feather {
  margin-top: 0 !important;
}

/* line 17967, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon.btn-xl {
  height: calc( (1.125rem * 1) + (1.25rem * 2) + (2px)) !important;
  width: calc( (1.125rem * 1) + (1.25rem * 2) + (2px)) !important;
  border-radius: 100%;
}

/* line 17972, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  height: calc( (1rem * 1) + (1.125rem * 2) + (2px)) !important;
  width: calc( (1rem * 1) + (1.125rem * 2) + (2px)) !important;
}

/* line 17976, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  height: calc( (0.75rem * 1) + (0.5rem * 2) + (2px)) !important;
  width: calc( (0.75rem * 1) + (0.5rem * 2) + (2px)) !important;
}

/* line 17980, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon.btn-xs {
  height: calc( (0.7rem * 1) + (0.25rem * 2) + (2px)) !important;
  width: calc( (0.7rem * 1) + (0.25rem * 2) + (2px)) !important;
  border-radius: 100%;
}

/* line 17985, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-icon.btn-link {
  text-decoration: none;
}

/* line 17989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn .feather {
  margin-top: -1px;
  height: 0.875rem;
  width: 0.875rem;
}

/* line 17995, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-lg .feather, .btn-group-lg > .btn .feather {
  height: 1rem;
  width: 1rem;
}

/* line 18000, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-sm .feather, .btn-group-sm > .btn .feather {
  height: 0.75rem;
  width: 0.75rem;
}

/* line 18005, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-xs .feather {
  height: 0.7rem;
  width: 0.7rem;
}

/* line 18010, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-xl .feather {
  height: 1.125rem;
  width: 1.125rem;
}

/* line 18015, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.35rem;
  line-height: 1;
}

/* line 18022, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-xl {
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
}

/* line 18028, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 18033, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 18038, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 18044, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 18049, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled), .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 18054, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 18058, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-github {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

/* line 18063, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-github:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

/* line 18068, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 18074, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

/* line 18079, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-github:not(:disabled):not(.disabled):active, .btn-github.active:not(:disabled):not(.disabled), .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

/* line 18084, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github.active:not(:disabled):not(.disabled):focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 18088, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}

/* line 18093, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #d62516;
}

/* line 18098, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #e12717;
  border-color: #d62516;
  box-shadow: 0 0 0 0.2rem rgba(237, 95, 83, 0.5);
}

/* line 18104, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}

/* line 18109, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-google:not(:disabled):not(.disabled):active, .btn-google.active:not(:disabled):not(.disabled), .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #ca2315;
}

/* line 18114, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 95, 83, 0.5);
}

/* line 18118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 18123, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

/* line 18128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

/* line 18134, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 18139, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled), .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}

/* line 18144, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

/* line 18148, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: rgba(33, 40, 50, 0.5) !important;
}

/* line 18154, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark:hover {
  color: #fff;
  background-color: rgba(33, 40, 50, 0.1);
  border-color: transparent;
}

/* line 18159, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark:focus, .btn-transparent-dark.focus {
  color: #fff;
  background-color: rgba(33, 40, 50, 0.1);
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 18165, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark.disabled, .btn-transparent-dark:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

/* line 18170, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark:not(:disabled):not(.disabled):active, .btn-transparent-dark.active:not(:disabled):not(.disabled), .show > .btn-transparent-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(33, 40, 50, 0.125);
  border-color: transparent;
}

/* line 18175, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark:not(:disabled):not(.disabled):active:focus, .btn-transparent-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-transparent-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 18178, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 40, 50, 0.25) !important;
}

/* line 18182, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 18188, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light:hover {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

/* line 18193, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light:focus, .btn-transparent-light.focus {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 18199, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light.disabled, .btn-transparent-light:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

/* line 18204, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light:not(:disabled):not(.disabled):active, .btn-transparent-light.active:not(:disabled):not(.disabled), .show > .btn-transparent-light.dropdown-toggle {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.125);
  border-color: transparent;
}

/* line 18209, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light:not(:disabled):not(.disabled):active:focus, .btn-transparent-light.active:not(:disabled):not(.disabled):focus, .show > .btn-transparent-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 18212, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-transparent-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

/* line 18216, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10 {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 18222, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10:hover {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

/* line 18227, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10:focus, .btn-white-10.focus {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(33, 40, 50, 0.5);
}

/* line 18233, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10.disabled, .btn-white-10:disabled {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

/* line 18238, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10:not(:disabled):not(.disabled):active, .btn-white-10.active:not(:disabled):not(.disabled), .show > .btn-white-10.dropdown-toggle {
  color: #212832;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

/* line 18243, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10:not(:disabled):not(.disabled):active:focus, .btn-white-10.active:not(:disabled):not(.disabled):focus, .show > .btn-white-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 40, 50, 0.5);
}

/* line 18246, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.btn-white-10:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

/* line 18250, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

/* line 18253, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card .card-header {
  font-weight: 500;
}

/* line 18256, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card:not([class*=bg-]) .card-header {
  color: #0061f2;
}

/* line 18260, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card.bg-dark .card-header,
.card.bg-dark .card-footer {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 18265, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card .card-header .card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 18270, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-header-actions .card-header {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

/* line 18278, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-header-actions .card-header .dropdown-menu {
  margin-top: 0;
  top: 0.5625rem !important;
}

/* line 18283, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-collapsable .card-header[data-toggle=collapse] {
  display: flex;
  text-decoration: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

/* line 18290, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow {
  height: 0.9rem;
  width: 0.9rem;
  display: inline-flex;
  font-size: 0.9rem;
  transition: transform 0.1s ease-in-out;
}

/* line 18297, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow svg,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow i,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow .feather {
  height: 0.9rem;
  width: 0.9rem;
}

/* line 18303, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-collapsable .card-header.collapsed[data-toggle=collapse] {
  border-radius: 0.35rem;
}

/* line 18306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-collapsable .card-header.collapsed[data-toggle=collapse] .card-collapsable-arrow {
  transform: rotate(-90deg);
}

/* line 18310, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-icon {
  overflow: hidden;
}

/* line 18313, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-icon .card-icon-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  padding: 2rem;
}

/* line 18320, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-icon .card-icon-aside i,
.card-icon .card-icon-aside svg,
.card-icon .card-icon-aside .feather {
  height: 3rem;
  width: 3rem;
}

/* line 18327, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-scrollable .card-body {
  max-height: 15rem;
  overflow-y: auto;
}

/* line 18332, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-progress .progress {
  height: 0.5rem;
  background-color: rgba(33, 40, 50, 0.03);
}

/* line 18337, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-link {
  text-decoration: none !important;
  color: inherit !important;
}

/* line 18341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-link:hover {
  color: inherit !important;
}

/* line 18345, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag {
  position: absolute;
  font-size: 0.7rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

/* line 18352, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-dark {
  background-color: rgba(33, 40, 50, 0.7);
  color: #fff;
}

/* line 18357, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-light {
  background-color: rgba(255, 255, 255, 0.7);
  color: #69707a;
}

/* line 18362, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-lg {
  font-size: 0.9rem;
  padding: 0.5rem 0.65rem;
}

/* line 18367, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-top-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  top: 0.5rem;
  right: 0;
}

/* line 18374, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-top-left {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  top: 0.5rem;
  left: 0;
}

/* line 18381, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-bottom-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  bottom: 0.5rem;
  right: 0;
}

/* line 18388, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-flag-bottom-left {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  bottom: 0.5rem;
  left: 0;
}

/* line 18395, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-waves .card-body,
.card-angles .card-body {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* line 18402, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-waves .card-body {
  background-image: url(/assets/bg-waves-61185d8a5feec44ef9efe657a9f50da9253fefd56cc513f6612f8fb4b975d86f.svg);
}

/* line 18406, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.card-angles .card-body {
  background-image: url(/assets/bg-angles-b0c18d1d6c8d749069f05e53a85d4a9fbe938d6a5d505c8e358a70b8530aea15.svg);
}

/* line 18410, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 18414, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-content .page-header-title {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

/* line 18422, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-content .page-header-title .page-header-icon {
  margin-right: 0.5rem;
  display: inline-flex;
}

/* line 18426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-content .page-header-title .page-header-icon .feather {
  height: 1.75rem;
  width: 1.75rem;
}

/* line 18430, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-content .page-header-subtitle {
  font-size: 1.15rem;
  margin-top: 0.25rem;
}

/* line 18434, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-search .input-group-joined {
  border-color: transparent;
}

/* line 18437, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-search .input-group-joined .form-control {
  height: 4rem;
  font-size: 1.25rem;
}

/* line 18441, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header .page-header-search .input-group-joined:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
  border-color: transparent;
}

/* line 18446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header-compact .page-header-content {
  padding: 0;
}

/* line 18449, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header-compact .page-header-content .page-header-title {
  font-size: 1rem;
}

/* line 18452, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header-compact .page-header-content .page-header-title .page-header-icon .feather {
  height: 1rem;
  width: 1rem;
}

/* line 18457, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark {
  color: rgba(255, 255, 255, 0.5);
}

/* line 18460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .page-header-title {
  color: #fff;
}

/* line 18463, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .page-header-title .page-header-icon {
  color: rgba(255, 255, 255, 0.5);
}

/* line 18466, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .page-header-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/* line 18469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .breadcrumb {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

/* line 18473, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .breadcrumb .breadcrumb-item,
.page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
}

/* line 18477, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}

/* line 18480, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-dark .page-header-search .input-group-joined:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

/* line 18485, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light {
  color: rgba(33, 40, 50, 0.5);
}

/* line 18488, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light .page-header-title {
  color: #212832;
}

/* line 18491, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light .page-header-title .page-header-icon {
  color: rgba(33, 40, 50, 0.5);
}

/* line 18494, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light .page-header-subtitle {
  color: rgba(33, 40, 50, 0.5);
}

/* line 18497, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light .breadcrumb {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 18500, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light .breadcrumb .breadcrumb-item,
.page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #69707a;
}

/* line 18504, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.page-header.page-header-light .breadcrumb .breadcrumb-item a {
  color: #0061f2;
}

/* line 18508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control label {
  cursor: pointer;
  margin: 0.25rem 0;
}

/* line 18512, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control label:hover:before {
  background-color: #e0e5ec;
}

/* line 18515, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e0e5ec;
  border-color: #d4dae3;
}

/* line 18519, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control .custom-control-input:disabled ~ .custom-control-label {
  color: #a7aeb8;
  cursor: not-allowed;
}

/* line 18524, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-solid label:before {
  background-color: #eef2f8;
  border-color: #eef2f8;
}

/* line 18528, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-solid label:hover:before {
  background-color: #cad6e9;
  border-color: #cad6e9;
}

/* line 18532, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-solid .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 18536, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.custom-control-solid .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 18541, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-solid {
  background-color: #eef2f8;
  border-color: #eef2f8;
}

/* line 18545, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.form-control-solid:focus {
  background-color: #eef2f8;
}

/* line 18549, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined {
  border-color: #c5ccd6;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 18556, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
}

/* line 18560, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined .form-control {
  border: none;
}

/* line 18563, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined .form-control:focus {
  box-shadow: none;
  outline: none;
}

/* line 18567, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined .input-group-append .input-group-text,
.input-group-joined .input-group-prepend .input-group-text {
  border: none;
  background-color: #fff;
}

/* line 18572, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined .input-group-append .input-group-text {
  padding-left: 0;
}

/* line 18575, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined .input-group-prepend .input-group-text {
  padding-right: 0;
}

/* line 18579, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined-xl .form-control {
  height: 4rem;
  font-size: 1.25rem;
}

/* line 18584, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined.input-group-solid {
  border: 0;
  background-color: #eef2f8;
}

/* line 18588, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.input-group-joined.input-group-solid .form-control,
.input-group-joined.input-group-solid .input-group-text {
  background-color: transparent;
}

/* line 18593, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav .nav-link .nav-link-icon,
.sidenav-menu .nav-link .nav-link-icon {
  margin-right: 0.5rem;
}

/* line 18598, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-borders .nav-link {
  color: #69707a;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 18610, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-borders .nav-link.active {
  color: #0061f2;
  border-bottom-color: #0061f2;
}

/* line 18614, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-borders .nav-link.disabled {
  color: #c5ccd6;
}

/* line 18617, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-borders.flex-column .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  border-bottom: none;
  border-right-width: 0.125rem;
  border-right-style: solid;
  border-right-color: transparent;
}

/* line 18631, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-borders.flex-column .nav-link.active {
  border-right-color: #0061f2;
}

/* line 18635, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar .dropdown-menu {
  top: calc(100% + 0.5rem + 0.5rem) !important;
  font-size: 0.9rem;
}

/* line 18639, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar .dropdown-menu .dropdown-header {
  color: #a7aeb8;
}

/* line 18642, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.navbar .form-control {
  font-size: 0.9rem;
}

/* line 18646, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav {
  padding-left: 0;
  height: 3.625rem;
  z-index: 1039;
  font-size: 0.9rem;
}

/* line 18652, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav .navbar-brand {
  width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

/* line 18660, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav .navbar-brand img {
  height: 0.8rem;
}

/* line 18663, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav.navbar-dark #sidebarToggle {
  color: rgba(255, 255, 255, 0.5);
}

/* line 18666, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 18669, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav.navbar-light #sidebarToggle {
  color: #212832;
}

/* line 18672, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav.navbar-light .navbar-brand {
  color: #363d47;
}

/* line 18675, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav .dropdown {
  position: static;
}

/* line 18678, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.topnav .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
  left: 0.75rem;
}

@media (min-width: 576px) {
  /* line 18684, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .topnav .dropdown {
    position: relative;
  }
  /* line 18687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .topnav .dropdown .dropdown-menu {
    width: auto;
    min-width: 15rem;
    right: 0;
    left: auto;
  }
}

/* line 18695, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-sticky {
  top: 5.125rem;
  font-size: 0.9rem;
}

/* line 18699, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-sticky .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 18703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-sticky .nav-link.active {
  font-weight: 600;
}

/* line 18706, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-sticky ul.nav > li.nav-item > .nav {
  display: none;
}

/* line 18709, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-sticky ul.nav > li.nav-item > a.nav-link.active ~ .nav {
  display: flex;
}

/* line 18713, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
  font-size: 0.9rem;
}

/* line 18720, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu {
  flex-grow: 1;
}

/* line 18723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}

/* line 18727, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .sidenav-menu-heading {
  padding: 1.75rem 1rem 0.75rem;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 18734, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  line-height: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}

/* line 18742, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
  font-size: 0.9rem;
  padding-right: 0.5rem;
  display: inline-flex;
}

/* line 18747, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link .nav-link-icon .feather {
  width: 1rem;
  height: 1rem;
}

/* line 18751, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link.active {
  font-weight: 600;
}

/* line 18754, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link.active .nav-icon {
  color: #0061f2;
}

/* line 18757, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link .sidenav-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}

/* line 18762, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .nav-link.collapsed .sidenav-collapse-arrow {
  transform: rotate(-90deg);
}

/* line 18765, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-menu .nav .sidenav-menu-nested {
  flex-direction: column;
  margin-left: 1.4375rem;
  border-left-style: solid;
  border-left-width: thin;
  padding-left: 0.5625rem;
}

/* line 18772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 5rem;
}

/* line 18780, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-footer .sidenav-footer-content {
  font-size: 0.9rem;
}

/* line 18783, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-footer .sidenav-footer-content .sidenav-footer-subtitle {
  font-size: 0.75rem;
}

/* line 18786, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav .sidenav-footer .sidenav-footer-content .sidenav-footer-title {
  font-weight: 500;
}

/* line 18790, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark {
  background-color: #272f3b;
  color: rgba(255, 255, 255, 0.5);
}

/* line 18794, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .sidenav-menu-heading {
  color: rgba(255, 255, 255, 0.25);
}

/* line 18797, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 18800, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .nav-link .nav-link-icon {
  color: rgba(255, 255, 255, 0.25);
}

/* line 18803, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .nav-link .sidenav-collapse-arrow {
  color: rgba(255, 255, 255, 0.25);
}

/* line 18806, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .nav-link:hover {
  color: #fff;
}

/* line 18809, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .nav-link.active {
  color: #fff;
}

/* line 18812, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu .nav-link.active .nav-link-icon {
  color: #fff;
}

/* line 18815, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-menu-nested {
  border-left-color: rgba(255, 255, 255, 0.15);
}

/* line 18818, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-dark .sidenav-footer {
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 18822, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light {
  background-color: #fff;
  color: #212832;
}

/* line 18826, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .sidenav-menu-heading {
  color: #a7aeb8;
}

/* line 18829, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .nav-link {
  color: #212832;
}

/* line 18832, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .nav-link .nav-link-icon {
  color: #a7aeb8;
}

/* line 18835, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .nav-link .sidenav-collapse-arrow {
  color: #a7aeb8;
}

/* line 18838, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .nav-link:hover {
  color: #0061f2;
}

/* line 18841, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .nav-link.active {
  color: #0061f2;
}

/* line 18844, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon {
  color: #0061f2;
}

/* line 18847, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-menu-nested {
  border-left-color: #d4dae3;
}

/* line 18850, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-footer {
  background-color: rgba(33, 40, 50, 0.05);
}

/* line 18853, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sidenav-light .sidenav-footer .sidenav-footer-subtitle {
  color: #69707a;
}

/* line 18857, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu {
  font-size: 0.9rem;
  border: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

/* line 18862, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu .dropdown-header {
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

/* line 18868, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

/* line 18872, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu .dropdown-item .dropdown-item-icon {
  margin-right: 0.5rem;
  line-height: 1;
}

/* line 18876, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu .dropdown-item .dropdown-item-icon svg {
  height: 0.9em;
  width: 0.9em;
}

/* line 18880, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-menu .dropdown-item.active .dropdown-item-icon, .dropdown-menu .dropdown-item:active .dropdown-item-icon {
  color: #fff;
}

/* line 18884, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

/* line 18888, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown .dropdown-toggle .dropdown-arrow {
  margin-left: 0.4rem;
  margin-right: 0;
  transition: transform 0.1s ease-in-out;
  font-size: 0.6em;
}

/* line 18894, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown.show .dropdown-toggle .dropdown-arrow {
  transform: rotate(90deg);
}

/* line 18898, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu {
  min-width: 13rem;
}

/* line 18901, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-header {
  text-transform: none;
  letter-spacing: normal;
}

/* line 18905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1rem;
  border-radius: 100%;
}

/* line 18911, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details {
  font-weight: 400;
}

/* line 18914, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-name {
  color: #212832;
  font-weight: 500;
  font-size: 0.9rem;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 18923, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-email {
  color: #69707a;
  font-size: 0.75rem;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 18931, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-item {
  align-items: center;
}

/* line 18934, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon {
  color: #a7aeb8;
}

/* line 18937, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon svg {
  vertical-align: inherit;
}

/* line 18940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-user .dropdown-menu .dropdown-item:active .dropdown-item-icon {
  color: #fff;
}

/* line 18944, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications {
  position: static;
}

/* line 18947, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 1.5rem);
  right: 0.75rem;
  max-height: 19rem;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 18956, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu::-webkit-scrollbar {
  width: 0.75rem;
}

/* line 18959, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  border-width: 0.2rem;
  border-style: solid;
  background-clip: padding-box;
  background-color: rgba(33, 40, 50, 0.2);
  border-color: transparent;
}

/* line 18967, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

/* line 18972, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 18975, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-track {
  background: inherit;
}

@media (pointer: fine) and (hover: hover) {
  /* line 18979, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-notifications .dropdown-menu:hover {
    overflow-y: overlay;
  }
}

@media (pointer: coarse) and (hover: none) {
  /* line 18984, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-notifications .dropdown-menu {
    overflow-y: overlay;
  }
}

@-moz-document url-prefix() {
  /* line 18989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-notifications .dropdown-menu {
    overflow-y: scroll;
  }
}

/* line 18993, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-header {
  background-color: #0061f2;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
}

/* line 19000, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-header svg {
  height: 0.7rem;
  width: 0.7rem;
  opacity: 0.7;
}

/* line 19005, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e5ec;
}

/* line 19010, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon,
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  flex-shrink: 0;
}

/* line 19018, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon {
  background-color: #0061f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 19024, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon svg {
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
  height: 0.85rem;
}

/* line 19030, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-details {
  color: #a7aeb8;
  font-size: 0.7rem;
}

/* line 19034, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
  font-size: 0.9rem;
  max-width: calc(100vw - 8.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 19041, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-sm, .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-group-sm > .btn {
  font-size: 0.7rem;
  padding: 0.15rem 0.35rem;
  cursor: pointer;
}

/* line 19046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-footer {
  justify-content: center;
  font-size: 0.8rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a7aeb8;
  cursor: pointer;
}

/* line 19054, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-footer .dropdown-notifications-footer-icon {
  height: 1em;
  width: 1em;
  margin-left: 0.25rem;
}

/* line 19059, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.dropdown-notifications .dropdown-menu .dropdown-notifications-footer:active {
  color: #fff;
}

@media (min-width: 576px) {
  /* line 19063, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-notifications {
    position: relative;
  }
  /* line 19066, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-notifications .dropdown-menu {
    width: auto;
    min-width: 18.75rem;
    right: 0;
  }
  /* line 19071, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
    max-width: 13rem;
  }
}

/* line 19076, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.footer {
  height: 5rem;
  display: flex;
  align-items: center;
}

/* line 19081, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.footer.footer-dark {
  color: rgba(255, 255, 255, 0.6);
}

/* line 19084, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.footer.footer-light {
  color: #a7aeb8;
}

/* line 19088, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
i-feather {
  display: inline-flex !important;
}

/* line 19091, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
i-feather svg {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

/* line 19097, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.feather {
  height: 1rem;
  width: 1rem;
  vertical-align: top;
}

/* line 19103, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.feather-sm {
  height: 0.8rem;
  width: 0.8rem;
}

/* line 19108, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  background-color: #f2f6fc;
}

/* line 19118, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack svg {
  height: 1rem;
  width: 1rem;
}

/* line 19123, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack-sm {
  height: 2rem;
  width: 2rem;
}

/* line 19128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack-lg {
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
}

/* line 19133, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack-lg svg {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 19138, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack-xl {
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
}

/* line 19143, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-stack-xl svg {
  height: 1.75rem;
  width: 1.75rem;
}

/* line 19148, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-list-social {
  display: flex;
}

/* line 19151, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icon-list-social .icon-list-social-link {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

/* line 19156, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.video {
  overflow: hidden;
}

/* line 19159, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.video .video-link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10rem 1rem;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease-in-out;
}

/* line 19169, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.video .video-link svg {
  height: 3rem;
  width: 3rem;
}

/* line 19173, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.video .video-link:hover {
  color: #fff;
}

/* line 19177, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.media-img {
  height: 5rem;
  width: 5rem;
}

/* line 19182, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  overflow: hidden;
}

/* line 19186, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .card {
  box-shadow: none;
}

/* line 19189, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .card .card-header {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #e0e5ec;
}

/* line 19194, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .accordion-faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 19201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .accordion-faq-item .card-header {
  text-decoration: none;
}

/* line 19204, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4a515b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 19214, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
  color: #c5ccd6;
  transition: transform 0.1s ease-in-out;
}

/* line 19218, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.accordion-faq .accordion-faq-item .card-header.collapsed .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
  transform: rotate(-90deg);
}

/* line 19222, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-transparent-light {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 19227, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-transparent-dark {
  color: rgba(33, 40, 50, 0.5);
  background-color: rgba(33, 40, 50, 0.8);
}

/* line 19232, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-marketing {
  padding: 0.5em 1em;
}

/* line 19236, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-sm {
  font-size: 0.75rem;
}

/* line 19240, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-md {
  font-size: 1rem;
}

/* line 19244, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.badge-lg {
  font-size: 1.25rem;
}

/* line 19248, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-blog .page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 19252, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-blog .page-item:first-child {
  margin-left: 0;
}

/* line 19255, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-blog .page-item:last-child {
  margin-right: 0;
}

/* line 19258, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pagination-blog .page-item .page-link {
  border-radius: 0.35rem;
  border: none;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.9rem;
}

/* line 19266, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-careers {
  margin-bottom: 3rem;
}

/* line 19269, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.list-group-careers .list-group-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 19277, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}

/* line 19281, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

/* line 19288, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: 6rem;
  color: #a7aeb8;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 19299, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f2f6fc;
  border-radius: 100%;
}

/* line 19308, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}

/* line 19314, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  /* line 19319, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translateX(1.625rem);
    margin-bottom: 0;
  }
  /* line 19324, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  /* line 19328, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .timeline .timeline-item .timeline-item-content {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #f2f6fc;
  }
  /* line 19334, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}

/* line 19338, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-sm .timeline-item .timeline-item-marker {
  transform: translateX(0.875rem);
}

/* line 19341, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

/* line 19345, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.875rem;
}

/* line 19350, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
  height: 0.75rem;
  width: 0.75rem;
}

/* line 19354, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

/* line 19361, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translateX(0.5625rem);
}

/* line 19364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

/* line 19368, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}

/* line 19375, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

/* line 19382, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

/* line 19387, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item {
  flex: 1 1 0;
  position: relative;
  text-align: center;
}

/* line 19392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item:not(:first-child)::before {
  background-color: #69707a;
  content: "";
  height: 0.125rem;
  left: -50%;
  position: absolute;
  top: 0.4375rem;
  width: 100%;
  z-index: 0;
}

/* line 19402, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item .step-item-link {
  color: #69707a;
  position: relative;
  display: inline-block;
  padding-top: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  z-index: 1;
}

/* line 19412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item .step-item-link::before {
  background-color: #69707a;
  border: 0.125rem solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

/* line 19426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item .step-item-link.disabled {
  pointer-events: none;
  cursor: default;
}

/* line 19430, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item.active a::before {
  background: #fff;
  border: 0.125rem solid #69707a;
}

/* line 19434, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item.active ~ .step-item .step-item-link {
  color: #d4dae3;
}

/* line 19437, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item.active ~ .step-item .step-item-link::before {
  background: #d4dae3;
}

/* line 19440, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step .step-item.active ~ .step-item::before {
  background: #d4dae3;
}

/* line 19444, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-lg .step-item:not(:first-child)::before {
  height: 0.25rem;
  top: 0.625rem;
}

/* line 19448, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-lg .step-item .step-item-link {
  padding-top: 2rem;
}

/* line 19451, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-lg .step-item .step-item-link::before {
  border-width: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 19456, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-lg .step-item.active a::before {
  border-width: 0.25rem;
}

/* line 19460, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary .step-item:not(:first-child)::before {
  background-color: #0061f2;
}

/* line 19463, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary .step-item .step-item-link {
  color: #0061f2;
}

/* line 19466, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary .step-item .step-item-link::before {
  background-color: #0061f2;
}

/* line 19469, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary .step-item.active a::before {
  border-color: #0061f2;
}

/* line 19473, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary .step-item:not(:first-child)::before {
  background-color: #6900c7;
}

/* line 19476, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary .step-item .step-item-link {
  color: #6900c7;
}

/* line 19479, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary .step-item .step-item-link::before {
  background-color: #6900c7;
}

/* line 19482, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary .step-item.active a::before {
  border-color: #6900c7;
}

/* line 19486, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success .step-item:not(:first-child)::before {
  background-color: #00ac69;
}

/* line 19489, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success .step-item .step-item-link {
  color: #00ac69;
}

/* line 19492, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success .step-item .step-item-link::before {
  background-color: #00ac69;
}

/* line 19495, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success .step-item.active a::before {
  border-color: #00ac69;
}

/* line 19499, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info .step-item:not(:first-child)::before {
  background-color: #00cfd5;
}

/* line 19502, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info .step-item .step-item-link {
  color: #00cfd5;
}

/* line 19505, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info .step-item .step-item-link::before {
  background-color: #00cfd5;
}

/* line 19508, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info .step-item.active a::before {
  border-color: #00cfd5;
}

/* line 19512, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning .step-item:not(:first-child)::before {
  background-color: #f4a100;
}

/* line 19515, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning .step-item .step-item-link {
  color: #f4a100;
}

/* line 19518, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning .step-item .step-item-link::before {
  background-color: #f4a100;
}

/* line 19521, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning .step-item.active a::before {
  border-color: #f4a100;
}

/* line 19525, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger .step-item:not(:first-child)::before {
  background-color: #e81500;
}

/* line 19528, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger .step-item .step-item-link {
  color: #e81500;
}

/* line 19531, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger .step-item .step-item-link::before {
  background-color: #e81500;
}

/* line 19534, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger .step-item.active a::before {
  border-color: #e81500;
}

/* line 19538, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-light .step-item:not(:first-child)::before {
  background-color: #f2f6fc;
}

/* line 19541, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-light .step-item .step-item-link {
  color: #f2f6fc;
}

/* line 19544, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-light .step-item .step-item-link::before {
  background-color: #f2f6fc;
}

/* line 19547, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-light .step-item.active a::before {
  border-color: #f2f6fc;
}

/* line 19551, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-dark .step-item:not(:first-child)::before {
  background-color: #212832;
}

/* line 19554, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-dark .step-item .step-item-link {
  color: #212832;
}

/* line 19557, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-dark .step-item .step-item-link::before {
  background-color: #212832;
}

/* line 19560, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-dark .step-item.active a::before {
  border-color: #212832;
}

/* line 19564, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-black .step-item:not(:first-child)::before {
  background-color: #000;
}

/* line 19567, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-black .step-item .step-item-link {
  color: #000;
}

/* line 19570, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-black .step-item .step-item-link::before {
  background-color: #000;
}

/* line 19573, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-black .step-item.active a::before {
  border-color: #000;
}

/* line 19577, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-white .step-item:not(:first-child)::before {
  background-color: #fff;
}

/* line 19580, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-white .step-item .step-item-link {
  color: #fff;
}

/* line 19583, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-white .step-item .step-item-link::before {
  background-color: #fff;
}

/* line 19586, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-white .step-item.active a::before {
  border-color: #fff;
}

/* line 19590, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red .step-item:not(:first-child)::before {
  background-color: #e81500;
}

/* line 19593, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red .step-item .step-item-link {
  color: #e81500;
}

/* line 19596, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red .step-item .step-item-link::before {
  background-color: #e81500;
}

/* line 19599, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red .step-item.active a::before {
  border-color: #e81500;
}

/* line 19603, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange .step-item:not(:first-child)::before {
  background-color: #f76400;
}

/* line 19606, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange .step-item .step-item-link {
  color: #f76400;
}

/* line 19609, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange .step-item .step-item-link::before {
  background-color: #f76400;
}

/* line 19612, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange .step-item.active a::before {
  border-color: #f76400;
}

/* line 19616, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow .step-item:not(:first-child)::before {
  background-color: #f4a100;
}

/* line 19619, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow .step-item .step-item-link {
  color: #f4a100;
}

/* line 19622, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow .step-item .step-item-link::before {
  background-color: #f4a100;
}

/* line 19625, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow .step-item.active a::before {
  border-color: #f4a100;
}

/* line 19629, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green .step-item:not(:first-child)::before {
  background-color: #00ac69;
}

/* line 19632, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green .step-item .step-item-link {
  color: #00ac69;
}

/* line 19635, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green .step-item .step-item-link::before {
  background-color: #00ac69;
}

/* line 19638, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green .step-item.active a::before {
  border-color: #00ac69;
}

/* line 19642, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal .step-item:not(:first-child)::before {
  background-color: #00ba94;
}

/* line 19645, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal .step-item .step-item-link {
  color: #00ba94;
}

/* line 19648, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal .step-item .step-item-link::before {
  background-color: #00ba94;
}

/* line 19651, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal .step-item.active a::before {
  border-color: #00ba94;
}

/* line 19655, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan .step-item:not(:first-child)::before {
  background-color: #00cfd5;
}

/* line 19658, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan .step-item .step-item-link {
  color: #00cfd5;
}

/* line 19661, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan .step-item .step-item-link::before {
  background-color: #00cfd5;
}

/* line 19664, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan .step-item.active a::before {
  border-color: #00cfd5;
}

/* line 19668, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue .step-item:not(:first-child)::before {
  background-color: #0061f2;
}

/* line 19671, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue .step-item .step-item-link {
  color: #0061f2;
}

/* line 19674, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue .step-item .step-item-link::before {
  background-color: #0061f2;
}

/* line 19677, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue .step-item.active a::before {
  border-color: #0061f2;
}

/* line 19681, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo .step-item:not(:first-child)::before {
  background-color: #5800e8;
}

/* line 19684, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo .step-item .step-item-link {
  color: #5800e8;
}

/* line 19687, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo .step-item .step-item-link::before {
  background-color: #5800e8;
}

/* line 19690, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo .step-item.active a::before {
  border-color: #5800e8;
}

/* line 19694, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple .step-item:not(:first-child)::before {
  background-color: #6900c7;
}

/* line 19697, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple .step-item .step-item-link {
  color: #6900c7;
}

/* line 19700, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple .step-item .step-item-link::before {
  background-color: #6900c7;
}

/* line 19703, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple .step-item.active a::before {
  border-color: #6900c7;
}

/* line 19707, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink .step-item:not(:first-child)::before {
  background-color: #e30059;
}

/* line 19710, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink .step-item .step-item-link {
  color: #e30059;
}

/* line 19713, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink .step-item .step-item-link::before {
  background-color: #e30059;
}

/* line 19716, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink .step-item.active a::before {
  border-color: #e30059;
}

/* line 19720, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red-soft .step-item:not(:first-child)::before {
  background-color: #f1e0e3;
}

/* line 19723, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red-soft .step-item .step-item-link {
  color: #f1e0e3;
}

/* line 19726, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red-soft .step-item .step-item-link::before {
  background-color: #f1e0e3;
}

/* line 19729, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-red-soft .step-item.active a::before {
  border-color: #f1e0e3;
}

/* line 19733, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange-soft .step-item:not(:first-child)::before {
  background-color: #f3e7e3;
}

/* line 19736, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange-soft .step-item .step-item-link {
  color: #f3e7e3;
}

/* line 19739, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange-soft .step-item .step-item-link::before {
  background-color: #f3e7e3;
}

/* line 19742, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-orange-soft .step-item.active a::before {
  border-color: #f3e7e3;
}

/* line 19746, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow-soft .step-item:not(:first-child)::before {
  background-color: #f2eee3;
}

/* line 19749, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow-soft .step-item .step-item-link {
  color: #f2eee3;
}

/* line 19752, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow-soft .step-item .step-item-link::before {
  background-color: #f2eee3;
}

/* line 19755, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-yellow-soft .step-item.active a::before {
  border-color: #f2eee3;
}

/* line 19759, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green-soft .step-item:not(:first-child)::before {
  background-color: #daefed;
}

/* line 19762, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green-soft .step-item .step-item-link {
  color: #daefed;
}

/* line 19765, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green-soft .step-item .step-item-link::before {
  background-color: #daefed;
}

/* line 19768, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-green-soft .step-item.active a::before {
  border-color: #daefed;
}

/* line 19772, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal-soft .step-item:not(:first-child)::before {
  background-color: #daf0f2;
}

/* line 19775, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal-soft .step-item .step-item-link {
  color: #daf0f2;
}

/* line 19778, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal-soft .step-item .step-item-link::before {
  background-color: #daf0f2;
}

/* line 19781, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-teal-soft .step-item.active a::before {
  border-color: #daf0f2;
}

/* line 19785, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan-soft .step-item:not(:first-child)::before {
  background-color: #daf2f8;
}

/* line 19788, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan-soft .step-item .step-item-link {
  color: #daf2f8;
}

/* line 19791, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan-soft .step-item .step-item-link::before {
  background-color: #daf2f8;
}

/* line 19794, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-cyan-soft .step-item.active a::before {
  border-color: #daf2f8;
}

/* line 19798, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue-soft .step-item:not(:first-child)::before {
  background-color: #dae7fb;
}

/* line 19801, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue-soft .step-item .step-item-link {
  color: #dae7fb;
}

/* line 19804, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue-soft .step-item .step-item-link::before {
  background-color: #dae7fb;
}

/* line 19807, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-blue-soft .step-item.active a::before {
  border-color: #dae7fb;
}

/* line 19811, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo-soft .step-item:not(:first-child)::before {
  background-color: #e3ddfa;
}

/* line 19814, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo-soft .step-item .step-item-link {
  color: #e3ddfa;
}

/* line 19817, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo-soft .step-item .step-item-link::before {
  background-color: #e3ddfa;
}

/* line 19820, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-indigo-soft .step-item.active a::before {
  border-color: #e3ddfa;
}

/* line 19824, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple-soft .step-item:not(:first-child)::before {
  background-color: #e4ddf7;
}

/* line 19827, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple-soft .step-item .step-item-link {
  color: #e4ddf7;
}

/* line 19830, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple-soft .step-item .step-item-link::before {
  background-color: #e4ddf7;
}

/* line 19833, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-purple-soft .step-item.active a::before {
  border-color: #e4ddf7;
}

/* line 19837, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink-soft .step-item:not(:first-child)::before {
  background-color: #f1ddec;
}

/* line 19840, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink-soft .step-item .step-item-link {
  color: #f1ddec;
}

/* line 19843, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink-soft .step-item .step-item-link::before {
  background-color: #f1ddec;
}

/* line 19846, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-pink-soft .step-item.active a::before {
  border-color: #f1ddec;
}

/* line 19850, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary-soft .step-item:not(:first-child)::before {
  background-color: #dae7fb;
}

/* line 19853, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary-soft .step-item .step-item-link {
  color: #dae7fb;
}

/* line 19856, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary-soft .step-item .step-item-link::before {
  background-color: #dae7fb;
}

/* line 19859, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-primary-soft .step-item.active a::before {
  border-color: #dae7fb;
}

/* line 19863, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary-soft .step-item:not(:first-child)::before {
  background-color: #e4ddf7;
}

/* line 19866, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary-soft .step-item .step-item-link {
  color: #e4ddf7;
}

/* line 19869, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary-soft .step-item .step-item-link::before {
  background-color: #e4ddf7;
}

/* line 19872, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-secondary-soft .step-item.active a::before {
  border-color: #e4ddf7;
}

/* line 19876, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success-soft .step-item:not(:first-child)::before {
  background-color: #daefed;
}

/* line 19879, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success-soft .step-item .step-item-link {
  color: #daefed;
}

/* line 19882, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success-soft .step-item .step-item-link::before {
  background-color: #daefed;
}

/* line 19885, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-success-soft .step-item.active a::before {
  border-color: #daefed;
}

/* line 19889, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info-soft .step-item:not(:first-child)::before {
  background-color: #daf2f8;
}

/* line 19892, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info-soft .step-item .step-item-link {
  color: #daf2f8;
}

/* line 19895, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info-soft .step-item .step-item-link::before {
  background-color: #daf2f8;
}

/* line 19898, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-info-soft .step-item.active a::before {
  border-color: #daf2f8;
}

/* line 19902, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning-soft .step-item:not(:first-child)::before {
  background-color: #f2eee3;
}

/* line 19905, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning-soft .step-item .step-item-link {
  color: #f2eee3;
}

/* line 19908, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning-soft .step-item .step-item-link::before {
  background-color: #f2eee3;
}

/* line 19911, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-warning-soft .step-item.active a::before {
  border-color: #f2eee3;
}

/* line 19915, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger-soft .step-item:not(:first-child)::before {
  background-color: #f1e0e3;
}

/* line 19918, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger-soft .step-item .step-item-link {
  color: #f1e0e3;
}

/* line 19921, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger-soft .step-item .step-item-link::before {
  background-color: #f1e0e3;
}

/* line 19924, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.step-danger-soft .step-item.active a::before {
  border-color: #f1e0e3;
}

/* line 19928, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.img-account-profile {
  height: 10rem;
}

/* line 19932, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.cc-color-visa {
  color: #1a1f71;
}

/* line 19936, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.cc-color-mastercard {
  color: #cc0000;
}

/* line 19940, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.cc-color-amex {
  color: #002663;
}

/* line 19944, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-billing-history {
  font-size: 0.85rem;
}

/* line 19947, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-billing-history thead th {
  border-top: none;
}

/* line 19950, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.table-billing-history th,
.table-billing-history td {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

/* line 19956, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-create {
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* line 19961, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-create .icon-users {
  height: 4rem;
  width: 4rem;
}

/* line 19965, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-create .icon-users circle,
.icons-org-create .icon-users path:first-of-type {
  color: #0061f2;
}

/* line 19969, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-create .icon-users path {
  color: rgba(0, 97, 242, 0.35);
}

/* line 19972, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-create .icon-plus {
  color: #0061f2;
  position: absolute;
  font-size: 1.5rem;
  top: -0.5rem;
  right: -0.75rem;
}

/* line 19980, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-join {
  display: inline-flex;
  position: relative;
}

/* line 19984, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-join .icon-user {
  height: 4rem;
  width: 4rem;
  color: #6900c7;
}

/* line 19989, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-join .icon-arrow {
  font-size: 2rem;
  margin: 1rem 0.5rem 1rem 0;
  color: #6900c7;
}

/* line 19994, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-join .icon-users {
  margin: 0.5rem 0;
  height: 3rem;
  width: 3rem;
}

/* line 19999, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-join .icon-users circle,
.icons-org-join .icon-users path:first-of-type {
  color: rgba(105, 0, 199, 0.5);
}

/* line 20003, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.icons-org-join .icon-users path {
  color: rgba(105, 0, 199, 0.25);
}

/* line 20007, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.org-or-divider {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #e0e5ec;
}

/* line 20014, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.org-or-divider .org-or {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #e0e5ec;
  font-size: 80%;
  color: #6900c7;
}

/* line 20030, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.invoice .invoice-brand-img {
  height: 5rem;
  width: 5rem;
}

/* line 20034, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.invoice .table tbody tr td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  /* line 20040, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .pricing-detailed .pricing-detailed-behind {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* line 20046, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pricing-columns .pricing-columns-price {
  font-size: 2rem;
  color: #212832;
}

/* line 20050, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pricing-columns .pricing-columns-price span {
  font-weight: normal;
  font-size: 1rem;
  color: #69707a;
}

/* line 20055, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.pricing-columns .list-group-flush .list-group-item {
  display: flex;
  align-items: center;
}

/* line 20060, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link {
  display: flex;
  align-items: center;
  padding: 2rem;
}

/* line 20065, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link .wizard-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
  border-radius: 0.35rem;
  background-color: #0061f2;
  color: white;
}

/* line 20077, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link .wizard-step-icon i,
.nav-wizard .nav-link .wizard-step-icon svg,
.nav-wizard .nav-link .wizard-step-icon .feather {
  color: white;
}

/* line 20082, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link .wizard-step-text {
  line-height: 1;
  text-align: left;
}

/* line 20086, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link .wizard-step-text .wizard-step-text-name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #0061f2;
}

/* line 20091, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link .wizard-step-text .wizard-step-text-details {
  font-weight: 400;
  font-size: 0.875rem;
  color: #69707a;
}

/* line 20096, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link.active .wizard-step-icon {
  background-color: #fff;
  color: #0061f2;
}

/* line 20100, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link.active .wizard-step-icon i,
.nav-wizard .nav-link.active .wizard-step-icon svg,
.nav-wizard .nav-link.active .wizard-step-icon .feather {
  color: #0061f2;
}

/* line 20105, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-name {
  color: #fff;
}

/* line 20108, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-details {
  color: rgba(255, 255, 255, 0.5);
}

/* line 20112, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable {
  font-size: 0.85rem;
}

@media (min-width: 768px) {
  /* line 20116, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .datatable {
    overflow: visible;
  }
}

/* line 20120, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead,
.datatable table.dataTable tfoot {
  color: #0061f2;
}

/* line 20124, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead th,
.datatable table.dataTable tfoot th {
  font-weight: 600;
}

/* line 20128, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable.table-dark thead,
.datatable table.dataTable.table-dark tfoot {
  color: #fff;
}

/* line 20132, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable .btn-datatable {
  height: 20px !important;
  width: 20px !important;
  font-size: 0.75rem;
  border-radius: 0.35rem !important;
}

/* line 20138, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead .sorting:before,
.datatable table.dataTable thead .sorting_asc:before,
.datatable table.dataTable thead .sorting_desc:before,
.datatable table.dataTable thead .sorting_asc_disabled:before,
.datatable table.dataTable thead .sorting_desc_disabled:before,
.datatable table.dataTable thead .sorting:after,
.datatable table.dataTable thead .sorting_asc:after,
.datatable table.dataTable thead .sorting_desc:after,
.datatable table.dataTable thead .sorting_asc_disabled:after,
.datatable table.dataTable thead .sorting_desc_disabled:after {
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 20152, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead .sorting:after {
  content: "";
}

/* line 20155, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead .sorting_asc:after,
.datatable table.dataTable thead .sorting_asc_disabled:after {
  content: "";
}

/* line 20159, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead .sorting_desc:after,
.datatable table.dataTable thead .sorting_desc_disabled:after {
  content: "";
}

/* line 20163, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead .sorting [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_asc [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_desc [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_asc_disabled [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_desc_disabled [data-fa-pseudo-element=":after"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  color: #c5ccd6;
}

/* line 20174, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable thead .sorting_asc [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_desc [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_asc_disabled [data-fa-pseudo-element=":after"],
.datatable table.dataTable thead .sorting_desc_disabled [data-fa-pseudo-element=":after"] {
  color: #0061f2;
}

/* line 20180, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable.table-dark thead .sorting [data-fa-pseudo-element=":after"] {
  color: rgba(255, 255, 255, 0.25);
}

/* line 20183, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.datatable table.dataTable.table-dark thead .sorting_asc [data-fa-pseudo-element=":after"],
.datatable table.dataTable.table-dark thead .sorting_desc [data-fa-pseudo-element=":after"],
.datatable table.dataTable.table-dark thead .sorting_asc_disabled [data-fa-pseudo-element=":after"],
.datatable table.dataTable.table-dark thead .sorting_desc_disabled [data-fa-pseudo-element=":after"] {
  color: rgba(255, 255, 255, 0.75);
}

/* line 20190, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 20196, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .chart-area {
    height: 15rem;
  }
}

/* line 20201, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 20207, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .chart-bar {
    height: 15rem;
  }
}

/* line 20212, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 20218, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
  .chart-pie {
    height: 15rem;
  }
}

/* line 20223, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.daterangepicker {
  font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  border-radius: 0.35rem !important;
  border-color: #e0e5ec !important;
}

/* line 20228, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.daterangepicker .ranges li.active {
  background-color: #0061f2 !important;
}

/* line 20231, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.daterangepicker td.in-range {
  background-color: #d9e8ff !important;
}

/* line 20234, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0061f2 !important;
}

/* line 20239, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-dropdown-example .dropdown-menu {
  display: inline-block;
  position: relative;
  float: none;
  max-width: 15rem;
}

/* line 20246, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview {
  border-radius: 0.35rem;
  border: 0.25rem solid #e0e5ec;
  border-style: solid;
}

/* line 20251, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-content {
  padding: 1.5rem;
  border-bottom: 1px solid #e0e5ec;
  position: relative;
}

/* line 20256, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-code {
  background-color: #f2f6fc;
  padding: 1.5rem;
  border-bottom: 1px solid #e0e5ec;
}

/* line 20261, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-code .nav-tabs {
  border-bottom-color: transparent;
  font-size: 0.75rem;
  font-weight: 500;
}

/* line 20266, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-code .nav-tabs .nav-item .nav-link {
  border-bottom: 0;
  display: inline-flex;
  align-items: center;
}

/* line 20271, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-code .nav-tabs .nav-item .nav-link.active {
  border-color: transparent;
  background-color: #2f2f2f;
  color: white;
}

/* line 20276, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-code .nav-tabs .nav-item .nav-link .img-pug {
  height: 1em;
  padding: 1px 0;
}

/* line 20280, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.sbp-preview .sbp-preview-text {
  background-color: #f2f6fc;
  font-size: 0.875rem;
  padding: 1.5rem;
}

/* line 20286, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
code[class*=language-],
pre[class*=language-] {
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  color: #eee;
  background: #2f2f2f;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 0.875rem;
  line-height: 1.5em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 20306, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
code[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection,
pre[class*=language-] ::-moz-selection {
  background: #363636;
}

/* line 20313, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
code[class*=language-]::-moz-selection, pre[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection, pre[class*=language-] ::-moz-selection {
  background: #363636;
}

/* line 20317, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
code[class*=language-]::selection,
pre[class*=language-]::selection,
code[class*=language-] ::selection,
pre[class*=language-] ::selection {
  background: #363636;
}

/* line 20324, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
:not(pre) > code[class*=language-] {
  white-space: normal;
  border-radius: 0.2em;
  padding: 0.1em;
}

/* line 20330, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
pre[class*=language-] {
  overflow: auto;
  position: relative;
  margin: 0;
  padding: 1rem;
  max-height: 35rem;
}

/* line 20338, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.language-css > code,
.language-sass > code,
.language-scss > code {
  color: #fd9170;
}

/* line 20344, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
[class*=language-] .namespace {
  opacity: 0.7;
}

/* line 20348, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.atrule {
  color: #c792ea;
}

/* line 20352, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.attr-name {
  color: #ffcb6b;
}

/* line 20356, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.attr-value {
  color: #a5e844;
}

/* line 20360, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.attribute {
  color: #a5e844;
}

/* line 20364, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.boolean {
  color: #c792ea;
}

/* line 20368, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.builtin {
  color: #ffcb6b;
}

/* line 20372, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.cdata {
  color: #80cbc4;
}

/* line 20376, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.char {
  color: #80cbc4;
}

/* line 20380, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.class {
  color: #ffcb6b;
}

/* line 20384, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.class-name {
  color: #f2ff00;
}

/* line 20388, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.comment {
  color: #616161;
}

/* line 20392, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.constant {
  color: #c792ea;
}

/* line 20396, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.deleted {
  color: #ff6666;
}

/* line 20400, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.doctype {
  color: #616161;
}

/* line 20404, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.entity {
  color: #ff6666;
}

/* line 20408, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.function {
  color: #c792ea;
}

/* line 20412, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.hexcode {
  color: #f2ff00;
}

/* line 20416, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.id {
  color: #c792ea;
  font-weight: bold;
}

/* line 20421, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.important {
  color: #c792ea;
  font-weight: bold;
}

/* line 20426, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.inserted {
  color: #80cbc4;
}

/* line 20430, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.keyword {
  color: #c792ea;
}

/* line 20434, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.number {
  color: #fd9170;
}

/* line 20438, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.operator {
  color: #89ddff;
}

/* line 20442, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.prolog {
  color: #616161;
}

/* line 20446, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.property {
  color: #80cbc4;
}

/* line 20450, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.pseudo-class {
  color: #a5e844;
}

/* line 20454, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.pseudo-element {
  color: #a5e844;
}

/* line 20458, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.punctuation {
  color: #89ddff;
}

/* line 20462, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.regex {
  color: #f2ff00;
}

/* line 20466, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.selector {
  color: #ff6666;
}

/* line 20470, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.string {
  color: #a5e844;
}

/* line 20474, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.symbol {
  color: #c792ea;
}

/* line 20478, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.tag {
  color: #ff6666;
}

/* line 20482, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.unit {
  color: #fd9170;
}

/* line 20486, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.url {
  color: #ff6666;
}

/* line 20490, app/assets/stylesheets/base/_bootstrap-sb-admin.scss */
.token.variable {
  color: #ff6666;
}

/* line 1, app/assets/stylesheets/base/_flash-messages.scss */
.align-self-center {
  z-index: 1;
}

/* line 5, app/assets/stylesheets/base/_flash-messages.scss */
form#new_user .alert, form#new_user .invalid-feedback {
  color: #FFFFFF;
}

/* line 9, app/assets/stylesheets/base/_flash-messages.scss */
.text-danger, .alert {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* line 15, app/assets/stylesheets/base/_flash-messages.scss */
.alert-error {
  color: #D22C28;
  background-color: #eed3d7;
  border-color: #eed3d7;
}

/* line 21, app/assets/stylesheets/base/_flash-messages.scss */
.alert-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #D22C28;
}

/* line 27, app/assets/stylesheets/base/_flash-messages.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 33, app/assets/stylesheets/base/_flash-messages.scss */
.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 39, app/assets/stylesheets/base/_flash-messages.scss */
.alert ul {
  padding: 0;
  margin: 0;
}

/* line 42, app/assets/stylesheets/base/_flash-messages.scss */
.alert ul li {
  list-style: none;
}

/* line 46, app/assets/stylesheets/base/_flash-messages.scss */
.alert .close {
  line-height: 0.8em;
}

/* line 50, app/assets/stylesheets/base/_flash-messages.scss */
#error_explanation {
  border: 1px solid white;
  padding-top: 30px;
  margin-bottom: 20px;
}

/* line 54, app/assets/stylesheets/base/_flash-messages.scss */
#error_explanation h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

/* line 60, app/assets/stylesheets/base/_flash-messages.scss */
#error_explanation ul {
  display: flex;
  justify-content: center;
}

/* line 64, app/assets/stylesheets/base/_flash-messages.scss */
#error_explanation li {
  height: 23px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  /* line 74, app/assets/stylesheets/base/_flash-messages.scss */
  #error_explanation h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 2, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location input[type="radio"] {
  -webkit-appearance: checkbox;
  /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;
  /* Firefox */
  -ms-appearance: checkbox;
  /* not currently supported */
}

/* line 8, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .undo {
  color: #e81500;
  line-height: 30px;
}

/* line 14, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location #select-camper label {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  min-width: 80%;
  padding: 5px;
}

/* line 19, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location #select-camper label::after, form.sign_in_location #select-camper label::before {
  top: 0.5em !important;
}

/* line 25, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location #select-camper input[type='checkbox']:checked + label::before {
  border-color: #53aa15;
  background-color: #53aa15;
}

/* line 33, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location #select-bus-home .custom-checkbox, form.sign_in_location #select-late-arrival .custom-checkbox {
  padding: 5px 30px;
}

/* line 37, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location #select-bus-home input[type='checkbox']:checked + label::before, form.sign_in_location #select-late-arrival input[type='checkbox']:checked + label::before {
  border-color: #53aa15;
  background-color: #53aa15;
}

/* line 44, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .late-arrival-checkbox {
  background-color: red;
  border-radius: 5px;
  min-width: 100px;
}

/* line 48, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .late-arrival-checkbox label {
  color: white;
  display: flex;
  font-size: 1.0rem;
  line-height: 26px;
  justify-content: space-around;
}

/* line 54, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .late-arrival-checkbox label::after, form.sign_in_location .late-arrival-checkbox label::before {
  margin-left: 20px;
}

/* line 60, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .late-arrival-header {
  color: red;
}

/* line 64, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .location-radio {
  background-color: #d6d6d6;
  border-radius: 5px;
  min-width: 100px;
}

/* line 68, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .location-radio label {
  display: flex;
  font-size: 0.8rem;
  line-height: 26px;
  justify-content: space-around;
}

/* line 73, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .location-radio label::after, form.sign_in_location .location-radio label::before {
  margin-left: 20px;
}

/* line 79, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .location-radio.selected {
  background-color: #f43d00;
}

/* line 81, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .location-radio.selected label {
  color: white;
}

/* line 83, app/assets/stylesheets/base/_forms.scss */
form.sign_in_location .location-radio.selected label::before {
  border-color: #fc9d8c !important;
  background-color: #fc9d8c !important;
}

/* line 96, app/assets/stylesheets/base/_forms.scss */
form.sign_in_signature #select-authorized-pick-up input[type="text"], form.sign_in_signature #select-authorized-pick-up label:not(.other) {
  min-width: 15rem;
  margin-top: 10px;
}

/* line 101, app/assets/stylesheets/base/_forms.scss */
form.sign_in_signature #select-authorized-pick-up label:not(.other) {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 5px;
}

/* line 105, app/assets/stylesheets/base/_forms.scss */
form.sign_in_signature #select-authorized-pick-up label:not(.other)::after, form.sign_in_signature #select-authorized-pick-up label:not(.other)::before {
  top: 0.5em !important;
}

/* line 110, app/assets/stylesheets/base/_forms.scss */
form.sign_in_signature #select-authorized-pick-up label.other::after, form.sign_in_signature #select-authorized-pick-up label.other::before {
  top: 1em !important;
}

/* line 115, app/assets/stylesheets/base/_forms.scss */
form.sign_in_signature #select-authorized-pick-up input[type='radio']:checked + label::before {
  border-color: #53aa15;
  background-color: #53aa15;
}

/* line 125, app/assets/stylesheets/base/_forms.scss */
#JohnHancock-canvas {
  width: 100%;
  height: 200px;
  max-height: 200px;
  border: 1px solid #979797;
  border-radius: 6px;
}

/* line 133, app/assets/stylesheets/base/_forms.scss */
.card a:hover {
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/base/_forms.scss */
.button.orange {
  background-color: #f43d00;
  border-radius: 5px;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
}

/* line 146, app/assets/stylesheets/base/_forms.scss */
a.unset {
  color: unset;
}

/* line 148, app/assets/stylesheets/base/_forms.scss */
a.unset:hover {
  color: #0042a6;
}

/* line 155, app/assets/stylesheets/base/_forms.scss */
#report-printing button[type="submit"], #printing-all button[type="submit"] {
  border: none;
  background: transparent;
}

/* line 163, app/assets/stylesheets/base/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  color: #69707a !important;
}

/* line 168, app/assets/stylesheets/base/_forms.scss */
.select2-container .select2-selection--single {
  height: 38px !important;
}

/* line 172, app/assets/stylesheets/base/_forms.scss */
#equipment-listing form {
  border-top: 1px solid #e0e5ec;
  padding-bottom: 3px;
}

/* line 177, app/assets/stylesheets/base/_forms.scss */
.concession-fields {
  border-bottom: 1px solid gray;
}

/* line 1, app/assets/stylesheets/base/_overrides.scss */
.card {
  border-radius: 10px !important;
}

/* line 5, app/assets/stylesheets/base/_overrides.scss */
nav a {
  color: white;
}

/* line 9, app/assets/stylesheets/base/_overrides.scss */
.vh-90 {
  height: 90vh;
}

/* line 13, app/assets/stylesheets/base/_overrides.scss */
.vh-50 {
  height: 50vh;
}

/* line 17, app/assets/stylesheets/base/_overrides.scss */
.mvh-70 {
  min-height: 70vh;
}

/* line 21, app/assets/stylesheets/base/_overrides.scss */
.btn.btn-primary {
  background-color: #008EF4;
  border-color: #008EF4;
}

/* line 26, app/assets/stylesheets/base/_overrides.scss */
.text-light-gray {
  color: #cccccc;
}

/* line 30, app/assets/stylesheets/base/_overrides.scss */
.text-primary {
  color: #008EF4 !important;
}

/* line 34, app/assets/stylesheets/base/_overrides.scss */
h5, h6 {
  font-weight: 600;
  color: #828282;
}

/* line 40, app/assets/stylesheets/base/_overrides.scss */
h2.card-header, .card-header h2 {
  font-size: 36px;
  color: #585858 !important;
}

/* line 46, app/assets/stylesheets/base/_overrides.scss */
.shadow-sm {
  font-size: 18px;
  border-radius: 6px;
}

/* line 51, app/assets/stylesheets/base/_overrides.scss */
.shadow-sm:hover {
  background-color: #8F8F8F !important;
}

/* line 53, app/assets/stylesheets/base/_overrides.scss */
.shadow-sm:hover a {
  color: white !important;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/base/_overrides.scss */
.fa-print {
  color: #6F6F6F !important;
}

/* line 66, app/assets/stylesheets/base/_overrides.scss */
select.form-control {
  padding: 0.3rem 1.125rem !important;
}

/* line 70, app/assets/stylesheets/base/_overrides.scss */
.ts-control {
  padding: 0.3rem 1.125rem !important;
  height: calc(1em + 1.75rem + 2px) !important;
}

/* line 75, app/assets/stylesheets/base/_overrides.scss */
.ts-wrapper {
  width: 100% !important;
}

/* line 81, app/assets/stylesheets/base/_overrides.scss */
.trix-button-group.trix-button-group--file-tools {
  display: none !important;
}

/* line 85, app/assets/stylesheets/base/_overrides.scss */
.card-footer {
  border-top: none !important;
}

/* line 89, app/assets/stylesheets/base/_overrides.scss */
#new_pool_tracking_group .select2.select2-container.select2-container--default {
  width: 150% !important;
}

/* line 93, app/assets/stylesheets/base/_overrides.scss */
.select2-container .select2-selection--single {
  height: 44px !important;
}

/* line 97, app/assets/stylesheets/base/_overrides.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #c5ccd6 !important;
}

/* line 101, app/assets/stylesheets/base/_overrides.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
}

/* line 105, app/assets/stylesheets/base/_overrides.scss */
textarea.scheduled-activity {
  resize: none;
}

@media screen and (max-width: 991px) {
  /* line 111, app/assets/stylesheets/base/_overrides.scss */
  table#camp-roster th, table#camp-roster td {
    font-size: 10px;
  }
  /* line 116, app/assets/stylesheets/base/_overrides.scss */
  .bus-home-roster {
    font-size: 70% !important;
  }
}

@media print {
  /* line 124, app/assets/stylesheets/base/_overrides.scss */
  tr.team-yellow a, .team-green a, .team-blue a, .team-red a, .team-purple a {
    color: black !important;
  }
}

/* line 1, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 9, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 12, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 18, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 25, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  /* line 28, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 31, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  /* line 34, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 61, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 65, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  /* line 72, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 75, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  /* line 88, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 91, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 93, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 96, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 101, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 104, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 107, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 110, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 113, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 116, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 119, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 122, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 125, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 128, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 131, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 134, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 137, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 140, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 143, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 156, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 168, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 171, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 176, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 179, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 182, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 184, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 188, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 194, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 198, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 202, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 205, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 208, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 212, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 215, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 217, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 220, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 223, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 232, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 235, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 251, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 259, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 262, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 274, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 276, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 278, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 281, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 293, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 306, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 308, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 311, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 314, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 325, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 332, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 336, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 340, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 344, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 347, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 352, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 358, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 360, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 362, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 372, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 375, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 379, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 382, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 384, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 386, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

/* line 388, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 391, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 395, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 402, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 406, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 410, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/actiontext-7.1.5.1/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 15, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 24, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 33, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

@media print {
  /* line 3, app/assets/stylesheets/print.scss */
  .break-before {
    page-break-before: always !important;
    break-before: always !important;
  }
  /* line 4, app/assets/stylesheets/print.scss */
  .break-after {
    page-break-after: always !important;
    break-after: always !important;
  }
  /* line 5, app/assets/stylesheets/print.scss */
  .break-avoid {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* line 6, app/assets/stylesheets/print.scss */
  .team-page-avoid-break {
    break-inside: avoid;
  }
  /* line 7, app/assets/stylesheets/print.scss */
  .no-print {
    display: none !important;
  }
  /* line 9, app/assets/stylesheets/print.scss */
  body {
    background-color: #fff;
  }
  /* line 13, app/assets/stylesheets/print.scss */
  section.wrapper {
    background-image: none !important;
  }
  /* line 17, app/assets/stylesheets/print.scss */
  section.bg-gray {
    background-color: #fff !important;
  }
  /* line 21, app/assets/stylesheets/print.scss */
  table {
    display: block !important;
    width: 100%;
  }
  /* line 26, app/assets/stylesheets/print.scss */
  .team-roster-table, .team-roster-table tbody {
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/print.scss */
  table.team-roster-table thead th {
    color: #000;
  }
  /* line 35, app/assets/stylesheets/print.scss */
  tr.team-yellow a, .team-green a, .team-blue a, .team-red a, .team-purple a {
    color: black !important;
  }
  /* line 40, app/assets/stylesheets/print.scss */
  th.team-yellow a {
    color: #000;
  }
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
/* line 10, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete {
  position: relative;
}

/* line 13, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

/* line 23, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}

/* line 26, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete a {
  display: block;
}

/* line 29, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  border-color: #66afe9 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 33, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 37, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete ul li, .easy-autocomplete ul .eac-category {
  border-color: #66afe9;
}

/* line 40, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete ul li.selected, .easy-autocomplete ul .eac-category.selected {
  background-color: #ecf5fc;
}

/* line 43, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

/* line 52, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container {
  text-align: left;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 59, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

/* line 69, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

/* line 80, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

/* line 84, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

/* line 91, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

/* line 96, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul li b {
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

/* line 104, app/assets/stylesheets/easy-autocomplete.scss */
.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

/* line 110, app/assets/stylesheets/easy-autocomplete.scss */
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

/* line 115, app/assets/stylesheets/easy-autocomplete.scss */
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

/* line 120, app/assets/stylesheets/easy-autocomplete.scss */
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/* line 128, app/assets/stylesheets/easy-autocomplete.scss */
.easy-autocomplete-container {
  max-height: 200px;
  overflow-y: scroll;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
/* line 5, app/assets/stylesheets/campers.scss */
.potw {
  color: #22c600;
}

/* line 9, app/assets/stylesheets/campers.scss */
.potw-form img {
  height: 150px;
}

/* line 13, app/assets/stylesheets/campers.scss */
.going-home-btn {
  position: fixed;
  bottom: 50px;
  left: 50px;
}

/* line 1, app/assets/stylesheets/timecards.scss */
.timecard-row {
  font-size: 12px;
}

/* line 5, app/assets/stylesheets/timecards.scss */
.timecard-row .here {
  background-color: var(--blue);
  color: #fff;
  padding-left: 10px;
}

/* line 10, app/assets/stylesheets/timecards.scss */
.timecard-row .late {
  background-color: var(--red);
  color: #fff;
  padding-left: 10px;
}

/* line 15, app/assets/stylesheets/timecards.scss */
.timecard-row .gone {
  background-color: #8ac03b;
  color: #fff;
  padding-left: 10px;
}

/* line 20, app/assets/stylesheets/timecards.scss */
.timecard-row .early {
  background-color: var(--orange);
  color: #fff;
  padding-left: 10px;
}

/* line 27, app/assets/stylesheets/timecards.scss */
.text-danger-important {
  color: var(--red) !important;
}

/* line 31, app/assets/stylesheets/timecards.scss */
#approval-count {
  position: absolute;
  top: -17px;
  right: -15px;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: red;
  color: #fff;
  font-size: 13px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../../.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
