@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.75rem;
  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.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1989, 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 1997, app/assets/stylesheets/core_ui_default.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

/* line 2058, 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 2065, app/assets/stylesheets/core_ui_default.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4dbd74;
}

/* line 2073, 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 2088, 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 2097, 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 2102, 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 2108, 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 2113, 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 2119, 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 2124, 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 2130, 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 2136, 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 2140, 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 2146, 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 2150, 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 2154, 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 2160, 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 2165, 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 2169, 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 2173, 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 2177, 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 2183, 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 2188, app/assets/stylesheets/core_ui_default.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f86c6b;
}

/* line 2196, 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 2211, 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 2220, 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 2225, 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 2231, 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 2236, 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 2242, 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 2247, 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 2253, 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 2259, 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 2263, 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 2269, 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 2273, 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 2277, 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 2283, 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 2288, 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 2292, 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 2296, 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 2300, 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 2306, 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 2311, app/assets/stylesheets/core_ui_default.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  /* line 2325, app/assets/stylesheets/core_ui_default.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2334, 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 2345, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2350, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2353, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2357, 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 2367, 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 2375, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2381, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2386, 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 2406, app/assets/stylesheets/core_ui_default.scss */
  .btn {
    transition: none;
  }
}

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

/* line 2416, 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 2421, app/assets/stylesheets/core_ui_default.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

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

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

/* line 2442, 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 2446, app/assets/stylesheets/core_ui_default.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 2452, 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 2459, 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 2464, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

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

/* line 2476, 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 2480, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #000000;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2486, 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 2493, 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 2498, app/assets/stylesheets/core_ui_default.scss */
.btn-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

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

/* line 2510, 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 2514, app/assets/stylesheets/core_ui_default.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2520, 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 2527, 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 2532, app/assets/stylesheets/core_ui_default.scss */
.btn-info {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

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

/* line 2544, 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 2548, app/assets/stylesheets/core_ui_default.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #000000;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2554, 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 2561, 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 2566, app/assets/stylesheets/core_ui_default.scss */
.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 2578, 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 2582, app/assets/stylesheets/core_ui_default.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2588, 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 2595, 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 2600, app/assets/stylesheets/core_ui_default.scss */
.btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

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

/* line 2612, 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 2616, app/assets/stylesheets/core_ui_default.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 2622, 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 2629, 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 2634, app/assets/stylesheets/core_ui_default.scss */
.btn-light {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

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

/* line 2646, 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 2650, app/assets/stylesheets/core_ui_default.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #000000;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2656, 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 2663, 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 2668, app/assets/stylesheets/core_ui_default.scss */
.btn-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

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

/* line 2680, 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 2684, app/assets/stylesheets/core_ui_default.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 2690, 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 2697, 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 2702, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary {
  color: #475ec0;
  border-color: #475ec0;
}

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

/* line 2713, 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 2717, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #475ec0;
  background-color: transparent;
}

/* line 2722, 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 2729, 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 2734, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary {
  color: #c8ced3;
  border-color: #c8ced3;
}

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

/* line 2745, 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 2749, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
}

/* line 2754, 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 2761, 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 2766, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success {
  color: #4dbd74;
  border-color: #4dbd74;
}

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

/* line 2777, 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 2781, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4dbd74;
  background-color: transparent;
}

/* line 2786, 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 2793, 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 2798, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info {
  color: #63c2de;
  border-color: #63c2de;
}

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

/* line 2809, 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 2813, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #63c2de;
  background-color: transparent;
}

/* line 2818, 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 2825, 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 2830, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

/* line 2841, 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 2845, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2850, 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 2857, 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 2862, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger {
  color: #f86c6b;
  border-color: #f86c6b;
}

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

/* line 2873, 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 2877, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
}

/* line 2882, 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 2889, 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 2894, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light {
  color: #f0f3f5;
  border-color: #f0f3f5;
}

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

/* line 2905, 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 2909, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
}

/* line 2914, 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 2921, 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 2926, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark {
  color: #2f353a;
  border-color: #2f353a;
}

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

/* line 2937, 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 2941, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2f353a;
  background-color: transparent;
}

/* line 2946, 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 2953, 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 2958, app/assets/stylesheets/core_ui_default.scss */
.btn-link {
  font-weight: 400;
  color: #475ec0;
  text-decoration: none;
}

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

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

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

/* line 2979, 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 2986, 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 2993, app/assets/stylesheets/core_ui_default.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

/* line 3002, 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 3008, app/assets/stylesheets/core_ui_default.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

/* line 3034, 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 3042, app/assets/stylesheets/core_ui_default.scss */
  .collapsing {
    transition: none;
  }
}

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

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

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

/* line 3073, 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 3093, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3245, 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 3258, 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 3263, 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 3268, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #181b1e;
  text-decoration: none;
  background-color: #f0f3f5;
}

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

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

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

/* line 3290, 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 3299, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000000;
}

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

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

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

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

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

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

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

/* line 3367, 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 3373, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3377, 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 3382, 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 3387, app/assets/stylesheets/core_ui_default.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

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

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

/* line 3498, 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 3504, 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 3509, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

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

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

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

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

/* line 3545, 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 3563, app/assets/stylesheets/core_ui_default.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3568, 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 3573, 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 3585, 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 3590, 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 3602, app/assets/stylesheets/core_ui_default.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

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

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

/* line 3652, 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 3656, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ad4ee;
}

/* line 3660, 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 3666, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #bfbfbf;
}

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

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

/* line 3680, 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 3693, 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 3704, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3708, 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 3712, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #475ec0;
  background-color: #475ec0;
}

/* line 3717, 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 3721, 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 3725, 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 3729, app/assets/stylesheets/core_ui_default.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3733, 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 3737, 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 3741, app/assets/stylesheets/core_ui_default.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3745, 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 3752, 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 3765, app/assets/stylesheets/core_ui_default.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3770, 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 3776, 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 3780, 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 3799, 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 3805, app/assets/stylesheets/core_ui_default.scss */
.custom-select:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

/* line 3810, 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 3816, app/assets/stylesheets/core_ui_default.scss */
.custom-select:disabled {
  color: #bfbfbf;
  background-color: #e4e7ea;
}

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

/* line 3825, 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 3833, 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 3841, 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 3849, 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 3858, 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 3863, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e7ea;
}

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

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

/* line 3875, 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 3891, 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 3908, 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 3918, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus {
  outline: none;
}

/* line 3922, 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 3926, 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 3930, 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 3934, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3938, 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 3951, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

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

/* line 3960, 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 3970, 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 3982, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

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

/* line 3991, 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 4001, 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 4015, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4112, 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 4118, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #c8ced3 #c8ced3 #c8ced3;
}

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

/* line 4128, 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 4135, 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 4141, app/assets/stylesheets/core_ui_default.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

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

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

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

/* line 4173, 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 4186, 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 4198, 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 4208, app/assets/stylesheets/core_ui_default.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

/* line 4247, 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 4256, app/assets/stylesheets/core_ui_default.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4260, 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 4271, 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 4279, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4285, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4289, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4292, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4296, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4301, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4307, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4313, 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 4321, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4327, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4331, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4334, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4338, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4343, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4349, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4355, 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 4363, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4369, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4373, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4376, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4380, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4385, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4391, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4397, 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 4405, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4411, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4415, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4418, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4422, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4427, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4433, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

/* line 4486, 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 4490, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4494, 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 4498, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4502, 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 4509, 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 4514, 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 4518, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

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

/* line 4526, 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 4530, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

/* line 4542, 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 4546, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4550, 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 4557, 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 4562, 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 4566, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

/* line 4578, 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 4592, app/assets/stylesheets/core_ui_default.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4597, 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 4602, 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 4607, app/assets/stylesheets/core_ui_default.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

/* line 4634, 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 4641, app/assets/stylesheets/core_ui_default.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

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

/* line 4659, 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 4666, app/assets/stylesheets/core_ui_default.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

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

/* line 4685, 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 4691, 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 4697, app/assets/stylesheets/core_ui_default.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  /* line 4709, app/assets/stylesheets/core_ui_default.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4715, 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 4728, app/assets/stylesheets/core_ui_default.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  /* line 4740, app/assets/stylesheets/core_ui_default.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 4744, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4749, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4753, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4757, 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 4761, 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 4765, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4769, 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 4773, 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 4779, app/assets/stylesheets/core_ui_default.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4784, 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 4794, app/assets/stylesheets/core_ui_default.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

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

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

/* line 4813, 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 4819, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 4828, 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 4840, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

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

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

/* line 4871, 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 4882, 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 4890, 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 4896, 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 4902, 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 4907, app/assets/stylesheets/core_ui_default.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #475ec0;
  border-color: #475ec0;
}

/* line 4914, 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 4922, 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 4928, 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 4933, 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 4938, 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 4944, 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 4949, 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 4954, 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 4968, app/assets/stylesheets/core_ui_default.scss */
  .badge {
    transition: none;
  }
}

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

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

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

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

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

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

/* line 5002, 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 5007, app/assets/stylesheets/core_ui_default.scss */
.badge-secondary {
  color: #000000;
  background-color: #c8ced3;
}

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

/* line 5017, 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 5022, app/assets/stylesheets/core_ui_default.scss */
.badge-success {
  color: #fff;
  background-color: #4dbd74;
}

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

/* line 5032, 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 5037, app/assets/stylesheets/core_ui_default.scss */
.badge-info {
  color: #000000;
  background-color: #63c2de;
}

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

/* line 5047, 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 5052, app/assets/stylesheets/core_ui_default.scss */
.badge-warning {
  color: #000000;
  background-color: #ffc107;
}

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

/* line 5062, 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 5067, app/assets/stylesheets/core_ui_default.scss */
.badge-danger {
  color: #fff;
  background-color: #f86c6b;
}

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

/* line 5077, 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 5082, app/assets/stylesheets/core_ui_default.scss */
.badge-light {
  color: #000000;
  background-color: #f0f3f5;
}

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

/* line 5092, 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 5097, app/assets/stylesheets/core_ui_default.scss */
.badge-dark {
  color: #fff;
  background-color: #2f353a;
}

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

/* line 5107, 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 5112, 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 5120, app/assets/stylesheets/core_ui_default.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

/* line 5131, 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 5139, app/assets/stylesheets/core_ui_default.scss */
.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5267, 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 5289, 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 5299, 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 5314, app/assets/stylesheets/core_ui_default.scss */
  .progress-bar {
    transition: none;
  }
}

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

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

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

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

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

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

/* line 5363, 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 5370, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action:active {
  color: #000000;
  background-color: #e4e7ea;
}

/* line 5375, 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 5384, 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 5389, 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 5395, app/assets/stylesheets/core_ui_default.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #bfbfbf;
  pointer-events: none;
  background-color: #fff;
}

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

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

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

/* line 5418, 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 5424, 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 5432, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5436, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5440, 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 5445, 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 5454, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5458, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5462, 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 5467, 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 5476, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5480, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5484, 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 5489, 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 5498, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5502, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5506, 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 5511, 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 5519, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

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

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

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

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

/* line 5543, 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 5548, 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 5554, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary {
  color: #686b6e;
  background-color: #f0f1f3;
}

/* line 5559, 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 5564, 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 5570, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success {
  color: #28623c;
  background-color: #cdedd8;
}

/* line 5575, 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 5580, 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 5586, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info {
  color: #336573;
  background-color: #d3eef6;
}

/* line 5591, 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 5596, 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 5602, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5607, 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 5612, 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 5618, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger {
  color: #813838;
  background-color: #fdd6d6;
}

/* line 5623, 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 5628, 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 5634, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light {
  color: #7d7e7f;
  background-color: #fbfcfc;
}

/* line 5639, 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 5644, 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 5650, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark {
  color: #181c1e;
  background-color: #c5c6c8;
}

/* line 5655, 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 5660, 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 5666, 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 5676, app/assets/stylesheets/core_ui_default.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

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

/* line 5685, 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 5694, app/assets/stylesheets/core_ui_default.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5698, 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 5712, app/assets/stylesheets/core_ui_default.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

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

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

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

/* line 5729, 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 5741, app/assets/stylesheets/core_ui_default.scss */
.toast-body {
  padding: 0.75rem;
}

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

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

/* line 5754, 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 5766, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5773, 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 5782, app/assets/stylesheets/core_ui_default.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

/* line 5843, 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 5858, 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 5868, app/assets/stylesheets/core_ui_default.scss */
.modal-backdrop.fade {
  opacity: 0;
}

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

