@charset "UTF-8";
/*!
 * CoreUI Pro - Dashboard UI Kit
 * @version v2.1.8
 * @link https://coreui.io/pro/
 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 14, app/assets/stylesheets/core_ui_default.scss */
:root {
  --blue: #475ec0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f86c6b;
  --orange: #f8cb00;
  --yellow: #ffc107;
  --green: #4dbd74;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #bfbfbf;
  --gray-dark: #2f353a;
  --light-blue: #63c2de;
  --primary: #475ec0;
  --secondary: #c8ced3;
  --success: #4dbd74;
  --info: #63c2de;
  --warning: #ffc107;
  --danger: #f86c6b;
  --light: #f0f3f5;
  --dark: #2f353a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 46, app/assets/stylesheets/core_ui_default.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/core_ui_default.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 59, app/assets/stylesheets/core_ui_default.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

/* line 74, app/assets/stylesheets/core_ui_default.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

/* line 84, app/assets/stylesheets/core_ui_default.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

/* line 143, app/assets/stylesheets/core_ui_default.scss */
small {
  font-size: 80%;
}

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

/* line 155, app/assets/stylesheets/core_ui_default.scss */
sub {
  bottom: -.25em;
}

/* line 159, app/assets/stylesheets/core_ui_default.scss */
sup {
  top: -.5em;
}

/* line 163, app/assets/stylesheets/core_ui_default.scss */
a {
  color: #475ec0;
  text-decoration: none;
  background-color: transparent;
}

/* line 169, app/assets/stylesheets/core_ui_default.scss */
a:hover {
  color: #167495;
  text-decoration: underline;
}

/* line 174, app/assets/stylesheets/core_ui_default.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 179, app/assets/stylesheets/core_ui_default.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 184, app/assets/stylesheets/core_ui_default.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

/* line 196, app/assets/stylesheets/core_ui_default.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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

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

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

/* line 216, app/assets/stylesheets/core_ui_default.scss */
table {
  border-collapse: collapse;
}

/* line 220, app/assets/stylesheets/core_ui_default.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #bfbfbf;
  text-align: left;
  caption-side: bottom;
}

/* line 228, app/assets/stylesheets/core_ui_default.scss */
th {
  text-align: inherit;
}

/* line 232, app/assets/stylesheets/core_ui_default.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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

/* line 241, app/assets/stylesheets/core_ui_default.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 257, app/assets/stylesheets/core_ui_default.scss */
button,
input {
  overflow: visible;
}

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

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

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

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

/* line 285, app/assets/stylesheets/core_ui_default.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 293, app/assets/stylesheets/core_ui_default.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 299, app/assets/stylesheets/core_ui_default.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 306, app/assets/stylesheets/core_ui_default.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

/* line 318, app/assets/stylesheets/core_ui_default.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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

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

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

/* line 344, app/assets/stylesheets/core_ui_default.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* line 362, app/assets/stylesheets/core_ui_default.scss */
template {
  display: none;
}

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

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

/* line 377, app/assets/stylesheets/core_ui_default.scss */
h1, .h1 {
  font-size: 2.1875rem;
}

/* line 381, app/assets/stylesheets/core_ui_default.scss */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 385, app/assets/stylesheets/core_ui_default.scss */
h3, .h3 {
  font-size: 1.53125rem;
}

/* line 389, app/assets/stylesheets/core_ui_default.scss */
h4, .h4 {
  font-size: 1.3125rem;
}

/* line 393, app/assets/stylesheets/core_ui_default.scss */
h5, .h5 {
  font-size: 1.09375rem;
}

/* line 397, app/assets/stylesheets/core_ui_default.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 401, app/assets/stylesheets/core_ui_default.scss */
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

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

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

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

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

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

/* line 437, app/assets/stylesheets/core_ui_default.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

/* line 472, app/assets/stylesheets/core_ui_default.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

/* line 477, app/assets/stylesheets/core_ui_default.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #bfbfbf;
}

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

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

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

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

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

/* line 510, app/assets/stylesheets/core_ui_default.scss */
.figure-caption {
  font-size: 90%;
  color: #bfbfbf;
}

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

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

/* line 525, app/assets/stylesheets/core_ui_default.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #000000;
  border-radius: 0.2rem;
}

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

/* line 539, app/assets/stylesheets/core_ui_default.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #000000;
}

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

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

/* line 556, app/assets/stylesheets/core_ui_default.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 992px) {
  /* line 577, app/assets/stylesheets/core_ui_default.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 583, app/assets/stylesheets/core_ui_default.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 588, app/assets/stylesheets/core_ui_default.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 596, app/assets/stylesheets/core_ui_default.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

/* line 628, app/assets/stylesheets/core_ui_default.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 636, app/assets/stylesheets/core_ui_default.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 643, app/assets/stylesheets/core_ui_default.scss */
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 649, app/assets/stylesheets/core_ui_default.scss */
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 655, app/assets/stylesheets/core_ui_default.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 661, app/assets/stylesheets/core_ui_default.scss */
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 667, app/assets/stylesheets/core_ui_default.scss */
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

/* line 679, app/assets/stylesheets/core_ui_default.scss */
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 685, app/assets/stylesheets/core_ui_default.scss */
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 691, app/assets/stylesheets/core_ui_default.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 697, app/assets/stylesheets/core_ui_default.scss */
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 703, app/assets/stylesheets/core_ui_default.scss */
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 709, app/assets/stylesheets/core_ui_default.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 715, app/assets/stylesheets/core_ui_default.scss */
.order-first {
  order: -1;
}

/* line 720, app/assets/stylesheets/core_ui_default.scss */
.order-last {
  order: 13;
}

/* line 725, app/assets/stylesheets/core_ui_default.scss */
.order-0 {
  order: 0;
}

/* line 730, app/assets/stylesheets/core_ui_default.scss */
.order-1 {
  order: 1;
}

/* line 735, app/assets/stylesheets/core_ui_default.scss */
.order-2 {
  order: 2;
}

/* line 740, app/assets/stylesheets/core_ui_default.scss */
.order-3 {
  order: 3;
}

/* line 745, app/assets/stylesheets/core_ui_default.scss */
.order-4 {
  order: 4;
}

/* line 750, app/assets/stylesheets/core_ui_default.scss */
.order-5 {
  order: 5;
}

/* line 755, app/assets/stylesheets/core_ui_default.scss */
.order-6 {
  order: 6;
}

/* line 760, app/assets/stylesheets/core_ui_default.scss */
.order-7 {
  order: 7;
}

/* line 765, app/assets/stylesheets/core_ui_default.scss */
.order-8 {
  order: 8;
}

/* line 770, app/assets/stylesheets/core_ui_default.scss */
.order-9 {
  order: 9;
}

/* line 775, app/assets/stylesheets/core_ui_default.scss */
.order-10 {
  order: 10;
}

/* line 780, app/assets/stylesheets/core_ui_default.scss */
.order-11 {
  order: 11;
}

/* line 785, app/assets/stylesheets/core_ui_default.scss */
.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 835, app/assets/stylesheets/core_ui_default.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 842, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 848, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 853, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 858, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 863, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 868, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 873, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 878, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 883, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 888, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 893, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 898, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 903, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 908, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 912, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 916, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 920, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 924, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 928, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 932, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 936, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 940, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 944, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 948, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 952, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 956, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 960, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 964, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 968, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 971, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 974, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 977, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 980, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 983, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 986, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 989, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 992, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 995, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 998, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1001, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1007, app/assets/stylesheets/core_ui_default.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1014, app/assets/stylesheets/core_ui_default.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1020, app/assets/stylesheets/core_ui_default.scss */
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1025, app/assets/stylesheets/core_ui_default.scss */
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1030, app/assets/stylesheets/core_ui_default.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1035, app/assets/stylesheets/core_ui_default.scss */
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1040, app/assets/stylesheets/core_ui_default.scss */
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1045, app/assets/stylesheets/core_ui_default.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1050, app/assets/stylesheets/core_ui_default.scss */
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1055, app/assets/stylesheets/core_ui_default.scss */
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1060, app/assets/stylesheets/core_ui_default.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1065, app/assets/stylesheets/core_ui_default.scss */
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1070, app/assets/stylesheets/core_ui_default.scss */
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1075, app/assets/stylesheets/core_ui_default.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1080, app/assets/stylesheets/core_ui_default.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1084, app/assets/stylesheets/core_ui_default.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1088, app/assets/stylesheets/core_ui_default.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1092, app/assets/stylesheets/core_ui_default.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1096, app/assets/stylesheets/core_ui_default.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1100, app/assets/stylesheets/core_ui_default.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1104, app/assets/stylesheets/core_ui_default.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1108, app/assets/stylesheets/core_ui_default.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1112, app/assets/stylesheets/core_ui_default.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1116, app/assets/stylesheets/core_ui_default.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1120, app/assets/stylesheets/core_ui_default.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1124, app/assets/stylesheets/core_ui_default.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1128, app/assets/stylesheets/core_ui_default.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1132, app/assets/stylesheets/core_ui_default.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1136, app/assets/stylesheets/core_ui_default.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1140, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1143, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1146, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1149, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1152, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1155, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1158, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1161, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1164, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1167, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1170, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1173, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1179, app/assets/stylesheets/core_ui_default.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1186, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1192, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1197, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1202, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1207, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1212, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1217, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1222, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1227, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1232, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1237, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1242, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1247, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1252, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1256, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1260, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1264, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1268, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1272, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1276, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1280, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1284, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1288, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1292, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1296, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1300, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1304, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1308, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1312, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1315, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1318, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1321, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1324, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1327, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1330, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1333, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1336, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1339, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1342, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1345, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1351, app/assets/stylesheets/core_ui_default.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1358, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1364, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1369, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1374, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1379, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1384, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1389, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1394, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1399, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1404, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1409, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1414, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1419, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1424, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1428, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1432, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1436, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1440, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1444, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1448, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1452, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1456, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1460, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1464, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1468, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1472, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1476, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1480, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1484, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1487, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1490, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1493, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1496, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1499, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1502, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1505, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1508, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1511, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1514, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1517, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1522, app/assets/stylesheets/core_ui_default.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
}

/* line 1528, app/assets/stylesheets/core_ui_default.scss */
.table th,
.table td {
  padding: 0.35rem;
  vertical-align: top;
  border-top: 1px solid #c8ced3;
}

/* line 1535, app/assets/stylesheets/core_ui_default.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c8ced3;
}

/* line 1540, app/assets/stylesheets/core_ui_default.scss */
.table tbody + tbody {
  border-top: 2px solid #c8ced3;
}

/* line 1544, app/assets/stylesheets/core_ui_default.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1549, app/assets/stylesheets/core_ui_default.scss */
.table-bordered {
  border: 1px solid #c8ced3;
}

/* line 1553, app/assets/stylesheets/core_ui_default.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #c8ced3;
}

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

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

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

/* line 1574, app/assets/stylesheets/core_ui_default.scss */
.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1579, app/assets/stylesheets/core_ui_default.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e7f4;
}

/* line 1585, app/assets/stylesheets/core_ui_default.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8bd2eb;
}

/* line 1592, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-primary:hover {
  background-color: #abdff0;
}

/* line 1596, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abdff0;
}

/* line 1601, app/assets/stylesheets/core_ui_default.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f0f1f3;
}

/* line 1607, app/assets/stylesheets/core_ui_default.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e2e6e8;
}

/* line 1614, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-secondary:hover {
  background-color: #e2e4e8;
}

/* line 1618, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e2e4e8;
}

/* line 1623, app/assets/stylesheets/core_ui_default.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdedd8;
}

/* line 1629, app/assets/stylesheets/core_ui_default.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a2ddb7;
}

/* line 1636, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-success:hover {
  background-color: #bae6c9;
}

/* line 1640, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bae6c9;
}

/* line 1645, app/assets/stylesheets/core_ui_default.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d3eef6;
}

/* line 1651, app/assets/stylesheets/core_ui_default.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #aedfee;
}

/* line 1658, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-info:hover {
  background-color: #bee6f2;
}

/* line 1662, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bee6f2;
}

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

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

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

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

/* line 1689, app/assets/stylesheets/core_ui_default.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdd6d6;
}

/* line 1695, app/assets/stylesheets/core_ui_default.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fbb3b2;
}

/* line 1702, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-danger:hover {
  background-color: #fcbebe;
}

/* line 1706, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcbebe;
}

/* line 1711, app/assets/stylesheets/core_ui_default.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfc;
}

/* line 1717, app/assets/stylesheets/core_ui_default.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f9fa;
}

/* line 1724, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-light:hover {
  background-color: #ecf1f1;
}

/* line 1728, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ecf1f1;
}

/* line 1733, app/assets/stylesheets/core_ui_default.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c6c8;
}

/* line 1739, app/assets/stylesheets/core_ui_default.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #939699;
}

/* line 1746, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-dark:hover {
  background-color: #b8b9bc;
}

/* line 1750, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b8b9bc;
}

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

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

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

/* line 1770, app/assets/stylesheets/core_ui_default.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #2f353a;
  border-color: #40484f;
}

/* line 1776, app/assets/stylesheets/core_ui_default.scss */
.table .thead-light th {
  color: #5c6873;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

/* line 1782, app/assets/stylesheets/core_ui_default.scss */
.table-dark {
  color: #fff;
  background-color: #2f353a;
}

/* line 1787, app/assets/stylesheets/core_ui_default.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #40484f;
}

/* line 1793, app/assets/stylesheets/core_ui_default.scss */
.table-dark.table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

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

/* line 1865, app/assets/stylesheets/core_ui_default.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

/* line 1892, app/assets/stylesheets/core_ui_default.scss */
.form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 1900, app/assets/stylesheets/core_ui_default.scss */
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* line 1905, app/assets/stylesheets/core_ui_default.scss */
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* line 1910, app/assets/stylesheets/core_ui_default.scss */
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* line 1915, app/assets/stylesheets/core_ui_default.scss */
.form-control::-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* line 1920, app/assets/stylesheets/core_ui_default.scss */
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control::placeholder {
  color: #bfbfbf;
  opacity: 1;
}

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

/* line 1930, app/assets/stylesheets/core_ui_default.scss */
select.form-control:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

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

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

/* line 1949, app/assets/stylesheets/core_ui_default.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 1956, app/assets/stylesheets/core_ui_default.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 1963, app/assets/stylesheets/core_ui_default.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

/* line 1981, app/assets/stylesheets/core_ui_default.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.25rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  min-width: 50px;
}

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

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

/* line 2002, app/assets/stylesheets/core_ui_default.scss */
textarea.form-control {
  height: auto;
}

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

/* line 2010, app/assets/stylesheets/core_ui_default.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2015, app/assets/stylesheets/core_ui_default.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

/* line 2036, app/assets/stylesheets/core_ui_default.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2042, app/assets/stylesheets/core_ui_default.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #bfbfbf;
}

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

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

/* line 2059, app/assets/stylesheets/core_ui_default.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2066, app/assets/stylesheets/core_ui_default.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4dbd74;
}

/* line 2074, app/assets/stylesheets/core_ui_default.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(77, 189, 116, 0.9);
  border-radius: 0.25rem;
}

/* line 2089, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #4dbd74;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2098, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

/* line 2103, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2109, app/assets/stylesheets/core_ui_default.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2114, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4dbd74;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2120, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

/* line 2125, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2131, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2137, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4dbd74;
}

/* line 2141, app/assets/stylesheets/core_ui_default.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 2147, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4dbd74;
}

/* line 2151, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4dbd74;
}

/* line 2155, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2161, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #72cb91;
  background-color: #72cb91;
}

/* line 2166, app/assets/stylesheets/core_ui_default.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(77, 189, 116, 0.25);
}

/* line 2170, app/assets/stylesheets/core_ui_default.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: #4dbd74;
}

/* line 2174, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4dbd74;
}

/* line 2178, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2184, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

/* line 2189, app/assets/stylesheets/core_ui_default.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f86c6b;
}

/* line 2197, app/assets/stylesheets/core_ui_default.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(248, 108, 107, 0.9);
  border-radius: 0.25rem;
}

/* line 2212, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f86c6b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2221, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

/* line 2226, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2232, app/assets/stylesheets/core_ui_default.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2237, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f86c6b;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2243, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

/* line 2248, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2254, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2260, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f86c6b;
}

/* line 2264, app/assets/stylesheets/core_ui_default.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 2270, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f86c6b;
}

/* line 2274, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f86c6b;
}

/* line 2278, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 2289, app/assets/stylesheets/core_ui_default.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(248, 108, 107, 0.25);
}

/* line 2293, app/assets/stylesheets/core_ui_default.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: #f86c6b;
}

/* line 2297, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f86c6b;
}

/* line 2301, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2307, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

/* line 2312, app/assets/stylesheets/core_ui_default.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  /* line 2326, app/assets/stylesheets/core_ui_default.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2335, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2346, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2351, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2354, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2358, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2368, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2376, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2382, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2387, app/assets/stylesheets/core_ui_default.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 2412, app/assets/stylesheets/core_ui_default.scss */
.btn:hover {
  color: #000000;
  text-decoration: none;
}

/* line 2417, app/assets/stylesheets/core_ui_default.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 2422, app/assets/stylesheets/core_ui_default.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

/* line 2431, app/assets/stylesheets/core_ui_default.scss */
.btn-primary {
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 2437, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #5970d4;
  border-color: #556ed8;
}

/* line 2443, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

/* line 2447, app/assets/stylesheets/core_ui_default.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 2453, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #556ed8;
  border-color: #187da0;
}

/* line 2460, app/assets/stylesheets/core_ui_default.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(65, 181, 222, 0.5);
}

/* line 2465, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2471, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:hover {
  color: #000000;
  background-color: #b3bbc2;
  border-color: #acb5bc;
}

/* line 2477, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}

/* line 2481, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2487, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #acb5bc;
  border-color: #a5aeb7;
}

/* line 2494, app/assets/stylesheets/core_ui_default.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(175, 181, 186, 0.5);
}

/* line 2499, app/assets/stylesheets/core_ui_default.scss */
.btn-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2505, app/assets/stylesheets/core_ui_default.scss */
.btn-success:hover {
  color: #fff;
  background-color: #3ea662;
  border-color: #3a9d5d;
}

/* line 2511, app/assets/stylesheets/core_ui_default.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);
}

/* line 2515, app/assets/stylesheets/core_ui_default.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2521, app/assets/stylesheets/core_ui_default.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9d5d;
  border-color: #379457;
}

/* line 2528, app/assets/stylesheets/core_ui_default.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(104, 199, 137, 0.5);
}

/* line 2533, app/assets/stylesheets/core_ui_default.scss */
.btn-info {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2539, app/assets/stylesheets/core_ui_default.scss */
.btn-info:hover {
  color: #000000;
  background-color: #43b6d7;
  border-color: #39b2d5;
}

/* line 2545, app/assets/stylesheets/core_ui_default.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 171, 195, 0.5);
}

/* line 2549, app/assets/stylesheets/core_ui_default.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2555, app/assets/stylesheets/core_ui_default.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}

/* line 2562, app/assets/stylesheets/core_ui_default.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(89, 171, 195, 0.5);
}

/* line 2567, app/assets/stylesheets/core_ui_default.scss */
.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2573, app/assets/stylesheets/core_ui_default.scss */
.btn-warning:hover {
  color: #000000;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2579, app/assets/stylesheets/core_ui_default.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 13, 0.5);
}

/* line 2583, app/assets/stylesheets/core_ui_default.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 2596, app/assets/stylesheets/core_ui_default.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(222, 170, 13, 0.5);
}

/* line 2601, app/assets/stylesheets/core_ui_default.scss */
.btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 2607, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #f64846;
  border-color: #f63c3a;
}

/* line 2613, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

/* line 2617, app/assets/stylesheets/core_ui_default.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 2623, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}

/* line 2630, app/assets/stylesheets/core_ui_default.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(249, 130, 129, 0.5);
}

/* line 2635, app/assets/stylesheets/core_ui_default.scss */
.btn-light {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2641, app/assets/stylesheets/core_ui_default.scss */
.btn-light:hover {
  color: #000000;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

/* line 2647, app/assets/stylesheets/core_ui_default.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

/* line 2651, app/assets/stylesheets/core_ui_default.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2657, app/assets/stylesheets/core_ui_default.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}

/* line 2664, app/assets/stylesheets/core_ui_default.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(209, 213, 215, 0.5);
}

/* line 2669, app/assets/stylesheets/core_ui_default.scss */
.btn-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 2675, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1e2225;
  border-color: #181b1e;
}

/* line 2681, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

/* line 2685, app/assets/stylesheets/core_ui_default.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 2691, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #181b1e;
  border-color: #121517;
}

/* line 2698, app/assets/stylesheets/core_ui_default.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(78, 83, 88, 0.5);
}

/* line 2703, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary {
  color: #475ec0;
  border-color: #475ec0;
}

/* line 2708, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 2714, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 2718, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #475ec0;
  background-color: transparent;
}

/* line 2723, app/assets/stylesheets/core_ui_default.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: #475ec0;
  border-color: #475ec0;
}

/* line 2730, app/assets/stylesheets/core_ui_default.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(32, 168, 216, 0.5);
}

/* line 2735, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary {
  color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2740, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2746, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 2750, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
}

/* line 2755, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2762, app/assets/stylesheets/core_ui_default.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(200, 206, 211, 0.5);
}

/* line 2767, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success {
  color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2772, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2778, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 2782, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4dbd74;
  background-color: transparent;
}

/* line 2787, app/assets/stylesheets/core_ui_default.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: #4dbd74;
  border-color: #4dbd74;
}

/* line 2794, app/assets/stylesheets/core_ui_default.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(77, 189, 116, 0.5);
}

/* line 2799, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info {
  color: #63c2de;
  border-color: #63c2de;
}

/* line 2804, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:hover {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2810, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 2814, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #63c2de;
  background-color: transparent;
}

/* line 2819, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2826, app/assets/stylesheets/core_ui_default.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(99, 194, 222, 0.5);
}

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

/* line 2836, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

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

/* line 2858, app/assets/stylesheets/core_ui_default.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(255, 193, 7, 0.5);
}

/* line 2863, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger {
  color: #f86c6b;
  border-color: #f86c6b;
}

/* line 2868, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 2874, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 2878, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
}

/* line 2883, app/assets/stylesheets/core_ui_default.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: #f86c6b;
  border-color: #f86c6b;
}

/* line 2890, app/assets/stylesheets/core_ui_default.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(248, 108, 107, 0.5);
}

/* line 2895, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light {
  color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2900, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:hover {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2906, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 2910, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
}

/* line 2915, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2922, app/assets/stylesheets/core_ui_default.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(240, 243, 245, 0.5);
}

/* line 2927, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark {
  color: #2f353a;
  border-color: #2f353a;
}

/* line 2932, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 2938, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 2942, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2f353a;
  background-color: transparent;
}

/* line 2947, app/assets/stylesheets/core_ui_default.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: #2f353a;
  border-color: #2f353a;
}

/* line 2954, app/assets/stylesheets/core_ui_default.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(47, 53, 58, 0.5);
}

/* line 2959, app/assets/stylesheets/core_ui_default.scss */
.btn-link {
  font-weight: 400;
  color: #475ec0;
  text-decoration: none;
}

/* line 2965, app/assets/stylesheets/core_ui_default.scss */
.btn-link:hover {
  color: #167495;
  text-decoration: underline;
}

/* line 2970, app/assets/stylesheets/core_ui_default.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 2975, app/assets/stylesheets/core_ui_default.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #bfbfbf;
  pointer-events: none;
}

/* line 2980, app/assets/stylesheets/core_ui_default.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2987, app/assets/stylesheets/core_ui_default.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

/* line 2999, app/assets/stylesheets/core_ui_default.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

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

/* line 3023, app/assets/stylesheets/core_ui_default.scss */
.modal.fade.in {
  opacity: 1;
}

/* line 3025, app/assets/stylesheets/core_ui_default.scss */
.modal.fade.in .modal-dialog {
  transform: none;
}

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

/* line 3035, app/assets/stylesheets/core_ui_default.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

/* line 3048, app/assets/stylesheets/core_ui_default.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

/* line 3074, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

/* line 3148, app/assets/stylesheets/core_ui_default.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

/* line 3170, app/assets/stylesheets/core_ui_default.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

/* line 3197, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

/* line 3234, app/assets/stylesheets/core_ui_default.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 3239, app/assets/stylesheets/core_ui_default.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e7ea;
}

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

/* line 3259, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 3264, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 3269, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #181b1e;
  text-decoration: none;
  background-color: #f0f3f5;
}

/* line 3275, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #475ec0;
}

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

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

/* line 3291, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #bfbfbf;
  white-space: nowrap;
}

/* line 3300, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000000;
}

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

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

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

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

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

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

/* line 3351, app/assets/stylesheets/core_ui_default.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 3357, app/assets/stylesheets/core_ui_default.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 3363, app/assets/stylesheets/core_ui_default.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

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

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

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

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

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

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

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

/* line 3407, app/assets/stylesheets/core_ui_default.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 3413, app/assets/stylesheets/core_ui_default.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 3419, app/assets/stylesheets/core_ui_default.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3424, app/assets/stylesheets/core_ui_default.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 3433, app/assets/stylesheets/core_ui_default.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3444, app/assets/stylesheets/core_ui_default.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%;
  margin-bottom: 0;
}

/* line 3455, app/assets/stylesheets/core_ui_default.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 3470, app/assets/stylesheets/core_ui_default.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 3476, app/assets/stylesheets/core_ui_default.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3480, app/assets/stylesheets/core_ui_default.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 3486, app/assets/stylesheets/core_ui_default.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 3492, app/assets/stylesheets/core_ui_default.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

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

/* line 3510, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

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

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

/* line 3527, app/assets/stylesheets/core_ui_default.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 3538, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend {
  margin-right: -1px;
}

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

/* line 3546, app/assets/stylesheets/core_ui_default.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f3f5;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
}

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

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

/* line 3574, app/assets/stylesheets/core_ui_default.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

/* line 3591, app/assets/stylesheets/core_ui_default.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

/* line 3608, app/assets/stylesheets/core_ui_default.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 3618, app/assets/stylesheets/core_ui_default.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 3628, app/assets/stylesheets/core_ui_default.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

/* line 3635, app/assets/stylesheets/core_ui_default.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3641, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3647, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #475ec0;
  background-color: #475ec0;
}

/* line 3653, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 3657, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ad4ee;
}

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

/* line 3667, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #bfbfbf;
}

/* line 3671, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e7ea;
}

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

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

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

/* line 3705, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3709, app/assets/stylesheets/core_ui_default.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 3713, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #475ec0;
  background-color: #475ec0;
}

/* line 3718, app/assets/stylesheets/core_ui_default.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3722, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

/* line 3726, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

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

/* line 3734, app/assets/stylesheets/core_ui_default.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3738, app/assets/stylesheets/core_ui_default.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

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

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

/* line 3753, app/assets/stylesheets/core_ui_default.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #8f9ba6;
  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 3766, app/assets/stylesheets/core_ui_default.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

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

/* line 3777, app/assets/stylesheets/core_ui_default.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

/* line 3781, app/assets/stylesheets/core_ui_default.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3800, app/assets/stylesheets/core_ui_default.scss */
.custom-select:focus {
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 3806, app/assets/stylesheets/core_ui_default.scss */
.custom-select:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

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

/* line 3817, app/assets/stylesheets/core_ui_default.scss */
.custom-select:disabled {
  color: #bfbfbf;
  background-color: #e4e7ea;
}

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

/* line 3826, app/assets/stylesheets/core_ui_default.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
}

/* line 3834, app/assets/stylesheets/core_ui_default.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

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

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

/* line 3859, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #8ad4ee;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 3864, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e7ea;
}

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

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

/* line 3876, app/assets/stylesheets/core_ui_default.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
}

/* line 3892, app/assets/stylesheets/core_ui_default.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #5c6873;
  content: "Browse";
  background-color: #f0f3f5;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3909, app/assets/stylesheets/core_ui_default.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3919, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus {
  outline: none;
}

/* line 3923, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 3927, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 3931, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

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

/* line 3939, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #475ec0;
  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 3952, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3957, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b6e4f4;
}

/* line 3961, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c8ced3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3971, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #475ec0;
  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 3983, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3988, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b6e4f4;
}

/* line 3992, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c8ced3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4002, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #475ec0;
  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 4016, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4021, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-thumb:active {
  background-color: #b6e4f4;
}

/* line 4025, app/assets/stylesheets/core_ui_default.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 4035, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-fill-lower {
  background-color: #c8ced3;
  border-radius: 1rem;
}

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

/* line 4046, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8f9ba6;
}

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

/* line 4054, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #8f9ba6;
}

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

/* line 4062, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #8f9ba6;
}

/* line 4066, app/assets/stylesheets/core_ui_default.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 4073, app/assets/stylesheets/core_ui_default.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4080, app/assets/stylesheets/core_ui_default.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4090, app/assets/stylesheets/core_ui_default.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

/* line 4099, app/assets/stylesheets/core_ui_default.scss */
.nav-link.disabled {
  color: #bfbfbf;
  pointer-events: none;
  cursor: default;
}

/* line 4105, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs {
  border-bottom: 1px solid #c8ced3;
}

/* line 4109, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4113, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4119, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #c8ced3 #c8ced3 #c8ced3;
}

/* line 4123, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link.disabled {
  color: #bfbfbf;
  background-color: transparent;
  border-color: transparent;
}

/* line 4129, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000000;
  background-color: #fff;
  border-color: #c8ced3 #c8ced3 #fff;
}

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

/* line 4142, app/assets/stylesheets/core_ui_default.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4146, app/assets/stylesheets/core_ui_default.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #475ec0;
}

/* line 4152, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

/* line 4174, app/assets/stylesheets/core_ui_default.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4187, app/assets/stylesheets/core_ui_default.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4199, app/assets/stylesheets/core_ui_default.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.335938rem;
  padding-bottom: 0.335938rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

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

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

/* line 4233, app/assets/stylesheets/core_ui_default.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 4248, app/assets/stylesheets/core_ui_default.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

/* line 4261, app/assets/stylesheets/core_ui_default.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 4272, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4280, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4286, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4290, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4293, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4297, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4302, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4308, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  /* line 4322, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4328, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4332, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4335, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4339, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4344, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4350, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  /* line 4364, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4370, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4374, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4377, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4381, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4386, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4392, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  /* line 4406, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4412, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4416, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4419, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4423, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4428, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4434, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4439, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4446, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

/* line 4466, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

/* line 4503, app/assets/stylesheets/core_ui_default.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 4510, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

/* line 4551, app/assets/stylesheets/core_ui_default.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 4558, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

/* line 4579, app/assets/stylesheets/core_ui_default.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 #c8ced3;
  border-radius: 0.25rem;
}

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

/* line 4598, app/assets/stylesheets/core_ui_default.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4603, app/assets/stylesheets/core_ui_default.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

/* line 4614, app/assets/stylesheets/core_ui_default.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4618, app/assets/stylesheets/core_ui_default.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

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

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

/* line 4635, app/assets/stylesheets/core_ui_default.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f0f3f5;
  border-bottom: 1px solid #c8ced3;
}

/* line 4642, app/assets/stylesheets/core_ui_default.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4646, app/assets/stylesheets/core_ui_default.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4650, app/assets/stylesheets/core_ui_default.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c8ced3;
}

/* line 4656, app/assets/stylesheets/core_ui_default.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4660, app/assets/stylesheets/core_ui_default.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4667, app/assets/stylesheets/core_ui_default.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4672, app/assets/stylesheets/core_ui_default.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4681, app/assets/stylesheets/core_ui_default.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

/* line 4698, app/assets/stylesheets/core_ui_default.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

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

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

/* line 4729, app/assets/stylesheets/core_ui_default.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  /* line 4741, app/assets/stylesheets/core_ui_default.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 4745, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4750, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4754, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4758, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4762, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4766, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4770, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4774, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4780, app/assets/stylesheets/core_ui_default.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

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

/* line 4801, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4805, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 4809, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 4814, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4820, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4825, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 4829, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}

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

/* line 4845, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #bfbfbf;
  content: "/";
}

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

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

/* line 4860, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item.active {
  color: #bfbfbf;
}

/* line 4864, app/assets/stylesheets/core_ui_default.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4872, app/assets/stylesheets/core_ui_default.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #475ec0;
  background-color: #fff;
  border: 1px solid #c8ced3;
}

/* line 4883, app/assets/stylesheets/core_ui_default.scss */
.page-link:hover {
  z-index: 2;
  color: #167495;
  text-decoration: none;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

/* line 4891, app/assets/stylesheets/core_ui_default.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

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

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

/* line 4908, app/assets/stylesheets/core_ui_default.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 4915, app/assets/stylesheets/core_ui_default.scss */
.page-item.disabled .page-link {
  color: #bfbfbf;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 4923, app/assets/stylesheets/core_ui_default.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

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

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

/* line 4939, app/assets/stylesheets/core_ui_default.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

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

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

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

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

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

/* line 4978, app/assets/stylesheets/core_ui_default.scss */
.badge:empty {
  display: none;
}

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

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

/* line 4993, app/assets/stylesheets/core_ui_default.scss */
.badge-primary {
  color: #fff;
  background-color: #475ec0;
}

/* line 4998, app/assets/stylesheets/core_ui_default.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #556ed8;
}

/* line 5003, app/assets/stylesheets/core_ui_default.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 5008, app/assets/stylesheets/core_ui_default.scss */
.badge-secondary {
  color: #000000;
  background-color: #c8ced3;
}

/* line 5013, app/assets/stylesheets/core_ui_default.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #000000;
  background-color: #acb5bc;
}

/* line 5018, app/assets/stylesheets/core_ui_default.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 5023, app/assets/stylesheets/core_ui_default.scss */
.badge-success {
  color: #fff;
  background-color: #4dbd74;
}

/* line 5028, app/assets/stylesheets/core_ui_default.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #3a9d5d;
}

/* line 5033, app/assets/stylesheets/core_ui_default.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 5038, app/assets/stylesheets/core_ui_default.scss */
.badge-info {
  color: #000000;
  background-color: #63c2de;
}

/* line 5043, app/assets/stylesheets/core_ui_default.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #000000;
  background-color: #39b2d5;
}

/* line 5048, app/assets/stylesheets/core_ui_default.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 5053, app/assets/stylesheets/core_ui_default.scss */
.badge-warning {
  color: #000000;
  background-color: #ffc107;
}

/* line 5058, app/assets/stylesheets/core_ui_default.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #000000;
  background-color: #d39e00;
}

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

/* line 5068, app/assets/stylesheets/core_ui_default.scss */
.badge-danger {
  color: #fff;
  background-color: #f86c6b;
}

/* line 5073, app/assets/stylesheets/core_ui_default.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #f63c3a;
}

/* line 5078, app/assets/stylesheets/core_ui_default.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 5083, app/assets/stylesheets/core_ui_default.scss */
.badge-light {
  color: #000000;
  background-color: #f0f3f5;
}

/* line 5088, app/assets/stylesheets/core_ui_default.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #000000;
  background-color: #d1dbe1;
}

/* line 5093, app/assets/stylesheets/core_ui_default.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 5098, app/assets/stylesheets/core_ui_default.scss */
.badge-dark {
  color: #fff;
  background-color: #2f353a;
}

/* line 5103, app/assets/stylesheets/core_ui_default.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #181b1e;
}

/* line 5108, app/assets/stylesheets/core_ui_default.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 5113, app/assets/stylesheets/core_ui_default.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e7ea;
  border-radius: 0.3rem;
}

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

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

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

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

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

/* line 5148, app/assets/stylesheets/core_ui_default.scss */
.alert-dismissible {
  padding-right: 3.8125rem;
}

/* line 5152, app/assets/stylesheets/core_ui_default.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5160, app/assets/stylesheets/core_ui_default.scss */
.alert-primary {
  color: #115770;
  background-color: #d2eef7;
  border-color: #c1e7f4;
}

/* line 5166, app/assets/stylesheets/core_ui_default.scss */
.alert-primary hr {
  border-top-color: #abdff0;
}

/* line 5170, app/assets/stylesheets/core_ui_default.scss */
.alert-primary .alert-link {
  color: #0a3544;
}

/* line 5174, app/assets/stylesheets/core_ui_default.scss */
.alert-secondary {
  color: #686b6e;
  background-color: #f4f5f6;
  border-color: #f0f1f3;
}

/* line 5180, app/assets/stylesheets/core_ui_default.scss */
.alert-secondary hr {
  border-top-color: #e2e4e8;
}

/* line 5184, app/assets/stylesheets/core_ui_default.scss */
.alert-secondary .alert-link {
  color: #4f5254;
}

/* line 5188, app/assets/stylesheets/core_ui_default.scss */
.alert-success {
  color: #28623c;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}

/* line 5194, app/assets/stylesheets/core_ui_default.scss */
.alert-success hr {
  border-top-color: #bae6c9;
}

/* line 5198, app/assets/stylesheets/core_ui_default.scss */
.alert-success .alert-link {
  color: #193e26;
}

/* line 5202, app/assets/stylesheets/core_ui_default.scss */
.alert-info {
  color: #336573;
  background-color: #e0f3f8;
  border-color: #d3eef6;
}

/* line 5208, app/assets/stylesheets/core_ui_default.scss */
.alert-info hr {
  border-top-color: #bee6f2;
}

/* line 5212, app/assets/stylesheets/core_ui_default.scss */
.alert-info .alert-link {
  color: #234650;
}

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

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

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

/* line 5230, app/assets/stylesheets/core_ui_default.scss */
.alert-danger {
  color: #813838;
  background-color: #fee2e1;
  border-color: #fdd6d6;
}

/* line 5236, app/assets/stylesheets/core_ui_default.scss */
.alert-danger hr {
  border-top-color: #fcbebe;
}

/* line 5240, app/assets/stylesheets/core_ui_default.scss */
.alert-danger .alert-link {
  color: #5d2929;
}

/* line 5244, app/assets/stylesheets/core_ui_default.scss */
.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}

/* line 5250, app/assets/stylesheets/core_ui_default.scss */
.alert-light hr {
  border-top-color: #ecf1f1;
}

/* line 5254, app/assets/stylesheets/core_ui_default.scss */
.alert-light .alert-link {
  color: #646565;
}

/* line 5258, app/assets/stylesheets/core_ui_default.scss */
.alert-dark {
  color: #181c1e;
  background-color: #d5d7d8;
  border-color: #c5c6c8;
}

/* line 5264, app/assets/stylesheets/core_ui_default.scss */
.alert-dark hr {
  border-top-color: #b8b9bc;
}

/* line 5268, app/assets/stylesheets/core_ui_default.scss */
.alert-dark .alert-link {
  color: #010202;
}

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

/* line 5290, app/assets/stylesheets/core_ui_default.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f0f3f5;
  border-radius: 0.25rem;
}

/* line 5300, app/assets/stylesheets/core_ui_default.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #475ec0;
  transition: width 0.6s ease;
}

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

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

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

/* line 5337, app/assets/stylesheets/core_ui_default.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5344, app/assets/stylesheets/core_ui_default.scss */
.media-body {
  flex: 1;
}

/* line 5349, app/assets/stylesheets/core_ui_default.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5358, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action {
  width: 100%;
  color: #5c6873;
  text-align: inherit;
}

/* line 5364, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #5c6873;
  text-decoration: none;
  background-color: #f0f3f5;
}

/* line 5371, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action:active {
  color: #000000;
  background-color: #e4e7ea;
}

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

/* line 5385, app/assets/stylesheets/core_ui_default.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5390, app/assets/stylesheets/core_ui_default.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5396, app/assets/stylesheets/core_ui_default.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #bfbfbf;
  pointer-events: none;
  background-color: #fff;
}

/* line 5402, app/assets/stylesheets/core_ui_default.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

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

/* line 5414, app/assets/stylesheets/core_ui_default.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

@media (min-width: 576px) {
  /* line 5433, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5437, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5441, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5446, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 5455, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5459, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5463, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5468, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 5477, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5481, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5485, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5490, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5499, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5503, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5507, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5512, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 5520, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5526, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 5530, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5534, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 5539, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-primary {
  color: #115770;
  background-color: #c1e7f4;
}

/* line 5544, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #115770;
  background-color: #abdff0;
}

/* line 5549, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #115770;
  border-color: #115770;
}

/* line 5555, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary {
  color: #686b6e;
  background-color: #f0f1f3;
}

/* line 5560, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #686b6e;
  background-color: #e2e4e8;
}

/* line 5565, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #686b6e;
  border-color: #686b6e;
}

/* line 5571, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success {
  color: #28623c;
  background-color: #cdedd8;
}

/* line 5576, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #28623c;
  background-color: #bae6c9;
}

/* line 5581, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #28623c;
  border-color: #28623c;
}

/* line 5587, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info {
  color: #336573;
  background-color: #d3eef6;
}

/* line 5592, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #336573;
  background-color: #bee6f2;
}

/* line 5597, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #336573;
  border-color: #336573;
}

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

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

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

/* line 5619, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger {
  color: #813838;
  background-color: #fdd6d6;
}

/* line 5624, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #813838;
  background-color: #fcbebe;
}

/* line 5629, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #813838;
  border-color: #813838;
}

/* line 5635, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light {
  color: #7d7e7f;
  background-color: #fbfcfc;
}

/* line 5640, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ecf1f1;
}

/* line 5645, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f;
}

/* line 5651, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark {
  color: #181c1e;
  background-color: #c5c6c8;
}

/* line 5656, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #181c1e;
  background-color: #b8b9bc;
}

/* line 5661, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #181c1e;
  border-color: #181c1e;
}

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

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

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

/* line 5686, app/assets/stylesheets/core_ui_default.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 5699, app/assets/stylesheets/core_ui_default.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

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

/* line 5717, app/assets/stylesheets/core_ui_default.scss */
.toast.showing {
  opacity: 1;
}

/* line 5721, app/assets/stylesheets/core_ui_default.scss */
.toast.show {
  display: block;
  opacity: 1;
}

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

/* line 5730, app/assets/stylesheets/core_ui_default.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 5742, app/assets/stylesheets/core_ui_default.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5746, app/assets/stylesheets/core_ui_default.scss */
.modal-open {
  overflow: hidden;
}

/* line 5750, app/assets/stylesheets/core_ui_default.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5755, app/assets/stylesheets/core_ui_default.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

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

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

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

/* line 5793, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5799, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5804, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

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

/* line 5822, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 5828, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 5836, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5840, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5844, app/assets/stylesheets/core_ui_default.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5859, app/assets/stylesheets/core_ui_default.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

/* line 5873, app/assets/stylesheets/core_ui_default.scss */
.modal-backdrop.in {
  opacity: 0.5;
}

/* line 5877, app/assets/stylesheets/core_ui_default.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #c8ced3;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5890, app/assets/stylesheets/core_ui_default.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

/* line 5907, app/assets/stylesheets/core_ui_default.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #c8ced3;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5920, app/assets/stylesheets/core_ui_default.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5924, app/assets/stylesheets/core_ui_default.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5928, app/assets/stylesheets/core_ui_default.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5937, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5941, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5944, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5947, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5950, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 5953, app/assets/stylesheets/core_ui_default.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

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

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

/* line 5995, app/assets/stylesheets/core_ui_default.scss */
.tooltip.show {
  opacity: 0.9;
}

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

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

/* line 6013, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6017, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6021, app/assets/stylesheets/core_ui_default.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 6027, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6031, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6037, app/assets/stylesheets/core_ui_default.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 6043, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6047, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6051, app/assets/stylesheets/core_ui_default.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 6057, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6061, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

/* line 6082, app/assets/stylesheets/core_ui_default.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 6111, app/assets/stylesheets/core_ui_default.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

/* line 6127, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6131, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6135, app/assets/stylesheets/core_ui_default.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 6141, app/assets/stylesheets/core_ui_default.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 6147, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6151, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6158, app/assets/stylesheets/core_ui_default.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 6164, app/assets/stylesheets/core_ui_default.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 6170, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6174, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6178, app/assets/stylesheets/core_ui_default.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 6184, app/assets/stylesheets/core_ui_default.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 6190, app/assets/stylesheets/core_ui_default.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 6201, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6205, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6212, app/assets/stylesheets/core_ui_default.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 6218, app/assets/stylesheets/core_ui_default.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 6224, app/assets/stylesheets/core_ui_default.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6234, app/assets/stylesheets/core_ui_default.scss */
.popover-header:empty {
  display: none;
}

/* line 6238, app/assets/stylesheets/core_ui_default.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000;
}

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

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

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

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

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

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

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

/* line 6289, app/assets/stylesheets/core_ui_default.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6295, app/assets/stylesheets/core_ui_default.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6301, app/assets/stylesheets/core_ui_default.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6308, app/assets/stylesheets/core_ui_default.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 6315, app/assets/stylesheets/core_ui_default.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6323, app/assets/stylesheets/core_ui_default.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

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

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

/* line 6372, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 6380, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6384, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6388, app/assets/stylesheets/core_ui_default.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 6404, app/assets/stylesheets/core_ui_default.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: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6423, app/assets/stylesheets/core_ui_default.scss */
  .carousel-indicators li {
    transition: none;
  }
}

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

/* line 6432, app/assets/stylesheets/core_ui_default.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;
}

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

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

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

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

/* line 6496, app/assets/stylesheets/core_ui_default.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

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

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

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

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

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

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

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

/* line 6537, app/assets/stylesheets/core_ui_default.scss */
.bg-primary {
  background-color: #475ec0 !important;
}

/* line 6541, app/assets/stylesheets/core_ui_default.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #556ed8 !important;
}

/* line 6547, app/assets/stylesheets/core_ui_default.scss */
.bg-secondary {
  background-color: #c8ced3 !important;
}

/* line 6551, app/assets/stylesheets/core_ui_default.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #acb5bc !important;
}

/* line 6557, app/assets/stylesheets/core_ui_default.scss */
.bg-success {
  background-color: #4dbd74 !important;
}

/* line 6561, app/assets/stylesheets/core_ui_default.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3a9d5d !important;
}

/* line 6567, app/assets/stylesheets/core_ui_default.scss */
.bg-info {
  background-color: #63c2de !important;
}

/* line 6571, app/assets/stylesheets/core_ui_default.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #39b2d5 !important;
}

/* line 6577, app/assets/stylesheets/core_ui_default.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6581, app/assets/stylesheets/core_ui_default.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6587, app/assets/stylesheets/core_ui_default.scss */
.bg-danger {
  background-color: #f86c6b !important;
}

/* line 6591, app/assets/stylesheets/core_ui_default.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f63c3a !important;
}

/* line 6597, app/assets/stylesheets/core_ui_default.scss */
.bg-light {
  background-color: #f0f3f5 !important;
}

/* line 6601, app/assets/stylesheets/core_ui_default.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1dbe1 !important;
}

/* line 6607, app/assets/stylesheets/core_ui_default.scss */
.bg-dark {
  background-color: #2f353a !important;
}

/* line 6611, app/assets/stylesheets/core_ui_default.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #181b1e !important;
}

/* line 6617, app/assets/stylesheets/core_ui_default.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6621, app/assets/stylesheets/core_ui_default.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6625, app/assets/stylesheets/core_ui_default.scss */
.border {
  border: 1px solid #c8ced3 !important;
}

/* line 6629, app/assets/stylesheets/core_ui_default.scss */
.border-top {
  border-top: 1px solid #c8ced3 !important;
}

/* line 6633, app/assets/stylesheets/core_ui_default.scss */
.border-right {
  border-right: 1px solid #c8ced3 !important;
}

/* line 6637, app/assets/stylesheets/core_ui_default.scss */
.border-bottom {
  border-bottom: 1px solid #c8ced3 !important;
}

/* line 6641, app/assets/stylesheets/core_ui_default.scss */
.border-left {
  border-left: 1px solid #c8ced3 !important;
}

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

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

/* line 6653, app/assets/stylesheets/core_ui_default.scss */
.border-right-0 {
  border-right: 0 !important;
}

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

/* line 6661, app/assets/stylesheets/core_ui_default.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6665, app/assets/stylesheets/core_ui_default.scss */
.border-primary {
  border-color: #475ec0 !important;
}

/* line 6669, app/assets/stylesheets/core_ui_default.scss */
.border-secondary {
  border-color: #c8ced3 !important;
}

/* line 6673, app/assets/stylesheets/core_ui_default.scss */
.border-success {
  border-color: #4dbd74 !important;
}

/* line 6677, app/assets/stylesheets/core_ui_default.scss */
.border-info {
  border-color: #63c2de !important;
}

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

/* line 6685, app/assets/stylesheets/core_ui_default.scss */
.border-danger {
  border-color: #f86c6b !important;
}

/* line 6689, app/assets/stylesheets/core_ui_default.scss */
.border-light {
  border-color: #f0f3f5 !important;
}

/* line 6693, app/assets/stylesheets/core_ui_default.scss */
.border-dark {
  border-color: #2f353a !important;
}

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

/* line 6701, app/assets/stylesheets/core_ui_default.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6705, app/assets/stylesheets/core_ui_default.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6709, app/assets/stylesheets/core_ui_default.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6714, app/assets/stylesheets/core_ui_default.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6719, app/assets/stylesheets/core_ui_default.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6724, app/assets/stylesheets/core_ui_default.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6729, app/assets/stylesheets/core_ui_default.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6733, app/assets/stylesheets/core_ui_default.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6737, app/assets/stylesheets/core_ui_default.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6741, app/assets/stylesheets/core_ui_default.scss */
.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 6790, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6793, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6796, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6799, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6802, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6805, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6808, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6811, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6815, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6822, app/assets/stylesheets/core_ui_default.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6825, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6828, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6831, app/assets/stylesheets/core_ui_default.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6834, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6837, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6840, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6843, app/assets/stylesheets/core_ui_default.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6847, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6854, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6857, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6860, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6863, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6866, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6869, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6872, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6875, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6879, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6886, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6889, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6892, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6895, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6898, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6901, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6904, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6907, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6911, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6918, app/assets/stylesheets/core_ui_default.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6921, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6924, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6927, app/assets/stylesheets/core_ui_default.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6930, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6933, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6936, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6939, app/assets/stylesheets/core_ui_default.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6943, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6949, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6957, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6962, app/assets/stylesheets/core_ui_default.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 6976, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6980, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6984, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6988, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6992, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6996, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7000, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7004, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 7088, app/assets/stylesheets/core_ui_default.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7093, app/assets/stylesheets/core_ui_default.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7098, app/assets/stylesheets/core_ui_default.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7103, app/assets/stylesheets/core_ui_default.scss */
.align-items-center {
  align-items: center !important;
}

/* line 7108, app/assets/stylesheets/core_ui_default.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7113, app/assets/stylesheets/core_ui_default.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7118, app/assets/stylesheets/core_ui_default.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7123, app/assets/stylesheets/core_ui_default.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7128, app/assets/stylesheets/core_ui_default.scss */
.align-content-center {
  align-content: center !important;
}

/* line 7133, app/assets/stylesheets/core_ui_default.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 7138, app/assets/stylesheets/core_ui_default.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 7143, app/assets/stylesheets/core_ui_default.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7148, app/assets/stylesheets/core_ui_default.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 7153, app/assets/stylesheets/core_ui_default.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7158, app/assets/stylesheets/core_ui_default.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7163, app/assets/stylesheets/core_ui_default.scss */
.align-self-center {
  align-self: center !important;
}

/* line 7168, app/assets/stylesheets/core_ui_default.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7173, app/assets/stylesheets/core_ui_default.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7179, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7183, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7187, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7191, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7195, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7199, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7203, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7207, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7211, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7215, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7219, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7223, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7227, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7231, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7235, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7239, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7243, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7247, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7251, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7255, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7259, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7263, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7267, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7271, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7275, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7279, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7283, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7287, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7291, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7295, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7299, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7303, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7307, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7311, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7318, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7322, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7326, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7330, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7334, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7338, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7342, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7346, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7350, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7354, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7358, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7362, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7366, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7370, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7374, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7378, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7382, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7386, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7390, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7394, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7398, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7402, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7406, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7410, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7414, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7418, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7422, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7426, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7430, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7434, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7438, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7442, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7446, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7450, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7457, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7461, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7465, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7469, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7473, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7477, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7481, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7485, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7489, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7493, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7497, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7501, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7505, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7509, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7513, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7517, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7521, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7525, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7529, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7533, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7537, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7541, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7545, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7549, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7553, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7557, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7561, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7565, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7569, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7573, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7577, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7581, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7585, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7589, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7596, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7600, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7604, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7608, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7612, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7616, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7620, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7624, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7628, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7632, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7636, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7640, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7644, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7648, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7652, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7656, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7660, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7664, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7668, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7672, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7676, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7680, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7684, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7688, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7692, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7696, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7700, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7704, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7708, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7712, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7716, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7720, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7724, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7728, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7734, app/assets/stylesheets/core_ui_default.scss */
.float-left {
  float: left !important;
}

/* line 7738, app/assets/stylesheets/core_ui_default.scss */
.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  /* line 7747, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7750, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7753, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7759, app/assets/stylesheets/core_ui_default.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7762, app/assets/stylesheets/core_ui_default.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7765, app/assets/stylesheets/core_ui_default.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7771, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7774, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7777, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7783, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7786, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7789, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  /* line 7840, app/assets/stylesheets/core_ui_default.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7848, app/assets/stylesheets/core_ui_default.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7859, app/assets/stylesheets/core_ui_default.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 7948, app/assets/stylesheets/core_ui_default.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 7960, app/assets/stylesheets/core_ui_default.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7964, app/assets/stylesheets/core_ui_default.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7969, app/assets/stylesheets/core_ui_default.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7974, app/assets/stylesheets/core_ui_default.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7979, app/assets/stylesheets/core_ui_default.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7984, app/assets/stylesheets/core_ui_default.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7988, app/assets/stylesheets/core_ui_default.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7993, app/assets/stylesheets/core_ui_default.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7998, app/assets/stylesheets/core_ui_default.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8003, app/assets/stylesheets/core_ui_default.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8008, app/assets/stylesheets/core_ui_default.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8012, app/assets/stylesheets/core_ui_default.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8017, app/assets/stylesheets/core_ui_default.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8022, app/assets/stylesheets/core_ui_default.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8027, app/assets/stylesheets/core_ui_default.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8032, app/assets/stylesheets/core_ui_default.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 8036, app/assets/stylesheets/core_ui_default.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8041, app/assets/stylesheets/core_ui_default.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8046, app/assets/stylesheets/core_ui_default.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8051, app/assets/stylesheets/core_ui_default.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8056, app/assets/stylesheets/core_ui_default.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8060, app/assets/stylesheets/core_ui_default.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8065, app/assets/stylesheets/core_ui_default.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8070, app/assets/stylesheets/core_ui_default.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8075, app/assets/stylesheets/core_ui_default.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8080, app/assets/stylesheets/core_ui_default.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 8084, app/assets/stylesheets/core_ui_default.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8089, app/assets/stylesheets/core_ui_default.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8094, app/assets/stylesheets/core_ui_default.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8099, app/assets/stylesheets/core_ui_default.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8104, app/assets/stylesheets/core_ui_default.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8108, app/assets/stylesheets/core_ui_default.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8113, app/assets/stylesheets/core_ui_default.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8118, app/assets/stylesheets/core_ui_default.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8123, app/assets/stylesheets/core_ui_default.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8128, app/assets/stylesheets/core_ui_default.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8132, app/assets/stylesheets/core_ui_default.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8137, app/assets/stylesheets/core_ui_default.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8142, app/assets/stylesheets/core_ui_default.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8147, app/assets/stylesheets/core_ui_default.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8152, app/assets/stylesheets/core_ui_default.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8156, app/assets/stylesheets/core_ui_default.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8161, app/assets/stylesheets/core_ui_default.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8166, app/assets/stylesheets/core_ui_default.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8171, app/assets/stylesheets/core_ui_default.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8176, app/assets/stylesheets/core_ui_default.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8180, app/assets/stylesheets/core_ui_default.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8185, app/assets/stylesheets/core_ui_default.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8190, app/assets/stylesheets/core_ui_default.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8195, app/assets/stylesheets/core_ui_default.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8200, app/assets/stylesheets/core_ui_default.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8204, app/assets/stylesheets/core_ui_default.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8209, app/assets/stylesheets/core_ui_default.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8214, app/assets/stylesheets/core_ui_default.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8219, app/assets/stylesheets/core_ui_default.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8224, app/assets/stylesheets/core_ui_default.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 8228, app/assets/stylesheets/core_ui_default.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8233, app/assets/stylesheets/core_ui_default.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8238, app/assets/stylesheets/core_ui_default.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8243, app/assets/stylesheets/core_ui_default.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8248, app/assets/stylesheets/core_ui_default.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8252, app/assets/stylesheets/core_ui_default.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8257, app/assets/stylesheets/core_ui_default.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8262, app/assets/stylesheets/core_ui_default.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8267, app/assets/stylesheets/core_ui_default.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8272, app/assets/stylesheets/core_ui_default.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8276, app/assets/stylesheets/core_ui_default.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8281, app/assets/stylesheets/core_ui_default.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8286, app/assets/stylesheets/core_ui_default.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8291, app/assets/stylesheets/core_ui_default.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8296, app/assets/stylesheets/core_ui_default.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 8300, app/assets/stylesheets/core_ui_default.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8305, app/assets/stylesheets/core_ui_default.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8310, app/assets/stylesheets/core_ui_default.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8315, app/assets/stylesheets/core_ui_default.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8320, app/assets/stylesheets/core_ui_default.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8324, app/assets/stylesheets/core_ui_default.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8329, app/assets/stylesheets/core_ui_default.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8334, app/assets/stylesheets/core_ui_default.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8339, app/assets/stylesheets/core_ui_default.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8344, app/assets/stylesheets/core_ui_default.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8348, app/assets/stylesheets/core_ui_default.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8353, app/assets/stylesheets/core_ui_default.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8358, app/assets/stylesheets/core_ui_default.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8363, app/assets/stylesheets/core_ui_default.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8368, app/assets/stylesheets/core_ui_default.scss */
.m-auto {
  margin: auto !important;
}

/* line 8372, app/assets/stylesheets/core_ui_default.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8377, app/assets/stylesheets/core_ui_default.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8382, app/assets/stylesheets/core_ui_default.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8387, app/assets/stylesheets/core_ui_default.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8393, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8396, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8400, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8404, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8408, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8412, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8415, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8419, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8423, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8427, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8431, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8434, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8438, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8442, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8446, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8450, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8453, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8457, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8461, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8465, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8469, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8472, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8476, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8480, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8484, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8488, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8491, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8495, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8499, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8503, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8507, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8510, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8514, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8518, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8522, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8526, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8529, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8533, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8537, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8541, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8545, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8548, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8552, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8556, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8560, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8564, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8567, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8571, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8575, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8579, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8583, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8586, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8590, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8594, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8598, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8602, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8605, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8609, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8613, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8617, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8621, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8624, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8628, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8632, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8636, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8640, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8643, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8647, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8651, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8655, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8659, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8662, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8666, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8670, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8674, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8678, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8681, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8685, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8689, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8693, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8697, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8700, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8704, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8708, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8712, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8716, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8719, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8723, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8727, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8731, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8738, app/assets/stylesheets/core_ui_default.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8741, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8745, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8749, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8753, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8757, app/assets/stylesheets/core_ui_default.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8760, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8764, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8768, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8772, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8776, app/assets/stylesheets/core_ui_default.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8779, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8783, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8787, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8791, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8795, app/assets/stylesheets/core_ui_default.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8798, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8802, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8806, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8810, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8814, app/assets/stylesheets/core_ui_default.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8817, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8821, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8825, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8829, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8833, app/assets/stylesheets/core_ui_default.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8836, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8840, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8844, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8848, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8852, app/assets/stylesheets/core_ui_default.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8855, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8859, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8863, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8867, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8871, app/assets/stylesheets/core_ui_default.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8874, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8878, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8882, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8886, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8890, app/assets/stylesheets/core_ui_default.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8893, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8897, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8901, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8905, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8909, app/assets/stylesheets/core_ui_default.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8912, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8916, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8920, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8924, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8928, app/assets/stylesheets/core_ui_default.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8931, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8935, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8939, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8943, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8947, app/assets/stylesheets/core_ui_default.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8950, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8954, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8958, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8962, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8966, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 8969, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8973, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8977, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8981, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8985, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 8988, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8992, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8996, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9000, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9004, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9007, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9011, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9015, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9019, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9023, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9026, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9030, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9034, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9038, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9042, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9045, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9049, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9053, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9057, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9061, app/assets/stylesheets/core_ui_default.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9064, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9068, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9072, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9076, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9083, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9086, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9090, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9094, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9098, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9102, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9105, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9109, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9113, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9117, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9121, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9124, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9128, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9132, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9136, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9140, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9143, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9147, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9151, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9155, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9159, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9162, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9166, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9170, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9174, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9178, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9181, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9185, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9189, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9193, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9197, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9200, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9204, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9208, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9212, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9216, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9219, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9223, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9227, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9231, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9235, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9238, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9242, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9246, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9250, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9254, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9257, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9261, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9265, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9269, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9273, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9276, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9280, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9284, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9288, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9292, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9295, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9299, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9303, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9307, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9311, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9314, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9318, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9322, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9326, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9330, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9333, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9337, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9341, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9345, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9349, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9352, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9356, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9360, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9364, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9368, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9371, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9375, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9379, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9383, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9387, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9390, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9394, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9398, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9402, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9406, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9409, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9413, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9417, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9421, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9428, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9431, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9435, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9439, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9443, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9447, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9450, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9454, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9458, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9462, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9466, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9469, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9473, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9477, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9481, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9485, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9488, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9492, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9496, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9500, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9504, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9507, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9511, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9515, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9519, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9523, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9526, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9530, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9534, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9538, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9542, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9545, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9549, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9553, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9557, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9561, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9564, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9568, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9572, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9576, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9580, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9583, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9587, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9591, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9595, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9599, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9602, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9606, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9610, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9614, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9618, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9621, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9625, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9629, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9633, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9637, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9640, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9644, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9648, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9652, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9656, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9659, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9663, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9667, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9671, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9675, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9678, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9682, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9686, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9690, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9694, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9697, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9701, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9705, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9709, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9713, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9716, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9720, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9724, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9728, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9732, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9735, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9739, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9743, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9747, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9751, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9754, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9758, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9762, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9766, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9772, app/assets/stylesheets/core_ui_default.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9776, app/assets/stylesheets/core_ui_default.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9780, app/assets/stylesheets/core_ui_default.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9784, app/assets/stylesheets/core_ui_default.scss */
.text-nowrap {
  white-space: nowrap !important;
}

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

/* line 9794, app/assets/stylesheets/core_ui_default.scss */
.text-left {
  text-align: left !important;
}

/* line 9798, app/assets/stylesheets/core_ui_default.scss */
.text-right {
  text-align: right !important;
}

/* line 9802, app/assets/stylesheets/core_ui_default.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9807, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9810, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9813, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9819, app/assets/stylesheets/core_ui_default.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 9822, app/assets/stylesheets/core_ui_default.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 9825, app/assets/stylesheets/core_ui_default.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9831, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 9834, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 9837, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9843, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 9846, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 9849, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 9854, app/assets/stylesheets/core_ui_default.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9858, app/assets/stylesheets/core_ui_default.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9862, app/assets/stylesheets/core_ui_default.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9866, app/assets/stylesheets/core_ui_default.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9870, app/assets/stylesheets/core_ui_default.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9874, app/assets/stylesheets/core_ui_default.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9878, app/assets/stylesheets/core_ui_default.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9882, app/assets/stylesheets/core_ui_default.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9886, app/assets/stylesheets/core_ui_default.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9890, app/assets/stylesheets/core_ui_default.scss */
.text-white {
  color: #fff !important;
}

/* line 9894, app/assets/stylesheets/core_ui_default.scss */
.text-primary {
  color: #475ec0 !important;
}

/* line 9898, app/assets/stylesheets/core_ui_default.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #167495 !important;
}

/* line 9902, app/assets/stylesheets/core_ui_default.scss */
.text-secondary {
  color: #c8ced3 !important;
}

/* line 9906, app/assets/stylesheets/core_ui_default.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #9ea8b1 !important;
}

/* line 9910, app/assets/stylesheets/core_ui_default.scss */
.text-success {
  color: #4dbd74 !important;
}

/* line 9914, app/assets/stylesheets/core_ui_default.scss */
a.text-success:hover, a.text-success:focus {
  color: #338a52 !important;
}

/* line 9918, app/assets/stylesheets/core_ui_default.scss */
.text-info {
  color: #63c2de !important;
}

/* line 9922, app/assets/stylesheets/core_ui_default.scss */
a.text-info:hover, a.text-info:focus {
  color: #2ba6ca !important;
}

/* line 9926, app/assets/stylesheets/core_ui_default.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 9930, app/assets/stylesheets/core_ui_default.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 9934, app/assets/stylesheets/core_ui_default.scss */
.text-danger {
  color: #f86c6b !important;
}

/* line 9938, app/assets/stylesheets/core_ui_default.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #f52322 !important;
}

/* line 9942, app/assets/stylesheets/core_ui_default.scss */
.text-light {
  color: #f0f3f5 !important;
}

/* line 9946, app/assets/stylesheets/core_ui_default.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2ced6 !important;
}

/* line 9950, app/assets/stylesheets/core_ui_default.scss */
.text-dark {
  color: #2f353a !important;
}

/* line 9954, app/assets/stylesheets/core_ui_default.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0d0e10 !important;
}

/* line 9958, app/assets/stylesheets/core_ui_default.scss */
.text-body {
  color: #000000 !important;
}

/* line 9962, app/assets/stylesheets/core_ui_default.scss */
.text-muted {
  color: #bfbfbf !important;
}

/* line 9966, app/assets/stylesheets/core_ui_default.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9970, app/assets/stylesheets/core_ui_default.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9974, app/assets/stylesheets/core_ui_default.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9982, app/assets/stylesheets/core_ui_default.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9986, app/assets/stylesheets/core_ui_default.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 9991, app/assets/stylesheets/core_ui_default.scss */
.text-reset {
  color: inherit !important;
}

/* line 9995, app/assets/stylesheets/core_ui_default.scss */
.visible {
  visibility: visible !important;
  display: revert;
}

/* line 10000, app/assets/stylesheets/core_ui_default.scss */
.invisible {
  visibility: hidden !important;
  display: none;
}

@media print {
  /* line 10006, app/assets/stylesheets/core_ui_default.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10012, app/assets/stylesheets/core_ui_default.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10015, app/assets/stylesheets/core_ui_default.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10018, app/assets/stylesheets/core_ui_default.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10021, app/assets/stylesheets/core_ui_default.scss */
  pre,
blockquote {
    border: 1px solid #8f9ba6;
    page-break-inside: avoid;
  }
  /* line 10026, app/assets/stylesheets/core_ui_default.scss */
  thead {
    display: table-header-group;
  }
  /* line 10029, app/assets/stylesheets/core_ui_default.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10033, app/assets/stylesheets/core_ui_default.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10039, app/assets/stylesheets/core_ui_default.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10046, app/assets/stylesheets/core_ui_default.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10049, app/assets/stylesheets/core_ui_default.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10052, app/assets/stylesheets/core_ui_default.scss */
  .navbar {
    display: none;
  }
  /* line 10055, app/assets/stylesheets/core_ui_default.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 10058, app/assets/stylesheets/core_ui_default.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10061, app/assets/stylesheets/core_ui_default.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10065, app/assets/stylesheets/core_ui_default.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #c8ced3 !important;
  }
  /* line 10069, app/assets/stylesheets/core_ui_default.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10072, app/assets/stylesheets/core_ui_default.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #c8ced3;
  }
  /* line 10078, app/assets/stylesheets/core_ui_default.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #c8ced3;
  }
}

/* line 10084, app/assets/stylesheets/core_ui_default.scss */
.animated {
  animation-duration: 1s;
}

/* line 10089, app/assets/stylesheets/core_ui_default.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 10094, app/assets/stylesheets/core_ui_default.scss */
.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 10117, app/assets/stylesheets/core_ui_default.scss */
.fadeIn {
  animation-name: fadeIn;
}

/* line 10122, app/assets/stylesheets/core_ui_default.scss */
.ps {
  overflow: hidden !important;
  touch-action: auto;
  -ms-overflow-style: none;
  overflow-anchor: none;
}

/* line 10130, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-x {
  position: absolute;
  bottom: 0;
  display: none;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

/* line 10139, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-y {
  position: absolute;
  right: 0;
  display: none;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

/* line 10148, app/assets/stylesheets/core_ui_default.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 10154, app/assets/stylesheets/core_ui_default.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: .6;
}

/* line 10163, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
/* line 10174, app/assets/stylesheets/core_ui_default.scss */
.ps__thumb-x {
  position: absolute;
  bottom: 2px;
  height: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
}

/* line 10183, app/assets/stylesheets/core_ui_default.scss */
.ps__thumb-y {
  position: absolute;
  right: 2px;
  width: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
}

/* line 10192, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

/* line 10198, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  /* line 10205, app/assets/stylesheets/core_ui_default.scss */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 10211, app/assets/stylesheets/core_ui_default.scss */
  .ps {
    overflow: auto !important;
  }
}

/* line 10216, app/assets/stylesheets/core_ui_default.scss */
.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #2f353a;
  background: #fff;
  border-left: 1px solid #c8ced3;
}

/* line 10224, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs {
  border-color: #c8ced3;
}

/* line 10228, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-link {
  padding: 0.75rem 1rem;
  color: #000000;
  border-top: 0;
  border-radius: 0;
}

/* line 10235, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-link.active {
  color: #475ec0;
  border-right-color: #c8ced3;
  border-left-color: #c8ced3;
}

/* line 10241, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}

/* line 10245, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-top: 1px solid #c8ced3;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 10254, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
  appearance: none;
}

/* line 10261, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar-track {
  background-color: white;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

/* line 10267, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e6e6e6;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}

/* line 10276, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content .tab-pane {
  padding: 0;
}

/* line 10280, app/assets/stylesheets/core_ui_default.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}

/* line 10287, app/assets/stylesheets/core_ui_default.scss */
.avatar .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10298, app/assets/stylesheets/core_ui_default.scss */
.avatar > img {
  vertical-align: initial;
}

/* line 10302, app/assets/stylesheets/core_ui_default.scss */
.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}

/* line 10309, app/assets/stylesheets/core_ui_default.scss */
.avatar-lg .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10320, app/assets/stylesheets/core_ui_default.scss */
.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 10327, app/assets/stylesheets/core_ui_default.scss */
.avatar-sm .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10338, app/assets/stylesheets/core_ui_default.scss */
.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 10345, app/assets/stylesheets/core_ui_default.scss */
.avatar-xs .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10356, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar {
  margin-right: -18px;
  transition: margin-right 0.25s;
}

/* line 10361, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar:hover {
  margin-right: 0;
}

/* line 10365, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-lg {
  margin-right: -36px;
}

/* line 10369, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-sm {
  margin-right: -12px;
}

/* line 10373, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-xs {
  margin-right: -10px;
}

/* line 10377, app/assets/stylesheets/core_ui_default.scss */
.badge-pill {
  border-radius: 10rem;
}

/* line 10381, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu {
  margin-left: auto;
}

/* line 10385, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu::before {
  display: none;
}

/* line 10389, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn-group {
  vertical-align: top;
}

/* line 10393, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  color: #bfbfbf;
  vertical-align: top;
  border: 0;
}

/* line 10400, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
  color: #000000;
  background: transparent;
}

/* line 10405, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .open .btn {
  color: #000000;
  background: transparent;
}

/* line 10410, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

/* line 10415, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-menu {
  margin-right: auto;
  margin-left: initial;
}

/* line 10420, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #c8ced3;
}

/* line 10426, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}

/* line 10431, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

/* line 10436, app/assets/stylesheets/core_ui_default.scss */
.brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

/* line 10451, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 10463, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header i {
  font-size: 2rem;
  color: #fff;
}

/* line 10468, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header .chart-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10476, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body {
  display: flex;
  flex-direction: row;
  padding: 0.75rem 0;
  text-align: center;
}

/* line 10485, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body > * {
  flex: 1;
  padding: 0.1875rem 0;
}

/* line 10491, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body > *:not(:last-child) {
  border-right: 1px solid #c8ced3;
}

/* line 10495, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .brand-card-body > *:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #c8ced3;
}

/* line 10500, app/assets/stylesheets/core_ui_default.scss */
.btn-brand {
  border: 0;
}

/* line 10504, app/assets/stylesheets/core_ui_default.scss */
.btn-brand i {
  display: inline-block;
  width: 2.0625rem;
  margin: -0.375rem -0.75rem;
  line-height: 2.0625rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

/* line 10514, app/assets/stylesheets/core_ui_default.scss */
.btn-brand i + span {
  margin-left: 1.5rem;
}

/* line 10518, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i {
  width: 2.640625rem;
  margin: -0.5rem -1rem;
  line-height: 2.640625rem;
  border-radius: 0.3rem;
}

/* line 10525, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-lg i + span, .btn-group-lg > .btn-brand.btn i + span {
  margin-left: 2rem;
}

/* line 10529, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-sm i, .btn-group-sm > .btn-brand.btn i {
  width: 1.648438rem;
  margin: -0.25rem -0.5rem;
  line-height: 1.648438rem;
  border-radius: 0.2rem;
}

/* line 10536, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-sm i + span, .btn-group-sm > .btn-brand.btn i + span {
  margin-left: 1rem;
}

/* line 10540, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-square i {
  border-radius: 0;
}

/* line 10544, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 10550, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 10556, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 10560, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 10566, app/assets/stylesheets/core_ui_default.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 10573, app/assets/stylesheets/core_ui_default.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 10578, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 10584, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}

/* line 10590, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

/* line 10594, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 10600, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

/* line 10607, app/assets/stylesheets/core_ui_default.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(38, 184, 240, 0.5);
}

/* line 10612, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

/* line 10618, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}

/* line 10624, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

/* line 10628, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

/* line 10634, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin.active:not(:disabled):not(.disabled),
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

/* line 10641, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin.active:not(:disabled):not(.disabled):focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

/* line 10646, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

/* line 10652, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:hover {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
}

/* line 10658, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

/* line 10662, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

/* line 10668, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus.active:not(:disabled):not(.disabled),
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #b03626;
  border-color: #a53324;
}

/* line 10675, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus.active:not(:disabled):not(.disabled):focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

/* line 10680, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 10686, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}

/* line 10692, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:focus, .btn-flickr.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

/* line 10696, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 10702, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr.active:not(:disabled):not(.disabled),
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

/* line 10709, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr.active:not(:disabled):not(.disabled):focus,
.show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

/* line 10714, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 10720, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}

/* line 10726, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:focus, .btn-tumblr.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

/* line 10730, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 10736, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr.active:not(:disabled):not(.disabled),
.show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

/* line 10743, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr.active:not(:disabled):not(.disabled):focus,
.show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

/* line 10748, app/assets/stylesheets/core_ui_default.scss */
.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

/* line 10754, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}

/* line 10760, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:focus, .btn-xing.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

/* line 10764, app/assets/stylesheets/core_ui_default.scss */
.btn-xing.disabled, .btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

/* line 10770, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:not(:disabled):not(.disabled):active, .btn-xing.active:not(:disabled):not(.disabled),
.show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

/* line 10777, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing.active:not(:disabled):not(.disabled):focus,
.show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

/* line 10782, app/assets/stylesheets/core_ui_default.scss */
.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

/* line 10788, app/assets/stylesheets/core_ui_default.scss */
.btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}

/* line 10794, app/assets/stylesheets/core_ui_default.scss */
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

/* line 10798, app/assets/stylesheets/core_ui_default.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

/* line 10804, app/assets/stylesheets/core_ui_default.scss */
.btn-github:not(:disabled):not(.disabled):active, .btn-github.active:not(:disabled):not(.disabled),
.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

/* line 10811, app/assets/stylesheets/core_ui_default.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(94, 150, 205, 0.5);
}

/* line 10816, app/assets/stylesheets/core_ui_default.scss */
.btn-html5 {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

/* line 10822, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:hover {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
}

/* line 10828, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:focus, .btn-html5.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

/* line 10832, app/assets/stylesheets/core_ui_default.scss */
.btn-html5.disabled, .btn-html5:disabled {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

/* line 10838, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:not(:disabled):not(.disabled):active, .btn-html5.active:not(:disabled):not(.disabled),
.show > .btn-html5.dropdown-toggle {
  color: #fff;
  background-color: #be3c18;
  border-color: #b23917;
}

/* line 10845, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:not(:disabled):not(.disabled):active:focus, .btn-html5.active:not(:disabled):not(.disabled):focus,
.show > .btn-html5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

/* line 10850, app/assets/stylesheets/core_ui_default.scss */
.btn-openid {
  color: #000000;
  background-color: #f78c40;
  border-color: #f78c40;
}

/* line 10856, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:hover {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
}

/* line 10862, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:focus, .btn-openid.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

/* line 10866, app/assets/stylesheets/core_ui_default.scss */
.btn-openid.disabled, .btn-openid:disabled {
  color: #000000;
  background-color: #f78c40;
  border-color: #f78c40;
}

/* line 10872, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid.active:not(:disabled):not(.disabled),
.show > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #f56f0f;
  border-color: #ed680a;
}

/* line 10879, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid.active:not(:disabled):not(.disabled):focus,
.show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

/* line 10884, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

/* line 10890, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}

/* line 10896, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:focus, .btn-stack-overflow.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

/* line 10900, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

/* line 10906, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:not(:disabled):not(.disabled):active, .btn-stack-overflow.active:not(:disabled):not(.disabled),
.show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

/* line 10913, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:not(:disabled):not(.disabled):active:focus, .btn-stack-overflow.active:not(:disabled):not(.disabled):focus,
.show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

/* line 10918, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

/* line 10924, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}

/* line 10930, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

/* line 10934, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

/* line 10940, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube.active:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

/* line 10947, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube.active:not(:disabled):not(.disabled):focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

/* line 10952, app/assets/stylesheets/core_ui_default.scss */
.btn-css3 {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

/* line 10958, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:hover {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
}

/* line 10964, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:focus, .btn-css3.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

/* line 10968, app/assets/stylesheets/core_ui_default.scss */
.btn-css3.disabled, .btn-css3:disabled {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

/* line 10974, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:not(:disabled):not(.disabled):active, .btn-css3.active:not(:disabled):not(.disabled),
.show > .btn-css3.dropdown-toggle {
  color: #fff;
  background-color: #015187;
  border-color: #014a7b;
}

/* line 10981, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:not(:disabled):not(.disabled):active:focus, .btn-css3.active:not(:disabled):not(.disabled):focus,
.show > .btn-css3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

/* line 10986, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 10992, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

/* line 10998, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

/* line 11002, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 11008, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble.active:not(:disabled):not(.disabled),
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

/* line 11015, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble.active:not(:disabled):not(.disabled):focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

/* line 11020, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 11026, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

/* line 11032, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

/* line 11036, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 11042, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram.active:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

/* line 11049, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram.active:not(:disabled):not(.disabled):focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

/* line 11054, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 11060, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}

/* line 11066, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

/* line 11070, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 11076, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest.active:not(:disabled):not(.disabled),
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

/* line 11083, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest.active:not(:disabled):not(.disabled):focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

/* line 11088, app/assets/stylesheets/core_ui_default.scss */
.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

/* line 11094, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}

/* line 11100, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:focus, .btn-vk.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

/* line 11104, app/assets/stylesheets/core_ui_default.scss */
.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

/* line 11110, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk.active:not(:disabled):not(.disabled),
.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

/* line 11117, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk.active:not(:disabled):not(.disabled):focus,
.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

/* line 11122, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

/* line 11128, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}

/* line 11134, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:focus, .btn-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

/* line 11138, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

/* line 11144, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo.active:not(:disabled):not(.disabled),
.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

/* line 11151, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo.active:not(:disabled):not(.disabled):focus,
.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

/* line 11156, app/assets/stylesheets/core_ui_default.scss */
.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 11162, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}

/* line 11168, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:focus, .btn-behance.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

/* line 11172, app/assets/stylesheets/core_ui_default.scss */
.btn-behance.disabled, .btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 11178, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:not(:disabled):not(.disabled):active, .btn-behance.active:not(:disabled):not(.disabled),
.show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

/* line 11185, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance.active:not(:disabled):not(.disabled):focus,
.show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

/* line 11190, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

/* line 11196, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}

/* line 11202, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:focus, .btn-dropbox.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

/* line 11206, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

/* line 11212, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox.active:not(:disabled):not(.disabled),
.show > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0062b2;
  border-color: #005ba5;
}

/* line 11219, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox.active:not(:disabled):not(.disabled):focus,
.show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

/* line 11224, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 11230, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

/* line 11236, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

/* line 11240, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 11246, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit.active:not(:disabled):not(.disabled),
.show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

/* line 11253, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit.active:not(:disabled):not(.disabled):focus,
.show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

/* line 11258, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

/* line 11264, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:hover {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
}

/* line 11270, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:focus, .btn-spotify.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

/* line 11274, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify.disabled, .btn-spotify:disabled {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

/* line 11280, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify.active:not(:disabled):not(.disabled),
.show > .btn-spotify.dropdown-toggle {
  color: #fff;
  background-color: #588500;
  border-color: #507800;
}

/* line 11287, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify.active:not(:disabled):not(.disabled):focus,
.show > .btn-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

/* line 11292, app/assets/stylesheets/core_ui_default.scss */
.btn-vine {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

/* line 11298, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:hover {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
}

/* line 11304, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:focus, .btn-vine.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

/* line 11308, app/assets/stylesheets/core_ui_default.scss */
.btn-vine.disabled, .btn-vine:disabled {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

/* line 11314, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:not(:disabled):not(.disabled):active, .btn-vine.active:not(:disabled):not(.disabled),
.show > .btn-vine.dropdown-toggle {
  color: #fff;
  background-color: #008c69;
  border-color: #007f5f;
}

/* line 11321, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine.active:not(:disabled):not(.disabled):focus,
.show > .btn-vine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

/* line 11326, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

/* line 11332, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:hover {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
}

/* line 11338, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:focus, .btn-foursquare.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

/* line 11342, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

/* line 11348, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare.active:not(:disabled):not(.disabled),
.show > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #0c5480;
  border-color: #0b4d75;
}

/* line 11355, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare.active:not(:disabled):not(.disabled):focus,
.show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

/* line 11360, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo {
  color: #000000;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 11366, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:hover {
  color: #000000;
  background-color: #9bcc32;
  border-color: #93c130;
}

/* line 11372, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

/* line 11376, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #000000;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 11382, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo.active:not(:disabled):not(.disabled),
.show > .btn-vimeo.dropdown-toggle {
  color: #000000;
  background-color: #93c130;
  border-color: #8bb72d;
}

/* line 11389, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo.active:not(:disabled):not(.disabled):focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

/* line 11394, app/assets/stylesheets/core_ui_default.scss */
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

/* line 11400, app/assets/stylesheets/core_ui_default.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 11407, app/assets/stylesheets/core_ui_default.scss */
.btn-pill {
  border-radius: 50em;
}

/* line 11411, app/assets/stylesheets/core_ui_default.scss */
.btn-square {
  border-radius: 0;
}

/* line 11415, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary {
  color: #475ec0;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11422, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:hover {
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 11428, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:focus, .btn-ghost-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 11432, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
  color: #475ec0;
  background-color: transparent;
  border-color: transparent;
}

/* line 11438, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary.active:not(:disabled):not(.disabled),
.show > .btn-ghost-primary.dropdown-toggle {
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 11445, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:not(:disabled):not(.disabled):active:focus, .btn-ghost-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 11450, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary {
  color: #c8ced3;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11457, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:hover {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 11463, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:focus, .btn-ghost-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 11467, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary.disabled, .btn-ghost-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
  border-color: transparent;
}

/* line 11473, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:not(:disabled):not(.disabled):active, .btn-ghost-secondary.active:not(:disabled):not(.disabled),
.show > .btn-ghost-secondary.dropdown-toggle {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 11480, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:not(:disabled):not(.disabled):active:focus, .btn-ghost-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 11485, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11492, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 11498, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:focus, .btn-ghost-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 11502, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success.disabled, .btn-ghost-success:disabled {
  color: #4dbd74;
  background-color: transparent;
  border-color: transparent;
}

/* line 11508, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:not(:disabled):not(.disabled):active, .btn-ghost-success.active:not(:disabled):not(.disabled),
.show > .btn-ghost-success.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 11515, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:not(:disabled):not(.disabled):active:focus, .btn-ghost-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 11520, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11527, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:hover {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 11533, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:focus, .btn-ghost-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 11537, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info.disabled, .btn-ghost-info:disabled {
  color: #63c2de;
  background-color: transparent;
  border-color: transparent;
}

/* line 11543, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:not(:disabled):not(.disabled):active, .btn-ghost-info.active:not(:disabled):not(.disabled),
.show > .btn-ghost-info.dropdown-toggle {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 11550, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:not(:disabled):not(.disabled):active:focus, .btn-ghost-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 11555, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11562, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 11572, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning.disabled, .btn-ghost-warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
}

/* line 11578, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning:not(:disabled):not(.disabled):active, .btn-ghost-warning.active:not(:disabled):not(.disabled),
.show > .btn-ghost-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 11590, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11597, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 11603, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:focus, .btn-ghost-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 11607, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger.disabled, .btn-ghost-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
  border-color: transparent;
}

/* line 11613, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:not(:disabled):not(.disabled):active, .btn-ghost-danger.active:not(:disabled):not(.disabled),
.show > .btn-ghost-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 11620, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:not(:disabled):not(.disabled):active:focus, .btn-ghost-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 11625, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11632, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:hover {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 11638, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:focus, .btn-ghost-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 11642, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light.disabled, .btn-ghost-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
  border-color: transparent;
}

/* line 11648, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:not(:disabled):not(.disabled):active, .btn-ghost-light.active:not(:disabled):not(.disabled),
.show > .btn-ghost-light.dropdown-toggle {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 11655, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:not(:disabled):not(.disabled):active:focus, .btn-ghost-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 11660, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark {
  color: #2f353a;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11667, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 11673, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:focus, .btn-ghost-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 11677, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark.disabled, .btn-ghost-dark:disabled {
  color: #2f353a;
  background-color: transparent;
  border-color: transparent;
}

/* line 11683, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:not(:disabled):not(.disabled):active, .btn-ghost-dark.active:not(:disabled):not(.disabled),
.show > .btn-ghost-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 11690, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:not(:disabled):not(.disabled):active:focus, .btn-ghost-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 11695, app/assets/stylesheets/core_ui_default.scss */
.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border-left: 4px solid #c8ced3;
  border-radius: 0.25rem;
}

/* line 11703, app/assets/stylesheets/core_ui_default.scss */
.callout .chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

/* line 11711, app/assets/stylesheets/core_ui_default.scss */
.callout-bordered {
  border: 1px solid #c8ced3;
  border-left-width: 4px;
}

/* line 11716, app/assets/stylesheets/core_ui_default.scss */
.callout code {
  border-radius: 0.25rem;
}

/* line 11720, app/assets/stylesheets/core_ui_default.scss */
.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

/* line 11725, app/assets/stylesheets/core_ui_default.scss */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 11729, app/assets/stylesheets/core_ui_default.scss */
.callout + .callout {
  margin-top: -0.25rem;
}

/* line 11733, app/assets/stylesheets/core_ui_default.scss */
.callout-primary {
  border-left-color: #475ec0;
}

/* line 11737, app/assets/stylesheets/core_ui_default.scss */
.callout-primary h4 {
  color: #475ec0;
}

/* line 11741, app/assets/stylesheets/core_ui_default.scss */
.callout-secondary {
  border-left-color: #c8ced3;
}

/* line 11745, app/assets/stylesheets/core_ui_default.scss */
.callout-secondary h4 {
  color: #c8ced3;
}

/* line 11749, app/assets/stylesheets/core_ui_default.scss */
.callout-success {
  border-left-color: #4dbd74;
}

/* line 11753, app/assets/stylesheets/core_ui_default.scss */
.callout-success h4 {
  color: #4dbd74;
}

/* line 11757, app/assets/stylesheets/core_ui_default.scss */
.callout-info {
  border-left-color: #63c2de;
}

/* line 11761, app/assets/stylesheets/core_ui_default.scss */
.callout-info h4 {
  color: #63c2de;
}

/* line 11765, app/assets/stylesheets/core_ui_default.scss */
.callout-warning {
  border-left-color: #ffc107;
}

/* line 11769, app/assets/stylesheets/core_ui_default.scss */
.callout-warning h4 {
  color: #ffc107;
}

/* line 11773, app/assets/stylesheets/core_ui_default.scss */
.callout-danger {
  border-left-color: #f86c6b;
}

/* line 11777, app/assets/stylesheets/core_ui_default.scss */
.callout-danger h4 {
  color: #f86c6b;
}

/* line 11781, app/assets/stylesheets/core_ui_default.scss */
.callout-light {
  border-left-color: #f0f3f5;
}

/* line 11785, app/assets/stylesheets/core_ui_default.scss */
.callout-light h4 {
  color: #f0f3f5;
}

/* line 11789, app/assets/stylesheets/core_ui_default.scss */
.callout-dark {
  border-left-color: #2f353a;
}

/* line 11793, app/assets/stylesheets/core_ui_default.scss */
.callout-dark h4 {
  color: #2f353a;
}

/* line 11797, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout {
  border-right: 4px solid #c8ced3;
  border-left: 0;
}

/* line 11802, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-primary {
  border-right-color: #475ec0;
}

/* line 11806, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-secondary {
  border-right-color: #c8ced3;
}

/* line 11810, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-success {
  border-right-color: #4dbd74;
}

/* line 11814, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-info {
  border-right-color: #63c2de;
}

/* line 11818, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-warning {
  border-right-color: #ffc107;
}

/* line 11822, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-danger {
  border-right-color: #f86c6b;
}

/* line 11826, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-light {
  border-right-color: #f0f3f5;
}

/* line 11830, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-dark {
  border-right-color: #2f353a;
}

/* line 11834, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout .chart-wrapper {
  left: 0;
  float: left;
}

/* line 11839, app/assets/stylesheets/core_ui_default.scss */
.card {
  margin-bottom: 1.5rem;
}

/* line 11843, app/assets/stylesheets/core_ui_default.scss */
.card.bg-primary {
  border-color: #187da0;
}

/* line 11847, app/assets/stylesheets/core_ui_default.scss */
.card.bg-primary .card-header {
  background-color: #1e9ecb;
  border-color: #187da0;
}

/* line 11852, app/assets/stylesheets/core_ui_default.scss */
.card.bg-secondary {
  border-color: #a5aeb7;
}

/* line 11856, app/assets/stylesheets/core_ui_default.scss */
.card.bg-secondary .card-header {
  background-color: #c0c6cc;
  border-color: #a5aeb7;
}

/* line 11861, app/assets/stylesheets/core_ui_default.scss */
.card.bg-success {
  border-color: #379457;
}

/* line 11865, app/assets/stylesheets/core_ui_default.scss */
.card.bg-success .card-header {
  background-color: #44b76c;
  border-color: #379457;
}

/* line 11870, app/assets/stylesheets/core_ui_default.scss */
.card.bg-info {
  border-color: #2eadd3;
}

/* line 11874, app/assets/stylesheets/core_ui_default.scss */
.card.bg-info .card-header {
  background-color: #56bddb;
  border-color: #2eadd3;
}

/* line 11879, app/assets/stylesheets/core_ui_default.scss */
.card.bg-warning {
  border-color: #c69500;
}

/* line 11883, app/assets/stylesheets/core_ui_default.scss */
.card.bg-warning .card-header {
  background-color: #f7b900;
  border-color: #c69500;
}

/* line 11888, app/assets/stylesheets/core_ui_default.scss */
.card.bg-danger {
  border-color: #f5302e;
}

/* line 11892, app/assets/stylesheets/core_ui_default.scss */
.card.bg-danger .card-header {
  background-color: #f75d5c;
  border-color: #f5302e;
}

/* line 11897, app/assets/stylesheets/core_ui_default.scss */
.card.bg-light {
  border-color: #cad4dc;
}

/* line 11901, app/assets/stylesheets/core_ui_default.scss */
.card.bg-light .card-header {
  background-color: #e7ecef;
  border-color: #cad4dc;
}

/* line 11906, app/assets/stylesheets/core_ui_default.scss */
.card.bg-dark {
  border-color: #121517;
}

/* line 11910, app/assets/stylesheets/core_ui_default.scss */
.card.bg-dark .card-header {
  background-color: #282d32;
  border-color: #121517;
}

/* line 11915, app/assets/stylesheets/core_ui_default.scss */
.card.drag,
.card .drag {
  cursor: move;
}

/* line 11920, app/assets/stylesheets/core_ui_default.scss */
.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #c8ced3;
}

/* line 11925, app/assets/stylesheets/core_ui_default.scss */
.card-header > i {
  margin-right: 0.5rem;
}

/* line 11929, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

/* line 11935, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-item {
  border-top: 0;
}

/* line 11939, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-link {
  padding: 0.75rem 0.625rem;
  color: #bfbfbf;
  border-top: 0;
}

/* line 11945, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-link.active {
  color: #000000;
  background: #fff;
}

/* line 11950, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .card-header > i {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* line 11955, app/assets/stylesheets/core_ui_default.scss */
.card-header-icon-bg {
  display: inline-block;
  width: 2.8125rem;
  padding: 0.75rem 0;
  margin: -0.75rem 1.25rem -0.75rem -1.25rem;
  line-height: inherit;
  color: #000000;
  text-align: center;
  background: transparent;
  border-right: 1px solid #c8ced3;
}

/* line 11967, app/assets/stylesheets/core_ui_default.scss */
.card-header-actions {
  display: inline-block;
  float: right;
  margin-right: -0.25rem;
}

/* line 11973, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .card-header-actions {
  float: left;
  margin-right: auto;
  margin-left: -0.25rem;
}

/* line 11979, app/assets/stylesheets/core_ui_default.scss */
.card-header-action {
  padding: 0 0.25rem;
  color: #bfbfbf;
}

/* line 11984, app/assets/stylesheets/core_ui_default.scss */
.card-header-action:hover {
  color: #000000;
  text-decoration: none;
}

/* line 11989, app/assets/stylesheets/core_ui_default.scss */
.card-accent-primary {
  border-top-color: #475ec0;
  border-top-width: 2px;
}

/* line 11994, app/assets/stylesheets/core_ui_default.scss */
.card-accent-secondary {
  border-top-color: #c8ced3;
  border-top-width: 2px;
}

/* line 11999, app/assets/stylesheets/core_ui_default.scss */
.card-accent-success {
  border-top-color: #4dbd74;
  border-top-width: 2px;
}

/* line 12004, app/assets/stylesheets/core_ui_default.scss */
.card-accent-info {
  border-top-color: #63c2de;
  border-top-width: 2px;
}

/* line 12009, app/assets/stylesheets/core_ui_default.scss */
.card-accent-warning {
  border-top-color: #ffc107;
  border-top-width: 2px;
}

/* line 12014, app/assets/stylesheets/core_ui_default.scss */
.card-accent-danger {
  border-top-color: #f86c6b;
  border-top-width: 2px;
}

/* line 12019, app/assets/stylesheets/core_ui_default.scss */
.card-accent-light {
  border-top-color: #f0f3f5;
  border-top-width: 2px;
}

/* line 12024, app/assets/stylesheets/core_ui_default.scss */
.card-accent-dark {
  border-top-color: #2f353a;
  border-top-width: 2px;
}

/* line 12029, app/assets/stylesheets/core_ui_default.scss */
.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #c8ced3;
}

@media (min-width: 576px) {
  /* line 12038, app/assets/stylesheets/core_ui_default.scss */
  .card-columns.cols-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* line 12045, app/assets/stylesheets/core_ui_default.scss */
.chart-wrapper canvas {
  width: 100%;
}

/* line 12049, app/assets/stylesheets/core_ui_default.scss */
base-chart.chart {
  display: block;
}

/* line 12053, app/assets/stylesheets/core_ui_default.scss */
canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 12060, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip {
  position: absolute;
  z-index: 1021;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0.5rem;
  color: #fff;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.25s ease;
  transform: translate(-50%, 0);
  border-radius: 0.25rem;
}

/* line 12078, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-header {
  margin-bottom: 0.5rem;
}

/* line 12082, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-header-item {
  font-size: 0.765625rem;
  font-weight: 700;
}

/* line 12087, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item {
  display: flex;
  align-items: center;
  font-size: 0.765625rem;
  white-space: nowrap;
}

/* line 12096, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item-color {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.875rem;
}

/* line 12103, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item-value {
  padding-left: 1rem;
  margin-left: auto;
  font-weight: 700;
}

/* line 12109, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #c8ced3;
}

/* line 12115, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:last-child {
  border-bottom: 0;
}

/* line 12119, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  color: #bfbfbf;
  text-align: center;
}

/* line 12128, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

/* line 12134, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header {
  padding: 8px 20px;
  background: #e4e7ea;
  border-bottom: 1px solid #c8ced3;
}

/* line 12140, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn {
  margin-top: -7px;
  color: #bfbfbf;
}

/* line 12145, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn:hover {
  color: #000000;
}

/* line 12149, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn.pull-right {
  margin-right: -20px;
}

/* line 12153, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu-lg {
  width: 250px;
}

/* line 12157, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 12161, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 12166, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 12171, app/assets/stylesheets/core_ui_default.scss */
.app-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1rem;
  color: #000000;
  background: #f0f3f5;
  border-top: 1px solid #c8ced3;
}

/* line 12184, app/assets/stylesheets/core_ui_default.scss */
.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 12191, app/assets/stylesheets/core_ui_default.scss */
.row.row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* line 12196, app/assets/stylesheets/core_ui_default.scss */
.main .container-fluid {
  padding: 0 30px;
}

/* line 12200, app/assets/stylesheets/core_ui_default.scss */
.app-header {
  position: relative;
  flex-direction: row;
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #c8ced3;
}

/* line 12211, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

/* line 12225, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-brand .navbar-brand-minimized {
  display: none;
}

/* line 12229, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler {
  min-width: 50px;
  padding: 0.25rem 0;
}

/* line 12234, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232f353a' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 12238, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler-icon {
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2373818f' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 12243, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav {
  flex-direction: row;
  align-items: center;
}

/* line 12250, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0;
  text-align: center;
}

/* line 12257, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item button {
  margin: 0 auto;
}

/* line 12261, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
  border: 0;
}

/* line 12268, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}

/* line 12276, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link > .img-avatar, .app-header .nav-item .avatar.nav-link > img {
  height: 35px;
  margin: 0 10px;
}

/* line 12281, app/assets/stylesheets/core_ui_default.scss */
.app-header .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}

/* line 12286, app/assets/stylesheets/core_ui_default.scss */
.app-header .dropdown-item {
  min-width: 180px;
}

/* line 12290, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link {
  color: #bfbfbf;
}

/* line 12294, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #2f353a;
}

/* line 12298, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:hover, .navbar-nav .open > .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .nav-link.open,
.navbar-nav .nav-link.open:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
  color: #2f353a;
}

/* line 12311, app/assets/stylesheets/core_ui_default.scss */
.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  /* line 12316, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand {
    width: 50px;
    background-color: transparent;
  }
  /* line 12320, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand .navbar-brand-full {
    display: none;
  }
  /* line 12323, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand .navbar-brand-minimized {
    display: block;
  }
}

/* line 12328, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend,
.input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 12334, app/assets/stylesheets/core_ui_default.scss */
.img-avatar, .avatar > img,
.img-circle {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

/* line 12341, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item {
  margin-bottom: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

/* line 12349, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item.list-group-item-divider {
  position: relative;
}

/* line 12353, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item.list-group-item-divider::before {
  position: absolute;
  bottom: -1px;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background-color: #e4e7ea;
}

/* line 12363, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-primary {
  border-left: 4px solid #475ec0;
}

/* line 12367, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-secondary {
  border-left: 4px solid #c8ced3;
}

/* line 12371, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-success {
  border-left: 4px solid #4dbd74;
}

/* line 12375, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-info {
  border-left: 4px solid #63c2de;
}

/* line 12379, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-warning {
  border-left: 4px solid #ffc107;
}

/* line 12383, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-danger {
  border-left: 4px solid #f86c6b;
}

/* line 12387, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-light {
  border-left: 4px solid #f0f3f5;
}

/* line 12391, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-dark {
  border-left: 4px solid #2f353a;
}

/* line 12395, app/assets/stylesheets/core_ui_default.scss */
.modal-primary .modal-content {
  border-color: #475ec0;
}

/* line 12399, app/assets/stylesheets/core_ui_default.scss */
.modal-primary .modal-header {
  color: #fff;
  background-color: #475ec0;
}

/* line 12404, app/assets/stylesheets/core_ui_default.scss */
.modal-secondary .modal-content {
  border-color: #c8ced3;
}

/* line 12408, app/assets/stylesheets/core_ui_default.scss */
.modal-secondary .modal-header {
  color: #fff;
  background-color: #c8ced3;
}

/* line 12413, app/assets/stylesheets/core_ui_default.scss */
.modal-success .modal-content {
  border-color: #4dbd74;
}

/* line 12417, app/assets/stylesheets/core_ui_default.scss */
.modal-success .modal-header {
  color: #fff;
  background-color: #4dbd74;
}

/* line 12422, app/assets/stylesheets/core_ui_default.scss */
.modal-info .modal-content {
  border-color: #63c2de;
}

/* line 12426, app/assets/stylesheets/core_ui_default.scss */
.modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}

/* line 12431, app/assets/stylesheets/core_ui_default.scss */
.modal-warning .modal-content {
  border-color: #ffc107;
}

/* line 12435, app/assets/stylesheets/core_ui_default.scss */
.modal-warning .modal-header {
  color: #fff;
  background-color: #ffc107;
}

/* line 12440, app/assets/stylesheets/core_ui_default.scss */
.modal-danger .modal-content {
  border-color: #f86c6b;
}

/* line 12444, app/assets/stylesheets/core_ui_default.scss */
.modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b;
}

/* line 12449, app/assets/stylesheets/core_ui_default.scss */
.modal-light .modal-content {
  border-color: #f0f3f5;
}

/* line 12453, app/assets/stylesheets/core_ui_default.scss */
.modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

/* line 12458, app/assets/stylesheets/core_ui_default.scss */
.modal-dark .modal-content {
  border-color: #2f353a;
}

/* line 12462, app/assets/stylesheets/core_ui_default.scss */
.modal-dark .modal-header {
  color: #fff;
  background-color: #2f353a;
}

/* line 12467, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link {
  color: #bfbfbf;
}

/* line 12471, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link:hover {
  cursor: pointer;
}

/* line 12475, app/assets/stylesheets/core_ui_default.scss */
.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #c8ced3;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 12482, app/assets/stylesheets/core_ui_default.scss */
.tab-content .tab-pane {
  padding: 1rem;
}

/* line 12486, app/assets/stylesheets/core_ui_default.scss */
.card-block .tab-content {
  margin-top: 0;
  border: 0;
}

/* line 12491, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 12496, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link + .nav-link {
  margin-left: -1px;
}

/* line 12500, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link.active {
  margin-top: -1px;
  border-top: 2px solid #475ec0;
}

/* line 12505, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .nav {
  padding-right: 0;
}

/* line 12509, app/assets/stylesheets/core_ui_default.scss */
.progress-xs {
  height: 4px;
}

/* line 12513, app/assets/stylesheets/core_ui_default.scss */
.progress-sm {
  height: 8px;
}

/* line 12517, app/assets/stylesheets/core_ui_default.scss */
.progress-white {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 12521, app/assets/stylesheets/core_ui_default.scss */
.progress-white .progress-bar {
  background-color: #fff;
}

/* line 12525, app/assets/stylesheets/core_ui_default.scss */
.progress-group {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

/* line 12533, app/assets/stylesheets/core_ui_default.scss */
.progress-group-prepend {
  flex: 0 0 100px;
  align-self: center;
}

/* line 12540, app/assets/stylesheets/core_ui_default.scss */
.progress-group-icon {
  margin: 0 1rem 0 0.25rem;
  font-size: 1.09375rem;
}

/* line 12545, app/assets/stylesheets/core_ui_default.scss */
.progress-group-text {
  font-size: 0.765625rem;
  color: #bfbfbf;
}

/* line 12550, app/assets/stylesheets/core_ui_default.scss */
.progress-group-header {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

/* line 12560, app/assets/stylesheets/core_ui_default.scss */
.progress-group-bars {
  flex-grow: 1;
  align-self: center;
}

/* line 12567, app/assets/stylesheets/core_ui_default.scss */
.progress-group-bars .progress:not(:last-child) {
  margin-bottom: 2px;
}

/* line 12571, app/assets/stylesheets/core_ui_default.scss */
.progress-group-header + .progress-group-bars {
  flex-basis: 100%;
}

/* line 12576, app/assets/stylesheets/core_ui_default.scss */
.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #fff;
  background: #2f353a;
}

/* line 12586, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-close {
  position: absolute;
  right: 0;
  display: none;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  background: 0;
  border: 0;
  opacity: .8;
}

/* line 12600, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-close:hover {
  opacity: 1;
}

/* line 12604, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-header {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

/* line 12612, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control {
  color: #fff;
  background: #181b1e;
  border: 0;
}

/* line 12618, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12622, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12626, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12630, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12634, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12638, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-nav {
  position: relative;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 200px;
}

/* line 12647, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav {
  width: 200px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}

/* line 12655, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-title {
  padding: 0.75rem 1rem;
  font-size: 80%;
  font-weight: 700;
  color: #e4e7ea;
  text-transform: uppercase;
}

/* line 12663, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-divider {
  height: 10px;
}

/* line 12667, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-item {
  position: relative;
  margin: 0;
  transition: background .3s ease-in-out;
}

/* line 12673, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-items {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  transition: max-height .3s ease-in-out;
}

/* line 12681, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}

/* line 12686, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

/* line 12694, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link .nav-icon {
  display: inline-block;
  width: 1.09375rem;
  margin: 0 0.5rem 0 0;
  font-size: 0.875rem;
  color: #bfbfbf;
  text-align: center;
}

/* line 12703, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link .badge {
  float: right;
  margin-top: 2px;
}

/* line 12708, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.active {
  color: #fff;
  background: #3a4248;
  font-weight: bold;
}

/* line 12714, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.active .nav-icon {
  color: #4762bc;
}

/* line 12718, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link:hover {
  color: #fff;
  background: #4762bc;
}

/* line 12723, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link:hover .nav-icon {
  color: #fff;
}

/* line 12727, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-dropdown-toggle:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

/* line 12731, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled {
  color: #b3b3b3;
  cursor: default;
  background: transparent;
}

/* line 12737, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled .nav-icon {
  color: #bfbfbf;
}

/* line 12741, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled:hover {
  color: #b3b3b3;
}

/* line 12745, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled:hover .nav-icon {
  color: #bfbfbf;
}

/* line 12749, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled.nav-dropdown-toggle:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

/* line 12753, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary {
  background: #475ec0;
}

/* line 12757, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12761, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary:hover {
  background: #1d97c2;
}

/* line 12765, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary:hover i {
  color: #fff;
}

/* line 12769, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary {
  background: #c8ced3;
}

/* line 12773, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12777, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary:hover {
  background: #bac1c8;
}

/* line 12781, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary:hover i {
  color: #fff;
}

/* line 12785, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success {
  background: #4dbd74;
}

/* line 12789, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12793, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success:hover {
  background: #41af67;
}

/* line 12797, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success:hover i {
  color: #fff;
}

/* line 12801, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info {
  background: #63c2de;
}

/* line 12805, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12809, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info:hover {
  background: #4ebada;
}

/* line 12813, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info:hover i {
  color: #fff;
}

/* line 12817, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning {
  background: #ffc107;
}

/* line 12821, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12825, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning:hover {
  background: #edb100;
}

/* line 12829, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning:hover i {
  color: #fff;
}

/* line 12833, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger {
  background: #f86c6b;
}

/* line 12837, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12841, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger:hover {
  background: #f75453;
}

/* line 12845, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger:hover i {
  color: #fff;
}

/* line 12849, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light {
  background: #f0f3f5;
}

/* line 12853, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12857, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light:hover {
  background: #e1e7eb;
}

/* line 12861, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light:hover i {
  color: #fff;
}

/* line 12865, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark {
  background: #2f353a;
}

/* line 12869, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12873, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark:hover {
  background: #24282c;
}

/* line 12877, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark:hover i {
  color: #fff;
}

/* line 12881, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle {
  position: relative;
}

/* line 12885, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s;
}

/* line 12903, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle .badge {
  margin-right: 16px;
}

/* line 12907, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}

/* line 12911, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: 1500px;
}

/* line 12915, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link {
  color: #fff;
  border-left: 0;
}

/* line 12920, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled {
  color: #b3b3b3;
  background: transparent;
}

/* line 12925, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled:hover {
  color: #b3b3b3;
}

/* line 12929, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled:hover .nav-icon {
  color: #bfbfbf;
}

/* line 12933, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  transform: rotate(-90deg);
}

/* line 12938, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}

/* line 12942, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #e4e7ea;
}

/* line 12948, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label:hover {
  color: #fff;
  text-decoration: none;
}

/* line 12953, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label .nav-icon {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  color: #bfbfbf;
  text-align: center;
  vertical-align: middle;
}

/* line 12962, app/assets/stylesheets/core_ui_default.scss */
.sidebar .progress {
  background-color: #515c64 !important;
}

/* line 12966, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-footer {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.2);
}

/* line 12973, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer {
  position: relative;
  flex: 0 0 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

/* line 12982, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: .3s;
}

/* line 12996, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:focus, .sidebar .sidebar-minimizer.focus {
  outline: 0;
}

/* line 13000, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 13004, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  /* line 13009, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px;
  }
  /* line 13012, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav {
    width: 150px;
  }
  /* line 13015, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .d-compact-none {
    display: none;
  }
  /* line 13018, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-title {
    text-align: center;
  }
  /* line 13021, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-item {
    width: 150px;
    border-left: 0;
  }
  /* line 13025, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link {
    text-align: center;
  }
  /* line 13028, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link .nav-icon {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
    font-size: 24px;
  }
  /* line 13034, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link .badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  /* line 13039, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link.nav-dropdown-toggle::before {
    top: 30px;
  }
  /* line 13042, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar {
    z-index: 1019;
  }
  /* line 13045, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
  }
  /* line 13049, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }
  /* line 13052, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .d-minimized-none,
.sidebar-minimized .sidebar .nav-divider,
.sidebar-minimized .sidebar .nav-label,
.sidebar-minimized .sidebar .nav-title,
.sidebar-minimized .sidebar .sidebar-footer,
.sidebar-minimized .sidebar .sidebar-form,
.sidebar-minimized .sidebar .sidebar-header {
    display: none;
  }
  /* line 13061, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #24282c;
  }
  /* line 13068, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-nav {
    padding-bottom: 50px;
  }
  /* line 13071, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(-180deg);
  }
  /* line 13076, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
  }
  /* line 13080, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover {
    width: 250px;
    overflow: visible;
  }
  /* line 13084, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    background: #4762bc;
  }
  /* line 13088, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link .nav-icon {
    color: #fff;
  }
  /* line 13091, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover .nav-link.disabled,
.sidebar-minimized .sidebar .nav-item:hover .nav-link :disabled {
    background: #2f353a;
  }
  /* line 13095, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover .nav-link.disabled .nav-icon,
.sidebar-minimized .sidebar .nav-item:hover .nav-link :disabled .nav-icon {
    color: #bfbfbf;
  }
  /* line 13099, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar section :not(.nav-dropdown-items) > .nav-item:last-child::after {
    display: block;
    margin-bottom: 50px;
    content: "";
  }
  /* line 13104, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link {
    position: relative;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    border-left: 0;
  }
  /* line 13111, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link .nav-icon {
    display: block;
    float: left;
    width: 50px;
    font-size: 18px;
  }
  /* line 13117, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link .badge {
    position: absolute;
    right: 15px;
    display: none;
  }
  /* line 13122, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link:hover {
    width: 250px;
    background: #4762bc;
  }
  /* line 13127, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  /* line 13130, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before {
    display: none;
  }
  /* line 13133, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 200px;
  }
  /* line 13136, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
    width: 200px;
  }
  /* line 13139, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  /* line 13144, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #4762bc;
  }
  /* line 13148, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 50px;
    display: inline;
  }
  /* line 13153, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }
  /* line 13156, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav .divider {
    height: 0;
  }
  /* line 13159, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(0deg);
  }
  /* line 13164, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link {
    padding-right: 0;
  }
  /* line 13167, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .nav-icon {
    float: right;
  }
  /* line 13170, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge {
    right: auto;
    left: 15px;
  }
  /* line 13174, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  /* line 13177, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  /* line 13182, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #4762bc;
  }
  /* line 13186, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 0;
    display: inline;
  }
}

/* line 13193, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-dropdown-toggle::before {
  position: absolute;
  right: auto;
  left: 1rem;
  transform: rotate(180deg);
}

/* line 13201, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  transform: rotate(270deg);
}

/* line 13206, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link .nav-icon {
  margin: 0 0 0 0.5rem;
}

/* line 13210, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link .badge {
  float: left;
  margin-top: 2px;
}

/* line 13215, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link.nav-dropdown-toggle .badge {
  margin-right: auto;
  margin-left: 16px;
}

/* line 13220, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .sidebar-minimizer::before {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

/* line 13227, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar-toggler {
  margin-right: 0 !important;
}

/* line 13231, app/assets/stylesheets/core_ui_default.scss */
.switch {
  display: inline-block;
  width: 40px;
  height: 26px;
}

/* line 13237, app/assets/stylesheets/core_ui_default.scss */
.switch-input {
  display: none;
}

/* line 13241, app/assets/stylesheets/core_ui_default.scss */
.switch-slider {
  position: relative;
  display: block;
  height: inherit;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c8ced3;
  transition: .15s ease-out;
  border-radius: 0.25rem;
}

/* line 13252, app/assets/stylesheets/core_ui_default.scss */
.switch-slider::before {
  position: absolute;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #c8ced3;
  transition: .15s ease-out;
  border-radius: 0.125rem;
}

/* line 13266, app/assets/stylesheets/core_ui_default.scss */
.switch-input:checked ~ .switch-slider::before {
  transform: translateX(14px);
}

/* line 13271, app/assets/stylesheets/core_ui_default.scss */
.switch-input:disabled ~ .switch-slider {
  cursor: not-allowed;
  opacity: .5;
}

/* line 13276, app/assets/stylesheets/core_ui_default.scss */
.switch-lg {
  width: 48px;
  height: 30px;
}

/* line 13281, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider {
  font-size: 12px;
}

/* line 13285, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

/* line 13290, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider::after {
  font-size: 12px;
}

/* line 13294, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

/* line 13299, app/assets/stylesheets/core_ui_default.scss */
.switch-sm {
  width: 32px;
  height: 22px;
}

/* line 13304, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider {
  font-size: 8px;
}

/* line 13308, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

/* line 13313, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider::after {
  font-size: 8px;
}

/* line 13317, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(10px);
}

/* line 13322, app/assets/stylesheets/core_ui_default.scss */
.switch-label {
  width: 48px;
}

/* line 13326, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-slider::before {
  z-index: 2;
}

/* line 13330, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-slider::after {
  position: absolute;
  top: 50%;
  right: 1px;
  z-index: 1;
  width: 50%;
  margin-top: -.5em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #c8ced3;
  text-align: center;
  text-transform: uppercase;
  content: attr(data-unchecked);
  transition: inherit;
}

/* line 13347, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-input:checked ~ .switch-slider::before {
  transform: translateX(22px);
}

/* line 13352, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-input:checked ~ .switch-slider::after {
  left: 1px;
  color: #fff;
  content: attr(data-checked);
}

/* line 13358, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg {
  width: 56px;
  height: 30px;
}

/* line 13363, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider {
  font-size: 12px;
}

/* line 13367, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

/* line 13372, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider::after {
  font-size: 12px;
}

/* line 13376, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(26px);
}

/* line 13381, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm {
  width: 40px;
  height: 22px;
}

/* line 13386, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider {
  font-size: 8px;
}

/* line 13390, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

/* line 13395, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider::after {
  font-size: 8px;
}

/* line 13399, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

/* line 13404, app/assets/stylesheets/core_ui_default.scss */
.switch-3d .switch-slider {
  background-color: #f0f3f5;
  border-radius: 50em;
}

/* line 13409, app/assets/stylesheets/core_ui_default.scss */
.switch-3d .switch-slider::before {
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 13419, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg {
  width: 48px;
  height: 30px;
}

/* line 13424, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg .switch-slider::before {
  width: 30px;
  height: 30px;
}

/* line 13429, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

/* line 13434, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm {
  width: 32px;
  height: 22px;
}

/* line 13439, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm .switch-slider::before {
  width: 22px;
  height: 22px;
}

/* line 13444, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(10px);
}

/* line 13449, app/assets/stylesheets/core_ui_default.scss */
.switch-primary .switch-input:checked + .switch-slider {
  background-color: #4762bc;
  border-color: #556ed8;
}

/* line 13455, app/assets/stylesheets/core_ui_default.scss */
.switch-primary .switch-input:checked + .switch-slider::before {
  border-color: #556ed8;
}

/* line 13459, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4762bc;
}

/* line 13465, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider::before {
  border-color: #4762bc;
}

/* line 13470, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider::after {
  color: #4762bc;
}

/* line 13475, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4762bc;
}

/* line 13481, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
  background-color: #4762bc;
  border-color: #4762bc;
}

/* line 13488, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
  color: #4762bc;
}

/* line 13493, app/assets/stylesheets/core_ui_default.scss */
.switch-secondary .switch-input:checked + .switch-slider {
  background-color: #c8ced3;
  border-color: #acb5bc;
}

/* line 13498, app/assets/stylesheets/core_ui_default.scss */
.switch-secondary .switch-input:checked + .switch-slider::before {
  border-color: #acb5bc;
}

/* line 13502, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 13507, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider::before {
  border-color: #c8ced3;
}

/* line 13511, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

/* line 13515, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 13520, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider::before {
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 13525, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

/* line 13529, app/assets/stylesheets/core_ui_default.scss */
.switch-success .switch-input:checked + .switch-slider {
  background-color: #4dbd74;
  border-color: #3a9d5d;
}

/* line 13534, app/assets/stylesheets/core_ui_default.scss */
.switch-success .switch-input:checked + .switch-slider::before {
  border-color: #3a9d5d;
}

/* line 13538, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

/* line 13543, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider::before {
  border-color: #4dbd74;
}

/* line 13547, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

/* line 13551, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

/* line 13556, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider::before {
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 13561, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

/* line 13565, app/assets/stylesheets/core_ui_default.scss */
.switch-info .switch-input:checked + .switch-slider {
  background-color: #63c2de;
  border-color: #39b2d5;
}

/* line 13570, app/assets/stylesheets/core_ui_default.scss */
.switch-info .switch-input:checked + .switch-slider::before {
  border-color: #39b2d5;
}

/* line 13574, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

/* line 13579, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider::before {
  border-color: #63c2de;
}

/* line 13583, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

/* line 13587, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

/* line 13592, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider::before {
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 13597, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

/* line 13601, app/assets/stylesheets/core_ui_default.scss */
.switch-warning .switch-input:checked + .switch-slider {
  background-color: #ffc107;
  border-color: #d39e00;
}

/* line 13606, app/assets/stylesheets/core_ui_default.scss */
.switch-warning .switch-input:checked + .switch-slider::before {
  border-color: #d39e00;
}

/* line 13610, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

/* line 13615, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider::before {
  border-color: #ffc107;
}

/* line 13619, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

/* line 13623, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

/* line 13628, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13633, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

/* line 13637, app/assets/stylesheets/core_ui_default.scss */
.switch-danger .switch-input:checked + .switch-slider {
  background-color: #f86c6b;
  border-color: #f63c3a;
}

/* line 13642, app/assets/stylesheets/core_ui_default.scss */
.switch-danger .switch-input:checked + .switch-slider::before {
  border-color: #f63c3a;
}

/* line 13646, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

/* line 13651, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider::before {
  border-color: #f86c6b;
}

/* line 13655, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

/* line 13659, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

/* line 13664, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider::before {
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 13669, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

/* line 13673, app/assets/stylesheets/core_ui_default.scss */
.switch-light .switch-input:checked + .switch-slider {
  background-color: #f0f3f5;
  border-color: #d1dbe1;
}

/* line 13678, app/assets/stylesheets/core_ui_default.scss */
.switch-light .switch-input:checked + .switch-slider::before {
  border-color: #d1dbe1;
}

/* line 13682, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

/* line 13687, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider::before {
  border-color: #f0f3f5;
}

/* line 13691, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

/* line 13695, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

/* line 13700, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider::before {
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 13705, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

/* line 13709, app/assets/stylesheets/core_ui_default.scss */
.switch-dark .switch-input:checked + .switch-slider {
  background-color: #2f353a;
  border-color: #181b1e;
}

/* line 13714, app/assets/stylesheets/core_ui_default.scss */
.switch-dark .switch-input:checked + .switch-slider::before {
  border-color: #181b1e;
}

/* line 13718, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

/* line 13723, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider::before {
  border-color: #2f353a;
}

/* line 13727, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

/* line 13731, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

/* line 13736, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider::before {
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 13741, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

/* line 13745, app/assets/stylesheets/core_ui_default.scss */
.switch-pill .switch-slider {
  border-radius: 50em;
}

/* line 13749, app/assets/stylesheets/core_ui_default.scss */
.switch-pill .switch-slider::before {
  border-radius: 50em;
}

/* line 13753, app/assets/stylesheets/core_ui_default.scss */
.table-outline {
  border: 1px solid #c8ced3;
}

/* line 13757, app/assets/stylesheets/core_ui_default.scss */
.table-outline td {
  vertical-align: middle;
}

/* line 13761, app/assets/stylesheets/core_ui_default.scss */
.table-align-middle td {
  vertical-align: middle;
}

/* line 13765, app/assets/stylesheets/core_ui_default.scss */
.table-clear td {
  border: 0;
}

@media all and (-ms-high-contrast: none) {
  /* line 13770, app/assets/stylesheets/core_ui_default.scss */
  html {
    display: flex;
    flex-direction: column;
  }
}

/* line 13778, app/assets/stylesheets/core_ui_default.scss */
.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 13788, app/assets/stylesheets/core_ui_default.scss */
.app-header {
  flex: 0 0 55px;
}

/* line 13793, app/assets/stylesheets/core_ui_default.scss */
.app-footer {
  flex: 0 0 50px;
}

/* line 13798, app/assets/stylesheets/core_ui_default.scss */
.app-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: hidden;
}

/* line 13808, app/assets/stylesheets/core_ui_default.scss */
.app-body .main {
  flex: 1;
  min-width: 0;
}

/* line 13814, app/assets/stylesheets/core_ui_default.scss */
.app-body .sidebar {
  flex: 0 0 200px;
  order: -1;
}

/* line 13821, app/assets/stylesheets/core_ui_default.scss */
.app-body .aside-menu {
  flex: 0 0 250px;
}

/* line 13826, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .sidebar {
  margin-left: -200px;
}

/* line 13830, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .aside-menu {
  right: 0;
  margin-right: -250px;
}

/* line 13835, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .sidebar {
  margin-right: -200px;
}

/* line 13839, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .aside-menu {
  left: 0;
  margin-left: -250px;
}

@media (min-width: 992px) {
  /* line 13845, app/assets/stylesheets/core_ui_default.scss */
  .header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
  }
  /* line 13850, app/assets/stylesheets/core_ui_default.scss */
  .header-fixed .app-body {
    margin-top: 55px;
  }
  /* line 13853, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-fixed .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: 94vh;
  }
  /* line 13859, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-fixed .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  /* line 13862, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar {
    flex: 0 0 150px;
  }
  /* line 13866, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px;
  }
  /* line 13869, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar-minimizer {
    display: none;
  }
  /* line 13872, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar {
    flex: 0 0 50px;
  }
  /* line 13876, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px;
  }
  /* line 13879, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  /* line 13884, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-off-canvas .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  /* line 13887, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-compact .sidebar {
    margin-left: -150px;
  }
  /* line 13890, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-minimized .sidebar {
    margin-left: -50px;
  }
  /* line 13893, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-compact .sidebar {
    margin-right: -150px;
  }
  /* line 13896, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-minimized .sidebar {
    margin-right: -50px;
  }
  /* line 13899, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .aside-menu {
    position: fixed;
    height: 100%;
  }
  /* line 13903, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 55px);
  }
  /* line 13906, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  /* line 13909, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-off-canvas .aside-menu {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  /* line 13914, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-off-canvas .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  /* line 13917, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-fixed .aside-menu,
html:not([dir="rtl"]) .aside-menu-off-canvas .aside-menu {
    right: 0;
  }
  /* line 13921, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-fixed .aside-menu,
html[dir="rtl"] .aside-menu-off-canvas .aside-menu {
    left: 0;
  }
}

/* line 13927, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-fixed .main {
  padding-top: 3.875rem;
}

/* line 13931, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1017;
}

/* line 13939, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .sidebar-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
  margin-left: 0;
}

/* line 13944, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-show .aside-menu {
  margin-right: 0;
}

/* line 13949, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .sidebar-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
  margin-right: 0;
}

/* line 13954, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-show .aside-menu {
  margin-left: 0;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  /* line 13978, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-show .main,
.aside-menu-show .main {
    position: relative;
  }
  /* line 13982, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-show .main::before,
.aside-menu-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    animation: opacity 0.25s;
  }
}

@media (min-width: 576px) {
  /* line 13998, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14002, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  /* line 14008, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14014, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 200px;
  }
  /* line 14020, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14024, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14028, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14032, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-sm-show .aside-menu {
    margin-right: 0;
  }
  /* line 14036, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14042, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14046, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14050, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-sm-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14056, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14062, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
  /* line 14068, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14072, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14076, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14080, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-sm-show .aside-menu {
    margin-left: 0;
  }
  /* line 14084, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-sm-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14090, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 768px) {
  /* line 14113, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14117, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  /* line 14123, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14129, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 200px;
  }
  /* line 14135, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14139, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14143, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14147, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-md-show .aside-menu {
    margin-right: 0;
  }
  /* line 14151, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14157, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14161, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14165, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-md-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14171, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14177, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
  /* line 14183, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14187, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14191, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14195, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-md-show .aside-menu {
    margin-left: 0;
  }
  /* line 14199, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-md-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14205, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 992px) {
  /* line 14228, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14232, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  /* line 14238, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14244, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
  /* line 14250, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14254, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14258, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14262, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-lg-show .aside-menu {
    margin-right: 0;
  }
  /* line 14266, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14272, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14276, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14280, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-lg-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14286, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14292, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
  /* line 14298, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14302, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14306, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14310, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-lg-show .aside-menu {
    margin-left: 0;
  }
  /* line 14314, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-lg-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14320, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 1200px) {
  /* line 14343, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14347, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px;
  }
  /* line 14353, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14359, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
  /* line 14365, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14369, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14373, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14377, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-xl-show .aside-menu {
    margin-right: 0;
  }
  /* line 14381, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14387, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14391, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14395, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-xl-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14401, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14407, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
  /* line 14413, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14417, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14421, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14425, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-xl-show .aside-menu {
    margin-left: 0;
  }
  /* line 14429, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-xl-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14435, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

/* line 14457, app/assets/stylesheets/core_ui_default.scss */
.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px;
}

/* line 14466, app/assets/stylesheets/core_ui_default.scss */
.footer-fixed .app-body {
  margin-bottom: 50px;
}

/* line 14470, app/assets/stylesheets/core_ui_default.scss */
.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
}

/* line 14479, app/assets/stylesheets/core_ui_default.scss */
.sidebar-nav {
  transition: width 0.25s;
}

/* line 14483, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s;
}

@media (max-width: 991.98px) {
  /* line 14488, app/assets/stylesheets/core_ui_default.scss */
  .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  /* line 14495, app/assets/stylesheets/core_ui_default.scss */
  .app-header .navbar-toggler {
    color: #fff;
  }
  /* line 14498, app/assets/stylesheets/core_ui_default.scss */
  .app-header .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -77.5px;
  }
  /* line 14504, app/assets/stylesheets/core_ui_default.scss */
  .app-body {
    margin-top: 55px;
  }
  /* line 14507, app/assets/stylesheets/core_ui_default.scss */
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: calc(100vh - 55px);
  }
  /* line 14513, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimizer {
    display: none;
  }
  /* line 14516, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu {
    position: fixed;
    height: 100%;
  }
}

/* line 14522, app/assets/stylesheets/core_ui_default.scss */
hr.transparent {
  border-top: 1px solid transparent;
}