/* line 5876, 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 5889, app/assets/stylesheets/core_ui_default.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

/* line 5906, 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 5919, app/assets/stylesheets/core_ui_default.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

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

/* line 5927, 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 5936, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5940, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5943, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5946, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5949, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 5952, app/assets/stylesheets/core_ui_default.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

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

/* line 5970, 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 5994, app/assets/stylesheets/core_ui_default.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5998, app/assets/stylesheets/core_ui_default.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6005, app/assets/stylesheets/core_ui_default.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6012, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6016, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6020, 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 6026, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6030, 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 6036, 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 6042, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6046, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6050, 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 6056, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6060, 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 6066, 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 6072, 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 6081, 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 6110, app/assets/stylesheets/core_ui_default.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6118, 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 6126, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6130, 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 6134, 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 6140, 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 6146, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6150, 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 6157, 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 6163, 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 6169, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6173, 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 6177, 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 6183, 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 6189, 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 6200, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6204, 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 6211, 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 6217, 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 6223, 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 6233, app/assets/stylesheets/core_ui_default.scss */
.popover-header:empty {
  display: none;
}

/* line 6237, app/assets/stylesheets/core_ui_default.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000;
}

/* line 6242, app/assets/stylesheets/core_ui_default.scss */
.carousel {
  position: relative;
}

/* line 6246, app/assets/stylesheets/core_ui_default.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6251, app/assets/stylesheets/core_ui_default.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6257, app/assets/stylesheets/core_ui_default.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6263, 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 6277, app/assets/stylesheets/core_ui_default.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6282, app/assets/stylesheets/core_ui_default.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6288, app/assets/stylesheets/core_ui_default.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6294, app/assets/stylesheets/core_ui_default.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6300, app/assets/stylesheets/core_ui_default.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6307, 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 6314, 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 6322, app/assets/stylesheets/core_ui_default.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6328, 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 6348, app/assets/stylesheets/core_ui_default.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6354, 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 6363, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6367, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-next {
  right: 0;
}

/* line 6371, 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 6379, 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 6383, 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 6387, 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 6403, 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 6422, app/assets/stylesheets/core_ui_default.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6427, app/assets/stylesheets/core_ui_default.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6431, 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 6457, 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 6469, 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 6495, 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 6507, app/assets/stylesheets/core_ui_default.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6512, app/assets/stylesheets/core_ui_default.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6516, app/assets/stylesheets/core_ui_default.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6520, app/assets/stylesheets/core_ui_default.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6524, app/assets/stylesheets/core_ui_default.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6528, app/assets/stylesheets/core_ui_default.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6532, app/assets/stylesheets/core_ui_default.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6536, app/assets/stylesheets/core_ui_default.scss */
.bg-primary {
  background-color: #475ec0 !important;
}

/* line 6540, 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 6546, app/assets/stylesheets/core_ui_default.scss */
.bg-secondary {
  background-color: #c8ced3 !important;
}

/* line 6550, 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 6556, app/assets/stylesheets/core_ui_default.scss */
.bg-success {
  background-color: #4dbd74 !important;
}

/* line 6560, 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 6566, app/assets/stylesheets/core_ui_default.scss */
.bg-info {
  background-color: #63c2de !important;
}

/* line 6570, 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 6576, app/assets/stylesheets/core_ui_default.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6580, 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 6586, app/assets/stylesheets/core_ui_default.scss */
.bg-danger {
  background-color: #f86c6b !important;
}

/* line 6590, 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 6596, app/assets/stylesheets/core_ui_default.scss */
.bg-light {
  background-color: #f0f3f5 !important;
}

/* line 6600, 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 6606, app/assets/stylesheets/core_ui_default.scss */
.bg-dark {
  background-color: #2f353a !important;
}

/* line 6610, 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 6616, app/assets/stylesheets/core_ui_default.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6620, app/assets/stylesheets/core_ui_default.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6624, app/assets/stylesheets/core_ui_default.scss */
.border {
  border: 1px solid #c8ced3 !important;
}

/* line 6628, app/assets/stylesheets/core_ui_default.scss */
.border-top {
  border-top: 1px solid #c8ced3 !important;
}

/* line 6632, app/assets/stylesheets/core_ui_default.scss */
.border-right {
  border-right: 1px solid #c8ced3 !important;
}

/* line 6636, app/assets/stylesheets/core_ui_default.scss */
.border-bottom {
  border-bottom: 1px solid #c8ced3 !important;
}

/* line 6640, app/assets/stylesheets/core_ui_default.scss */
.border-left {
  border-left: 1px solid #c8ced3 !important;
}

/* line 6644, app/assets/stylesheets/core_ui_default.scss */
.border-0 {
  border: 0 !important;
}

/* line 6648, app/assets/stylesheets/core_ui_default.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6652, app/assets/stylesheets/core_ui_default.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6656, app/assets/stylesheets/core_ui_default.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6660, app/assets/stylesheets/core_ui_default.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6664, app/assets/stylesheets/core_ui_default.scss */
.border-primary {
  border-color: #475ec0 !important;
}

/* line 6668, app/assets/stylesheets/core_ui_default.scss */
.border-secondary {
  border-color: #c8ced3 !important;
}

/* line 6672, app/assets/stylesheets/core_ui_default.scss */
.border-success {
  border-color: #4dbd74 !important;
}

/* line 6676, app/assets/stylesheets/core_ui_default.scss */
.border-info {
  border-color: #63c2de !important;
}

/* line 6680, app/assets/stylesheets/core_ui_default.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6684, app/assets/stylesheets/core_ui_default.scss */
.border-danger {
  border-color: #f86c6b !important;
}

/* line 6688, app/assets/stylesheets/core_ui_default.scss */
.border-light {
  border-color: #f0f3f5 !important;
}

/* line 6692, app/assets/stylesheets/core_ui_default.scss */
.border-dark {
  border-color: #2f353a !important;
}

/* line 6696, app/assets/stylesheets/core_ui_default.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6700, app/assets/stylesheets/core_ui_default.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6704, app/assets/stylesheets/core_ui_default.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6708, app/assets/stylesheets/core_ui_default.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6713, app/assets/stylesheets/core_ui_default.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6718, app/assets/stylesheets/core_ui_default.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6723, app/assets/stylesheets/core_ui_default.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6728, app/assets/stylesheets/core_ui_default.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6732, app/assets/stylesheets/core_ui_default.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6736, app/assets/stylesheets/core_ui_default.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6740, app/assets/stylesheets/core_ui_default.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6744, app/assets/stylesheets/core_ui_default.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6750, app/assets/stylesheets/core_ui_default.scss */
.d-none {
  display: none !important;
}

/* line 6754, app/assets/stylesheets/core_ui_default.scss */
.d-inline {
  display: inline !important;
}

/* line 6758, app/assets/stylesheets/core_ui_default.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6762, app/assets/stylesheets/core_ui_default.scss */
.d-block {
  display: block !important;
}

/* line 6766, app/assets/stylesheets/core_ui_default.scss */
.d-table {
  display: table !important;
}

/* line 6770, app/assets/stylesheets/core_ui_default.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6774, app/assets/stylesheets/core_ui_default.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6778, app/assets/stylesheets/core_ui_default.scss */
.d-flex {
  display: flex !important;
}

/* line 6783, app/assets/stylesheets/core_ui_default.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6789, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6792, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6795, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6798, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6801, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6804, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6807, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6810, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6814, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6821, app/assets/stylesheets/core_ui_default.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6824, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6827, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6830, app/assets/stylesheets/core_ui_default.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6833, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6836, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6839, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6842, app/assets/stylesheets/core_ui_default.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6846, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6853, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6856, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6859, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6862, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6865, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6868, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6871, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6874, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6878, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6885, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6888, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6891, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6894, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6897, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6900, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6903, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6906, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6910, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6917, app/assets/stylesheets/core_ui_default.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6920, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6923, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6926, app/assets/stylesheets/core_ui_default.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6929, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6932, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6935, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6938, app/assets/stylesheets/core_ui_default.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6942, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6948, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6956, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6961, 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 6975, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6979, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6983, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6987, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6991, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6995, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6999, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7003, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7007, app/assets/stylesheets/core_ui_default.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 7012, app/assets/stylesheets/core_ui_default.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7017, app/assets/stylesheets/core_ui_default.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7022, app/assets/stylesheets/core_ui_default.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7027, app/assets/stylesheets/core_ui_default.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7032, app/assets/stylesheets/core_ui_default.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7037, app/assets/stylesheets/core_ui_default.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7042, app/assets/stylesheets/core_ui_default.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7047, app/assets/stylesheets/core_ui_default.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7052, app/assets/stylesheets/core_ui_default.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7057, app/assets/stylesheets/core_ui_default.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7062, app/assets/stylesheets/core_ui_default.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7067, app/assets/stylesheets/core_ui_default.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7072, app/assets/stylesheets/core_ui_default.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7077, app/assets/stylesheets/core_ui_default.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 7082, app/assets/stylesheets/core_ui_default.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7087, app/assets/stylesheets/core_ui_default.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7092, app/assets/stylesheets/core_ui_default.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7097, app/assets/stylesheets/core_ui_default.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7102, app/assets/stylesheets/core_ui_default.scss */
.align-items-center {
  align-items: center !important;
}

/* line 7107, app/assets/stylesheets/core_ui_default.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7112, app/assets/stylesheets/core_ui_default.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7117, app/assets/stylesheets/core_ui_default.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7122, app/assets/stylesheets/core_ui_default.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7127, app/assets/stylesheets/core_ui_default.scss */
.align-content-center {
  align-content: center !important;
}

/* line 7132, app/assets/stylesheets/core_ui_default.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 7137, app/assets/stylesheets/core_ui_default.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 7142, app/assets/stylesheets/core_ui_default.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7147, app/assets/stylesheets/core_ui_default.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 7152, app/assets/stylesheets/core_ui_default.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7157, app/assets/stylesheets/core_ui_default.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7162, app/assets/stylesheets/core_ui_default.scss */
.align-self-center {
  align-self: center !important;
}

/* line 7167, app/assets/stylesheets/core_ui_default.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7172, app/assets/stylesheets/core_ui_default.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7178, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7182, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7186, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7190, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7194, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7198, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7202, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7206, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7210, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7214, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7218, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7222, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7226, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7230, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7234, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7238, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7242, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7246, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7250, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7254, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7258, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7262, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7266, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7270, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7274, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7278, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7282, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7286, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7290, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7294, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7298, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7302, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7306, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7310, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7317, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7321, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7325, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7329, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7333, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7337, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7341, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7345, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7349, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7353, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7357, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7361, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7365, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7369, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7373, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7377, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7381, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7385, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7389, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7393, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7397, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7401, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7405, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7409, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7413, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7417, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7421, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7425, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7429, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7433, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7437, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7441, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7445, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7449, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7456, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7460, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7464, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7468, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7472, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7476, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7480, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7484, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7488, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7492, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7496, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7500, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7504, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7508, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7512, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7516, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7520, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7524, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7528, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7532, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7536, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7540, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7544, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7548, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7552, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7556, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7560, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7564, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7568, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7572, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7576, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7580, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7584, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7588, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7595, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7599, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7603, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7607, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7611, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7615, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7619, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7623, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7627, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7631, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7635, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7639, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7643, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7647, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7651, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7655, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7659, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7663, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7667, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7671, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7675, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7679, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7683, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7687, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7691, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7695, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7699, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7703, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7707, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7711, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7715, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7719, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7723, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7727, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7733, app/assets/stylesheets/core_ui_default.scss */
.float-left {
  float: left !important;
}

/* line 7737, app/assets/stylesheets/core_ui_default.scss */
.float-right {
  float: right !important;
}

/* line 7741, app/assets/stylesheets/core_ui_default.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7746, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7749, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7752, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7758, app/assets/stylesheets/core_ui_default.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7761, app/assets/stylesheets/core_ui_default.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7764, app/assets/stylesheets/core_ui_default.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7770, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7773, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7776, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7782, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7785, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7788, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7793, app/assets/stylesheets/core_ui_default.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7797, app/assets/stylesheets/core_ui_default.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7801, app/assets/stylesheets/core_ui_default.scss */
.position-static {
  position: static !important;
}

/* line 7805, app/assets/stylesheets/core_ui_default.scss */
.position-relative {
  position: relative !important;
}

/* line 7809, app/assets/stylesheets/core_ui_default.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7813, app/assets/stylesheets/core_ui_default.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7817, app/assets/stylesheets/core_ui_default.scss */
.position-sticky {
  position: sticky !important;
}

/* line 7822, app/assets/stylesheets/core_ui_default.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7830, app/assets/stylesheets/core_ui_default.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7839, app/assets/stylesheets/core_ui_default.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7847, 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 7858, 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 7867, app/assets/stylesheets/core_ui_default.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 7871, app/assets/stylesheets/core_ui_default.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 7875, app/assets/stylesheets/core_ui_default.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7879, app/assets/stylesheets/core_ui_default.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7883, app/assets/stylesheets/core_ui_default.scss */
.w-25 {
  width: 25% !important;
}

/* line 7887, app/assets/stylesheets/core_ui_default.scss */
.w-50 {
  width: 50% !important;
}

/* line 7891, app/assets/stylesheets/core_ui_default.scss */
.w-75 {
  width: 75% !important;
}

/* line 7895, app/assets/stylesheets/core_ui_default.scss */
.w-100 {
  width: 100% !important;
}

/* line 7899, app/assets/stylesheets/core_ui_default.scss */
.w-auto {
  width: auto !important;
}

/* line 7903, app/assets/stylesheets/core_ui_default.scss */
.h-25 {
  height: 25% !important;
}

/* line 7907, app/assets/stylesheets/core_ui_default.scss */
.h-50 {
  height: 50% !important;
}

/* line 7911, app/assets/stylesheets/core_ui_default.scss */
.h-75 {
  height: 75% !important;
}

/* line 7915, app/assets/stylesheets/core_ui_default.scss */
.h-100 {
  height: 100% !important;
}

/* line 7919, app/assets/stylesheets/core_ui_default.scss */
.h-auto {
  height: auto !important;
}

/* line 7923, app/assets/stylesheets/core_ui_default.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7927, app/assets/stylesheets/core_ui_default.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7931, app/assets/stylesheets/core_ui_default.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7935, app/assets/stylesheets/core_ui_default.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7939, app/assets/stylesheets/core_ui_default.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7943, app/assets/stylesheets/core_ui_default.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7947, 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 7959, app/assets/stylesheets/core_ui_default.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7963, app/assets/stylesheets/core_ui_default.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7968, app/assets/stylesheets/core_ui_default.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7973, app/assets/stylesheets/core_ui_default.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7978, app/assets/stylesheets/core_ui_default.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7983, app/assets/stylesheets/core_ui_default.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7987, app/assets/stylesheets/core_ui_default.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7992, app/assets/stylesheets/core_ui_default.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7997, app/assets/stylesheets/core_ui_default.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8002, app/assets/stylesheets/core_ui_default.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8007, app/assets/stylesheets/core_ui_default.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8011, app/assets/stylesheets/core_ui_default.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8016, app/assets/stylesheets/core_ui_default.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8021, app/assets/stylesheets/core_ui_default.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8026, app/assets/stylesheets/core_ui_default.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8031, app/assets/stylesheets/core_ui_default.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 8035, app/assets/stylesheets/core_ui_default.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8040, app/assets/stylesheets/core_ui_default.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8045, app/assets/stylesheets/core_ui_default.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8050, app/assets/stylesheets/core_ui_default.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8055, app/assets/stylesheets/core_ui_default.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8059, app/assets/stylesheets/core_ui_default.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8064, app/assets/stylesheets/core_ui_default.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8069, app/assets/stylesheets/core_ui_default.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8074, app/assets/stylesheets/core_ui_default.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8079, app/assets/stylesheets/core_ui_default.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 8083, app/assets/stylesheets/core_ui_default.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8088, app/assets/stylesheets/core_ui_default.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8093, app/assets/stylesheets/core_ui_default.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8098, app/assets/stylesheets/core_ui_default.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8103, app/assets/stylesheets/core_ui_default.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8107, app/assets/stylesheets/core_ui_default.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8112, app/assets/stylesheets/core_ui_default.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8117, app/assets/stylesheets/core_ui_default.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8122, app/assets/stylesheets/core_ui_default.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8127, app/assets/stylesheets/core_ui_default.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8131, app/assets/stylesheets/core_ui_default.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8136, app/assets/stylesheets/core_ui_default.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8141, app/assets/stylesheets/core_ui_default.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8146, app/assets/stylesheets/core_ui_default.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8151, app/assets/stylesheets/core_ui_default.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8155, app/assets/stylesheets/core_ui_default.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8160, app/assets/stylesheets/core_ui_default.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8165, app/assets/stylesheets/core_ui_default.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8170, app/assets/stylesheets/core_ui_default.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8175, app/assets/stylesheets/core_ui_default.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8179, app/assets/stylesheets/core_ui_default.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8184, app/assets/stylesheets/core_ui_default.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8189, app/assets/stylesheets/core_ui_default.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8194, app/assets/stylesheets/core_ui_default.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8199, app/assets/stylesheets/core_ui_default.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8203, app/assets/stylesheets/core_ui_default.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8208, app/assets/stylesheets/core_ui_default.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8213, app/assets/stylesheets/core_ui_default.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8218, app/assets/stylesheets/core_ui_default.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8223, app/assets/stylesheets/core_ui_default.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 8227, app/assets/stylesheets/core_ui_default.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8232, app/assets/stylesheets/core_ui_default.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8237, app/assets/stylesheets/core_ui_default.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8242, app/assets/stylesheets/core_ui_default.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8247, app/assets/stylesheets/core_ui_default.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8251, app/assets/stylesheets/core_ui_default.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8256, app/assets/stylesheets/core_ui_default.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8261, app/assets/stylesheets/core_ui_default.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8266, app/assets/stylesheets/core_ui_default.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8271, app/assets/stylesheets/core_ui_default.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8275, app/assets/stylesheets/core_ui_default.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8280, app/assets/stylesheets/core_ui_default.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8285, app/assets/stylesheets/core_ui_default.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8290, app/assets/stylesheets/core_ui_default.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8295, app/assets/stylesheets/core_ui_default.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 8299, app/assets/stylesheets/core_ui_default.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8304, app/assets/stylesheets/core_ui_default.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8309, app/assets/stylesheets/core_ui_default.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8314, app/assets/stylesheets/core_ui_default.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8319, app/assets/stylesheets/core_ui_default.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8323, app/assets/stylesheets/core_ui_default.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8328, app/assets/stylesheets/core_ui_default.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8333, app/assets/stylesheets/core_ui_default.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8338, app/assets/stylesheets/core_ui_default.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8343, app/assets/stylesheets/core_ui_default.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8347, app/assets/stylesheets/core_ui_default.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8352, app/assets/stylesheets/core_ui_default.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8357, app/assets/stylesheets/core_ui_default.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8362, app/assets/stylesheets/core_ui_default.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8367, app/assets/stylesheets/core_ui_default.scss */
.m-auto {
  margin: auto !important;
}

/* line 8371, app/assets/stylesheets/core_ui_default.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8376, app/assets/stylesheets/core_ui_default.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8381, app/assets/stylesheets/core_ui_default.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8386, app/assets/stylesheets/core_ui_default.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8392, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8395, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8399, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8403, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8407, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8411, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8414, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8418, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8422, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8426, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8430, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8433, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8437, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8441, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8445, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8449, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8452, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8456, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8460, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8464, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8468, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8471, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8475, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8479, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8483, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8487, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8490, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8494, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8498, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8502, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8506, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8509, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8513, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8517, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8521, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8525, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8528, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8532, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8536, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8540, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8544, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8547, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8551, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8555, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8559, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8563, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8566, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8570, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8574, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8578, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8582, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8585, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8589, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8593, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8597, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8601, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8604, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8608, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8612, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8616, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8620, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8623, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8627, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8631, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8635, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8639, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8642, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8646, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8650, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8654, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8658, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8661, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8665, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8669, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8673, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8677, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8684, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8688, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8692, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8696, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8699, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8703, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8707, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8711, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8715, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8718, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8722, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8726, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8730, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8737, app/assets/stylesheets/core_ui_default.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8740, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8744, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8748, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8752, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8756, app/assets/stylesheets/core_ui_default.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8759, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8763, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8767, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8771, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8775, app/assets/stylesheets/core_ui_default.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8778, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8782, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8786, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8790, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8794, app/assets/stylesheets/core_ui_default.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8797, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8801, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8805, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8809, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8813, app/assets/stylesheets/core_ui_default.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8816, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8820, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8824, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8828, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8832, app/assets/stylesheets/core_ui_default.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8835, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8839, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8843, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8847, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8851, app/assets/stylesheets/core_ui_default.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8854, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8858, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8862, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8866, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8870, app/assets/stylesheets/core_ui_default.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8873, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8877, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8881, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8885, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8889, app/assets/stylesheets/core_ui_default.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8892, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8896, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8900, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8904, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8908, app/assets/stylesheets/core_ui_default.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8911, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8915, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8919, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8923, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8927, app/assets/stylesheets/core_ui_default.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8930, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8934, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8938, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8942, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8946, app/assets/stylesheets/core_ui_default.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8949, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8953, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8957, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8961, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8965, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 8968, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8972, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8976, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8980, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8984, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 8987, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8991, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8995, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8999, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9003, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9006, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9010, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9014, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9018, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9022, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9025, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9029, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9033, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9037, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9041, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9044, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9048, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9052, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9056, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9060, app/assets/stylesheets/core_ui_default.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9063, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9067, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9071, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9075, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9082, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9085, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9089, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9093, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9097, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9101, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9104, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9108, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9112, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9116, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9120, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9123, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9127, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9131, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9135, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9139, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9142, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9146, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9150, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9154, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9158, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9161, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9165, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9169, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9173, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9177, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9180, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9184, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9188, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9192, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9196, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9199, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9203, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9207, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9211, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9215, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9218, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9222, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9226, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9230, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9234, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9237, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9241, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9245, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9249, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9253, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9256, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9260, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9264, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9268, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9272, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9275, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9279, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9283, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9287, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9291, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9294, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9298, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9302, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9306, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9310, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9313, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9317, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9321, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9325, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9329, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9332, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9336, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9340, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9344, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9348, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9351, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9355, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9359, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9363, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9367, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9370, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9374, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9378, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9382, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9386, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9389, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9393, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9397, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9401, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9405, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9408, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9412, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9416, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9420, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9427, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9430, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9434, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9438, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9442, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9446, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9449, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9453, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9457, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9461, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9465, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9468, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9472, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9476, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9480, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9484, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9487, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9491, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9495, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9499, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9503, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9506, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9510, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9514, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9518, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9522, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9525, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9529, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9533, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9537, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9541, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9544, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9548, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9552, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9556, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9560, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9563, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9567, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9571, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9575, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9579, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9582, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9586, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9590, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9594, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9598, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9601, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9605, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9609, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9613, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9617, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9620, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9624, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9628, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9632, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9636, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9639, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9643, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9647, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9651, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9655, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9658, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9662, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9666, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9670, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9674, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9677, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9681, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9685, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9689, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9693, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9696, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9700, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9704, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9708, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9712, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9715, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9719, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9723, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9727, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9731, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9734, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9738, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9742, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9746, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9750, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9753, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9757, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9761, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9765, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9771, app/assets/stylesheets/core_ui_default.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9775, app/assets/stylesheets/core_ui_default.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9779, app/assets/stylesheets/core_ui_default.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9783, app/assets/stylesheets/core_ui_default.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9787, app/assets/stylesheets/core_ui_default.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9793, app/assets/stylesheets/core_ui_default.scss */
.text-left {
  text-align: left !important;
}

/* line 9797, app/assets/stylesheets/core_ui_default.scss */
.text-right {
  text-align: right !important;
}

/* line 9801, app/assets/stylesheets/core_ui_default.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9806, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9809, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9812, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9818, app/assets/stylesheets/core_ui_default.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 9821, app/assets/stylesheets/core_ui_default.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 9824, app/assets/stylesheets/core_ui_default.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9830, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 9833, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 9836, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9842, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 9845, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 9848, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 9853, app/assets/stylesheets/core_ui_default.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9857, app/assets/stylesheets/core_ui_default.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9861, app/assets/stylesheets/core_ui_default.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9865, app/assets/stylesheets/core_ui_default.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9869, app/assets/stylesheets/core_ui_default.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9873, app/assets/stylesheets/core_ui_default.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9877, app/assets/stylesheets/core_ui_default.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9881, app/assets/stylesheets/core_ui_default.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9885, app/assets/stylesheets/core_ui_default.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9889, app/assets/stylesheets/core_ui_default.scss */
.text-white {
  color: #fff !important;
}

/* line 9893, app/assets/stylesheets/core_ui_default.scss */
.text-primary {
  color: #475ec0 !important;
}

/* line 9897, app/assets/stylesheets/core_ui_default.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #167495 !important;
}

/* line 9901, app/assets/stylesheets/core_ui_default.scss */
.text-secondary {
  color: #c8ced3 !important;
}

/* line 9905, app/assets/stylesheets/core_ui_default.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #9ea8b1 !important;
}

/* line 9909, app/assets/stylesheets/core_ui_default.scss */
.text-success {
  color: #4dbd74 !important;
}

/* line 9913, app/assets/stylesheets/core_ui_default.scss */
a.text-success:hover, a.text-success:focus {
  color: #338a52 !important;
}

/* line 9917, app/assets/stylesheets/core_ui_default.scss */
.text-info {
  color: #63c2de !important;
}

/* line 9921, app/assets/stylesheets/core_ui_default.scss */
a.text-info:hover, a.text-info:focus {
  color: #2ba6ca !important;
}

/* line 9925, app/assets/stylesheets/core_ui_default.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 9929, app/assets/stylesheets/core_ui_default.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 9933, app/assets/stylesheets/core_ui_default.scss */
.text-danger {
  color: #f86c6b !important;
}