/* line 14526, app/assets/stylesheets/core_ui_default.scss */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-dark {
  color: #fff;
}

/* line 14535, app/assets/stylesheets/core_ui_default.scss */
.bg-facebook {
  background-color: #3b5998 !important;
}

/* line 14539, app/assets/stylesheets/core_ui_default.scss */
a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

/* line 14545, app/assets/stylesheets/core_ui_default.scss */
.bg-twitter {
  background-color: #00aced !important;
}

/* line 14549, app/assets/stylesheets/core_ui_default.scss */
a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0087ba !important;
}

/* line 14555, app/assets/stylesheets/core_ui_default.scss */
.bg-linkedin {
  background-color: #4875b4 !important;
}

/* line 14559, app/assets/stylesheets/core_ui_default.scss */
a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #395d90 !important;
}

/* line 14565, app/assets/stylesheets/core_ui_default.scss */
.bg-google-plus {
  background-color: #d34836 !important;
}

/* line 14569, app/assets/stylesheets/core_ui_default.scss */
a.bg-google-plus:hover, a.bg-google-plus:focus,
button.bg-google-plus:hover,
button.bg-google-plus:focus {
  background-color: #b03626 !important;
}

/* line 14575, app/assets/stylesheets/core_ui_default.scss */
.bg-flickr {
  background-color: #ff0084 !important;
}

/* line 14579, app/assets/stylesheets/core_ui_default.scss */
a.bg-flickr:hover, a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: #cc006a !important;
}

/* line 14585, app/assets/stylesheets/core_ui_default.scss */
.bg-tumblr {
  background-color: #32506d !important;
}

/* line 14589, app/assets/stylesheets/core_ui_default.scss */
a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #22364a !important;
}

/* line 14595, app/assets/stylesheets/core_ui_default.scss */
.bg-xing {
  background-color: #026466 !important;
}

/* line 14599, app/assets/stylesheets/core_ui_default.scss */
a.bg-xing:hover, a.bg-xing:focus,
button.bg-xing:hover,
button.bg-xing:focus {
  background-color: #013334 !important;
}

/* line 14605, app/assets/stylesheets/core_ui_default.scss */
.bg-github {
  background-color: #4183c4 !important;
}

/* line 14609, app/assets/stylesheets/core_ui_default.scss */
a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #3269a0 !important;
}

/* line 14615, app/assets/stylesheets/core_ui_default.scss */
.bg-html5 {
  background-color: #e34f26 !important;
}

/* line 14619, app/assets/stylesheets/core_ui_default.scss */
a.bg-html5:hover, a.bg-html5:focus,
button.bg-html5:hover,
button.bg-html5:focus {
  background-color: #be3c18 !important;
}