/* line 9937, app/assets/stylesheets/core_ui_default.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #f52322 !important;
}

/* line 9941, app/assets/stylesheets/core_ui_default.scss */
.text-light {
  color: #f0f3f5 !important;
}

/* line 9945, app/assets/stylesheets/core_ui_default.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2ced6 !important;
}

/* line 9949, app/assets/stylesheets/core_ui_default.scss */
.text-dark {
  color: #2f353a !important;
}

/* line 9953, app/assets/stylesheets/core_ui_default.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0d0e10 !important;
}

/* line 9957, app/assets/stylesheets/core_ui_default.scss */
.text-body {
  color: #000000 !important;
}

/* line 9961, app/assets/stylesheets/core_ui_default.scss */
.text-muted {
  color: #bfbfbf !important;
}

/* line 9965, app/assets/stylesheets/core_ui_default.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9969, app/assets/stylesheets/core_ui_default.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9973, app/assets/stylesheets/core_ui_default.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9981, app/assets/stylesheets/core_ui_default.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9985, app/assets/stylesheets/core_ui_default.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 9990, app/assets/stylesheets/core_ui_default.scss */
.text-reset {
  color: inherit !important;
}

/* line 9994, app/assets/stylesheets/core_ui_default.scss */
.visible {
  visibility: visible !important;
  display: revert;
}

/* line 9999, app/assets/stylesheets/core_ui_default.scss */
.invisible {
  visibility: hidden !important;
  display: none;
}

@media print {
  /* line 10005, app/assets/stylesheets/core_ui_default.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10011, app/assets/stylesheets/core_ui_default.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10014, app/assets/stylesheets/core_ui_default.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10017, app/assets/stylesheets/core_ui_default.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10020, app/assets/stylesheets/core_ui_default.scss */
  pre,
blockquote {
    border: 1px solid #8f9ba6;
    page-break-inside: avoid;
  }
  /* line 10025, app/assets/stylesheets/core_ui_default.scss */
  thead {
    display: table-header-group;
  }
  /* line 10028, app/assets/stylesheets/core_ui_default.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10032, app/assets/stylesheets/core_ui_default.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10038, app/assets/stylesheets/core_ui_default.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10045, app/assets/stylesheets/core_ui_default.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10048, app/assets/stylesheets/core_ui_default.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10051, app/assets/stylesheets/core_ui_default.scss */
  .navbar {
    display: none;
  }
  /* line 10054, app/assets/stylesheets/core_ui_default.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 10057, app/assets/stylesheets/core_ui_default.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10060, app/assets/stylesheets/core_ui_default.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10064, app/assets/stylesheets/core_ui_default.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #c8ced3 !important;
  }
  /* line 10068, app/assets/stylesheets/core_ui_default.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10071, 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 10077, app/assets/stylesheets/core_ui_default.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #c8ced3;
  }
}

/* line 10083, app/assets/stylesheets/core_ui_default.scss */
.animated {
  animation-duration: 1s;
}

/* line 10088, app/assets/stylesheets/core_ui_default.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 10093, app/assets/stylesheets/core_ui_default.scss */
.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 10116, app/assets/stylesheets/core_ui_default.scss */
.fadeIn {
  animation-name: fadeIn;
}

/* line 10121, app/assets/stylesheets/core_ui_default.scss */
.ps {
  overflow: hidden !important;
  touch-action: auto;
  -ms-overflow-style: none;
  overflow-anchor: none;
}

/* line 10129, 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 10138, 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 10147, 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 10153, 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 10162, 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 10173, 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 10182, 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 10191, 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 10197, 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 10204, app/assets/stylesheets/core_ui_default.scss */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 10210, app/assets/stylesheets/core_ui_default.scss */
  .ps {
    overflow: auto !important;
  }
}

/* line 10215, app/assets/stylesheets/core_ui_default.scss */
.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #2f353a;
  background: #fff;
  border-left: 1px solid #c8ced3;
}

/* line 10223, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs {
  border-color: #c8ced3;
}

/* line 10227, 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 10234, 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 10240, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}

/* line 10244, 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 10253, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
  appearance: none;
}

/* line 10260, 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 10266, 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 10275, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content .tab-pane {
  padding: 0;
}

/* line 10279, app/assets/stylesheets/core_ui_default.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}

/* line 10286, 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 10297, app/assets/stylesheets/core_ui_default.scss */
.avatar > img {
  vertical-align: initial;
}

/* line 10301, app/assets/stylesheets/core_ui_default.scss */
.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}

/* line 10308, 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 10319, app/assets/stylesheets/core_ui_default.scss */
.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 10326, 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 10337, app/assets/stylesheets/core_ui_default.scss */
.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 10344, 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 10355, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar {
  margin-right: -18px;
  transition: margin-right 0.25s;
}

/* line 10360, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar:hover {
  margin-right: 0;
}

/* line 10364, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-lg {
  margin-right: -36px;
}

/* line 10368, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-sm {
  margin-right: -12px;
}

/* line 10372, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-xs {
  margin-right: -10px;
}

/* line 10376, app/assets/stylesheets/core_ui_default.scss */
.badge-pill {
  border-radius: 10rem;
}

/* line 10380, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu {
  margin-left: auto;
}

/* line 10384, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu::before {
  display: none;
}

/* line 10388, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn-group {
  vertical-align: top;
}

/* line 10392, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  color: #bfbfbf;
  vertical-align: top;
  border: 0;
}

/* line 10399, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
  color: #000000;
  background: transparent;
}

/* line 10404, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .open .btn {
  color: #000000;
  background: transparent;
}

/* line 10409, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

/* line 10414, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-menu {
  margin-right: auto;
  margin-left: initial;
}

/* line 10419, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #c8ced3;
}

/* line 10425, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}

/* line 10430, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

/* line 10435, 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 10450, 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 10462, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header i {
  font-size: 2rem;
  color: #fff;
}

/* line 10467, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header .chart-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10475, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body {
  display: flex;
  flex-direction: row;
  padding: 0.75rem 0;
  text-align: center;
}

/* line 10484, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body > * {
  flex: 1;
  padding: 0.1875rem 0;
}

/* line 10490, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body > *:not(:last-child) {
  border-right: 1px solid #c8ced3;
}

/* line 10494, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .brand-card-body > *:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #c8ced3;
}

/* line 10499, app/assets/stylesheets/core_ui_default.scss */
.btn-brand {
  border: 0;
}

/* line 10503, 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 10513, app/assets/stylesheets/core_ui_default.scss */
.btn-brand i + span {
  margin-left: 1.5rem;
}

/* line 10517, 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 10524, 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 10528, 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 10535, 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 10539, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-square i {
  border-radius: 0;
}

/* line 10543, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 10549, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 10555, 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 10559, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 10565, 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 10572, 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 10577, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 10583, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}

/* line 10589, 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 10593, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 10599, 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 10606, 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 10611, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

/* line 10617, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}

/* line 10623, 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 10627, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

/* line 10633, 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 10640, 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 10645, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

/* line 10651, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:hover {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
}

/* line 10657, 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 10661, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

/* line 10667, 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 10674, 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 10679, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 10685, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}

/* line 10691, 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 10695, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 10701, 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 10708, 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 10713, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 10719, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}

/* line 10725, 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 10729, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 10735, 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 10742, 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 10747, app/assets/stylesheets/core_ui_default.scss */
.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

/* line 10753, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}

/* line 10759, 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 10763, app/assets/stylesheets/core_ui_default.scss */
.btn-xing.disabled, .btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

/* line 10769, 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 10776, 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 10781, app/assets/stylesheets/core_ui_default.scss */
.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

/* line 10787, app/assets/stylesheets/core_ui_default.scss */
.btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}