/* line 14625, app/assets/stylesheets/core_ui_default.scss */
.bg-openid {
  background-color: #f78c40 !important;
}

/* line 14629, app/assets/stylesheets/core_ui_default.scss */
a.bg-openid:hover, a.bg-openid:focus,
button.bg-openid:hover,
button.bg-openid:focus {
  background-color: #f56f0f !important;
}

/* line 14635, app/assets/stylesheets/core_ui_default.scss */
.bg-stack-overflow {
  background-color: #fe7a15 !important;
}

/* line 14639, app/assets/stylesheets/core_ui_default.scss */
a.bg-stack-overflow:hover, a.bg-stack-overflow:focus,
button.bg-stack-overflow:hover,
button.bg-stack-overflow:focus {
  background-color: #df6101 !important;
}

/* line 14645, app/assets/stylesheets/core_ui_default.scss */
.bg-youtube {
  background-color: #b00 !important;
}

/* line 14649, app/assets/stylesheets/core_ui_default.scss */
a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #880000 !important;
}

/* line 14655, app/assets/stylesheets/core_ui_default.scss */
.bg-css3 {
  background-color: #0170ba !important;
}

/* line 14659, app/assets/stylesheets/core_ui_default.scss */
a.bg-css3:hover, a.bg-css3:focus,
button.bg-css3:hover,
button.bg-css3:focus {
  background-color: #015187 !important;
}

/* line 14665, app/assets/stylesheets/core_ui_default.scss */
.bg-dribbble {
  background-color: #ea4c89 !important;
}

/* line 14669, app/assets/stylesheets/core_ui_default.scss */
a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #e51e6b !important;
}

/* line 14675, app/assets/stylesheets/core_ui_default.scss */
.bg-instagram {
  background-color: #517fa4 !important;
}

/* line 14679, app/assets/stylesheets/core_ui_default.scss */
a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #406582 !important;
}

/* line 14685, app/assets/stylesheets/core_ui_default.scss */
.bg-pinterest {
  background-color: #cb2027 !important;
}

/* line 14689, app/assets/stylesheets/core_ui_default.scss */
a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #9f191f !important;
}

/* line 14695, app/assets/stylesheets/core_ui_default.scss */
.bg-vk {
  background-color: #45668e !important;
}

/* line 14699, app/assets/stylesheets/core_ui_default.scss */
a.bg-vk:hover, a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  background-color: #344d6c !important;
}

/* line 14705, app/assets/stylesheets/core_ui_default.scss */
.bg-yahoo {
  background-color: #400191 !important;
}

/* line 14709, app/assets/stylesheets/core_ui_default.scss */
a.bg-yahoo:hover, a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  background-color: #2a015e !important;
}