/* line 10793, 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 10797, app/assets/stylesheets/core_ui_default.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

/* line 10803, 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 10810, 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 10815, app/assets/stylesheets/core_ui_default.scss */
.btn-html5 {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

/* line 10821, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:hover {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
}

/* line 10827, 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 10831, app/assets/stylesheets/core_ui_default.scss */
.btn-html5.disabled, .btn-html5:disabled {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

/* line 10837, 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 10844, 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 10849, app/assets/stylesheets/core_ui_default.scss */
.btn-openid {
  color: #000000;
  background-color: #f78c40;
  border-color: #f78c40;
}

/* line 10855, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:hover {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
}

/* line 10861, 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 10865, app/assets/stylesheets/core_ui_default.scss */
.btn-openid.disabled, .btn-openid:disabled {
  color: #000000;
  background-color: #f78c40;
  border-color: #f78c40;
}

/* line 10871, 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 10878, 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 10883, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

/* line 10889, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}

/* line 10895, 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 10899, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

/* line 10905, 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 10912, 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 10917, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

/* line 10923, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}

/* line 10929, 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 10933, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

/* line 10939, 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 10946, 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 10951, app/assets/stylesheets/core_ui_default.scss */
.btn-css3 {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

/* line 10957, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:hover {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
}

/* line 10963, 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 10967, app/assets/stylesheets/core_ui_default.scss */
.btn-css3.disabled, .btn-css3:disabled {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

/* line 10973, 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 10980, 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 10985, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 10991, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

/* line 10997, 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 11001, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 11007, 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 11014, 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 11019, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 11025, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

/* line 11031, 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 11035, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 11041, 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 11048, 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 11053, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 11059, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}

/* line 11065, 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 11069, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 11075, 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 11082, 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 11087, app/assets/stylesheets/core_ui_default.scss */
.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

/* line 11093, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}

/* line 11099, 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 11103, app/assets/stylesheets/core_ui_default.scss */
.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

/* line 11109, 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 11116, 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 11121, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

/* line 11127, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}

/* line 11133, 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 11137, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

/* line 11143, 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 11150, 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 11155, app/assets/stylesheets/core_ui_default.scss */
.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 11161, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}

/* line 11167, 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 11171, app/assets/stylesheets/core_ui_default.scss */
.btn-behance.disabled, .btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 11177, 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 11184, 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 11189, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

/* line 11195, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}

/* line 11201, 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 11205, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

/* line 11211, 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 11218, 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 11223, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 11229, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

/* line 11235, 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 11239, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 11245, 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 11252, 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 11257, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

/* line 11263, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:hover {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
}

/* line 11269, 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 11273, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify.disabled, .btn-spotify:disabled {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

/* line 11279, 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 11286, 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 11291, app/assets/stylesheets/core_ui_default.scss */
.btn-vine {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

/* line 11297, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:hover {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
}

/* line 11303, 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 11307, app/assets/stylesheets/core_ui_default.scss */
.btn-vine.disabled, .btn-vine:disabled {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

/* line 11313, 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 11320, 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 11325, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

/* line 11331, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:hover {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
}

/* line 11337, 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 11341, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

/* line 11347, 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 11354, 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 11359, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo {
  color: #000000;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 11365, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:hover {
  color: #000000;
  background-color: #9bcc32;
  border-color: #93c130;
}

/* line 11371, 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 11375, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #000000;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 11381, 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 11388, 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 11393, app/assets/stylesheets/core_ui_default.scss */
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

/* line 11399, app/assets/stylesheets/core_ui_default.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 11406, app/assets/stylesheets/core_ui_default.scss */
.btn-pill {
  border-radius: 50em;
}

/* line 11410, app/assets/stylesheets/core_ui_default.scss */
.btn-square {
  border-radius: 0;
}

/* line 11414, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary {
  color: #475ec0;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11427, 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 11431, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
  color: #475ec0;
  background-color: transparent;
  border-color: transparent;
}

/* line 11437, 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 11444, 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 11449, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary {
  color: #c8ced3;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11462, 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 11466, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary.disabled, .btn-ghost-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
  border-color: transparent;
}

/* line 11472, 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 11479, 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 11484, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11497, 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 11501, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success.disabled, .btn-ghost-success:disabled {
  color: #4dbd74;
  background-color: transparent;
  border-color: transparent;
}

/* line 11507, 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 11514, 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 11519, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11532, 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 11536, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info.disabled, .btn-ghost-info:disabled {
  color: #63c2de;
  background-color: transparent;
  border-color: transparent;
}

/* line 11542, 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 11549, 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 11554, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11567, 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 11571, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning.disabled, .btn-ghost-warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
}

/* line 11577, 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 11584, 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 11589, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11602, 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 11606, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger.disabled, .btn-ghost-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
  border-color: transparent;
}

/* line 11612, 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 11619, 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 11624, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11637, 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 11641, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light.disabled, .btn-ghost-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
  border-color: transparent;
}

/* line 11647, 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 11654, 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 11659, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark {
  color: #2f353a;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

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

/* line 11672, 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 11676, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark.disabled, .btn-ghost-dark:disabled {
  color: #2f353a;
  background-color: transparent;
  border-color: transparent;
}

/* line 11682, 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 11689, 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 11694, 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 11702, app/assets/stylesheets/core_ui_default.scss */
.callout .chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

/* line 11710, app/assets/stylesheets/core_ui_default.scss */
.callout-bordered {
  border: 1px solid #c8ced3;
  border-left-width: 4px;
}

/* line 11715, app/assets/stylesheets/core_ui_default.scss */
.callout code {
  border-radius: 0.25rem;
}

/* line 11719, app/assets/stylesheets/core_ui_default.scss */
.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

/* line 11724, app/assets/stylesheets/core_ui_default.scss */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 11728, app/assets/stylesheets/core_ui_default.scss */
.callout + .callout {
  margin-top: -0.25rem;
}

/* line 11732, app/assets/stylesheets/core_ui_default.scss */
.callout-primary {
  border-left-color: #475ec0;
}

/* line 11736, app/assets/stylesheets/core_ui_default.scss */
.callout-primary h4 {
  color: #475ec0;
}

/* line 11740, app/assets/stylesheets/core_ui_default.scss */
.callout-secondary {
  border-left-color: #c8ced3;
}

/* line 11744, app/assets/stylesheets/core_ui_default.scss */
.callout-secondary h4 {
  color: #c8ced3;
}

/* line 11748, app/assets/stylesheets/core_ui_default.scss */
.callout-success {
  border-left-color: #4dbd74;
}

/* line 11752, app/assets/stylesheets/core_ui_default.scss */
.callout-success h4 {
  color: #4dbd74;
}

/* line 11756, app/assets/stylesheets/core_ui_default.scss */
.callout-info {
  border-left-color: #63c2de;
}

/* line 11760, app/assets/stylesheets/core_ui_default.scss */
.callout-info h4 {
  color: #63c2de;
}

/* line 11764, app/assets/stylesheets/core_ui_default.scss */
.callout-warning {
  border-left-color: #ffc107;
}

/* line 11768, app/assets/stylesheets/core_ui_default.scss */
.callout-warning h4 {
  color: #ffc107;
}

/* line 11772, app/assets/stylesheets/core_ui_default.scss */
.callout-danger {
  border-left-color: #f86c6b;
}

/* line 11776, app/assets/stylesheets/core_ui_default.scss */
.callout-danger h4 {
  color: #f86c6b;
}

/* line 11780, app/assets/stylesheets/core_ui_default.scss */
.callout-light {
  border-left-color: #f0f3f5;
}

/* line 11784, app/assets/stylesheets/core_ui_default.scss */
.callout-light h4 {
  color: #f0f3f5;
}

/* line 11788, app/assets/stylesheets/core_ui_default.scss */
.callout-dark {
  border-left-color: #2f353a;
}

/* line 11792, app/assets/stylesheets/core_ui_default.scss */
.callout-dark h4 {
  color: #2f353a;
}

/* line 11796, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout {
  border-right: 4px solid #c8ced3;
  border-left: 0;
}

/* line 11801, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-primary {
  border-right-color: #475ec0;
}

/* line 11805, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-secondary {
  border-right-color: #c8ced3;
}

/* line 11809, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-success {
  border-right-color: #4dbd74;
}

/* line 11813, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-info {
  border-right-color: #63c2de;
}

/* line 11817, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-warning {
  border-right-color: #ffc107;
}

/* line 11821, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-danger {
  border-right-color: #f86c6b;
}

/* line 11825, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-light {
  border-right-color: #f0f3f5;
}

/* line 11829, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-dark {
  border-right-color: #2f353a;
}

/* line 11833, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout .chart-wrapper {
  left: 0;
  float: left;
}

/* line 11838, app/assets/stylesheets/core_ui_default.scss */
.card {
  margin-bottom: 1.5rem;
}

/* line 11842, app/assets/stylesheets/core_ui_default.scss */
.card.bg-primary {
  border-color: #187da0;
}

/* line 11846, app/assets/stylesheets/core_ui_default.scss */
.card.bg-primary .card-header {
  background-color: #1e9ecb;
  border-color: #187da0;
}

/* line 11851, app/assets/stylesheets/core_ui_default.scss */
.card.bg-secondary {
  border-color: #a5aeb7;
}

/* line 11855, app/assets/stylesheets/core_ui_default.scss */
.card.bg-secondary .card-header {
  background-color: #c0c6cc;
  border-color: #a5aeb7;
}

/* line 11860, app/assets/stylesheets/core_ui_default.scss */
.card.bg-success {
  border-color: #379457;
}

/* line 11864, app/assets/stylesheets/core_ui_default.scss */
.card.bg-success .card-header {
  background-color: #44b76c;
  border-color: #379457;
}

/* line 11869, app/assets/stylesheets/core_ui_default.scss */
.card.bg-info {
  border-color: #2eadd3;
}

/* line 11873, app/assets/stylesheets/core_ui_default.scss */
.card.bg-info .card-header {
  background-color: #56bddb;
  border-color: #2eadd3;
}

/* line 11878, app/assets/stylesheets/core_ui_default.scss */
.card.bg-warning {
  border-color: #c69500;
}

/* line 11882, app/assets/stylesheets/core_ui_default.scss */
.card.bg-warning .card-header {
  background-color: #f7b900;
  border-color: #c69500;
}

/* line 11887, app/assets/stylesheets/core_ui_default.scss */
.card.bg-danger {
  border-color: #f5302e;
}

/* line 11891, app/assets/stylesheets/core_ui_default.scss */
.card.bg-danger .card-header {
  background-color: #f75d5c;
  border-color: #f5302e;
}

/* line 11896, app/assets/stylesheets/core_ui_default.scss */
.card.bg-light {
  border-color: #cad4dc;
}

/* line 11900, app/assets/stylesheets/core_ui_default.scss */
.card.bg-light .card-header {
  background-color: #e7ecef;
  border-color: #cad4dc;
}

/* line 11905, app/assets/stylesheets/core_ui_default.scss */
.card.bg-dark {
  border-color: #121517;
}

/* line 11909, app/assets/stylesheets/core_ui_default.scss */
.card.bg-dark .card-header {
  background-color: #282d32;
  border-color: #121517;
}

/* line 11914, app/assets/stylesheets/core_ui_default.scss */
.card.drag,
.card .drag {
  cursor: move;
}

/* line 11919, app/assets/stylesheets/core_ui_default.scss */
.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #c8ced3;
}

/* line 11924, app/assets/stylesheets/core_ui_default.scss */
.card-header > i {
  margin-right: 0.5rem;
}

/* line 11928, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

/* line 11934, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-item {
  border-top: 0;
}

/* line 11938, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-link {
  padding: 0.75rem 0.625rem;
  color: #bfbfbf;
  border-top: 0;
}

/* line 11944, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-link.active {
  color: #000000;
  background: #fff;
}

/* line 11949, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .card-header > i {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* line 11954, 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 11966, app/assets/stylesheets/core_ui_default.scss */
.card-header-actions {
  display: inline-block;
  float: right;
  margin-right: -0.25rem;
}

/* line 11972, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .card-header-actions {
  float: left;
  margin-right: auto;
  margin-left: -0.25rem;
}

/* line 11978, app/assets/stylesheets/core_ui_default.scss */
.card-header-action {
  padding: 0 0.25rem;
  color: #bfbfbf;
}

/* line 11983, app/assets/stylesheets/core_ui_default.scss */
.card-header-action:hover {
  color: #000000;
  text-decoration: none;
}

/* line 11988, app/assets/stylesheets/core_ui_default.scss */
.card-accent-primary {
  border-top-color: #475ec0;
  border-top-width: 2px;
}

/* line 11993, app/assets/stylesheets/core_ui_default.scss */
.card-accent-secondary {
  border-top-color: #c8ced3;
  border-top-width: 2px;
}

/* line 11998, app/assets/stylesheets/core_ui_default.scss */
.card-accent-success {
  border-top-color: #4dbd74;
  border-top-width: 2px;
}

/* line 12003, app/assets/stylesheets/core_ui_default.scss */
.card-accent-info {
  border-top-color: #63c2de;
  border-top-width: 2px;
}

/* line 12008, app/assets/stylesheets/core_ui_default.scss */
.card-accent-warning {
  border-top-color: #ffc107;
  border-top-width: 2px;
}

/* line 12013, app/assets/stylesheets/core_ui_default.scss */
.card-accent-danger {
  border-top-color: #f86c6b;
  border-top-width: 2px;
}

/* line 12018, app/assets/stylesheets/core_ui_default.scss */
.card-accent-light {
  border-top-color: #f0f3f5;
  border-top-width: 2px;
}

/* line 12023, app/assets/stylesheets/core_ui_default.scss */
.card-accent-dark {
  border-top-color: #2f353a;
  border-top-width: 2px;
}

/* line 12028, 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 12037, app/assets/stylesheets/core_ui_default.scss */
  .card-columns.cols-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* line 12044, app/assets/stylesheets/core_ui_default.scss */
.chart-wrapper canvas {
  width: 100%;
}

/* line 12048, app/assets/stylesheets/core_ui_default.scss */
base-chart.chart {
  display: block;
}

/* line 12052, app/assets/stylesheets/core_ui_default.scss */
canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 12059, 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 12077, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-header {
  margin-bottom: 0.5rem;
}

/* line 12081, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-header-item {
  font-size: 0.765625rem;
  font-weight: 700;
}

/* line 12086, 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 12095, 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 12102, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item-value {
  padding-left: 1rem;
  margin-left: auto;
  font-weight: 700;
}

/* line 12108, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #c8ced3;
}

/* line 12114, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:last-child {
  border-bottom: 0;
}

/* line 12118, 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 12127, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

/* line 12133, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header {
  padding: 8px 20px;
  background: #e4e7ea;
  border-bottom: 1px solid #c8ced3;
}

/* line 12139, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn {
  margin-top: -7px;
  color: #bfbfbf;
}

/* line 12144, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn:hover {
  color: #000000;
}

/* line 12148, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn.pull-right {
  margin-right: -20px;
}

/* line 12152, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu-lg {
  width: 250px;
}

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

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

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

/* line 12170, 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 12183, 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 12190, app/assets/stylesheets/core_ui_default.scss */
.row.row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* line 12195, app/assets/stylesheets/core_ui_default.scss */
.main .container-fluid {
  padding: 0 30px;
}

/* line 12199, 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 12210, 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 12224, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-brand .navbar-brand-minimized {
  display: none;
}

/* line 12228, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler {
  min-width: 50px;
  padding: 0.25rem 0;
}

/* line 12233, 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 12237, 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 12242, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav {
  flex-direction: row;
  align-items: center;
}

/* line 12249, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0;
  text-align: center;
}

/* line 12256, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item button {
  margin: 0 auto;
}

/* line 12260, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
  border: 0;
}

/* line 12267, 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 12275, 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 12280, app/assets/stylesheets/core_ui_default.scss */
.app-header .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}

/* line 12285, app/assets/stylesheets/core_ui_default.scss */
.app-header .dropdown-item {
  min-width: 180px;
}

/* line 12289, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link {
  color: #bfbfbf;
}

/* line 12293, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #2f353a;
}

/* line 12297, 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 12310, app/assets/stylesheets/core_ui_default.scss */
.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  /* line 12315, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand {
    width: 50px;
    background-color: transparent;
  }
  /* line 12319, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand .navbar-brand-full {
    display: none;
  }
  /* line 12322, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand .navbar-brand-minimized {
    display: block;
  }
}

/* line 12327, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend,
.input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 12333, app/assets/stylesheets/core_ui_default.scss */
.img-avatar, .avatar > img,
.img-circle {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

/* line 12340, 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 12348, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item.list-group-item-divider {
  position: relative;
}

/* line 12352, 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 12362, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-primary {
  border-left: 4px solid #475ec0;
}

/* line 12366, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-secondary {
  border-left: 4px solid #c8ced3;
}

/* line 12370, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-success {
  border-left: 4px solid #4dbd74;
}

/* line 12374, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-info {
  border-left: 4px solid #63c2de;
}

/* line 12378, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-warning {
  border-left: 4px solid #ffc107;
}

/* line 12382, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-danger {
  border-left: 4px solid #f86c6b;
}

/* line 12386, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-light {
  border-left: 4px solid #f0f3f5;
}

/* line 12390, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-dark {
  border-left: 4px solid #2f353a;
}

/* line 12394, app/assets/stylesheets/core_ui_default.scss */
.modal-primary .modal-content {
  border-color: #475ec0;
}

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

/* line 12403, app/assets/stylesheets/core_ui_default.scss */
.modal-secondary .modal-content {
  border-color: #c8ced3;
}

/* line 12407, app/assets/stylesheets/core_ui_default.scss */
.modal-secondary .modal-header {
  color: #fff;
  background-color: #c8ced3;
}

/* line 12412, app/assets/stylesheets/core_ui_default.scss */
.modal-success .modal-content {
  border-color: #4dbd74;
}

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

/* line 12421, app/assets/stylesheets/core_ui_default.scss */
.modal-info .modal-content {
  border-color: #63c2de;
}

/* line 12425, app/assets/stylesheets/core_ui_default.scss */
.modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}

/* line 12430, app/assets/stylesheets/core_ui_default.scss */
.modal-warning .modal-content {
  border-color: #ffc107;
}

/* line 12434, app/assets/stylesheets/core_ui_default.scss */
.modal-warning .modal-header {
  color: #fff;
  background-color: #ffc107;
}

/* line 12439, app/assets/stylesheets/core_ui_default.scss */
.modal-danger .modal-content {
  border-color: #f86c6b;
}

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

/* line 12448, app/assets/stylesheets/core_ui_default.scss */
.modal-light .modal-content {
  border-color: #f0f3f5;
}

/* line 12452, app/assets/stylesheets/core_ui_default.scss */
.modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

/* line 12457, app/assets/stylesheets/core_ui_default.scss */
.modal-dark .modal-content {
  border-color: #2f353a;
}

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

/* line 12466, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link {
  color: #bfbfbf;
}

/* line 12470, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link:hover {
  cursor: pointer;
}

/* line 12474, 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 12481, app/assets/stylesheets/core_ui_default.scss */
.tab-content .tab-pane {
  padding: 1rem;
}

/* line 12485, app/assets/stylesheets/core_ui_default.scss */
.card-block .tab-content {
  margin-top: 0;
  border: 0;
}

/* line 12490, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 12495, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link + .nav-link {
  margin-left: -1px;
}

/* line 12499, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link.active {
  margin-top: -1px;
  border-top: 2px solid #475ec0;
}

/* line 12504, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .nav {
  padding-right: 0;
}

/* line 12508, app/assets/stylesheets/core_ui_default.scss */
.progress-xs {
  height: 4px;
}

/* line 12512, app/assets/stylesheets/core_ui_default.scss */
.progress-sm {
  height: 8px;
}

/* line 12516, app/assets/stylesheets/core_ui_default.scss */
.progress-white {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 12520, app/assets/stylesheets/core_ui_default.scss */
.progress-white .progress-bar {
  background-color: #fff;
}

/* line 12524, app/assets/stylesheets/core_ui_default.scss */
.progress-group {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

/* line 12532, app/assets/stylesheets/core_ui_default.scss */
.progress-group-prepend {
  flex: 0 0 100px;
  align-self: center;
}

/* line 12539, app/assets/stylesheets/core_ui_default.scss */
.progress-group-icon {
  margin: 0 1rem 0 0.25rem;
  font-size: 1.09375rem;
}

/* line 12544, app/assets/stylesheets/core_ui_default.scss */
.progress-group-text {
  font-size: 0.765625rem;
  color: #bfbfbf;
}

/* line 12549, app/assets/stylesheets/core_ui_default.scss */
.progress-group-header {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

/* line 12559, app/assets/stylesheets/core_ui_default.scss */
.progress-group-bars {
  flex-grow: 1;
  align-self: center;
}

/* line 12566, app/assets/stylesheets/core_ui_default.scss */
.progress-group-bars .progress:not(:last-child) {
  margin-bottom: 2px;
}

/* line 12570, app/assets/stylesheets/core_ui_default.scss */
.progress-group-header + .progress-group-bars {
  flex-basis: 100%;
}

/* line 12575, app/assets/stylesheets/core_ui_default.scss */
.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #fff;
  background: #2f353a;
}

/* line 12585, 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 12599, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-close:hover {
  opacity: 1;
}

/* line 12603, 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 12611, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control {
  color: #fff;
  background: #181b1e;
  border: 0;
}

/* line 12617, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12621, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12625, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12629, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12633, 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 12637, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-nav {
  position: relative;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 200px;
}

/* line 12646, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav {
  width: 200px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}

/* line 12654, 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 12662, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-divider {
  height: 10px;
}

/* line 12666, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-item {
  position: relative;
  margin: 0;
  transition: background .3s ease-in-out;
}

/* line 12672, 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 12680, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}

/* line 12685, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

/* line 12693, 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 12702, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link .badge {
  float: right;
  margin-top: 2px;
}

/* line 12707, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.active {
  color: #fff;
  background: #3a4248;
  font-weight: bold;
}

/* line 12713, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.active .nav-icon {
  color: #4762bc;
}

/* line 12717, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link:hover {
  color: #fff;
  background: #4762bc;
}

/* line 12722, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link:hover .nav-icon {
  color: #fff;
}

/* line 12726, 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 12730, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled {
  color: #b3b3b3;
  cursor: default;
  background: transparent;
}

/* line 12736, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled .nav-icon {
  color: #bfbfbf;
}

/* line 12740, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled:hover {
  color: #b3b3b3;
}

/* line 12744, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled:hover .nav-icon {
  color: #bfbfbf;
}

/* line 12748, 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 12752, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary {
  background: #475ec0;
}

/* line 12756, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12760, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary:hover {
  background: #1d97c2;
}

/* line 12764, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary:hover i {
  color: #fff;
}

/* line 12768, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary {
  background: #c8ced3;
}

/* line 12772, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12776, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary:hover {
  background: #bac1c8;
}

/* line 12780, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary:hover i {
  color: #fff;
}

/* line 12784, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success {
  background: #4dbd74;
}

/* line 12788, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12792, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success:hover {
  background: #41af67;
}

/* line 12796, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success:hover i {
  color: #fff;
}

/* line 12800, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info {
  background: #63c2de;
}

/* line 12804, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12808, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info:hover {
  background: #4ebada;
}

/* line 12812, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info:hover i {
  color: #fff;
}

/* line 12816, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning {
  background: #ffc107;
}

/* line 12820, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12824, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning:hover {
  background: #edb100;
}

/* line 12828, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning:hover i {
  color: #fff;
}

/* line 12832, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger {
  background: #f86c6b;
}

/* line 12836, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12840, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger:hover {
  background: #f75453;
}

/* line 12844, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger:hover i {
  color: #fff;
}

/* line 12848, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light {
  background: #f0f3f5;
}

/* line 12852, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12856, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light:hover {
  background: #e1e7eb;
}

/* line 12860, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light:hover i {
  color: #fff;
}

/* line 12864, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark {
  background: #2f353a;
}

/* line 12868, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12872, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark:hover {
  background: #24282c;
}

/* line 12876, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark:hover i {
  color: #fff;
}

/* line 12880, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle {
  position: relative;
}

/* line 12884, 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 12902, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle .badge {
  margin-right: 16px;
}

/* line 12906, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}

/* line 12910, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: 1500px;
}

/* line 12914, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link {
  color: #fff;
  border-left: 0;
}

/* line 12919, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled {
  color: #b3b3b3;
  background: transparent;
}

/* line 12924, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled:hover {
  color: #b3b3b3;
}

/* line 12928, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled:hover .nav-icon {
  color: #bfbfbf;
}

/* line 12932, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  transform: rotate(-90deg);
}

/* line 12937, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}

/* line 12941, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #e4e7ea;
}

/* line 12947, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label:hover {
  color: #fff;
  text-decoration: none;
}

/* line 12952, 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 12961, app/assets/stylesheets/core_ui_default.scss */
.sidebar .progress {
  background-color: #515c64 !important;
}

/* line 12965, 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 12972, 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 12981, 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 12995, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:focus, .sidebar .sidebar-minimizer.focus {
  outline: 0;
}

/* line 12999, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 13003, 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 13008, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px;
  }
  /* line 13011, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav {
    width: 150px;
  }
  /* line 13014, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .d-compact-none {
    display: none;
  }
  /* line 13017, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-title {
    text-align: center;
  }
  /* line 13020, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-item {
    width: 150px;
    border-left: 0;
  }
  /* line 13024, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link {
    text-align: center;
  }
  /* line 13027, 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 13033, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link .badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  /* line 13038, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link.nav-dropdown-toggle::before {
    top: 30px;
  }
  /* line 13041, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar {
    z-index: 1019;
  }
  /* line 13044, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
  }
  /* line 13048, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }
  /* line 13051, 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 13060, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #24282c;
  }
  /* line 13067, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-nav {
    padding-bottom: 50px;
  }
  /* line 13070, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(-180deg);
  }
  /* line 13075, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
  }
  /* line 13079, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover {
    width: 250px;
    overflow: visible;
  }
  /* line 13083, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    background: #4762bc;
  }
  /* line 13087, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link .nav-icon {
    color: #fff;
  }
  /* line 13090, 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 13094, 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 13098, 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 13103, 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 13110, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link .nav-icon {
    display: block;
    float: left;
    width: 50px;
    font-size: 18px;
  }
  /* line 13116, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link .badge {
    position: absolute;
    right: 15px;
    display: none;
  }
  /* line 13121, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link:hover {
    width: 250px;
    background: #4762bc;
  }
  /* line 13126, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  /* line 13129, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before {
    display: none;
  }
  /* line 13132, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 200px;
  }
  /* line 13135, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
    width: 200px;
  }
  /* line 13138, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  /* line 13143, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #4762bc;
  }
  /* line 13147, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 50px;
    display: inline;
  }
  /* line 13152, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }
  /* line 13155, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav .divider {
    height: 0;
  }
  /* line 13158, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(0deg);
  }
  /* line 13163, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link {
    padding-right: 0;
  }
  /* line 13166, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .nav-icon {
    float: right;
  }
  /* line 13169, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge {
    right: auto;
    left: 15px;
  }
  /* line 13173, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  /* line 13176, 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 13181, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #4762bc;
  }
  /* line 13185, 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 13192, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-dropdown-toggle::before {
  position: absolute;
  right: auto;
  left: 1rem;
  transform: rotate(180deg);
}

/* line 13200, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  transform: rotate(270deg);
}

/* line 13205, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link .nav-icon {
  margin: 0 0 0 0.5rem;
}

/* line 13209, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link .badge {
  float: left;
  margin-top: 2px;
}

/* line 13214, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link.nav-dropdown-toggle .badge {
  margin-right: auto;
  margin-left: 16px;
}

/* line 13219, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .sidebar-minimizer::before {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

/* line 13226, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar-toggler {
  margin-right: 0 !important;
}

/* line 13230, app/assets/stylesheets/core_ui_default.scss */
.switch {
  display: inline-block;
  width: 40px;
  height: 26px;
}

/* line 13236, app/assets/stylesheets/core_ui_default.scss */
.switch-input {
  display: none;
}

/* line 13240, 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 13251, 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 13265, app/assets/stylesheets/core_ui_default.scss */
.switch-input:checked ~ .switch-slider::before {
  transform: translateX(14px);
}

/* line 13270, app/assets/stylesheets/core_ui_default.scss */
.switch-input:disabled ~ .switch-slider {
  cursor: not-allowed;
  opacity: .5;
}

/* line 13275, app/assets/stylesheets/core_ui_default.scss */
.switch-lg {
  width: 48px;
  height: 30px;
}

/* line 13280, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider {
  font-size: 12px;
}

/* line 13284, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

/* line 13289, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider::after {
  font-size: 12px;
}

/* line 13293, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

/* line 13298, app/assets/stylesheets/core_ui_default.scss */
.switch-sm {
  width: 32px;
  height: 22px;
}

/* line 13303, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider {
  font-size: 8px;
}

/* line 13307, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

/* line 13312, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider::after {
  font-size: 8px;
}

/* line 13316, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(10px);
}

/* line 13321, app/assets/stylesheets/core_ui_default.scss */
.switch-label {
  width: 48px;
}

/* line 13325, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-slider::before {
  z-index: 2;
}

/* line 13329, 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 13346, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-input:checked ~ .switch-slider::before {
  transform: translateX(22px);
}

/* line 13351, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-input:checked ~ .switch-slider::after {
  left: 1px;
  color: #fff;
  content: attr(data-checked);
}

/* line 13357, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg {
  width: 56px;
  height: 30px;
}

/* line 13362, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider {
  font-size: 12px;
}

/* line 13366, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

/* line 13371, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider::after {
  font-size: 12px;
}

/* line 13375, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(26px);
}

/* line 13380, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm {
  width: 40px;
  height: 22px;
}

/* line 13385, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider {
  font-size: 8px;
}

/* line 13389, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

/* line 13394, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider::after {
  font-size: 8px;
}

/* line 13398, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

/* line 13403, app/assets/stylesheets/core_ui_default.scss */
.switch-3d .switch-slider {
  background-color: #f0f3f5;
  border-radius: 50em;
}

/* line 13408, 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 13418, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg {
  width: 48px;
  height: 30px;
}

/* line 13423, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg .switch-slider::before {
  width: 30px;
  height: 30px;
}

/* line 13428, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg .switch-input:checked ~ .switch-slider::before {
  transform: translateX(18px);
}

/* line 13433, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm {
  width: 32px;
  height: 22px;
}

/* line 13438, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm .switch-slider::before {
  width: 22px;
  height: 22px;
}

/* line 13443, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm .switch-input:checked ~ .switch-slider::before {
  transform: translateX(10px);
}

/* line 13448, app/assets/stylesheets/core_ui_default.scss */
.switch-primary .switch-input:checked + .switch-slider {
  background-color: #4762bc;
  border-color: #556ed8;
}

/* line 13454, app/assets/stylesheets/core_ui_default.scss */
.switch-primary .switch-input:checked + .switch-slider::before {
  border-color: #556ed8;
}

/* line 13458, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4762bc;
}

/* line 13464, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider::before {
  border-color: #4762bc;
}

/* line 13469, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider::after {
  color: #4762bc;
}

/* line 13474, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4762bc;
}

/* line 13480, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
  background-color: #4762bc;
  border-color: #4762bc;
}

/* line 13487, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
  color: #4762bc;
}

/* line 13492, app/assets/stylesheets/core_ui_default.scss */
.switch-secondary .switch-input:checked + .switch-slider {
  background-color: #c8ced3;
  border-color: #acb5bc;
}

/* line 13497, app/assets/stylesheets/core_ui_default.scss */
.switch-secondary .switch-input:checked + .switch-slider::before {
  border-color: #acb5bc;
}

/* line 13501, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 13506, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider::before {
  border-color: #c8ced3;
}

/* line 13510, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

/* line 13514, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 13519, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider::before {
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 13524, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

/* line 13528, app/assets/stylesheets/core_ui_default.scss */
.switch-success .switch-input:checked + .switch-slider {
  background-color: #4dbd74;
  border-color: #3a9d5d;
}

/* line 13533, app/assets/stylesheets/core_ui_default.scss */
.switch-success .switch-input:checked + .switch-slider::before {
  border-color: #3a9d5d;
}

/* line 13537, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

/* line 13542, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider::before {
  border-color: #4dbd74;
}

/* line 13546, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

/* line 13550, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

/* line 13555, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider::before {
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 13560, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

/* line 13564, app/assets/stylesheets/core_ui_default.scss */
.switch-info .switch-input:checked + .switch-slider {
  background-color: #63c2de;
  border-color: #39b2d5;
}

/* line 13569, app/assets/stylesheets/core_ui_default.scss */
.switch-info .switch-input:checked + .switch-slider::before {
  border-color: #39b2d5;
}

/* line 13573, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

/* line 13578, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider::before {
  border-color: #63c2de;
}

/* line 13582, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

/* line 13586, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

/* line 13591, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider::before {
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 13596, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

/* line 13600, app/assets/stylesheets/core_ui_default.scss */
.switch-warning .switch-input:checked + .switch-slider {
  background-color: #ffc107;
  border-color: #d39e00;
}

/* line 13605, app/assets/stylesheets/core_ui_default.scss */
.switch-warning .switch-input:checked + .switch-slider::before {
  border-color: #d39e00;
}

/* line 13609, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

/* line 13614, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider::before {
  border-color: #ffc107;
}

/* line 13618, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

/* line 13622, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

/* line 13627, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13632, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

/* line 13636, app/assets/stylesheets/core_ui_default.scss */
.switch-danger .switch-input:checked + .switch-slider {
  background-color: #f86c6b;
  border-color: #f63c3a;
}

/* line 13641, app/assets/stylesheets/core_ui_default.scss */
.switch-danger .switch-input:checked + .switch-slider::before {
  border-color: #f63c3a;
}

/* line 13645, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

/* line 13650, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider::before {
  border-color: #f86c6b;
}

/* line 13654, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

/* line 13658, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

/* line 13663, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider::before {
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 13668, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

/* line 13672, app/assets/stylesheets/core_ui_default.scss */
.switch-light .switch-input:checked + .switch-slider {
  background-color: #f0f3f5;
  border-color: #d1dbe1;
}

/* line 13677, app/assets/stylesheets/core_ui_default.scss */
.switch-light .switch-input:checked + .switch-slider::before {
  border-color: #d1dbe1;
}

/* line 13681, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

/* line 13686, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider::before {
  border-color: #f0f3f5;
}

/* line 13690, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

/* line 13694, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

/* line 13699, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider::before {
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 13704, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

/* line 13708, app/assets/stylesheets/core_ui_default.scss */
.switch-dark .switch-input:checked + .switch-slider {
  background-color: #2f353a;
  border-color: #181b1e;
}

/* line 13713, app/assets/stylesheets/core_ui_default.scss */
.switch-dark .switch-input:checked + .switch-slider::before {
  border-color: #181b1e;
}

/* line 13717, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

/* line 13722, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider::before {
  border-color: #2f353a;
}

/* line 13726, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

/* line 13730, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

/* line 13735, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider::before {
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 13740, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

/* line 13744, app/assets/stylesheets/core_ui_default.scss */
.switch-pill .switch-slider {
  border-radius: 50em;
}

/* line 13748, app/assets/stylesheets/core_ui_default.scss */
.switch-pill .switch-slider::before {
  border-radius: 50em;
}

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

/* line 13756, app/assets/stylesheets/core_ui_default.scss */
.table-outline td {
  vertical-align: middle;
}

/* line 13760, app/assets/stylesheets/core_ui_default.scss */
.table-align-middle td {
  vertical-align: middle;
}

/* line 13764, app/assets/stylesheets/core_ui_default.scss */
.table-clear td {
  border: 0;
}

@media all and (-ms-high-contrast: none) {
  /* line 13769, app/assets/stylesheets/core_ui_default.scss */
  html {
    display: flex;
    flex-direction: column;
  }
}

/* line 13777, app/assets/stylesheets/core_ui_default.scss */
.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 13787, app/assets/stylesheets/core_ui_default.scss */
.app-header {
  flex: 0 0 55px;
}

/* line 13792, app/assets/stylesheets/core_ui_default.scss */
.app-footer {
  flex: 0 0 50px;
}

/* line 13797, app/assets/stylesheets/core_ui_default.scss */
.app-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: hidden;
}

/* line 13807, app/assets/stylesheets/core_ui_default.scss */
.app-body .main {
  flex: 1;
  min-width: 0;
}

/* line 13813, app/assets/stylesheets/core_ui_default.scss */
.app-body .sidebar {
  flex: 0 0 200px;
  order: -1;
}

/* line 13820, app/assets/stylesheets/core_ui_default.scss */
.app-body .aside-menu {
  flex: 0 0 250px;
}

/* line 13825, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .sidebar {
  margin-left: -200px;
}

/* line 13829, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .aside-menu {
  right: 0;
  margin-right: -250px;
}

/* line 13834, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .sidebar {
  margin-right: -200px;
}

/* line 13838, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .aside-menu {
  left: 0;
  margin-left: -250px;
}

@media (min-width: 992px) {
  /* line 13844, app/assets/stylesheets/core_ui_default.scss */
  .header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
  }
  /* line 13849, app/assets/stylesheets/core_ui_default.scss */
  .header-fixed .app-body {
    margin-top: 55px;
  }
  /* line 13852, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-fixed .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: 94vh;
  }
  /* line 13858, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-fixed .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  /* line 13861, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar {
    flex: 0 0 150px;
  }
  /* line 13865, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px;
  }
  /* line 13868, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar-minimizer {
    display: none;
  }
  /* line 13871, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar {
    flex: 0 0 50px;
  }
  /* line 13875, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px;
  }
  /* line 13878, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  /* line 13883, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-off-canvas .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  /* line 13886, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-compact .sidebar {
    margin-left: -150px;
  }
  /* line 13889, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-minimized .sidebar {
    margin-left: -50px;
  }
  /* line 13892, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-compact .sidebar {
    margin-right: -150px;
  }
  /* line 13895, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-minimized .sidebar {
    margin-right: -50px;
  }
  /* line 13898, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .aside-menu {
    position: fixed;
    height: 100%;
  }
  /* line 13902, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 55px);
  }
  /* line 13905, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  /* line 13908, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-off-canvas .aside-menu {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  /* line 13913, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-off-canvas .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  /* line 13916, 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 13920, 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 13926, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-fixed .main {
  padding-top: 3.875rem;
}

/* line 13930, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1017;
}

/* line 13938, 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 13943, 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 13948, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .sidebar-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
  margin-right: 0;
}

/* line 13953, 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 13977, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-show .main,
.aside-menu-show .main {
    position: relative;
  }
  /* line 13981, 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 13997, 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 14001, 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 14007, 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 14013, 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 14019, 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 14023, 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 14027, 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 14031, 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 14035, 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 14041, 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 14045, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14049, 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 14055, 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 14061, 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 14067, 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 14071, 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 14075, 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 14079, 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 14083, 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 14089, 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 14112, 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 14116, 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 14122, 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 14128, 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 14134, 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 14138, 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 14142, 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 14146, 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 14150, 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 14156, 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 14160, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14164, 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 14170, 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 14176, 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 14182, 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 14186, 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 14190, 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 14194, 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 14198, 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 14204, 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 14227, 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 14231, 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 14237, 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 14243, 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 14249, 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 14253, 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 14257, 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 14261, 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 14265, 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 14271, 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 14275, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14279, 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 14285, 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 14291, 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 14297, 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 14301, 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 14305, 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 14309, 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 14313, 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 14319, 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 14342, 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 14346, 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 14352, 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 14358, 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 14364, 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 14368, 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 14372, 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 14376, 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 14380, 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 14386, 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 14390, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14394, 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 14400, 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 14406, 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 14412, 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 14416, 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 14420, 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 14424, 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 14428, 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 14434, 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 14456, 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 14465, app/assets/stylesheets/core_ui_default.scss */
.footer-fixed .app-body {
  margin-bottom: 50px;
}

/* line 14469, 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 14478, app/assets/stylesheets/core_ui_default.scss */
.sidebar-nav {
  transition: width 0.25s;
}

/* line 14482, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s;
}

@media (max-width: 991.98px) {
  /* line 14487, app/assets/stylesheets/core_ui_default.scss */
  .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  /* line 14494, app/assets/stylesheets/core_ui_default.scss */
  .app-header .navbar-toggler {
    color: #fff;
  }
  /* line 14497, app/assets/stylesheets/core_ui_default.scss */
  .app-header .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -77.5px;
  }
  /* line 14503, app/assets/stylesheets/core_ui_default.scss */
  .app-body {
    margin-top: 55px;
  }
  /* line 14506, app/assets/stylesheets/core_ui_default.scss */
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: calc(100vh - 55px);
  }
  /* line 14512, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimizer {
    display: none;
  }
  /* line 14515, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu {
    position: fixed;
    height: 100%;
  }
}

/* line 14521, app/assets/stylesheets/core_ui_default.scss */
hr.transparent {
  border-top: 1px solid transparent;
}

/* line 14525, app/assets/stylesheets/core_ui_default.scss */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-dark {
  color: #fff;
}

/* line 14534, app/assets/stylesheets/core_ui_default.scss */
.bg-facebook {
  background-color: #3b5998 !important;
}

/* line 14538, 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 14544, app/assets/stylesheets/core_ui_default.scss */
.bg-twitter {
  background-color: #00aced !important;
}

/* line 14548, 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 14554, app/assets/stylesheets/core_ui_default.scss */
.bg-linkedin {
  background-color: #4875b4 !important;
}

/* line 14558, 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 14564, app/assets/stylesheets/core_ui_default.scss */
.bg-google-plus {
  background-color: #d34836 !important;
}

/* line 14568, 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 14574, app/assets/stylesheets/core_ui_default.scss */
.bg-flickr {
  background-color: #ff0084 !important;
}

/* line 14578, 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 14584, app/assets/stylesheets/core_ui_default.scss */
.bg-tumblr {
  background-color: #32506d !important;
}

/* line 14588, 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 14594, app/assets/stylesheets/core_ui_default.scss */
.bg-xing {
  background-color: #026466 !important;
}

/* line 14598, 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 14604, app/assets/stylesheets/core_ui_default.scss */
.bg-github {
  background-color: #4183c4 !important;
}

/* line 14608, 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 14614, app/assets/stylesheets/core_ui_default.scss */
.bg-html5 {
  background-color: #e34f26 !important;
}

/* line 14618, 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 14624, app/assets/stylesheets/core_ui_default.scss */
.bg-openid {
  background-color: #f78c40 !important;
}

/* line 14628, 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 14634, app/assets/stylesheets/core_ui_default.scss */
.bg-stack-overflow {
  background-color: #fe7a15 !important;
}

/* line 14638, 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 14644, app/assets/stylesheets/core_ui_default.scss */
.bg-youtube {
  background-color: #b00 !important;
}

/* line 14648, 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 14654, app/assets/stylesheets/core_ui_default.scss */
.bg-css3 {
  background-color: #0170ba !important;
}

/* line 14658, 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 14664, app/assets/stylesheets/core_ui_default.scss */
.bg-dribbble {
  background-color: #ea4c89 !important;
}

/* line 14668, 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 14674, app/assets/stylesheets/core_ui_default.scss */
.bg-instagram {
  background-color: #517fa4 !important;
}

/* line 14678, 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 14684, app/assets/stylesheets/core_ui_default.scss */
.bg-pinterest {
  background-color: #cb2027 !important;
}

/* line 14688, 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 14694, app/assets/stylesheets/core_ui_default.scss */
.bg-vk {
  background-color: #45668e !important;
}

/* line 14698, 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 14704, app/assets/stylesheets/core_ui_default.scss */
.bg-yahoo {
  background-color: #400191 !important;
}

/* line 14708, 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 14714, app/assets/stylesheets/core_ui_default.scss */
.bg-behance {
  background-color: #1769ff !important;
}

/* line 14718, 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 14724, app/assets/stylesheets/core_ui_default.scss */
.bg-dropbox {
  background-color: #007ee5 !important;
}

/* line 14728, 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 14734, app/assets/stylesheets/core_ui_default.scss */
.bg-reddit {
  background-color: #ff4500 !important;
}

/* line 14738, 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 14744, app/assets/stylesheets/core_ui_default.scss */
.bg-spotify {
  background-color: #7ab800 !important;
}

/* line 14748, 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 14754, app/assets/stylesheets/core_ui_default.scss */
.bg-vine {
  background-color: #00bf8f !important;
}

/* line 14758, 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 14764, app/assets/stylesheets/core_ui_default.scss */
.bg-foursquare {
  background-color: #1073af !important;
}

/* line 14768, 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 14774, app/assets/stylesheets/core_ui_default.scss */
.bg-vimeo {
  background-color: #aad450 !important;
}

/* line 14778, 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 14784, app/assets/stylesheets/core_ui_default.scss */
.bg-blue {
  background-color: #4762bc !important;
}

/* line 14789, 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 14795, app/assets/stylesheets/core_ui_default.scss */
.bg-indigo {
  background-color: #6610f2 !important;
}

/* line 14799, 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 14805, app/assets/stylesheets/core_ui_default.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* line 14809, 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 14815, app/assets/stylesheets/core_ui_default.scss */
.bg-pink {
  background-color: #e83e8c !important;
}

/* line 14819, 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 14825, app/assets/stylesheets/core_ui_default.scss */
.bg-red {
  background-color: #f86c6b !important;
}

/* line 14829, 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 14835, app/assets/stylesheets/core_ui_default.scss */
.bg-orange {
  background-color: #f8cb00 !important;
}

/* line 14839, 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 14845, app/assets/stylesheets/core_ui_default.scss */
.bg-yellow {
  background-color: #ffc107 !important;
}

/* line 14849, 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 14855, app/assets/stylesheets/core_ui_default.scss */
.bg-green {
  background-color: #4dbd74 !important;
}

/* line 14859, 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 14865, app/assets/stylesheets/core_ui_default.scss */
.bg-teal {
  background-color: #20c997 !important;
}

/* line 14869, 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 14875, app/assets/stylesheets/core_ui_default.scss */
.bg-cyan {
  background-color: #17a2b8 !important;
}

/* line 14879, 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 14885, app/assets/stylesheets/core_ui_default.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 14889, 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 14895, app/assets/stylesheets/core_ui_default.scss */
.bg-gray {
  background-color: #bfbfbf !important;
}

/* line 14899, 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 14905, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-dark {
  background-color: #2f353a !important;
}

/* line 14909, 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 14915, app/assets/stylesheets/core_ui_default.scss */
.bg-light-blue {
  background-color: #63c2de !important;
}

/* line 14919, 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 14925, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-100 {
  background-color: #f0f3f5 !important;
}

/* line 14929, 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 14935, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-200 {
  background-color: #e4e7ea !important;
}

/* line 14939, 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 14945, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-300 {
  background-color: #c8ced3 !important;
}

/* line 14949, 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 14955, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-400 {
  background-color: #acb4bc !important;
}

/* line 14959, 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 14965, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-500 {
  background-color: #8f9ba6 !important;
}

/* line 14969, 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 14975, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-600 {
  background-color: #bfbfbf !important;
}

/* line 14979, 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 14985, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-700 {
  background-color: #5c6873 !important;
}

/* line 14989, 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 14995, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-800 {
  background-color: #2f353a !important;
}

/* line 14999, 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 15005, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-900 {
  background-color: #000000 !important;
}

/* line 15009, 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 15015, app/assets/stylesheets/core_ui_default.scss */
.bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

/* line 15026, app/assets/stylesheets/core_ui_default.scss */
.b-a-0 {
  border: 0 !important;
}

/* line 15030, app/assets/stylesheets/core_ui_default.scss */
.b-t-0 {
  border-top: 0 !important;
}

/* line 15034, app/assets/stylesheets/core_ui_default.scss */
.b-r-0 {
  border-right: 0 !important;
}

/* line 15038, app/assets/stylesheets/core_ui_default.scss */
.b-b-0 {
  border-bottom: 0 !important;
}

/* line 15042, app/assets/stylesheets/core_ui_default.scss */
.b-l-0 {
  border-left: 0 !important;
}

/* line 15046, app/assets/stylesheets/core_ui_default.scss */
.b-a-1 {
  border: 1px solid #c8ced3;
}

/* line 15050, app/assets/stylesheets/core_ui_default.scss */
.b-t-1 {
  border-top: 1px solid #c8ced3;
}

/* line 15054, app/assets/stylesheets/core_ui_default.scss */
.b-r-1 {
  border-right: 1px solid #c8ced3;
}

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

/* line 15062, app/assets/stylesheets/core_ui_default.scss */
.b-l-1 {
  border-left: 1px solid #c8ced3;
}

/* line 15066, app/assets/stylesheets/core_ui_default.scss */
.b-a-2 {
  border: 2px solid #c8ced3;
}

/* line 15070, app/assets/stylesheets/core_ui_default.scss */
.b-t-2 {
  border-top: 2px solid #c8ced3;
}

/* line 15074, app/assets/stylesheets/core_ui_default.scss */
.b-r-2 {
  border-right: 2px solid #c8ced3;
}

/* line 15078, app/assets/stylesheets/core_ui_default.scss */
.b-b-2 {
  border-bottom: 2px solid #c8ced3;
}

/* line 15082, app/assets/stylesheets/core_ui_default.scss */
.b-l-2 {
  border-left: 2px solid #c8ced3;
}

@media (max-width: 575.98px) {
  /* line 15087, app/assets/stylesheets/core_ui_default.scss */
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 15093, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 15099, app/assets/stylesheets/core_ui_default.scss */
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 15105, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-down-none {
    display: none !important;
  }
}

/* line 15110, app/assets/stylesheets/core_ui_default.scss */
.d-xl-down-none {
  display: none !important;
}

/* line 15114, app/assets/stylesheets/core_ui_default.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 15119, app/assets/stylesheets/core_ui_default.scss */
.font-xs {
  font-size: .75rem !important;
}

/* line 15123, app/assets/stylesheets/core_ui_default.scss */
.font-sm {
  font-size: .85rem !important;
}

/* line 15127, app/assets/stylesheets/core_ui_default.scss */
.font-lg {
  font-size: 1rem !important;
}

/* line 15131, app/assets/stylesheets/core_ui_default.scss */
.font-xl {
  font-size: 1.25rem !important;
}

/* line 15135, app/assets/stylesheets/core_ui_default.scss */
.font-2xl {
  font-size: 1.5rem !important;
}

/* line 15139, app/assets/stylesheets/core_ui_default.scss */
.font-3xl {
  font-size: 1.75rem !important;
}

/* line 15143, app/assets/stylesheets/core_ui_default.scss */
.font-4xl {
  font-size: 2rem !important;
}

/* line 15147, app/assets/stylesheets/core_ui_default.scss */
.font-5xl {
  font-size: 2.5rem !important;
}

/* line 15151, app/assets/stylesheets/core_ui_default.scss */
.text-value {
  font-size: 1.3125rem;
  font-weight: 600;
}

/* line 15156, app/assets/stylesheets/core_ui_default.scss */
.text-value-sm {
  font-size: 1.09375rem;
  font-weight: 600;
}

/* line 15161, app/assets/stylesheets/core_ui_default.scss */
.text-value-lg {
  font-size: 1.53125rem;
  font-weight: 600;
}

/* line 15166, app/assets/stylesheets/core_ui_default.scss */
.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 15170, app/assets/stylesheets/core_ui_default.scss */
.email-app {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #c8ced3;
}

/* line 15179, app/assets/stylesheets/core_ui_default.scss */
.email-app nav {
  flex: 0 0 200px;
  padding: 1rem;
  border-right: 1px solid #c8ced3;
}

/* line 15186, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .btn-block {
  margin-bottom: 15px;
}

/* line 15190, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav {
  flex-direction: column;
}

/* line 15195, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-item {
  position: relative;
}

/* line 15199, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link {
  color: #000000;
  border-bottom: 1px solid #c8ced3;
}

/* line 15204, 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 15211, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link .badge {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 15217, app/assets/stylesheets/core_ui_default.scss */
.email-app main {
  flex: 1;
  min-width: 0;
  padding: 1rem;
}

/* line 15224, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3;
}

/* line 15229, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .messages {
  padding: 0;
  list-style: none;
}

/* line 15234, 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 15241, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message:hover {
  background: #f0f3f5;
}

/* line 15245, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .actions {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
}

/* line 15254, 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 15261, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message a {
  color: #000;
}

/* line 15265, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message a:hover {
  text-decoration: none;
}

/* line 15269, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message.unread .header,
.email-app .inbox .message.unread .title {
  font-weight: 700;
}

/* line 15274, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .header {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

/* line 15282, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .header .date {
  margin-left: auto;
}

/* line 15286, 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 15293, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .description {
  font-size: 12px;
}

/* line 15297, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3;
}

/* line 15302, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .title {
  padding: 1rem 0;
  font-weight: 700;
}

/* line 15307, 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 15316, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

/* line 15322, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .from {
  align-self: center;
  font-size: 12px;
  color: #bfbfbf;
}

/* line 15329, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .from span {
  display: block;
  font-weight: 700;
}

/* line 15334, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .date {
  margin-left: auto;
}

/* line 15338, 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 15345, 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 15354, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .badge {
  margin: 0 0.5rem;
  line-height: inherit;
}

/* line 15359, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .menu {
  margin-left: auto;
}

/* line 15363, 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 15370, app/assets/stylesheets/core_ui_default.scss */
  .email-app {
    flex-direction: column;
  }
  /* line 15374, app/assets/stylesheets/core_ui_default.scss */
  .email-app nav {
    flex: 0 0 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 15381, app/assets/stylesheets/core_ui_default.scss */
  .email-app .message .header {
    flex-flow: row wrap;
  }
  /* line 15385, app/assets/stylesheets/core_ui_default.scss */
  .email-app .message .header .date {
    flex: 0 0 100%;
  }
}

/* line 15391, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 15396, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] body {
  text-align: right;
}

/* line 15400, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item {
  text-align: right;
}

/* line 15404, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}

/* line 15409, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item .badge {
  right: auto;
  left: 10px;
}

/* line 15414, 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 15445, 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 15449, 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 15459, 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 15507, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

/* line 15514, 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 15527, 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 15566, app/assets/stylesheets/core_ui_default.scss */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

/* line 15574, 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 15583, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

/* line 15588, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

/* line 15593, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

/* line 15598, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

/* line 15603, 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 15639, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 15646, 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 15657, 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 15724, 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 15767, 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 15777, 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 15789, 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 15842, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

/* line 15848, 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 15858, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

/* line 15863, 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 15909, app/assets/stylesheets/core_ui_default.scss */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 15916, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 15924, 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 15936, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

/* line 15941, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

/* line 15946, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

/* line 15951, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

/* line 15956, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

/* line 15961, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

/* line 15966, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

/* line 15971, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

/* line 15976, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

/* line 15981, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

/* line 15986, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

/* line 15991, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

/* line 15996, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

/* line 16001, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

/* line 16006, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

/* line 16011, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

/* line 16016, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

/* line 16021, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

/* line 16026, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

/* line 16031, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

/* line 16036, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

/* line 16041, 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 16084, 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 16096, 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 16105, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

/* line 16110, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

/* line 16115, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

/* line 16120, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

/* line 16125, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

/* line 16130, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

/* line 16135, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube7 {
  animation-delay: 0.0s;
}

/* line 16140, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

/* line 16145, 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 16191, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 16198, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 16206, 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 16218, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

/* line 16223, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

/* line 16228, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

/* line 16233, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

/* line 16238, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

/* line 16243, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

/* line 16248, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

/* line 16253, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

/* line 16258, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

/* line 16263, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

/* line 16268, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

/* line 16273, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

/* line 16278, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

/* line 16283, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

/* line 16288, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

/* line 16293, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

/* line 16298, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

/* line 16303, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

/* line 16308, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

/* line 16313, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

/* line 16318, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

/* line 16323, 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 16357, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

/* line 16366, 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 16375, 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 16389, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

/* line 16394, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

/* line 16399, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

/* line 16404, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

/* line 16409, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

/* line 16414, 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;
}