/* line 14715, app/assets/stylesheets/core_ui_default.scss */
.bg-behance {
  background-color: #1769ff !important;
}

/* line 14719, app/assets/stylesheets/core_ui_default.scss */
a.bg-behance:hover, a.bg-behance:focus,
button.bg-behance:hover,
button.bg-behance:focus {
  background-color: #0050e3 !important;
}

/* line 14725, app/assets/stylesheets/core_ui_default.scss */
.bg-dropbox {
  background-color: #007ee5 !important;
}

/* line 14729, app/assets/stylesheets/core_ui_default.scss */
a.bg-dropbox:hover, a.bg-dropbox:focus,
button.bg-dropbox:hover,
button.bg-dropbox:focus {
  background-color: #0062b2 !important;
}

/* line 14735, app/assets/stylesheets/core_ui_default.scss */
.bg-reddit {
  background-color: #ff4500 !important;
}

/* line 14739, app/assets/stylesheets/core_ui_default.scss */
a.bg-reddit:hover, a.bg-reddit:focus,
button.bg-reddit:hover,
button.bg-reddit:focus {
  background-color: #cc3700 !important;
}

/* line 14745, app/assets/stylesheets/core_ui_default.scss */
.bg-spotify {
  background-color: #7ab800 !important;
}

/* line 14749, app/assets/stylesheets/core_ui_default.scss */
a.bg-spotify:hover, a.bg-spotify:focus,
button.bg-spotify:hover,
button.bg-spotify:focus {
  background-color: #588500 !important;
}

/* line 14755, app/assets/stylesheets/core_ui_default.scss */
.bg-vine {
  background-color: #00bf8f !important;
}

/* line 14759, app/assets/stylesheets/core_ui_default.scss */
a.bg-vine:hover, a.bg-vine:focus,
button.bg-vine:hover,
button.bg-vine:focus {
  background-color: #008c69 !important;
}

/* line 14765, app/assets/stylesheets/core_ui_default.scss */
.bg-foursquare {
  background-color: #1073af !important;
}

/* line 14769, app/assets/stylesheets/core_ui_default.scss */
a.bg-foursquare:hover, a.bg-foursquare:focus,
button.bg-foursquare:hover,
button.bg-foursquare:focus {
  background-color: #0c5480 !important;
}

/* line 14775, app/assets/stylesheets/core_ui_default.scss */
.bg-vimeo {
  background-color: #aad450 !important;
}

/* line 14779, app/assets/stylesheets/core_ui_default.scss */
a.bg-vimeo:hover, a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: #93c130 !important;
}

/* line 14785, app/assets/stylesheets/core_ui_default.scss */
.bg-blue {
  background-color: #4762bc !important;
}

/* line 14790, app/assets/stylesheets/core_ui_default.scss */
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #556ed8 !important;
}

/* line 14796, app/assets/stylesheets/core_ui_default.scss */
.bg-indigo {
  background-color: #6610f2 !important;
}

/* line 14800, app/assets/stylesheets/core_ui_default.scss */
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

/* line 14806, app/assets/stylesheets/core_ui_default.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* line 14810, app/assets/stylesheets/core_ui_default.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

/* line 14816, app/assets/stylesheets/core_ui_default.scss */
.bg-pink {
  background-color: #e83e8c !important;
}

/* line 14820, app/assets/stylesheets/core_ui_default.scss */
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

/* line 14826, app/assets/stylesheets/core_ui_default.scss */
.bg-red {
  background-color: #f86c6b !important;
}

/* line 14830, app/assets/stylesheets/core_ui_default.scss */
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f63c3a !important;
}

/* line 14836, app/assets/stylesheets/core_ui_default.scss */
.bg-orange {
  background-color: #f8cb00 !important;
}

/* line 14840, app/assets/stylesheets/core_ui_default.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c5a100 !important;
}

/* line 14846, app/assets/stylesheets/core_ui_default.scss */
.bg-yellow {
  background-color: #ffc107 !important;
}

/* line 14850, app/assets/stylesheets/core_ui_default.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

/* line 14856, app/assets/stylesheets/core_ui_default.scss */
.bg-green {
  background-color: #4dbd74 !important;
}

/* line 14860, app/assets/stylesheets/core_ui_default.scss */
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3a9d5d !important;
}

/* line 14866, app/assets/stylesheets/core_ui_default.scss */
.bg-teal {
  background-color: #20c997 !important;
}

/* line 14870, app/assets/stylesheets/core_ui_default.scss */
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

/* line 14876, app/assets/stylesheets/core_ui_default.scss */
.bg-cyan {
  background-color: #17a2b8 !important;
}

/* line 14880, app/assets/stylesheets/core_ui_default.scss */
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

/* line 14886, app/assets/stylesheets/core_ui_default.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 14890, app/assets/stylesheets/core_ui_default.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 14896, app/assets/stylesheets/core_ui_default.scss */
.bg-gray {
  background-color: #bfbfbf !important;
}

/* line 14900, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #5c6873 !important;
}

/* line 14906, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-dark {
  background-color: #2f353a !important;
}

/* line 14910, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #181b1e !important;
}

/* line 14916, app/assets/stylesheets/core_ui_default.scss */
.bg-light-blue {
  background-color: #63c2de !important;
}

/* line 14920, app/assets/stylesheets/core_ui_default.scss */
a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #39b2d5 !important;
}

/* line 14926, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-100 {
  background-color: #f0f3f5 !important;
}

/* line 14930, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d1dbe1 !important;
}

/* line 14936, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-200 {
  background-color: #e4e7ea !important;
}

/* line 14940, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #c7ced4 !important;
}

/* line 14946, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-300 {
  background-color: #c8ced3 !important;
}

/* line 14950, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #acb5bc !important;
}

/* line 14956, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-400 {
  background-color: #acb4bc !important;
}

/* line 14960, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #909ba5 !important;
}

/* line 14966, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-500 {
  background-color: #8f9ba6 !important;
}

/* line 14970, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #73828f !important;
}

/* line 14976, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-600 {
  background-color: #bfbfbf !important;
}

/* line 14980, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #5c6873 !important;
}

/* line 14986, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-700 {
  background-color: #5c6873 !important;
}

/* line 14990, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #454e57 !important;
}

/* line 14996, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-800 {
  background-color: #2f353a !important;
}

/* line 15000, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #181b1e !important;
}

/* line 15006, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-900 {
  background-color: #000000 !important;
}

/* line 15010, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0c0e10 !important;
}

/* line 15016, app/assets/stylesheets/core_ui_default.scss */
.bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

/* line 15027, app/assets/stylesheets/core_ui_default.scss */
.b-a-0 {
  border: 0 !important;
}

/* line 15031, app/assets/stylesheets/core_ui_default.scss */
.b-t-0 {
  border-top: 0 !important;
}

/* line 15035, app/assets/stylesheets/core_ui_default.scss */
.b-r-0 {
  border-right: 0 !important;
}

/* line 15039, app/assets/stylesheets/core_ui_default.scss */
.b-b-0 {
  border-bottom: 0 !important;
}

/* line 15043, app/assets/stylesheets/core_ui_default.scss */
.b-l-0 {
  border-left: 0 !important;
}

/* line 15047, app/assets/stylesheets/core_ui_default.scss */
.b-a-1 {
  border: 1px solid #c8ced3;
}

/* line 15051, app/assets/stylesheets/core_ui_default.scss */
.b-t-1 {
  border-top: 1px solid #c8ced3;
}

/* line 15055, app/assets/stylesheets/core_ui_default.scss */
.b-r-1 {
  border-right: 1px solid #c8ced3;
}

/* line 15059, app/assets/stylesheets/core_ui_default.scss */
.b-b-1 {
  border-bottom: 1px solid #c8ced3;
}

/* line 15063, app/assets/stylesheets/core_ui_default.scss */
.b-l-1 {
  border-left: 1px solid #c8ced3;
}

/* line 15067, app/assets/stylesheets/core_ui_default.scss */
.b-a-2 {
  border: 2px solid #c8ced3;
}

/* line 15071, app/assets/stylesheets/core_ui_default.scss */
.b-t-2 {
  border-top: 2px solid #c8ced3;
}

/* line 15075, app/assets/stylesheets/core_ui_default.scss */
.b-r-2 {
  border-right: 2px solid #c8ced3;
}

/* line 15079, app/assets/stylesheets/core_ui_default.scss */
.b-b-2 {
  border-bottom: 2px solid #c8ced3;
}

/* line 15083, app/assets/stylesheets/core_ui_default.scss */
.b-l-2 {
  border-left: 2px solid #c8ced3;
}

@media (max-width: 575.98px) {
  /* line 15088, app/assets/stylesheets/core_ui_default.scss */
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 15094, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 15100, app/assets/stylesheets/core_ui_default.scss */
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 15106, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-down-none {
    display: none !important;
  }
}

/* line 15111, app/assets/stylesheets/core_ui_default.scss */
.d-xl-down-none {
  display: none !important;
}

/* line 15115, app/assets/stylesheets/core_ui_default.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 15120, app/assets/stylesheets/core_ui_default.scss */
.font-xs {
  font-size: .75rem !important;
}

/* line 15124, app/assets/stylesheets/core_ui_default.scss */
.font-sm {
  font-size: .85rem !important;
}

/* line 15128, app/assets/stylesheets/core_ui_default.scss */
.font-lg {
  font-size: 1rem !important;
}

/* line 15132, app/assets/stylesheets/core_ui_default.scss */
.font-xl {
  font-size: 1.25rem !important;
}

/* line 15136, app/assets/stylesheets/core_ui_default.scss */
.font-2xl {
  font-size: 1.5rem !important;
}

/* line 15140, app/assets/stylesheets/core_ui_default.scss */
.font-3xl {
  font-size: 1.75rem !important;
}

/* line 15144, app/assets/stylesheets/core_ui_default.scss */
.font-4xl {
  font-size: 2rem !important;
}

/* line 15148, app/assets/stylesheets/core_ui_default.scss */
.font-5xl {
  font-size: 2.5rem !important;
}

/* line 15152, app/assets/stylesheets/core_ui_default.scss */
.text-value {
  font-size: 1.3125rem;
  font-weight: 600;
}

/* line 15157, app/assets/stylesheets/core_ui_default.scss */
.text-value-sm {
  font-size: 1.09375rem;
  font-weight: 600;
}

/* line 15162, app/assets/stylesheets/core_ui_default.scss */
.text-value-lg {
  font-size: 1.53125rem;
  font-weight: 600;
}

/* line 15167, app/assets/stylesheets/core_ui_default.scss */
.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 15171, app/assets/stylesheets/core_ui_default.scss */
.email-app {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #c8ced3;
}

/* line 15180, app/assets/stylesheets/core_ui_default.scss */
.email-app nav {
  flex: 0 0 200px;
  padding: 1rem;
  border-right: 1px solid #c8ced3;
}

/* line 15187, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .btn-block {
  margin-bottom: 15px;
}

/* line 15191, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav {
  flex-direction: column;
}

/* line 15196, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-item {
  position: relative;
}

/* line 15200, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link {
  color: #000000;
  border-bottom: 1px solid #c8ced3;
}

/* line 15205, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link i {
  width: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-align: center;
}

/* line 15212, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link .badge {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 15218, app/assets/stylesheets/core_ui_default.scss */
.email-app main {
  flex: 1;
  min-width: 0;
  padding: 1rem;
}

/* line 15225, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3;
}

/* line 15230, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .messages {
  padding: 0;
  list-style: none;
}

/* line 15235, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #c8ced3;
}

/* line 15242, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message:hover {
  background: #f0f3f5;
}

/* line 15246, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .actions {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
}

/* line 15255, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .actions .action {
  width: 2rem;
  margin-bottom: 0.5rem;
  color: #c8ced3;
  text-align: center;
}

/* line 15262, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message a {
  color: #000;
}

/* line 15266, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message a:hover {
  text-decoration: none;
}

/* line 15270, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message.unread .header,
.email-app .inbox .message.unread .title {
  font-weight: 700;
}

/* line 15275, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .header {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

/* line 15283, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .header .date {
  margin-left: auto;
}

/* line 15287, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .title {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 15294, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .description {
  font-size: 12px;
}

/* line 15298, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3;
}

/* line 15303, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .title {
  padding: 1rem 0;
  font-weight: 700;
}

/* line 15308, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header {
  display: flex;
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #c8ced3;
  border-bottom: 1px solid #c8ced3;
}

/* line 15317, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

/* line 15323, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .from {
  align-self: center;
  font-size: 12px;
  color: #bfbfbf;
}

/* line 15330, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .from span {
  display: block;
  font-weight: 700;
}

/* line 15335, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .date {
  margin-left: auto;
}

/* line 15339, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 3px solid #f0f3f5;
  border-bottom: 3px solid #f0f3f5;
}

/* line 15346, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment {
  display: flex;
  align-self: center;
  margin: 0.5rem 0;
  font-size: 12px;
}

/* line 15355, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .badge {
  margin: 0 0.5rem;
  line-height: inherit;
}

/* line 15360, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .menu {
  margin-left: auto;
}

/* line 15364, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .menu a {
  padding: 0 0.5rem;
  font-size: 14px;
  color: #c8ced3;
}

@media (max-width: 767.98px) {
  /* line 15371, app/assets/stylesheets/core_ui_default.scss */
  .email-app {
    flex-direction: column;
  }
  /* line 15375, app/assets/stylesheets/core_ui_default.scss */
  .email-app nav {
    flex: 0 0 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 15382, app/assets/stylesheets/core_ui_default.scss */
  .email-app .message .header {
    flex-flow: row wrap;
  }
  /* line 15386, app/assets/stylesheets/core_ui_default.scss */
  .email-app .message .header .date {
    flex: 0 0 100%;
  }
}

/* line 15392, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 15397, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] body {
  text-align: right;
}

/* line 15401, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item {
  text-align: right;
}

/* line 15405, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}

/* line 15410, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item .badge {
  right: auto;
  left: 10px;
}

/* line 15415, app/assets/stylesheets/core_ui_default.scss */
.ie-custom-properties {
  blue: #475ec0;
  indigo: #6610f2;
  purple: #6f42c1;
  pink: #e83e8c;
  red: #f86c6b;
  orange: #f8cb00;
  yellow: #ffc107;
  green: #4dbd74;
  teal: #20c997;
  cyan: #17a2b8;
  white: #fff;
  gray: #bfbfbf;
  gray-dark: #2f353a;
  light-blue: #63c2de;
  primary: #4762bc;
  secondary: #c8ced3;
  success: #4dbd74;
  info: #63c2de;
  warning: #ffc107;
  danger: #f86c6b;
  light: #f0f3f5;
  dark: #2f353a;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px;
}

/* line 15446, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

/* line 15450, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
/* line 15460, app/assets/stylesheets/core_ui_default.scss */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #000000;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
/* line 15508, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

/* line 15515, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

/* line 15528, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
/* line 15567, app/assets/stylesheets/core_ui_default.scss */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

/* line 15575, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect {
  background-color: #000000;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

/* line 15584, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

/* line 15589, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

/* line 15594, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

/* line 15599, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

/* line 15604, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
/* line 15640, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 15647, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes .sk-cube {
  background-color: #000000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

/* line 15658, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
/* line 15725, app/assets/stylesheets/core_ui_default.scss */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #000000;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
/* line 15768, app/assets/stylesheets/core_ui_default.scss */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

/* line 15778, app/assets/stylesheets/core_ui_default.scss */
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #000000;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

/* line 15790, app/assets/stylesheets/core_ui_default.scss */
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
/* line 15843, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

/* line 15849, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

/* line 15859, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

/* line 15864, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
/* line 15910, app/assets/stylesheets/core_ui_default.scss */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 15917, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 15925, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000000;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

/* line 15937, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

/* line 15942, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

/* line 15947, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

/* line 15952, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

/* line 15957, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

/* line 15962, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

/* line 15967, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

/* line 15972, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

/* line 15977, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

/* line 15982, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

/* line 15987, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

/* line 15992, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

/* line 15997, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

/* line 16002, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

/* line 16007, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

/* line 16012, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

/* line 16017, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

/* line 16022, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

/* line 16027, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

/* line 16032, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

/* line 16037, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

/* line 16042, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
/* line 16085, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

/* line 16097, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #000000;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* line 16106, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

/* line 16111, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

/* line 16116, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

/* line 16121, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

/* line 16126, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

/* line 16131, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

/* line 16136, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube7 {
  animation-delay: 0.0s;
}

/* line 16141, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

/* line 16146, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
/* line 16192, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 16199, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 16207, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000000;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

/* line 16219, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

/* line 16224, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

/* line 16229, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

/* line 16234, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

/* line 16239, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

/* line 16244, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

/* line 16249, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

/* line 16254, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

/* line 16259, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

/* line 16264, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

/* line 16269, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

/* line 16274, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

/* line 16279, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

/* line 16284, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

/* line 16289, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

/* line 16294, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

/* line 16299, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

/* line 16304, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

/* line 16309, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

/* line 16314, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

/* line 16319, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

/* line 16324, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
/* line 16358, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

/* line 16367, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

/* line 16376, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

/* line 16390, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

/* line 16395, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

/* line 16400, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

/* line 16405, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

/* line 16410, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

/* line 16415, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar, #loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  transition: 350ms linear all;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active, #loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave, #loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #20a8d8;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  transition: width 350ms;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  border-radius: 100%;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: .45;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: loading-bar-spinner 400ms linear infinite;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
.pace-inactive {
  display: none;
}

/* line 1, vendor/assets/stylesheets/pace-progress/css/pace.min.css.scss */
.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #20a8d8;
}
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-title {
  font-weight: 700;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container * {
  box-sizing: border-box;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast {
  background-color: #030303;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-success {
  background-color: #51A351;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-error {
  background-color: #BD362F;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-info {
  background-color: #2F96B4;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-warning {
  background-color: #F89406;
}

/* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 6, vendor/assets/stylesheets/toastr.min.css.scss */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* line 1, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 186, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 192, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 217, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker th.month {
  width: auto;
}

/* line 221, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 254, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 266, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 276, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 282, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 293, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 297, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 301, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 305, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 311, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 315, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 322, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 328, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 332, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 339, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker {
    width: auto;
  }
  /* line 343, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 347, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 351, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 355, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 359, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 364, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 369, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 375, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 379, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 385, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 389, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 395, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 399, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 403, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 407, vendor/assets/stylesheets/daterangepicker/daterangepicker.css.scss */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/* line 1, app/assets/stylesheets/office/main.scss */
p.form-control.manager_emails {
  height: auto;
}
/*





*/
/* line 10, app/assets/stylesheets/office.scss */
.hidden {
  display: none !important;
}

/* line 14, app/assets/stylesheets/office.scss */
.payment-item:hover {
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/office.scss */
.payment-item-token {
  padding: 6px 10px;
  border-radius: 3px;
}

/* line 21, app/assets/stylesheets/office.scss */
.payment-item-token:hover {
  background: #ccc;
}

/* line 27, app/assets/stylesheets/office.scss */
#copy-payment {
  margin-left: 30px;
}

/* line 31, app/assets/stylesheets/office.scss */
.wire-transfer-office-item:hover {
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/office.scss */
.wire-transfer-office-item-token {
  padding: 6px 10px;
  border-radius: 3px;
}

/* line 38, app/assets/stylesheets/office.scss */
.wire-transfer-office-item-token:hover {
  background: #ccc;
}

/* line 44, app/assets/stylesheets/office.scss */
#copy-wire-transfer-office {
  margin-left: 30px;
}

/* line 48, app/assets/stylesheets/office.scss */
.app-header .navbar-brand {
  width: 164px;
  height: 55px;
}

/* line 53, app/assets/stylesheets/office.scss */
.version_tag {
  color: #b9bac3;
  position: relative;
  bottom: 25px;
  font-size: 12px;
  padding-left: 20px;
}

@media (max-height: 590px) {
  /* line 62, app/assets/stylesheets/office.scss */
  .version_tag {
    display: none;
  }
}

/* line 65, app/assets/stylesheets/office.scss */
.nav-item.locale .nav-link {
  color: #fdf5ce;
}

/* line 68, app/assets/stylesheets/office.scss */
.nav-item.locale .nav-link.active {
  color: #00a157;
  font-weight: bold;
}

/* line 73, app/assets/stylesheets/office.scss */
.ajax-loader {
  min-height: 30px;
  margin-top: 10px;
}

/* line 78, app/assets/stylesheets/office.scss */
.sidebar.kompas_color {
  background-color: #ebebeb;
}

/* line 84, app/assets/stylesheets/office.scss */
.sidebar.kompas_color nav.sidebar-nav ul.nav li.nav-item a.nav-link {
  background-color: #ebebeb;
  color: #060401;
}

/* line 88, app/assets/stylesheets/office.scss */
.sidebar.kompas_color nav.sidebar-nav ul.nav li.nav-item a.nav-link:hover {
  background-color: #fae8b6;
  color: #060401;
}

/* line 92, app/assets/stylesheets/office.scss */
.sidebar.kompas_color nav.sidebar-nav ul.nav li.nav-item a.nav-link:hover i.nav-icon {
  color: #060401;
}

/* line 95, app/assets/stylesheets/office.scss */
.sidebar.kompas_color nav.sidebar-nav ul.nav li.nav-item a.nav-link.active {
  background-color: #e5cf92;
  color: #060401;
}

/* line 99, app/assets/stylesheets/office.scss */
.sidebar.kompas_color nav.sidebar-nav ul.nav li.nav-item a.nav-link.active i.nav-icon {
  color: #060401;
}

/* line 102, app/assets/stylesheets/office.scss */
.sidebar.kompas_color nav.sidebar-nav ul.nav li.nav-item a.nav-link i.nav-icon {
  color: #060401;
}

/* line 109, app/assets/stylesheets/office.scss */
.wc_color {
  background-color: #4762bc;
}

/* line 110, app/assets/stylesheets/office.scss */
.smp_color {
  background-color: #FFFFFF;
}

/* line 111, app/assets/stylesheets/office.scss */
.kompas_color {
  background-color: #ebebeb;
}

/* line 112, app/assets/stylesheets/office.scss */
.wc_size {
  width: 100%;
}

/* line 113, app/assets/stylesheets/office.scss */
.smp_size {
  width: 64%;
}

/* line 114, app/assets/stylesheets/office.scss */
.kompas_size {
  width: 84%;
}

/* line 115, app/assets/stylesheets/office.scss */
.wc_color_link {
  color: #FFFFFF;
}

/* line 116, app/assets/stylesheets/office.scss */
.smp_color_link {
  color: #4762bc;
}

/* line 117, app/assets/stylesheets/office.scss */
.kompas_color_link {
  color: #4762bc;
}

/* line 118, app/assets/stylesheets/office.scss */
.download-report {
  min-width: 200px;
}

/* line 119, app/assets/stylesheets/office.scss */
button.menu-item {
  color: #9b8358;
  border-color: #9b8358;
}

/* line 120, app/assets/stylesheets/office.scss */
button.active-menu-item {
  color: #fae8b6;
  border-color: #fae8b6;
}
