@charset "UTF-8";
/*!
 * Vali Admin
 * Author: Pratik Borsadiya
 * ================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Niconne);
/*!
 * 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 1, core/static/scss/1-tools/bootstrap-source/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF007F;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 19, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 25, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 35, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 46, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFF; }

/* line 62, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 72, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 88, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 97, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 110, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 119, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 125, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 132, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 139, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
dt {
  font-weight: 700; }

/* line 143, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 148, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 152, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 157, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
small {
  font-size: 80%; }

/* line 166, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 174, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
sub {
  bottom: -.25em; }

/* line 175, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
sup {
  top: -.5em; }

/* line 182, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
a {
  color: #FF007F;
  text-decoration: none;
  background-color: transparent; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a:hover {
    color: #b30059;
    text-decoration: underline; }

/* line 199, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  /* line 208, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/* line 218, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 226, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

/* line 240, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 250, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 255, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 267, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 271, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 279, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
th {
  text-align: inherit; }

/* line 290, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 299, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button {
  border-radius: 0; }

/* line 308, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 313, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 324, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button,
input {
  overflow: visible; }

/* line 329, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button,
select {
  text-transform: none; }

/* line 337, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
select {
  word-wrap: normal; }

/* line 345, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 358, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

/* line 365, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 373, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 380, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 392, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 398, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 413, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 425, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 430, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 435, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 448, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 457, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 466, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
output {
  display: inline-block; }

/* line 470, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 475, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
template {
  display: none; }

/* line 481, core/static/scss/1-tools/bootstrap-source/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2; }

/* line 16, core/static/scss/1-tools/bootstrap-source/_type.scss */
h1, .h1 {
  font-size: 2.1875rem; }

/* line 17, core/static/scss/1-tools/bootstrap-source/_type.scss */
h2, .h2 {
  font-size: 1.75rem; }

/* line 18, core/static/scss/1-tools/bootstrap-source/_type.scss */
h3, .h3 {
  font-size: 1.53125rem; }

/* line 19, core/static/scss/1-tools/bootstrap-source/_type.scss */
h4, .h4 {
  font-size: 1.3125rem; }

/* line 20, core/static/scss/1-tools/bootstrap-source/_type.scss */
h5, .h5 {
  font-size: 1.09375rem; }

/* line 21, core/static/scss/1-tools/bootstrap-source/_type.scss */
h6, .h6 {
  font-size: 0.875rem; }

/* line 23, core/static/scss/1-tools/bootstrap-source/_type.scss */
.lead {
  font-size: 1.09375rem;
  font-weight: 300; }

/* line 29, core/static/scss/1-tools/bootstrap-source/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 39, core/static/scss/1-tools/bootstrap-source/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 44, core/static/scss/1-tools/bootstrap-source/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 55, core/static/scss/1-tools/bootstrap-source/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 67, core/static/scss/1-tools/bootstrap-source/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* line 73, core/static/scss/1-tools/bootstrap-source/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 84, core/static/scss/1-tools/bootstrap-source/_type.scss */
.list-unstyled, .treeview-menu, .app-menu, .app-nav {
  padding-left: 0;
  list-style: none; }

/* line 89, core/static/scss/1-tools/bootstrap-source/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 92, core/static/scss/1-tools/bootstrap-source/_type.scss */
.list-inline-item {
  display: inline-block; }
  /* line 95, core/static/scss/1-tools/bootstrap-source/_type.scss */
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

/* line 106, core/static/scss/1-tools/bootstrap-source/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 112, core/static/scss/1-tools/bootstrap-source/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem; }

/* line 117, core/static/scss/1-tools/bootstrap-source/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  /* line 122, core/static/scss/1-tools/bootstrap-source/_type.scss */
  .blockquote-footer::before {
    content: "\2014\00A0"; }

/* line 8, core/static/scss/1-tools/bootstrap-source/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 14, core/static/scss/1-tools/bootstrap-source/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

/* line 29, core/static/scss/1-tools/bootstrap-source/_images.scss */
.figure {
  display: inline-block; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 39, core/static/scss/1-tools/bootstrap-source/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 2, core/static/scss/1-tools/bootstrap-source/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  /* line 8, core/static/scss/1-tools/bootstrap-source/_code.scss */
  a > code {
    color: inherit; }

/* line 14, core/static/scss/1-tools/bootstrap-source/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

/* line 31, core/static/scss/1-tools/bootstrap-source/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/_code.scss */
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

/* line 45, core/static/scss/1-tools/bootstrap-source/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, core/static/scss/1-tools/bootstrap-source/_grid.scss */
.container {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    /* line 6, core/static/scss/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    /* line 6, core/static/scss/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 6, core/static/scss/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    /* line 6, core/static/scss/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 1140px; } }
/* line 18, core/static/scss/1-tools/bootstrap-source/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, core/static/scss/1-tools/bootstrap-source/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 38, core/static/scss/1-tools/bootstrap-source/_grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 8, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px; }

/* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 35, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 47, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-first {
  order: -1; }

/* line 49, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-last {
  order: 13; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-0 {
  order: 0; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-1 {
  order: 1; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-2 {
  order: 2; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-3 {
  order: 3; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-4 {
  order: 4; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-5 {
  order: 5; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-6 {
  order: 6; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-7 {
  order: 7; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-8 {
  order: 8; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-9 {
  order: 9; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-10 {
  order: 10; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-11 {
  order: 11; }

/* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-12 {
  order: 12; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  /* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  /* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  /* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  /* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* line 5, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 45, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  /* line 54, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/* line 62, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 75, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffb8db; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ff7abc; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #ff9fce; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ff9fce; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

/* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

/* line 7, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  /* line 32, core/static/scss/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

/* line 114, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table .thead-dark th {
  color: #FFF;
  background-color: #343a40;
  border-color: #454d55; }

/* line 122, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 130, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table-dark {
  color: #FFF;
  background-color: #343a40; }
  /* line 134, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  /* line 140, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-dark.table-bordered {
    border: 0; }
  /* line 145, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .table-dark.table-hover tbody tr:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 171, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_tables.scss */
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  /* line 171, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_tables.scss */
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  /* line 171, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_tables.scss */
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  /* line 171, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_tables.scss */
    .table-responsive-xl > .table-bordered {
      border: 0; } }

/* line 171, core/static/scss/1-tools/bootstrap-source/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  /* line 179, core/static/scss/1-tools/bootstrap-source/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0; }

/* line 7, core/static/scss/1-tools/bootstrap-source/_forms.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: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 7, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-control {
      transition: none; } }
  /* line 28, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .form-control:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #FF007F;
    outline: 0;
    box-shadow: none; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

/* line 57, core/static/scss/1-tools/bootstrap-source/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFF; }

/* line 69, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 82, core/static/scss/1-tools/bootstrap-source/_forms.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 90, core/static/scss/1-tools/bootstrap-source/_forms.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 97, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76562rem;
  line-height: 1.5; }

/* line 110, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  /* line 122, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

/* line 137, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 4px; }

/* line 145, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 4px; }

/* line 155, core/static/scss/1-tools/bootstrap-source/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 161, core/static/scss/1-tools/bootstrap-source/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 170, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 174, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 184, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  /* line 190, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/* line 202, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 208, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  /* line 213, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

/* line 218, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 222, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  /* line 229, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

/* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

/* line 38, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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.76562rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

/* line 54, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 65, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25); }
  /* line 70, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 78, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 87, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  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='%23343a40' 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 95, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25); }
  /* line 100, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 109, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 117, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

/* line 121, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 129, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  /* line 132, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

/* line 137, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 142, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

/* line 149, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25); }

/* line 153, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

/* line 163, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 167, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 172, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25); }

/* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 38, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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.76562rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

/* line 54, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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 65, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }
  /* line 70, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 78, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 87, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  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='%23343a40' 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='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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 95, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }
  /* line 100, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 109, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 117, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

/* line 121, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 129, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  /* line 132, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

/* line 137, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 142, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

/* line 149, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }

/* line 153, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

/* line 163, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

/* line 167, core/static/scss/1-tools/bootstrap-source/mixins/_forms.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 172, core/static/scss/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }

/* line 258, core/static/scss/1-tools/bootstrap-source/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  /* line 266, core/static/scss/1-tools/bootstrap-source/_forms.scss */
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    /* line 272, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    /* line 280, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    /* line 289, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 296, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-control-plaintext {
      display: inline-block; }
    /* line 300, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    /* line 307, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    /* line 314, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    /* line 322, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    /* line 326, core/static/scss/1-tools/bootstrap-source/_forms.scss */
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
/* line 7, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  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: 3px;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 7, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
    .btn {
      transition: none; } }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

/* line 49, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-primary {
  color: #FFF;
  background-color: #FF007F;
  border-color: #FF007F; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-primary:hover {
    color: #FFF;
    background-color: #d9006c;
    border-color: #cc0066; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(255, 38, 146, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFF;
    background-color: #FF007F;
    border-color: #FF007F; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #cc0066;
    border-color: #bf005f; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 38, 146, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-secondary {
  color: #FFF;
  background-color: #6c757d;
  border-color: #6c757d; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-secondary:hover {
    color: #FFF;
    background-color: #5a6268;
    border-color: #545b62; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #545b62;
    border-color: #4e555b; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-success {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-success:hover {
    color: #FFF;
    background-color: #218838;
    border-color: #1e7e34; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success:disabled {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-info {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-info:hover {
    color: #FFF;
    background-color: #138496;
    border-color: #117a8b; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info:disabled {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #FFF;
    background-color: #117a8b;
    border-color: #10707f; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-danger {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-danger:hover {
    color: #FFF;
    background-color: #c82333;
    border-color: #bd2130; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5); }

/* line 60, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-dark {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-dark:hover {
    color: #FFF;
    background-color: #23272b;
    border-color: #1d2124; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5); }
  /* line 29, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #FFF;
    background-color: #1d2124;
    border-color: #171a1d; }
    /* line 50, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-primary {
  color: #FF007F;
  border-color: #FF007F; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-primary:hover {
    color: #FFF;
    background-color: #FF007F;
    border-color: #FF007F; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FF007F;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #FFF;
    background-color: #FF007F;
    border-color: #FF007F; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-secondary:hover {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-success:hover {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-info:hover {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-danger:hover {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

/* line 66, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-outline-dark:hover {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  /* line 82, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
    /* line 89, core/static/scss/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

/* line 77, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #FF007F;
  text-decoration: none; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-link:hover {
    color: #b30059;
    text-decoration: underline; }
  /* line 87, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  /* line 93, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

/* line 107, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 3px; }

/* line 111, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 3px; }

/* line 120, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }
  /* line 125, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

/* line 134, core/static/scss/1-tools/bootstrap-source/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 1, core/static/scss/1-tools/bootstrap-source/_transitions.scss */
.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    /* line 1, core/static/scss/1-tools/bootstrap-source/_transitions.scss */
    .fade {
      transition: none; } }
  /* line 4, core/static/scss/1-tools/bootstrap-source/_transitions.scss */
  .fade:not(.show) {
    opacity: 0; }

/* line 10, core/static/scss/1-tools/bootstrap-source/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 15, core/static/scss/1-tools/bootstrap-source/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 15, core/static/scss/1-tools/bootstrap-source/_transitions.scss */
    .collapsing {
      transition: none; } }
/* line 2, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 9, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_caret.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 58, core/static/scss/1-tools/bootstrap-source/mixins/_caret.scss */
  .dropdown-toggle:empty::after {
    margin-left: 0; }

/* line 17, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

/* line 42, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 47, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 42, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  /* line 42, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  /* line 42, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  /* line 42, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

/* line 57, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

/* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_caret.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 58, core/static/scss/1-tools/bootstrap-source/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 70, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

/* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_caret.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 58, core/static/scss/1-tools/bootstrap-source/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 80, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 87, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0; }

/* line 30, core/static/scss/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 45, core/static/scss/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 49, core/static/scss/1-tools/bootstrap-source/mixins/_caret.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 58, core/static/scss/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 97, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 106, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 116, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 123, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* line 138, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 0);
    border-top-right-radius: calc(0.25rem - 0); }
  /* line 142, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 0);
    border-bottom-left-radius: calc(0.25rem - 0); }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 153, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    text-decoration: none;
    background-color: #FF007F; }
  /* line 160, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

/* line 172, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu.show {
  display: block; }

/* line 177, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 187, core/static/scss/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 8px 20px;
  color: #212529; }

/* line 4, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    /* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    /* line 19, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

/* line 28, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-toolbar .input-group {
    width: auto; }

/* line 40, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 46, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 51, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 69, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  /* line 73, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  /* line 79, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

/* line 84, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 89, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 111, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  /* line 116, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  /* line 121, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  /* line 127, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 132, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 152, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  /* line 156, core/static/scss/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

/* line 7, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    /* line 25, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  /* line 46, core/static/scss/1-tools/bootstrap-source/_input-group.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 47, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    /* line 56, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    /* line 58, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

/* line 69, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex; }
  /* line 76, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    /* line 80, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  /* line 85, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

/* line 93, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 94, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-append {
  margin-left: -1px; }

/* line 102, core/static/scss/1-tools/bootstrap-source/_input-group.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: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  /* line 118, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

/* line 130, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

/* line 135, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 4px; }

/* line 147, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

/* line 152, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 4px; }

/* line 164, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 177, core/static/scss/1-tools/bootstrap-source/_input-group.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 186, core/static/scss/1-tools/bootstrap-source/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 10, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem; }

/* line 17, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 22, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  /* line 27, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFF;
    border-color: #FF007F;
    background-color: #FF007F; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  /* line 43, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #FF007F; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFF;
    background-color: #ffb3d9;
    border-color: #ffb3d9; }
  /* line 55, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    /* line 58, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

/* line 69, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  /* line 75, core/static/scss/1-tools/bootstrap-source/_custom-forms.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: #adb5bd solid 1px; }
  /* line 90, core/static/scss/1-tools/bootstrap-source/_custom-forms.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 108, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

/* line 113, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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 119, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FF007F;
  background-color: #FF007F; }

/* line 124, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 130, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 127, 0.5); }

/* line 133, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 0, 127, 0.5); }

/* line 144, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 150, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e"); }

/* line 156, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 127, 0.5); }

/* line 167, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem; }
  /* line 171, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  /* line 179, core/static/scss/1-tools/bootstrap-source/_custom-forms.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: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      /* line 179, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
      .custom-switch .custom-control-label::after {
        transition: none; } }
  /* line 192, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFF;
    transform: translateX(0.75rem); }
  /* line 199, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 0, 127, 0.5); }

/* line 212, core/static/scss/1-tools/bootstrap-source/_custom-forms.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: #495057;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #FFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  /* line 230, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select:focus {
    border-color: #FF007F;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.25); }
    /* line 239, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFF; }
  /* line 250, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  /* line 257, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  /* line 263, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select::-ms-expand {
    display: none; }

/* line 268, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.76562rem; }

/* line 276, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem; }

/* line 289, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

/* line 297, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  /* line 305, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #FF007F;
    box-shadow: none; }
  /* line 310, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  /* line 315, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  /* line 320, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

/* line 325, core/static/scss/1-tools/bootstrap-source/_custom-forms.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: #495057;
  background-color: #FFF;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  /* line 342, core/static/scss/1-tools/bootstrap-source/_custom-forms.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: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 4px 4px 0; }

/* line 366, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  /* line 373, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:focus {
    outline: none; }
    /* line 378, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFF, none; }
    /* line 379, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFF, none; }
    /* line 380, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFF, none; }
  /* line 383, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-moz-focus-outer {
    border: 0; }
  /* line 387, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #FF007F;
    border: 0;
    border-radius: 1rem;
    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 387, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    /* line 398, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffb3d9; }
  /* line 403, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 414, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FF007F;
    border: 0;
    border-radius: 1rem;
    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 414, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
      .custom-range::-moz-range-thumb {
        transition: none; } }
    /* line 424, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-moz-range-thumb:active {
      background-color: #ffb3d9; }
  /* line 429, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 440, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #FF007F;
    border: 0;
    border-radius: 1rem;
    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 440, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
      .custom-range::-ms-thumb {
        transition: none; } }
    /* line 453, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-ms-thumb:active {
      background-color: #ffb3d9; }
  /* line 458, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  /* line 469, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  /* line 474, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  /* line 481, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  /* line 485, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  /* line 489, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  /* line 493, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  /* line 497, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

/* line 503, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 503, core/static/scss/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
/* line 6, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 14, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/_nav.scss */
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  /* line 41, core/static/scss/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    /* line 49, core/static/scss/1-tools/bootstrap-source/_nav.scss */
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  /* line 56, core/static/scss/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFF;
    border-color: #dee2e6 #dee2e6 #FFF; }
  /* line 63, core/static/scss/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 77, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem; }

/* line 81, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #FF007F; }

/* line 94, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 101, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 114, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 117, core/static/scss/1-tools/bootstrap-source/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 18, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  /* line 28, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

/* line 42, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

/* line 61, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 68, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  /* line 73, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

/* line 84, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 99, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 108, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

/* line 123, core/static/scss/1-tools/bootstrap-source/_navbar.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 142, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  /* line 140, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 153, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      /* line 156, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    /* line 172, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  /* line 142, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 140, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 153, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      /* line 156, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    /* line 172, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  /* line 142, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  /* line 140, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 153, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      /* line 156, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    /* line 172, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  /* line 142, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  /* line 140, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 153, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      /* line 156, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    /* line 172, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 179, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

/* line 140, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  /* line 142, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  /* line 153, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    /* line 156, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    /* line 160, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  /* line 167, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  /* line 172, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  /* line 179, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none; }

/* line 194, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

/* line 203, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  /* line 210, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

/* line 215, core/static/scss/1-tools/bootstrap-source/_navbar.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 223, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 228, core/static/scss/1-tools/bootstrap-source/_navbar.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 232, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  /* line 234, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

/* line 246, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFF; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFF; }

/* line 255, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  /* line 262, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

/* line 267, core/static/scss/1-tools/bootstrap-source/_navbar.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 275, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 280, core/static/scss/1-tools/bootstrap-source/_navbar.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 284, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  /* line 286, core/static/scss/1-tools/bootstrap-source/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #FFF; }
    /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFF; }

/* line 5, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  /* line 16, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 28, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 42, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 46, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 51, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none; }

/* line 60, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 69, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 76, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  /* line 81, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

/* line 87, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 92, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

/* line 102, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 109, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 115, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 124, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

/* line 130, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 135, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 143, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column; }
  /* line 147, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card-deck .card {
    margin-bottom: 6px; }
  @media (min-width: 576px) {
    /* line 143, core/static/scss/1-tools/bootstrap-source/_card.scss */
    .card-deck {
      flex-flow: row wrap;
      margin-right: -6px;
      margin-left: -6px; }
      /* line 156, core/static/scss/1-tools/bootstrap-source/_card.scss */
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 6px;
        margin-bottom: 0;
        margin-left: 6px; } }
/* line 173, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-group {
  display: flex;
  flex-direction: column; }
  /* line 179, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card-group > .card {
    margin-bottom: 6px; }
  @media (min-width: 576px) {
    /* line 173, core/static/scss/1-tools/bootstrap-source/_card.scss */
    .card-group {
      flex-flow: row wrap; }
      /* line 187, core/static/scss/1-tools/bootstrap-source/_card.scss */
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        /* line 192, core/static/scss/1-tools/bootstrap-source/_card.scss */
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        /* line 199, core/static/scss/1-tools/bootstrap-source/_card.scss */
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          /* line 202, core/static/scss/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          /* line 207, core/static/scss/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        /* line 214, core/static/scss/1-tools/bootstrap-source/_card.scss */
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          /* line 217, core/static/scss/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          /* line 222, core/static/scss/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }
/* line 239, core/static/scss/1-tools/bootstrap-source/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  /* line 238, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    /* line 249, core/static/scss/1-tools/bootstrap-source/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

/* line 262, core/static/scss/1-tools/bootstrap-source/_card.scss */
.accordion > .card {
  overflow: hidden; }
  /* line 266, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  /* line 270, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  /* line 276, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 281, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  /* line 285, core/static/scss/1-tools/bootstrap-source/_card.scss */
  .accordion > .card .card-header {
    margin-bottom: -1px; }

/* line 1, core/static/scss/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 13, core/static/scss/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  /* line 16, core/static/scss/1-tools/bootstrap-source/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

/* line 30, core/static/scss/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 38, core/static/scss/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 1, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

/* line 7, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FF007F;
  background-color: #FFF;
  border: 1px solid #dee2e6; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
  .page-link:hover {
    z-index: 2;
    color: #b30059;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }

/* line 34, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

/* line 40, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

/* line 45, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #FF007F;
  border-color: #FF007F; }

/* line 52, core/static/scss/1-tools/bootstrap-source/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

/* line 12, core/static/scss/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5; }

/* line 12, core/static/scss/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 6, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 6, core/static/scss/1-tools/bootstrap-source/_badge.scss */
    .badge {
      transition: none; } }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/_badge.scss */
  .badge:empty {
    display: none; }

/* line 31, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 40, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-primary {
  color: #FFF;
  background-color: #FF007F; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFF;
    background-color: #cc0066; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-secondary {
  color: #FFF;
  background-color: #6c757d; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFF;
    background-color: #545b62; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-success {
  color: #FFF;
  background-color: #28a745; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-success:hover, a.badge-success:focus {
    color: #FFF;
    background-color: #1e7e34; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-info {
  color: #FFF;
  background-color: #17a2b8; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-info:hover, a.badge-info:focus {
    color: #FFF;
    background-color: #117a8b; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-danger {
  color: #FFF;
  background-color: #dc3545; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-danger:hover, a.badge-danger:focus {
    color: #FFF;
    background-color: #bd2130; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

/* line 51, core/static/scss/1-tools/bootstrap-source/_badge.scss */
.badge-dark {
  color: #FFF;
  background-color: #343a40; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  a.badge-dark:hover, a.badge-dark:focus {
    color: #FFF;
    background-color: #1d2124; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/mixins/_badge.scss */
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

/* line 1, core/static/scss/1-tools/bootstrap-source/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    /* line 1, core/static/scss/1-tools/bootstrap-source/_jumbotron.scss */
    .jumbotron {
      padding: 4rem 2rem; } }
/* line 13, core/static/scss/1-tools/bootstrap-source/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 5, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 14, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 20, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-link {
  font-weight: 700; }

/* line 29, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-dismissible {
  padding-right: 3.8125rem; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/_alert.scss */
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-primary {
  color: #850042;
  background-color: #ffcce5;
  border-color: #ffb8db; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-primary hr {
    border-top-color: #ff9fce; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-primary .alert-link {
    color: #520029; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-secondary .alert-link {
    color: #202326; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #b1dfbb; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #0b2e13; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #abdde5; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #062c33; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #533f03; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #491217; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-light hr {
    border-top-color: #ececf6; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-light .alert-link {
    color: #686868; }

/* line 48, core/static/scss/1-tools/bootstrap-source/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  /* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-dark .alert-link {
    color: #040505; }

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

/* line 9, core/static/scss/1-tools/bootstrap-source/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 19, core/static/scss/1-tools/bootstrap-source/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #FF007F;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 19, core/static/scss/1-tools/bootstrap-source/_progress.scss */
    .progress-bar {
      transition: none; } }
/* line 30, core/static/scss/1-tools/bootstrap-source/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

/* line 36, core/static/scss/1-tools/bootstrap-source/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    /* line 36, core/static/scss/1-tools/bootstrap-source/_progress.scss */
    .progress-bar-animated {
      animation: none; } }
/* line 1, core/static/scss/1-tools/bootstrap-source/_media.scss */
.media {
  display: flex;
  align-items: flex-start; }

/* line 6, core/static/scss/1-tools/bootstrap-source/_media.scss */
.media-body {
  flex: 1; }

/* line 5, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 20, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

/* line 44, core/static/scss/1-tools/bootstrap-source/_list-group.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 54, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 58, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  /* line 63, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFF; }
  /* line 71, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item.active {
    z-index: 2;
    color: #FFF;
    background-color: #FF007F;
    border-color: #FF007F; }

/* line 88, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
.list-group-horizontal {
  flex-direction: row; }
  /* line 91, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    /* line 95, core/static/scss/1-tools/bootstrap-source/_list-group.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 100, core/static/scss/1-tools/bootstrap-source/_list-group.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 88, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row; }
    /* line 91, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, core/static/scss/1-tools/bootstrap-source/_list-group.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 100, core/static/scss/1-tools/bootstrap-source/_list-group.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 88, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row; }
    /* line 91, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, core/static/scss/1-tools/bootstrap-source/_list-group.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 100, core/static/scss/1-tools/bootstrap-source/_list-group.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 88, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row; }
    /* line 91, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, core/static/scss/1-tools/bootstrap-source/_list-group.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 100, core/static/scss/1-tools/bootstrap-source/_list-group.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 88, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row; }
    /* line 91, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      /* line 95, core/static/scss/1-tools/bootstrap-source/_list-group.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 100, core/static/scss/1-tools/bootstrap-source/_list-group.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 117, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  /* line 122, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

/* line 128, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 134, core/static/scss/1-tools/bootstrap-source/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-primary {
  color: #850042;
  background-color: #ffb8db; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #850042;
    background-color: #ff9fce; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-primary.list-group-item-action.active {
    color: #FFF;
    background-color: #850042;
    border-color: #850042; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFF;
    background-color: #383d41;
    border-color: #383d41; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-success.list-group-item-action.active {
    color: #FFF;
    background-color: #155724;
    border-color: #155724; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-info.list-group-item-action.active {
    color: #FFF;
    background-color: #0c5460;
    border-color: #0c5460; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.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 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-warning.list-group-item-action.active {
    color: #FFF;
    background-color: #856404;
    border-color: #856404; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-danger.list-group-item-action.active {
    color: #FFF;
    background-color: #721c24;
    border-color: #721c24; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-light.list-group-item-action.active {
    color: #FFF;
    background-color: #818182;
    border-color: #818182; }

/* line 4, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-dark.list-group-item-action.active {
    color: #FFF;
    background-color: #1b1e21;
    border-color: #1b1e21; }

/* line 1, core/static/scss/1-tools/bootstrap-source/_close.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 13, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .close:hover {
    color: #000;
    text-decoration: none; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

/* line 29, core/static/scss/1-tools/bootstrap-source/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

/* line 39, core/static/scss/1-tools/bootstrap-source/_close.scss */
a.close.disabled {
  pointer-events: none; }

/* line 1, core/static/scss/1-tools/bootstrap-source/_toasts.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);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/_toasts.scss */
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/_toasts.scss */
  .toast.showing {
    opacity: 1; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/_toasts.scss */
  .toast.show {
    display: block;
    opacity: 1; }
  /* line 27, core/static/scss/1-tools/bootstrap-source/_toasts.scss */
  .toast.hide {
    display: none; }

/* line 32, core/static/scss/1-tools/bootstrap-source/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 42, core/static/scss/1-tools/bootstrap-source/_toasts.scss */
.toast-body {
  padding: 0.75rem; }

/* line 7, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-open {
  overflow: hidden; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

/* line 18, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 36, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  /* line 44, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      /* line 44, core/static/scss/1-tools/bootstrap-source/_modal.scss */
      .modal.fade .modal-dialog {
        transition: none; } }
  /* line 48, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal.show .modal-dialog {
    transform: none; }

/* line 53, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  /* line 57, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  /* line 62, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  /* line 67, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

/* line 72, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  /* line 78, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  /* line 85, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    /* line 90, core/static/scss/1-tools/bootstrap-source/_modal.scss */
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    /* line 94, core/static/scss/1-tools/bootstrap-source/_modal.scss */
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

/* line 101, core/static/scss/1-tools/bootstrap-source/_modal.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 119, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  /* line 129, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0; }
  /* line 130, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-backdrop.show {
    opacity: 0.5; }

/* line 135, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  /* line 143, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

/* line 151, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 158, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 167, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  /* line 176, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  /* line 177, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

/* line 181, core/static/scss/1-tools/bootstrap-source/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 192, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  /* line 197, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    /* line 200, core/static/scss/1-tools/bootstrap-source/_modal.scss */
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  /* line 205, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    /* line 208, core/static/scss/1-tools/bootstrap-source/_modal.scss */
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  /* line 217, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 768px) {
  /* line 221, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  /* line 228, core/static/scss/1-tools/bootstrap-source/_modal.scss */
  .modal-xl {
    max-width: 1140px; } }

/* line 2, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  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.76562rem;
  word-wrap: break-word;
  opacity: 0; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
  .tooltip.show {
    opacity: 0.9; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    /* line 23, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 32, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    /* line 38, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

/* line 46, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 54, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

/* line 62, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  /* line 65, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    /* line 68, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

/* line 76, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  /* line 79, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 84, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

/* line 108, core/static/scss/1-tools/bootstrap-source/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

/* line 1, core/static/scss/1-tools/bootstrap-source/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  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.76562rem;
  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 20, core/static/scss/1-tools/bootstrap-source/_popover.scss */
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    /* line 27, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 38, core/static/scss/1-tools/bootstrap-source/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  /* line 41, core/static/scss/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    /* line 44, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    /* line 50, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #FFF; }

/* line 58, core/static/scss/1-tools/bootstrap-source/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  /* line 61, core/static/scss/1-tools/bootstrap-source/_popover.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 67, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    /* line 73, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #FFF; }

/* line 81, core/static/scss/1-tools/bootstrap-source/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  /* line 84, core/static/scss/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    /* line 87, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    /* line 93, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #FFF; }
  /* line 101, core/static/scss/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

/* line 113, core/static/scss/1-tools/bootstrap-source/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  /* line 116, core/static/scss/1-tools/bootstrap-source/_popover.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 122, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    /* line 128, core/static/scss/1-tools/bootstrap-source/_popover.scss */
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #FFF; }

/* line 153, core/static/scss/1-tools/bootstrap-source/_popover.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 163, core/static/scss/1-tools/bootstrap-source/_popover.scss */
  .popover-header:empty {
    display: none; }

/* line 168, core/static/scss/1-tools/bootstrap-source/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/* line 14, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel {
  position: relative; }

/* line 18, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y; }

/* line 22, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 2, core/static/scss/1-tools/bootstrap-source/mixins/_clearfix.scss */
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

/* line 29, core/static/scss/1-tools/bootstrap-source/_carousel.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 29, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
    .carousel-item {
      transition: none; } }
/* line 39, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 45, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

/* line 50, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

/* line 61, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

/* line 67, core/static/scss/1-tools/bootstrap-source/_carousel.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 74, core/static/scss/1-tools/bootstrap-source/_carousel.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 74, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
/* line 87, core/static/scss/1-tools/bootstrap-source/_carousel.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 87, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  /* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.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 111, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-prev {
  left: 0; }

/* line 117, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-next {
  right: 0; }

/* line 125, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

/* line 132, core/static/scss/1-tools/bootstrap-source/_carousel.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 135, core/static/scss/1-tools/bootstrap-source/_carousel.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 145, core/static/scss/1-tools/bootstrap-source/_carousel.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 159, core/static/scss/1-tools/bootstrap-source/_carousel.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 159, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
      .carousel-indicators li {
        transition: none; } }
  /* line 177, core/static/scss/1-tools/bootstrap-source/_carousel.scss */
  .carousel-indicators .active {
    opacity: 1; }

/* line 187, core/static/scss/1-tools/bootstrap-source/_carousel.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 9, core/static/scss/1-tools/bootstrap-source/_spinners.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 21, core/static/scss/1-tools/bootstrap-source/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

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

/* line 40, core/static/scss/1-tools/bootstrap-source/_spinners.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 52, core/static/scss/1-tools/bootstrap-source/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 3, core/static/scss/1-tools/bootstrap-source/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 4, core/static/scss/1-tools/bootstrap-source/utilities/_align.scss */
.align-top {
  vertical-align: top !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-primary {
  background-color: #FF007F !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc0066 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

/* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_background.scss */
.bg-white {
  background-color: #FFF !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 9, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 10, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-0 {
  border: 0 !important; }

/* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-primary {
  border-color: #FF007F !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 25, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.border-white {
  border-color: #FFF !important; }

/* line 33, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 46, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 56, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 61, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 65, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-circle, .app-sidebar__user-avatar {
  border-radius: 50% !important; }

/* line 69, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 73, core/static/scss/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 2, core/static/scss/1-tools/bootstrap-source/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-none {
  display: none !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-inline {
  display: inline !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-block {
  display: block !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-table {
  display: table !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-table-row {
  display: table-row !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-flex {
  display: flex !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-none {
    display: none !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-block {
    display: block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-table {
    display: table !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-none {
    display: none !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-inline {
    display: inline !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-block {
    display: block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-table {
    display: table !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-flex {
    display: flex !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-none {
    display: none !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-block {
    display: block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-table {
    display: table !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-none {
    display: none !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-block {
    display: block !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-table {
    display: table !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-none {
    display: none !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-inline {
    display: inline !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-block {
    display: block !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-table {
    display: table !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-flex {
    display: flex !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }

/* line 3, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  /* line 10, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
  .embed-responsive::before {
    display: block;
    content: ""; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important; }

/* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 19, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 25, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 26, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 27, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 28, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 29, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 32, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 33, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-center {
  align-items: center !important; }

/* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 38, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 39, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 42, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 44, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 45, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 46, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 49, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  /* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  /* line 26, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  /* line 27, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }
  /* line 28, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }
  /* line 29, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }
  /* line 38, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }
  /* line 39, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }
  /* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }
  /* line 44, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }
  /* line 45, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }
  /* line 46, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }
  /* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }
  /* line 26, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }
  /* line 27, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }
  /* line 28, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }
  /* line 29, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }
  /* line 38, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }
  /* line 39, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }
  /* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }
  /* line 44, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }
  /* line 45, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }
  /* line 46, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  /* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  /* line 26, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  /* line 27, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }
  /* line 28, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }
  /* line 29, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }
  /* line 38, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }
  /* line 39, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }
  /* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }
  /* line 44, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }
  /* line 45, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }
  /* line 46, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important; }
  /* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  /* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  /* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  /* line 26, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  /* line 27, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }
  /* line 28, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }
  /* line 29, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }
  /* line 32, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }
  /* line 33, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }
  /* line 35, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }
  /* line 38, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }
  /* line 39, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }
  /* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }
  /* line 42, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }
  /* line 44, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }
  /* line 45, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }
  /* line 46, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
.float-left {
  float: left !important; }

/* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
.float-right {
  float: right !important; }

/* line 9, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-sm-left {
    float: left !important; }
  /* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-sm-right {
    float: right !important; }
  /* line 9, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  /* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-md-left {
    float: left !important; }
  /* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-md-right {
    float: right !important; }
  /* line 9, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  /* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-lg-left {
    float: left !important; }
  /* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-lg-right {
    float: right !important; }
  /* line 9, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  /* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-xl-left {
    float: left !important; }
  /* line 8, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-xl-right {
    float: right !important; }
  /* line 9, core/static/scss/1-tools/bootstrap-source/utilities/_float.scss */
  .float-xl-none {
    float: none !important; } }

/* line 4, core/static/scss/1-tools/bootstrap-source/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 4, core/static/scss/1-tools/bootstrap-source/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.position-static {
  position: static !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.position-relative {
  position: relative !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.position-absolute {
  position: absolute !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.position-fixed {
  position: fixed !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.position-sticky {
  position: sticky !important; }

/* line 10, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  /* line 26, core/static/scss/1-tools/bootstrap-source/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_screenreaders.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 24, core/static/scss/1-tools/bootstrap-source/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 3, core/static/scss/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 4, core/static/scss/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 5, core/static/scss/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-25 {
  width: 25% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-50 {
  width: 50% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-75 {
  width: 75% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-100 {
  width: 100% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-auto {
  width: auto !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-25 {
  height: 25% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-50 {
  height: 50% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-75 {
  height: 75% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-100 {
  height: 100% !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-auto {
  height: auto !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 16, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 19, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important; }

/* line 20, core/static/scss/1-tools/bootstrap-source/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-auto {
  margin: auto !important; }

/* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 54, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 57, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  /* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  /* line 54, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  /* line 57, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  /* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  /* line 54, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  /* line 57, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  /* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  /* line 54, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  /* line 57, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  /* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important; }
  /* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  /* line 15, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  /* line 18, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  /* line 21, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  /* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important; }
  /* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  /* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  /* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  /* line 47, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important; }
  /* line 48, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  /* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  /* line 54, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  /* line 57, core/static/scss/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-justify {
  text-align: justify !important; }

/* line 12, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-wrap {
  white-space: normal !important; }

/* line 13, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 14, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-left {
  text-align: left !important; }

/* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-right {
  text-align: right !important; }

/* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-md-left {
    text-align: left !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-md-right {
    text-align: right !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  /* line 22, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important; }
  /* line 23, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important; } }

/* line 30, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 31, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 32, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 36, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 37, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 38, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 39, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 40, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 41, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.font-italic {
  font-style: italic !important; }

/* line 45, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-white {
  color: #FFF !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-primary {
  color: #FF007F !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #b30059 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

/* line 6, core/static/scss/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important; }

/* line 17, core/static/scss/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

/* line 51, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-body {
  color: #212529 !important; }

/* line 52, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-muted, .app-notification__meta {
  color: #6c757d !important; }

/* line 54, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 55, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 59, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 63, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 65, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

/* line 72, core/static/scss/1-tools/bootstrap-source/utilities/_text.scss */
.text-reset {
  color: inherit !important; }

/* line 7, core/static/scss/1-tools/bootstrap-source/utilities/_visibility.scss */
.visible {
  visibility: visible !important; }

/* line 11, core/static/scss/1-tools/bootstrap-source/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 13, core/static/scss/1-tools/bootstrap-source/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  /* line 24, core/static/scss/1-tools/bootstrap-source/_print.scss */
  a:not(.btn) {
    text-decoration: underline; }
  /* line 34, core/static/scss/1-tools/bootstrap-source/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /* line 49, core/static/scss/1-tools/bootstrap-source/_print.scss */
  pre {
    white-space: pre-wrap !important; }
  /* line 52, core/static/scss/1-tools/bootstrap-source/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  /* line 63, core/static/scss/1-tools/bootstrap-source/_print.scss */
  thead {
    display: table-header-group; }
  /* line 67, core/static/scss/1-tools/bootstrap-source/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 72, core/static/scss/1-tools/bootstrap-source/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 79, core/static/scss/1-tools/bootstrap-source/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  /* line 92, core/static/scss/1-tools/bootstrap-source/_print.scss */
  body {
    min-width: 992px !important; }
  /* line 95, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .container {
    min-width: 992px !important; }
  /* line 100, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .navbar {
    display: none; }
  /* line 103, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .badge {
    border: 1px solid #000; }
  /* line 107, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 110, core/static/scss/1-tools/bootstrap-source/_print.scss */
    .table td,
    .table th {
      background-color: #FFF !important; }
  /* line 117, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  /* line 123, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .table-dark {
    color: inherit; }
    /* line 126, core/static/scss/1-tools/bootstrap-source/_print.scss */
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  /* line 134, core/static/scss/1-tools/bootstrap-source/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* line 1, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

/* line 7, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 12, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

/* line 16, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

/* line 20, core/static/scss/1-tools/_dataTables.bootstrap.scss */
.tile div.dataTables_wrapper {
  padding: 0; }

/* line 23, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

/* line 28, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

/* line 32, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

/* line 35, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

/* line 40, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

/* line 45, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

/* line 49, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

/* line 54, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

/* line 59, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

/* line 70, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

/* line 76, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

/* line 80, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

/* line 88, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

/* line 102, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

/* line 110, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

/* line 118, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1; }

/* line 122, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

/* line 127, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

/* line 131, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 136, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

/* line 141, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

/* line 146, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

/* line 149, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  /* line 155, core/static/scss/1-tools/_dataTables.bootstrap.scss */
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

/* line 162, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px; }

/* line 165, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em; }

/* line 171, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }

/* line 177, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

/* line 181, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

/* line 186, core/static/scss/1-tools/_dataTables.bootstrap.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

/* line 191, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/* line 195, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

/* line 198, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

/* line 201, core/static/scss/1-tools/_dataTables.bootstrap.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 8, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

/* line 12, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-inline {
  width: 220px; }

/* line 15, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker.datepicker-rtl {
  direction: rtl; }

/* line 18, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right; }

/* line 21, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

/* line 26, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

/* line 36, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

/* line 45, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

/* line 48, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

/* line 51, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

/* line 54, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

/* line 57, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

/* line 60, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

/* line 63, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

/* line 68, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

/* line 73, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 82, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

/* line 90, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 94, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker-days tbody tr td {
  border-radius: 50%;
  font-weight: 500; }

/* line 98, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

/* line 102, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

/* line 107, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 113, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

/* line 119, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2; }

/* line 125, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

/* line 130, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

/* line 137, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2; }

/* line 150, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none; }

/* line 155, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

/* line 167, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

/* line 170, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999; }

/* line 175, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

/* line 180, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400; }

/* line 186, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

/* line 191, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

/* line 198, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400; }

/* line 211, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none; }

/* line 216, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

/* line 228, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today.focused {
  background: #ffc966; }

/* line 231, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999; }

/* line 236, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

/* line 242, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

/* line 248, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

/* line 253, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

/* line 260, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

/* line 273, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none; }

/* line 278, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

/* line 290, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.focused {
  background: #d5d5d5; }

/* line 293, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999; }

/* line 298, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

/* line 303, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

/* line 309, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

/* line 314, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

/* line 321, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

/* line 334, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none; }

/* line 339, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

/* line 351, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

/* line 354, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999; }

/* line 359, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417; }

/* line 364, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608; }

/* line 370, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

/* line 375, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

/* line 382, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608; }

/* line 395, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none; }

/* line 400, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

/* line 412, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999; }

/* line 417, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 424, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616; }

/* line 432, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

/* line 438, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

/* line 448, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616; }

/* line 470, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none; }

/* line 478, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555; }

/* line 499, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 506, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #FF007F;
  border-color: #193c5a; }

/* line 514, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #FF007F;
  border-color: #e60072; }

/* line 520, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #FF007F;
  border-color: #e60072; }

/* line 530, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #e60072;
  border-color: #193c5a; }

/* line 552, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none; }

/* line 560, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd; }

/* line 581, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

/* line 591, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 594, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 600, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 609, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #FF007F;
  border-color: #193c5a; }

/* line 621, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #FF007F;
  border-color: #e60072; }

/* line 629, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #FF007F;
  border-color: #e60072; }

/* line 645, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #e60072;
  border-color: #193c5a; }

/* line 685, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

/* line 699, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd; }

/* line 738, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

/* line 742, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch {
  width: 145px; }

/* line 745, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

/* line 751, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

/* line 757, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

/* line 763, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer; }

/* line 766, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.input-daterange {
  width: 100%; }

/* line 769, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.input-daterange input {
  text-align: center; }

/* line 772, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

/* line 775, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

/* line 778, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/* line 793, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143; }

/* line 819, core/static/scss/1-tools/_bootstrap-datepicker.scss */
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px; }

/* line 6, core/static/scss/1-tools/_sweetalert.scss */
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

/* line 11, core/static/scss/1-tools/_sweetalert.scss */
.sweet-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  outline: none !important;
  z-index: 10000; }

/* line 25, core/static/scss/1-tools/_sweetalert.scss */
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -259px;
  margin-top: -200px;
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    /* line 25, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  /* line 56, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  /* line 69, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  /* line 82, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  /* line 87, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    /* line 96, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    /* line 103, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    /* line 114, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  /* line 119, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    /* line 132, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    /* line 144, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 148, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 152, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  /* line 159, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert input {
    display: none;
    width: 100%;
    height: 40px;
    padding: 8px 12px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.44;
    color: #555;
    margin-top: 10px;
    margin-bottom: 17px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s; }
    /* line 176, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert input:focus {
      border-color: #FF007F;
      outline: none; }
  /* line 181, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert.show-input input {
    display: block; }
  /* line 185, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  /* line 190, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  /* line 200, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert button {
    background-color: #FF007F !important;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 3px;
    padding: 8px 20px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    /* line 214, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    /* line 218, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button:hover {
      background-color: #f00077; }
    /* line 221, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button:active {
      background-color: #cc0066; }
    /* line 224, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button.cancel {
      background-color: #C1C1C1 !important; }
      /* line 226, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      /* line 229, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      /* line 233, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    /* line 238, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    /* line 243, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      /* line 245, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    /* line 253, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  /* line 259, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  /* line 263, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  /* line 267, core/static/scss/1-tools/_sweetalert.scss */
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    /* line 284, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      /* line 287, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      /* line 292, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        /* line 301, core/static/scss/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        /* line 306, core/static/scss/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    /* line 313, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      /* line 316, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      /* line 327, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    /* line 339, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      /* line 342, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      /* line 353, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    /* line 364, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      /* line 367, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 379, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      /* line 390, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      /* line 402, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      /* line 417, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 431, core/static/scss/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        /* line 440, core/static/scss/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        /* line 449, core/static/scss/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    /* line 460, core/static/scss/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

/* line 521, core/static/scss/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

/* line 524, core/static/scss/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

/* line 527, core/static/scss/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

/* line 530, core/static/scss/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

/* line 536, core/static/scss/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

/* line 539, core/static/scss/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

/* line 542, core/static/scss/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

/* line 545, core/static/scss/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

/* line 574, core/static/scss/1-tools/_sweetalert.scss */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

/* line 577, core/static/scss/1-tools/_sweetalert.scss */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

/* line 580, core/static/scss/1-tools/_sweetalert.scss */
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

/* line 591, core/static/scss/1-tools/_sweetalert.scss */
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

/* line 600, core/static/scss/1-tools/_sweetalert.scss */
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

/* line 608, core/static/scss/1-tools/_sweetalert.scss */
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

/* line 616, core/static/scss/1-tools/_sweetalert.scss */
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* line 1, core/static/scss/1-tools/_notify.sass */
.notify-alert {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  border: 0 !important;
  max-width: 400px;
  color: #FFF; }
  /* line 7, core/static/scss/1-tools/_notify.sass */
  .notify-alert.alert-success {
    background-color: #28a745; }
  /* line 10, core/static/scss/1-tools/_notify.sass */
  .notify-alert.alert-info {
    background-color: #17a2b8; }
  /* line 13, core/static/scss/1-tools/_notify.sass */
  .notify-alert.alert-warning {
    background-color: #ffce3a; }
  /* line 16, core/static/scss/1-tools/_notify.sass */
  .notify-alert.alert-danger {
    background-color: #e04b59; }
  /* line 19, core/static/scss/1-tools/_notify.sass */
  .notify-alert button[data-notify="dismiss"] {
    margin-left: 5px;
    outline: none !important; }

/* line 1, core/static/scss/1-tools/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

/* line 8, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.15s ease-in-out; }

/* line 17, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 25, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

/* line 28, core/static/scss/1-tools/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

/* line 32, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

/* line 40, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 47, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-search--inline {
  float: left; }

/* line 50, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 7px;
  padding: 0; }

/* line 57, core/static/scss/1-tools/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 60, core/static/scss/1-tools/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 2px solid #FF007F;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

/* line 71, core/static/scss/1-tools/_select2.scss */
.select2-results {
  display: block; }

/* line 74, core/static/scss/1-tools/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 79, core/static/scss/1-tools/_select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

/* line 84, core/static/scss/1-tools/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer; }

/* line 87, core/static/scss/1-tools/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 90, core/static/scss/1-tools/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 95, core/static/scss/1-tools/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 100, core/static/scss/1-tools/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px; }

/* line 104, core/static/scss/1-tools/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  outline: none; }

/* line 110, core/static/scss/1-tools/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 113, core/static/scss/1-tools/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none; }

/* line 116, core/static/scss/1-tools/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 133, core/static/scss/1-tools/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* line 143, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none; }

/* line 149, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px; }

/* line 153, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

/* line 158, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 161, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px; }

/* line 168, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 180, core/static/scss/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 183, core/static/scss/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

/* line 187, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

/* line 191, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

/* line 194, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 198, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: text; }

/* line 204, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  width: 100%; }

/* line 211, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

/* line 216, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

/* line 223, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FF007F;
  color: #FFF;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  padding: 1px 6px; }

/* line 233, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px; }

/* line 240, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #eee; }

/* line 243, core/static/scss/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 248, core/static/scss/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 252, core/static/scss/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 256, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #FF007F;
  outline: 0; }

/* line 260, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

/* line 264, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

/* line 267, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #FF007F; }

/* line 273, core/static/scss/1-tools/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #FF007F; }

/* line 279, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #FF007F;
  border-radius: 3px; }

/* line 283, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

/* line 290, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 294, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

/* line 297, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

/* line 300, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

/* line 303, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

/* line 306, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

/* line 309, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

/* line 313, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

/* line 317, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

/* line 321, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

/* line 325, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

/* line 329, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FF007F;
  color: white; }

/* line 333, core/static/scss/1-tools/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 338, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 2px solid #FF007F;
  border-radius: 3px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x; }

/* line 348, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #FF007F; }

/* line 351, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 355, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

/* line 361, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 364, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x; }

/* line 380, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 392, core/static/scss/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 395, core/static/scss/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

/* line 404, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #FF007F; }

/* line 407, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

/* line 411, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 415, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x; }

/* line 424, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x; }

/* line 433, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

/* line 440, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #FF007F; }

/* line 443, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

/* line 448, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

/* line 451, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 461, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 468, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

/* line 471, core/static/scss/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

/* line 474, core/static/scss/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 478, core/static/scss/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 482, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #FF007F; }

/* line 485, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 490, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 495, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

/* line 499, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

/* line 503, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

/* line 507, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 510, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 513, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 517, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 520, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 523, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

/* line 527, core/static/scss/1-tools/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 532, core/static/scss/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #FF007F; }

/* line 1, core/static/scss/1-tools/_pace.scss */
.pace {
  pointer-events: none;
  user-select: none; }
  /* line 4, core/static/scss/1-tools/_pace.scss */
  .pace .pace-progress {
    background: #00ff80;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px; }
  /* line 13, core/static/scss/1-tools/_pace.scss */
  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #00ff80, 0 0 5px #00ff80;
    opacity: 1;
    transform: rotate(3deg) translate(0px, -4px); }

/* line 24, core/static/scss/1-tools/_pace.scss */
.pace-inactive {
  display: none; }

/* line 1, core/static/scss/1-tools/_jqvmap.scss */
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

/* line 14, core/static/scss/1-tools/_jqvmap.scss */
.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 13px;
  text-align: center;
  font-size: 20px; }

/* line 31, core/static/scss/1-tools/_jqvmap.scss */
.jqvmap-zoomin {
  top: 10px; }

/* line 35, core/static/scss/1-tools/_jqvmap.scss */
.jqvmap-zoomout {
  top: 30px; }

/* line 39, core/static/scss/1-tools/_jqvmap.scss */
.jqvmap-region {
  cursor: pointer; }

/* line 43, core/static/scss/1-tools/_jqvmap.scss */
.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

/* classes attached to <body> */
/* line 4, core/static/scss/1-tools/_fullcalendar.scss */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* override events' custom cursors */
  cursor: not-allowed; }

/* line 9, core/static/scss/1-tools/_fullcalendar.scss */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 17, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em; }

/* line 24, core/static/scss/1-tools/_fullcalendar.scss */
.fc,
.fc *,
.fc *:before,
.fc *:after {
  box-sizing: border-box; }

/* line 30, core/static/scss/1-tools/_fullcalendar.scss */
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

/* line 35, core/static/scss/1-tools/_fullcalendar.scss */
.fc th {
  text-align: center; }

/* line 38, core/static/scss/1-tools/_fullcalendar.scss */
.fc th,
.fc td {
  vertical-align: top;
  padding: 0; }

/* line 43, core/static/scss/1-tools/_fullcalendar.scss */
.fc a[data-navlink] {
  cursor: pointer; }

/* line 46, core/static/scss/1-tools/_fullcalendar.scss */
.fc a[data-navlink]:hover {
  text-decoration: underline; }

/* line 49, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr {
  direction: ltr;
  text-align: left; }

/* line 53, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl {
  direction: rtl;
  text-align: right; }

/* line 57, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); }

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
/* line 65, core/static/scss/1-tools/_fullcalendar.scss */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative; }

@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* line 77, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 102, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-chevron-left:before {
  content: "\e900"; }

/* line 106, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-chevron-right:before {
  content: "\e901"; }

/* line 110, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-chevrons-left:before {
  content: "\e902"; }

/* line 114, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-chevrons-right:before {
  content: "\e903"; }

/* line 118, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-minus-square:before {
  content: "\e904"; }

/* line 122, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-plus-square:before {
  content: "\e905"; }

/* line 126, core/static/scss/1-tools/_fullcalendar.scss */
.fc-icon-x:before {
  content: "\e906"; }

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
/* line 135, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* reset */ }

/* line 140, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 149, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 153, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button {
  -webkit-appearance: button; }

/* line 156, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button:not(:disabled) {
  cursor: pointer; }

/* line 159, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 163, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* theme */ }

/* line 168, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em; }

/* line 184, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button:hover {
  text-decoration: none; }

/* line 187, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); }

/* line 191, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button:disabled {
  opacity: 0.65; }

/* line 194, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* "primary" coloring */ }

/* line 199, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #FF007F;
  border-color: #FF007F; }
  /* line 204, core/static/scss/1-tools/_fullcalendar.scss */
  .fc .fc-button-primary:not([disabled]):not(.disabled):not(.btn-link):hover, .fc .fc-button-primary:not([disabled]):not(.disabled):not(.btn-link):focus {
    text-decoration: none;
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

/* line 211, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-primary:disabled {
  /* not DRY */
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
  /* overrides :hover */ }

/* line 219, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

/* line 222, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27); }

/* line 231, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

/* line 235, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* icons within buttons */ }

/* line 240, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
  /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */ }

/* line 244, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

/* line 249, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto; }

/* line 253, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-group > .fc-button:hover {
  z-index: 1; }

/* line 256, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1; }

/* line 261, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 266, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 270, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 275, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 279, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 284, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em; }

/* line 287, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em; }

/* line 290, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0; }

/* line 294, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: .75em;
  /* space between */ }

/* line 297, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: .75em;
  /* space between */ }

/* line 300, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-toolbar-ltr {
  /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse; }

/* line 303, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
  /* for abs-positioned elements within */ }

/* line 307, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scroller-liquid {
  height: 100%; }

/* line 310, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

/* line 317, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */ }

/* line 324, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scroller-harness-liquid {
  height: 100%; }

/* line 327, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  /* undo above hack */
  direction: rtl; }

/* line 330, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  /* bootstrap does this. match */ }

/* line 334, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  /* all tables (self included) */
  width: 100%;
  /* because tables don't normally do this */
  table-layout: fixed; }

/* line 339, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid table {
  /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden; }

/* line 344, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0; }

/* line 351, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-liquid {
  height: 100%; }

/* line 354, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section {
  /* a <tr> */
  height: 1px; }

/* line 358, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section > td {
  height: 1px;
  /* needs a height so inner div within grow. better than 0, for firefox */ }

/* line 361, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */ }

/* line 366, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-liquid {
  height: auto; }

/* line 370, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
  /* better than `auto`, for firefox */ }

/* line 373, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0; }

/* line 377, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0; }

/* line 381, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
  /* head keeps its bottom border tho */ }

/* line 385, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* stickiness */ }

/* line 390, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  /* TODO: var */
  /* TODO: box-shadow when sticking */ }

/* line 398, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
  /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */ }

/* line 402, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
  /* known bug: bottom-stickiness doesn't work in safari */ }

/* line 405, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-scrollgrid-sticky-shim {
  /* for horizontal scrollbar */
  height: 1px;
  /* needs height to create scrollbars */
  margin-bottom: -1px; }

/* line 409, core/static/scss/1-tools/_fullcalendar.scss */
.fc-sticky {
  /* no .fc wrap because used as child of body */
  position: -webkit-sticky;
  position: sticky; }

/* line 413, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-view-harness {
  flex-grow: 1;
  /* because this harness is WITHIN the .fc's flexbox */
  position: relative; }

/* line 417, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* when the harness controls the height, make the view liquid */ }

/* line 422, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 429, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px; }

/* line 433, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 443, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3)); }

/* line 447, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-bg-event {
  background: #8fdf82;
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3); }

/* line 453, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-bg-event .fc-event-title {
  margin: .5em;
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic; }

/* line 459, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3)); }

/* line 463, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); }

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
/* line 470, core/static/scss/1-tools/_fullcalendar.scss */
a.fc-event,
a.fc-event:hover {
  text-decoration: none; }

/* cursor */
/* line 475, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer; }

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
/* line 481, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2; }

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
/* line 487, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-dragging:not(.fc-event-selected) {
  /* MOUSE */
  opacity: 0.75; }

/* line 490, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-dragging.fc-event-selected {
  /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
/* line 496, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4; }

/* line 501, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event:hover,
.fc-event-selected {
  /* TOUCH */ }

/* line 505, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  display: block; }

/* line 508, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff); }

/* line 525, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-selected .fc-event-resizer:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px; }

/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
/* line 535, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

/* line 541, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 550, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-selected {
  /* dimmer effect */ }

/* line 555, core/static/scss/1-tools/_fullcalendar.scss */
.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px; }

/*
A HORIZONTAL event
*/
/* line 573, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event {
  /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8); }

/* line 581, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff); }

/* line 585, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event .fc-event-main-frame {
  display: flex;
  /* for make fc-event-title-container expand */ }

/* line 588, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event .fc-event-time {
  max-width: 100%;
  /* clip overflow on this element */
  overflow: hidden; }

/* line 592, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event .fc-event-title-container {
  /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */ }

/* line 597, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event .fc-event-title {
  display: inline-block;
  /* need this to be sticky cross-browser */
  vertical-align: top;
  /* for not messing up line-height */
  left: 0;
  /* for sticky */
  right: 0;
  /* for sticky */
  max-width: 100%;
  /* clip overflow on this element */
  overflow: hidden; }

/* line 605, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px; }

/* adjust border and border-radius (if there is any) for non-start/end */
/* line 611, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0; }

/* line 617, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0; }

/* resizers */
/* line 624, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px); }

/* line 630, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2); }

/* line 636, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2); }

/* resizers for TOUCH */
/* line 643, core/static/scss/1-tools/_fullcalendar.scss */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2); }

/* line 648, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2); }

/* line 653, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2); }

/* line 658, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

/* line 663, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px; }

/* line 670, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-popover-title {
  margin: 0 2px; }

/* line 673, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em; }

/* line 678, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff); }

/* line 684, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); }

/* line 690, core/static/scss/1-tools/_fullcalendar.scss */
:root {
  --fc-daygrid-event-dot-width: 8px; }

/* help things clear margins of inner content */
/* line 694, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness {
  /* for event top/bottom margins */ }

/* line 698, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }

/* line 702, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }

/* line 706, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-body {
  /* a <div> that wraps the table */
  position: relative;
  z-index: 1;
  /* container inner z-index's because <tr>s can't do it */ }

/* line 710, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day.fc-day-today {
  background-color: #ffcce5; }

/* line 714, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
  /* seems to work better than `height` because sets height after rows/cells naturally do it */ }

/* line 718, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* cell top */ }

/* line 723, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse; }

/* line 727, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3; }

/* line 730, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* day number (within cell top) */ }

/* line 735, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px; }

/* line 740, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* event container */ }

/* line 745, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-events {
  margin-top: 1px;
  /* needs to be margin, not padding, so that available cell height can be computed */ }

/* line 748, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* positioning for balanced vs natural */ }

/* line 753, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0; }

/* line 758, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  /* for containing abs positioned event harnesses */
  min-height: 2em;
  /* in addition to being a min-height during natural height, equalizes the heights a little bit */ }

/* line 762, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-body-natural {
  /* can coexist with -unbalanced */ }

/* line 764, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em; }

/* line 767, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* event harness */ }

/* line 772, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-event-harness {
  position: relative; }

/* line 775, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  /* fallback coords for when cannot yet be computed */
  left: 0;
  /* */
  right: 0;
  /* */ }

/* line 781, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0; }

/* line 786, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* bg content */ }

/* line 791, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1; }

/* line 792, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2; }

/* line 793, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3; }

/* line 794, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* events */ }

/* line 799, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px; }

/* line 803, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7; }

/* line 806, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* cell bottom (within day-events) */ }

/* line 811, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-bottom {
  font-size: .85em;
  padding: 2px 3px 0; }

/* line 815, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }

/* line 819, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer; }

/* line 824, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* week number (within frame) */ }

/* line 829, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080); }

/* line 841, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* popover */ }

/* line 846, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px; }

/* line 850, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px; }

/* line 854, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px; }

/* line 858, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0; }

/* line 862, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px; }

/* line 866, core/static/scss/1-tools/_fullcalendar.scss */
.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
  /* will cause inner absolute stuff to expand to <td> */ }

/* line 869, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-event {
  /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative;
  /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px;
  /* dot event needs this to when selected */
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em); }

/* --- the rectangle ("block") style of event --- */
/* line 877, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold; }

/* line 880, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px; }

/* --- the dot style of event --- */
/* line 885, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0; }

/* line 891, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
  overflow: hidden;
  font-weight: bold; }

/* line 898, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1); }

/* line 902, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px; }

/* line 907, core/static/scss/1-tools/_fullcalendar.scss */
.fc-daygrid-event-dot {
  /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2); }

/* --- spacing between time and title --- */
/* line 918, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px; }

/* line 921, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px; }

/*
A VERTICAL event
*/
/* line 930, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event {
  /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8); }

/* line 939, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%; }

/* line 945, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column; }

/* line 951, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden; }

/* line 958, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-title-container {
  /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
  /* important for allowing to shrink all the way */ }

/* line 964, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-title {
  /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%;
  /* clip overflow */
  overflow: hidden; }

/* line 971, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 977, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 983, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px; }

/* line 989, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event {
  /* resizer (mouse AND touch) */ }

/* line 995, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-resizer-start {
  cursor: n-resize; }

/* line 999, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event .fc-event-resizer-end {
  cursor: s-resize; }

/* line 1003, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event {
  /* resizer for MOUSE */ }

/* line 1009, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0; }

/* line 1016, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2); }

/* line 1021, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2); }

/* line 1026, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event {
  /* resizer for TOUCH (when event is "selected") */ }

/* line 1032, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2); }

/* line 1038, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2); }

/* line 1043, core/static/scss/1-tools/_fullcalendar.scss */
.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2); }

/* line 1047, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid .fc-daygrid-body {
  /* the all-day daygrid within the timegrid view */
  z-index: 2;
  /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */ }

/* line 1050, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-divider {
  padding: 0 0 2px;
  /* browsers get confused when you set height. use padding instead */ }

/* line 1053, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-body {
  position: relative;
  z-index: 1;
  /* scope the z-indexes of slots and cols */
  min-height: 100%;
  /* fill height always, even when slat table doesn't grow */ }

/* line 1058, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-axis-chunk {
  /* for advanced ScrollGrid */
  position: relative; }

/* line 1062, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
  /* above the now-indicator-container */ }

/* line 1066, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1; }

/* line 1070, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-slot {
  /* a <td> */
  height: 1.5em;
  border-bottom: 0; }

/* line 1074, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-slot:empty:before {
  content: '\00a0';
  /* make sure there's at least an empty space to create height for height syncing */ }

/* line 1077, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-slot-minor {
  border-top-style: dotted; }

/* line 1080, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap; }

/* line 1084, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
  /* vertical align the slots */ }

/* line 1087, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */ }

/* line 1093, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px; }

/* line 1097, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */ }

/* line 1104, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
  /* will need liquid-hack in FF */ }

/* line 1107, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: flex-end;
  /* horizontal align. matches text-align below */ }

/* line 1113, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  /* limits the width of the "all-day" text */
  flex-shrink: 0;
  /* allows text to expand how it normally would, regardless of constrained width */ }

/* line 1117, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right; }

/* line 1120, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left; }

/* line 1123, core/static/scss/1-tools/_fullcalendar.scss */
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 1131, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); }

/* line 1135, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col-frame {
  min-height: 100%;
  /* liquid-hack is below */
  position: relative; }

/* line 1139, core/static/scss/1-tools/_fullcalendar.scss */
.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 1147, core/static/scss/1-tools/_fullcalendar.scss */
.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 1154, core/static/scss/1-tools/_fullcalendar.scss */
.fc-media-screen .fc-timegrid-cols > table {
  height: 100%; }

/* line 1157, core/static/scss/1-tools/_fullcalendar.scss */
.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* line 1165, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* bg */ }

/* line 1170, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col-bg {
  z-index: 2;
  /* TODO: kill */ }

/* line 1173, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1; }

/* line 1174, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2; }

/* line 1175, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3; }

/* line 1176, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-bg-harness {
  position: absolute;
  /* top/bottom will be set by JS */
  left: 0;
  right: 0; }

/* line 1181, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */ }

/* line 1188, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */ }

/* line 1192, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* now indicator */ }

/* line 1197, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
  /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */ }

/* line 1202, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px; }

/* line 1205, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%; }

/* line 1208, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event-harness {
  position: absolute; }

/* line 1211, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  /* absolute WITHIN the harness */
  top: 0;
  /* for when not yet positioned */
  bottom: 0;
  /* " */
  left: 0;
  right: 0; }

/* line 1218, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff); }

/* line 1224, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event,
.fc-timegrid-more-link {
  /* events need to be root */
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px; }

/* line 1230, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event {
  /* events need to be root */
  margin-bottom: 1px; }

/* line 1233, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0; }

/* line 1236, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px; }

/* line 1242, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden; }

/* line 1246, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event-short .fc-event-time:after {
  content: '\00a0-\00a0';
  /* dash surrounded by non-breaking spaces */ }

/* line 1249, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-event-short .fc-event-title {
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em); }

/* line 1253, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-more-link {
  /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999;
  /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
  /* match space below fc-timegrid-event */ }

/* line 1263, core/static/scss/1-tools/_fullcalendar.scss */
.fc-timegrid-more-link-inner {
  /* has fc-sticky */
  padding: 3px 2px;
  top: 0; }

/* line 1267, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-timegrid-more-link {
  right: 0; }

/* line 1270, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-timegrid-more-link {
  left: 0; }

/* line 1273, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* line */ }

/* line 1278, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0; }

/* line 1288, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* arrow */ }

/* line 1293, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red); }

/* line 1301, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* line 1309, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* line 1319, core/static/scss/1-tools/_fullcalendar.scss */
:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5; }

/* line 1323, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); }

/* line 1327, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* message when no events */ }

/* line 1332, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* vertically aligns fc-list-empty-inner */ }

/* line 1340, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-empty-cushion {
  margin: 5em 0; }

/* line 1343, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */ }

/* line 1349, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
  /* kill outer border on theme */ }

/* line 1353, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0; }

/* line 1357, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-sticky .fc-list-day > * {
  /* the cells */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  /* for when headers are styled to be transparent and sticky */ }

/* line 1364, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-table th {
  padding: 0;
  /* uses an inner-wrapper instead... */ }

/* line 1367, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-table td,
.fc .fc-list-day-cushion {
  padding: 8px 14px; }

/* line 1371, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */ }

/* line 1378, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
  /* clear floating */ }

/* line 1383, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); }

/* line 1387, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left; }

/* line 1391, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right; }

/* make the dot closer to the event title */
/* line 1396, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0; }

/* line 1397, core/static/scss/1-tools/_fullcalendar.scss */
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0; }

/* line 1398, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
  /* whole row will seem clickable */ }

/* line 1401, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5); }

/* line 1405, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* shrink certain cols */ }

/* line 1410, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px; }

/* line 1415, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2); }

/* line 1425, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* reset <a> styling */ }

/* line 1430, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none; }

/* line 1434, core/static/scss/1-tools/_fullcalendar.scss */
.fc {
  /* underline link when hovering over any part of row */ }

/* line 1439, core/static/scss/1-tools/_fullcalendar.scss */
.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline; }

/* line 1445, core/static/scss/1-tools/_fullcalendar.scss */
.fc-theme-bootstrap a:not([href]) {
  color: inherit;
  /* natural color for navlinks */ }

/* line 3, core/static/scss/2-basics/_app.scss */
::selection {
  color: #FFF;
  background-color: #cc0066; }

@media (min-width: 768px) {
  /* line 13, core/static/scss/2-basics/_app.scss */
  .app.sidenav-toggled .app-content {
    margin-left: 0; }
  /* line 14, core/static/scss/2-basics/_app.scss */
  .app.sidenav-toggled .app-sidebar {
    left: -230px; }
  /* line 15, core/static/scss/2-basics/_app.scss */
  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: hidden; } }

@media (max-width: 767px) {
  /* line 8, core/static/scss/2-basics/_app.scss */
  .app {
    overflow-x: hidden; }
    /* line 22, core/static/scss/2-basics/_app.scss */
    .app .app-sidebar {
      left: -230px; }
    /* line 23, core/static/scss/2-basics/_app.scss */
    .app .app-sidebar__overlay {
      visibility: hidden; }
    /* line 25, core/static/scss/2-basics/_app.scss */
    .app.sidenav-toggled .app-content {
      margin-left: 0; }
    /* line 26, core/static/scss/2-basics/_app.scss */
    .app.sidenav-toggled .app-sidebar {
      left: 0; }
    /* line 27, core/static/scss/2-basics/_app.scss */
    .app.sidenav-toggled .app-sidebar__overlay {
      visibility: visible; } }

/* line 32, core/static/scss/2-basics/_app.scss */
.app-content {
  min-height: calc(100vh - 50px);
  margin-top: 50px;
  padding: 12px;
  background-color: #E5E5E5;
  transition: margin-left 0.3s ease; }
  @media (min-width: 768px) {
    /* line 32, core/static/scss/2-basics/_app.scss */
    .app-content {
      margin-left: 230px; } }
  @media (max-width: 767px) {
    /* line 32, core/static/scss/2-basics/_app.scss */
    .app-content {
      margin-top: 50px;
      min-width: 100%; } }
  @media print {
    /* line 32, core/static/scss/2-basics/_app.scss */
    .app-content {
      margin: 0;
      padding: 0;
      background-color: #fff; } }
@media print {
  @page {
    margin: 16mm !important;
    padding: 0 !important;
    size: auto; }
  /* line 59, core/static/scss/2-basics/_app.scss */
  html, body {
    margin: 0 !important;
    padding: 0 !important; }
  /* line 66, core/static/scss/2-basics/_app.scss */
  .keep-together {
    page-break-inside: avoid;
    break-inside: avoid; }
  /* line 71, core/static/scss/2-basics/_app.scss */
  table.breakable,
  div.breakable {
    page-break-inside: auto !important;
    break-inside: auto !important; }
  /* line 77, core/static/scss/2-basics/_app.scss */
  table.breakable tr {
    page-break-inside: avoid !important;
    page-break-after: auto !important;
    break-inside: avoid !important;
    break-after: auto !important; }
  /* line 84, core/static/scss/2-basics/_app.scss */
  a {
    text-decoration: none !important; }
  /* line 88, core/static/scss/2-basics/_app.scss */
  table.table td.vstripe,
  table.table th.vstripe {
    background-color: rgba(0, 0, 0, 0.05) !important; } }

/* line 96, core/static/scss/2-basics/_app.scss */
.event-dog {
  width: 33%;
  float: left;
  padding-left: 10px; }

/* line 102, core/static/scss/2-basics/_app.scss */
.form-front, .form-back {
  position: absolute;
  opacity: 0; }

/* line 107, core/static/scss/2-basics/_app.scss */
tr.reminder {
  color: #17a2b8; }

/* line 113, core/static/scss/2-basics/_app.scss */
.form-container .form-front, .form-container .form-back {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.7s ease-in-out; }

/* line 124, core/static/scss/2-basics/_app.scss */
.form-container .form-front {
  opacity: 1; }

/* line 128, core/static/scss/2-basics/_app.scss */
.form-container .form-back {
  opacity: 0;
  transform: rotateY(180deg); }

/* line 135, core/static/scss/2-basics/_app.scss */
.form-container.flipped .form-front {
  opacity: 0;
  transform: rotateY(-180deg); }

/* line 140, core/static/scss/2-basics/_app.scss */
.form-container.flipped .form-back {
  opacity: 1;
  transform: rotateY(0deg); }

/* line 147, core/static/scss/2-basics/_app.scss */
.form-hint {
  font-style: italic;
  font-size: 12px; }

/* line 152, core/static/scss/2-basics/_app.scss */
textarea.form-control {
  height: 140px !important; }

/* line 157, core/static/scss/2-basics/_app.scss */
.form-value {
  height: 37px;
  font-size: 14px;
  padding: 6px 12px;
  background-color: #f6f6f6;
  border-radius: 4px; }

/* line 165, core/static/scss/2-basics/_app.scss */
div.Textarea {
  height: 140px; }

/* line 169, core/static/scss/2-basics/_app.scss */
textarea {
  resize: none; }

/* line 173, core/static/scss/2-basics/_app.scss */
.select2-container {
  min-width: 20em; }

/* line 177, core/static/scss/2-basics/_app.scss */
.form-field .select2-selection.form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0; }

/* line 183, core/static/scss/2-basics/_app.scss */
.form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem); }

/* line 187, core/static/scss/2-basics/_app.scss */
.form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + 0.75rem); }

/* line 193, core/static/scss/2-basics/_app.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
/* line 200, core/static/scss/2-basics/_app.scss */
input[type=number] {
  -moz-appearance: textfield; }

@media print {
  @page {
    margin: 0; }
  /* line 207, core/static/scss/2-basics/_app.scss */
  body {
    margin: 1.6cm; }
  /* line 208, core/static/scss/2-basics/_app.scss */
  .noprint {
    display: none !important; }
  /* line 209, core/static/scss/2-basics/_app.scss */
  br.pagebreak {
    page-break-after: always; }
  /* line 210, core/static/scss/2-basics/_app.scss */
  div.tile {
    border: none;
    break-inside: avoid; }
  /* line 215, core/static/scss/2-basics/_app.scss */
  a {
    color: black !important; } }

@media screen {
  /* line 222, core/static/scss/2-basics/_app.scss */
  .noscreen {
    display: none; } }

/*--------------Tasks Widget--------------*/
/* line 230, core/static/scss/2-basics/_app.scss */
.task-line-holder input {
  width: 90%; }

/* line 234, core/static/scss/2-basics/_app.scss */
.task-content {
  margin-bottom: 30px; }

/* line 238, core/static/scss/2-basics/_app.scss */
.task-panel {
  background: #fff;
  text-align: left;
  box-shadow: 0px 3px 2px #aab2bd;
  margin: 5px; }

/* line 245, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-content:after {
  clear: both; }

/* line 249, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-footer {
  margin-top: 5px; }

/* line 253, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-footer:after,
.tasks-widget .task-footer:before {
  content: "";
  display: table;
  line-height: 0; }

/* line 260, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-footer:after {
  clear: both; }

/* line 264, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list {
  padding: 0;
  margin: 0; }

/* line 269, core/static/scss/2-basics/_app.scss */
ul.task-list {
  list-style-type: none; }

/* line 273, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list > li {
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px dashed #eaeaea; }

/* line 279, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li.last-line {
  border-bottom: none; }

/* line 283, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li > .task-bell {
  margin-left: 10px; }

/* line 287, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li > .task-checkbox {
  float: left;
  width: 30px; }

/* line 292, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li > .task-title {
  overflow: hidden;
  margin-right: 10px; }

/* line 297, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li > .task-config {
  position: absolute;
  top: 10px;
  right: 10px; }

/* line 303, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li .task-title .task-title-sp {
  margin: 0 0 0 5px;
  padding: 0; }

/* line 308, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li.task-done .task-title-sp {
  text-decoration: line-through;
  color: #bbbbbb; }

/* line 313, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li.task-done {
  background: #f6f6f6; }

/* line 317, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li.task-done:hover {
  background: #f4f4f4; }

/* line 321, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li:hover {
  background: #f9f9f9; }

/* line 325, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li .task-config {
  display: none; }

/* line 329, core/static/scss/2-basics/_app.scss */
.tasks-widget .task-list li:hover > .task-config {
  display: block;
  margin-bottom: 0 !important; }

/* line 333, core/static/scss/2-basics/_app.scss */
div.task-checkbox {
  float: left; }

/*todolist*/
/* line 338, core/static/scss/2-basics/_app.scss */
ul.sortable {
  list-style-type: none;
  margin: 0 0 4px 0;
  padding: 0;
  width: 100%; }

/* line 344, core/static/scss/2-basics/_app.scss */
.sortable li {
  font-size: 12px; }

/* line 347, core/static/scss/2-basics/_app.scss */
.sortable li i {
  position: absolute;
  left: 6px;
  padding: 4px 10px 0 10px;
  cursor: pointer; }

/* line 354, core/static/scss/2-basics/_app.scss */
.sortable li input[type=checkbox] {
  margin-top: 0; }

/* line 358, core/static/scss/2-basics/_app.scss */
li.task-selected {
  background-color: #F1C500 !important; }

/* line 362, core/static/scss/2-basics/_app.scss */
.ui-sortable > li {
  padding: 5px 0 5px 35px !important;
  position: relative;
  background: #f5f6f8;
  margin-bottom: 2px;
  border-bottom: none !important; }

/* line 370, core/static/scss/2-basics/_app.scss */
.ui-sortable li.list-primary {
  border-left: 3px solid #41CAC0; }

/* line 374, core/static/scss/2-basics/_app.scss */
.ui-sortable li.list-success {
  border-left: 3px solid #78CD51; }

/* line 378, core/static/scss/2-basics/_app.scss */
.ui-sortable li.list-danger {
  border-left: 3px solid #FF6C60; }

/* line 382, core/static/scss/2-basics/_app.scss */
.ui-sortable li.list-warning {
  border-left: 3px solid #F1C500; }

/* line 386, core/static/scss/2-basics/_app.scss */
.ui-sortable li.list-info {
  border-left: 3px solid #58C9F3; }

/* line 390, core/static/scss/2-basics/_app.scss */
.ui-sortable li.list-inverse {
  border-left: 3px solid #BEC3C7; }

/* line 394, core/static/scss/2-basics/_app.scss */
div.slide-right {
  overflow-x: scroll; }

/* line 398, core/static/scss/2-basics/_app.scss */
table.welfare-input {
  width: 100%; }
  /* line 403, core/static/scss/2-basics/_app.scss */
  table.welfare-input th, table.welfare-input td {
    border: 1px solid #ccc;
    padding: 5px; }
  /* line 407, core/static/scss/2-basics/_app.scss */
  table.welfare-input tr.head {
    background-color: rgba(0, 0, 0, 0.05); }
  /* line 410, core/static/scss/2-basics/_app.scss */
  table.welfare-input th.center, table.welfare-input td.center {
    text-align: center; }
  /* line 414, core/static/scss/2-basics/_app.scss */
  table.welfare-input th.check, table.welfare-input td.check {
    width: 50px; }
  /* line 419, core/static/scss/2-basics/_app.scss */
  table.welfare-input tr.top th.check {
    height: 100px; }
  /* line 424, core/static/scss/2-basics/_app.scss */
  table.welfare-input input {
    width: 100% !important;
    min-width: 125px; }

/* line 430, core/static/scss/2-basics/_app.scss */
table.welfare-report {
  width: 100%;
  border: 1px solid #ccc; }
  /* line 435, core/static/scss/2-basics/_app.scss */
  table.welfare-report th, table.welfare-report td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px;
    font-size: 12px; }
  /* line 442, core/static/scss/2-basics/_app.scss */
  table.welfare-report th.center, table.welfare-report td.center {
    text-align: center; }
  /* line 446, core/static/scss/2-basics/_app.scss */
  table.welfare-report th.check, table.welfare-report td.check {
    width: 16px;
    font-size: 12px; }

/* line 453, core/static/scss/2-basics/_app.scss */
.vstripe {
  background-color: rgba(0, 0, 0, 0.05) !important; }

/* line 458, core/static/scss/2-basics/_app.scss */
th.thick-right,
td.thick-right {
  border-right: 2px solid black; }

/* line 463, core/static/scss/2-basics/_app.scss */
div.rotate {
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 40px;
  margin-top: 50px; }

/* line 472, core/static/scss/2-basics/_app.scss */
a.welfare-good {
  text-decoration: none;
  color: #28a745; }

/* line 477, core/static/scss/2-basics/_app.scss */
a.welfare-bad {
  text-decoration: none;
  color: #dc3545; }

/* line 482, core/static/scss/2-basics/_app.scss */
a.welfare-neutral {
  text-decoration: none;
  color: #007bff; }

/* line 487, core/static/scss/2-basics/_app.scss */
dt {
  float: left;
  clear: left;
  min-width: 30px; }

/* line 493, core/static/scss/2-basics/_app.scss */
dd {
  padding-left: 4px;
  float: left; }

/* line 3, core/static/scss/2-basics/_helpers.scss */
.light-text {
  font-weight: 300 !important; }

/* line 4, core/static/scss/2-basics/_helpers.scss */
.semibold-text {
  font-weight: 600 !important; }

/* line 5, core/static/scss/2-basics/_helpers.scss */
.line-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

/* line 11, core/static/scss/2-basics/_helpers.scss */
a.nohover:hover {
  text-decoration: none; }

/* line 4, core/static/scss/2-basics/_theme.css */
.pull-right {
  float: right; }

/* line 8, core/static/scss/2-basics/_theme.css */
.boy {
  color: #89CFF0; }

/* line 12, core/static/scss/2-basics/_theme.css */
.girl {
  color: #FF007F; }

/* line 16, core/static/scss/2-basics/_theme.css */
label {
  font-weight: bold;
  margin: 5px 0 0 0; }

/* line 22, core/static/scss/2-basics/_theme.css */
.app-title__buttons {
  margin: -5px 0 -5px 0; }
  @media (max-width: 768px) {
    /* line 22, core/static/scss/2-basics/_theme.css */
    .app-title__buttons {
      margin: 5px 0 -5px 0; } }
@media (max-width: 768px) {
  /* line 31, core/static/scss/2-basics/_theme.css */
  .form-control {
    font-size: 16px; } }

/* line 38, core/static/scss/2-basics/_theme.css */
a.inactive {
  color: #CCC; }

/* line 42, core/static/scss/2-basics/_theme.css */
.puppy-table tr.inactive td:not(:last-child),
.puppy-table tr.inactive td:not(:last-child) a {
  color: #CCC; }

/* line 47, core/static/scss/2-basics/_theme.css */
.litter-weight-puppy.ineligible {
  opacity: 0.45; }

/* line 51, core/static/scss/2-basics/_theme.css */
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none; }

/* line 57, core/static/scss/2-basics/_theme.css */
td.money, th.money {
  text-align: right;
  width: 100px; }

/*----- Componant: Top Navigation Bar ----- */
/* line 3, core/static/scss/3-component/_header.scss */
.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  background-color: #FF007F;
  z-index: 1030;
  padding-right: 15px; }
  @media (min-width: 768px) {
    /* line 3, core/static/scss/3-component/_header.scss */
    .app-header {
      padding-right: 30px; } }
  @media print {
    /* line 3, core/static/scss/3-component/_header.scss */
    .app-header {
      display: none; } }
/* line 17, core/static/scss/3-component/_header.scss */
.app-header__logo {
  flex: 1 0 auto;
  color: #fff;
  text-align: center;
  font-family: 'American Typewriter';
  padding: 0 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px; }
  @media (min-width: 768px) {
    /* line 17, core/static/scss/3-component/_header.scss */
    .app-header__logo {
      flex: 0 0 auto;
      display: block;
      width: 230px;
      background-color: #ff1a8c; } }
  /* line 37, core/static/scss/3-component/_header.scss */
  .app-header__logo:focus, .app-header__logo:hover {
    text-decoration: none;
    color: #fff; }

/* line 44, core/static/scss/3-component/_header.scss */
.app-sidebar__toggle {
  padding: 0 15px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  line-height: 2.4;
  transition: background-color 0.3s ease; }
  @media (max-width: 767px) {
    /* line 44, core/static/scss/3-component/_header.scss */
    .app-sidebar__toggle {
      order: -1; } }
  /* line 51, core/static/scss/3-component/_header.scss */
  .app-sidebar__toggle:before {
    content: "\f0c9";
    font-size: 21px; }
  /* line 55, core/static/scss/3-component/_header.scss */
  .app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    color: #fff;
    background-color: #cc0066;
    text-decoration: none; }

/* line 63, core/static/scss/3-component/_header.scss */
.app-nav {
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    /* line 63, core/static/scss/3-component/_header.scss */
    .app-nav {
      flex: 1 0 auto; } }
/* line 71, core/static/scss/3-component/_header.scss */
.app-nav__item {
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #fff;
  transition: background-color 0.3s ease; }
  /* line 77, core/static/scss/3-component/_header.scss */
  .app-nav__item:hover, .app-nav__item:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6; }

/* line 84, core/static/scss/3-component/_header.scss */
.app-search {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 15px;
  padding: 10px 0; }
  @media (max-width: 480px) {
    /* line 84, core/static/scss/3-component/_header.scss */
    .app-search {
      display: none; } }
/* line 93, core/static/scss/3-component/_header.scss */
.app-search__input {
  border: 0;
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease; }
  /* line 100, core/static/scss/3-component/_header.scss */
  .app-search__input::placeholder {
    color: rgba(0, 0, 0, 0.4); }

/* line 102, core/static/scss/3-component/_header.scss */
.app-search__button {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  cursor: pointer; }

/* line 114, core/static/scss/3-component/_header.scss */
.app-notification {
  min-width: 270px; }

/* line 115, core/static/scss/3-component/_header.scss */
.app-notification__title {
  padding: 8px 20px;
  text-align: center;
  background-color: rgba(255, 0, 127, 0.4);
  color: #333; }

/* line 121, core/static/scss/3-component/_header.scss */
.app-notification__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #eee; }

/* line 126, core/static/scss/3-component/_header.scss */
.app-notification__content {
  max-height: 220px;
  overflow-y: auto; }
  /* line 129, core/static/scss/3-component/_header.scss */
  .app-notification__content::-webkit-scrollbar {
    width: 6px; }
  /* line 130, core/static/scss/3-component/_header.scss */
  .app-notification__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }

/* line 132, core/static/scss/3-component/_header.scss */
.app-notification__item {
  display: flex;
  padding: 8px 20px;
  color: inherit;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease; }
  /* line 138, core/static/scss/3-component/_header.scss */
  .app-notification__item:focus, .app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e0e0e0; }

/* line 146, core/static/scss/3-component/_header.scss */
.app-notification__message,
.app-notification__meta {
  margin-bottom: 0; }

/* line 151, core/static/scss/3-component/_header.scss */
.app-notification__icon {
  padding-right: 10px; }

/* line 152, core/static/scss/3-component/_header.scss */
.app-notification__message {
  line-height: 1.2; }

/* line 3, core/static/scss/3-component/_sidebar.scss */
.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
  width: 230px;
  overflow: auto;
  z-index: 10;
  background-color: #FFF;
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease, width 0.3s ease; }
  /* line 16, core/static/scss/3-component/_sidebar.scss */
  .app-sidebar::-webkit-scrollbar {
    width: 6px; }
  /* line 17, core/static/scss/3-component/_sidebar.scss */
  .app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }
  @media print {
    /* line 3, core/static/scss/3-component/_sidebar.scss */
    .app-sidebar {
      display: none; } }
@media (max-width: 767px) {
  /* line 21, core/static/scss/3-component/_sidebar.scss */
  .app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9; } }

/* line 32, core/static/scss/3-component/_sidebar.scss */
.app-sidebar__user {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px; }

/* line 42, core/static/scss/3-component/_sidebar.scss */
.app-sidebar__user-avatar {
  flex: 0 0 auto;
  margin-right: 15px;
  max-width: 50px; }

/* line 49, core/static/scss/3-component/_sidebar.scss */
.app-sidebar__user-name {
  font-size: 17px;
  line-height: 1.3; }

/* line 54, core/static/scss/3-component/_sidebar.scss */
.app-sidebar__user-name,
.app-sidebar__user-designation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0; }

/* line 62, core/static/scss/3-component/_sidebar.scss */
.app-menu {
  margin-bottom: 0;
  padding-bottom: 40px; }

/* line 68, core/static/scss/3-component/_sidebar.scss */
.app-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  font-size: 1.08em;
  border-left: 3px solid transparent;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  color: #333; }
  /* line 79, core/static/scss/3-component/_sidebar.scss */
  .app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    background: #e6e6e6;
    border-left-color: #FF007F;
    text-decoration: none;
    color: #FF007F; }

/* line 90, core/static/scss/3-component/_sidebar.scss */
.app-menu__icon {
  flex: 0 0 auto;
  width: 25px; }

/* line 95, core/static/scss/3-component/_sidebar.scss */
.app-menu__label {
  white-space: nowrap;
  flex: 1 1 auto; }

/* line 102, core/static/scss/3-component/_sidebar.scss */
.treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #FF007F;
  background: #e6e6e6; }

/* line 106, core/static/scss/3-component/_sidebar.scss */
.treeview.is-expanded .treeview-menu {
  max-height: 100vh; }

/* line 107, core/static/scss/3-component/_sidebar.scss */
.treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg); }

/* line 111, core/static/scss/3-component/_sidebar.scss */
.treeview-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: whitesmoke; }

/* line 124, core/static/scss/3-component/_sidebar.scss */
.treeview-item {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 20px;
  font-size: 1em;
  color: #333; }
  /* line 131, core/static/scss/3-component/_sidebar.scss */
  .treeview-item.active, .treeview-item:hover, .treeview-item:focus {
    background: #e6e6e6;
    text-decoration: none;
    color: #FF007F; }
  /* line 139, core/static/scss/3-component/_sidebar.scss */
  .treeview-item .icon {
    margin-right: 5px; }

/* line 142, core/static/scss/3-component/_sidebar.scss */
.treeview-indicator {
  transform-origin: center;
  transition: transform 0.3s ease; }

@media (min-width: 768px) {
  /* line 5, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
  .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none; }
  /* line 10, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
    width: 30px;
    height: 30px; }
  /* line 14, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 50px; }
  /* line 15, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 50px;
    overflow: hidden; }
    /* line 19, core/static/scss/3-component/_sidebar-mini.scss */
    .sidebar-mini.sidenav-toggled .app-sidebar:hover {
      overflow: visible; }
  /* line 21, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-menu__item {
    overflow: hidden; }
    /* line 23, core/static/scss/3-component/_sidebar-mini.scss */
    .sidebar-mini.sidenav-toggled .app-menu__item:hover {
      overflow: visible; }
      /* line 25, core/static/scss/3-component/_sidebar-mini.scss */
      .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
        opacity: 1; }
      /* line 26, core/static/scss/3-component/_sidebar-mini.scss */
      .sidebar-mini.sidenav-toggled .app-menu__item:hover + .treeview-menu {
        visibility: visible; }
  /* line 29, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    min-width: 180px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #e6e6e6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  /* line 45, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    overflow: visible;
    background: #e6e6e6;
    border-left-color: #FF007F;
    color: #FF007F; }
  /* line 52, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
    opacity: 1; }
  /* line 53, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  /* line 60, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview .app-menu__label {
    border-bottom-right-radius: 0; }
  /* line 62, core/static/scss/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    min-width: 180px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    transition: visibility 0.3s ease; } }

/* line 4, core/static/scss/3-component/_dropdown.scss */
.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  /* line 7, core/static/scss/3-component/_dropdown.scss */
  .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0; }

/* line 14, core/static/scss/3-component/_dropdown.scss */
.dropdown-item .fa,
.dropdown-item .icon {
  margin-right: 5px;
  vertical-align: middle; }

/* line 4, core/static/scss/3-component/_button.scss */
.btn {
  cursor: pointer; }
  /* line 6, core/static/scss/3-component/_button.scss */
  .btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus {
    text-decoration: none;
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
  /* line 12, core/static/scss/3-component/_button.scss */
  .btn[disabled] {
    cursor: not-allowed; }
  /* line 13, core/static/scss/3-component/_button.scss */
  .btn .icon,
  .btn .fa {
    font-size: 14px;
    vertical-align: middle; }

/* line 3, core/static/scss/3-component/_app-title.scss */
.app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: #FFF;
  margin: -12px -30px 12px;
  padding: 20px 30px 20px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: calc(100% + 40px); }
  @media print {
    /* line 3, core/static/scss/3-component/_app-title.scss */
    .app-title {
      margin: 0; } }
  @media (max-width: 480px) {
    /* line 3, core/static/scss/3-component/_app-title.scss */
    .app-title {
      margin: -15px -15px 15px;
      padding: 20px;
      flex-direction: column;
      align-items: flex-start; } }
  /* line 26, core/static/scss/3-component/_app-title.scss */
  .app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400; }
  /* line 34, core/static/scss/3-component/_app-title.scss */
  .app-title p {
    margin-bottom: 0;
    font-style: italic; }
    @media (max-width: 480px) {
      /* line 34, core/static/scss/3-component/_app-title.scss */
      .app-title p {
        display: none; } }
/* line 41, core/static/scss/3-component/_app-title.scss */
.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  padding: 0;
  background-color: transparent; }
  @media (max-width: 480px) {
    /* line 41, core/static/scss/3-component/_app-title.scss */
    .app-breadcrumb {
      margin-top: 10px; } }
/* line 3, core/static/scss/3-component/_tile.scss */
.tile {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out; }
  @media print {
    /* line 3, core/static/scss/3-component/_tile.scss */
    .tile {
      border: 1px solid #ddd; } }
  @media (max-width: 767px) {
    /* line 3, core/static/scss/3-component/_tile.scss */
    .tile {
      margin-left: -12px;
      margin-right: -12px; } }
  /* line 21, core/static/scss/3-component/_tile.scss */
  .tile.small {
    padding: 0; }
  /* line 23, core/static/scss/3-component/_tile.scss */
  .tile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #555;
    border-radius: 3px; }
    /* line 37, core/static/scss/3-component/_tile.scss */
    .tile .overlay .l-text {
      font-size: 24px;
      margin-top: 15px; }
  /* line 43, core/static/scss/3-component/_tile.scss */
  .tile .tile-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem; }
  /* line 49, core/static/scss/3-component/_tile.scss */
  .tile .tile-title-w-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    /* line 55, core/static/scss/3-component/_tile.scss */
    .tile .tile-title-w-btn p {
      margin: 0; }
    /* line 57, core/static/scss/3-component/_tile.scss */
    .tile .tile-title-w-btn .title {
      margin: 0; }
    /* line 59, core/static/scss/3-component/_tile.scss */
    .tile .tile-title-w-btn .side {
      margin-bottom: 0;
      padding-left: 0; }
    /* line 64, core/static/scss/3-component/_tile.scss */
    .tile .tile-title-w-btn .btn-group {
      flex: 0 0 auto; }
  /* line 67, core/static/scss/3-component/_tile.scss */
  .tile .tile-footer {
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
    margin-top: 10px; }

/* Custom Checkbox and Radio Buttons */
/* line 4, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
.animated-checkbox input[type="checkbox"] {
  display: none; }
  /* line 7, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
  .animated-checkbox input[type="checkbox"] + .label-text {
    cursor: pointer !important;
    user-select: none; }
    /* line 11, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
    .animated-checkbox input[type="checkbox"] + .label-text:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 2px;
      vertical-align: -2px; }
  /* line 29, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
  .animated-checkbox input[type="checkbox"]:checked + .label-text:before {
    content: "";
    color: #FF007F;
    animation: tick 180ms ease-in; }
  /* line 35, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
  .animated-checkbox input[type="checkbox"]:disabled + .label-text {
    cursor: not-allowed !important; }
    /* line 38, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
    .animated-checkbox input[type="checkbox"]:disabled + .label-text:before {
      content: "";
      color: #ccc; }

/* line 47, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
.animated-radio-button input[type="radio"] {
  display: none; }
  /* line 50, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
  .animated-radio-button input[type="radio"] + .label-text {
    cursor: pointer !important;
    user-select: none; }
    /* line 54, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
    .animated-radio-button input[type="radio"] + .label-text:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 2px;
      vertical-align: -2px; }
  /* line 72, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
  .animated-radio-button input[type="radio"]:checked + .label-text:before {
    content: "";
    color: #FF007F;
    animation: tick 180ms ease-in; }
  /* line 78, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
  .animated-radio-button input[type="radio"]:disabled + .label-text {
    cursor: not-allowed !important; }
    /* line 81, core/static/scss/3-component/_custom-radio-n-checkbox.scss */
    .animated-radio-button input[type="radio"]:disabled + .label-text:before {
      content: "";
      color: #ccc; }

@keyframes tick {
  0% {
    transform: scale(0); }
  90% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }

/* line 5, core/static/scss/3-component/_toggle-button.scss */
.toggle.lg input[type="checkbox"] + .button-indecator:before {
  font-size: 30px; }

/* line 10, core/static/scss/3-component/_toggle-button.scss */
.toggle input[type="checkbox"] {
  display: none; }
  /* line 13, core/static/scss/3-component/_toggle-button.scss */
  .toggle input[type="checkbox"] + .button-indecator {
    cursor: pointer;
    display: block;
    user-select: none; }
    /* line 18, core/static/scss/3-component/_toggle-button.scss */
    .toggle input[type="checkbox"] + .button-indecator:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 25px;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      margin-right: 5px;
      vertical-align: -2px; }
  /* line 35, core/static/scss/3-component/_toggle-button.scss */
  .toggle input[type="checkbox"]:checked + .button-indecator:before {
    content: "";
    color: #FF007F;
    animation: toggleBtn 0.3s ease-in-out; }
  /* line 41, core/static/scss/3-component/_toggle-button.scss */
  .toggle input[type="checkbox"]:disabled + .button-indecator {
    cursor: not-allowed !important; }
    /* line 44, core/static/scss/3-component/_toggle-button.scss */
    .toggle input[type="checkbox"]:disabled + .button-indecator:before {
      color: #ccc; }

/* line 52, core/static/scss/3-component/_toggle-button.scss */
.toggle-flip input[type="checkbox"] {
  display: none; }
  /* line 55, core/static/scss/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"] + .flip-indecator {
    position: relative;
    width: 60px;
    height: 30px;
    display: block;
    cursor: pointer;
    user-select: none;
    perspective: 90px; }
    /* line 64, core/static/scss/3-component/_toggle-button.scss */
    .toggle-flip input[type="checkbox"] + .flip-indecator:before, .toggle-flip input[type="checkbox"] + .flip-indecator:after {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      line-height: 30px;
      backface-visibility: hidden;
      text-align: center;
      border-radius: 3px;
      transition: all 0.5s ease; }
    /* line 77, core/static/scss/3-component/_toggle-button.scss */
    .toggle-flip input[type="checkbox"] + .flip-indecator:before {
      content: attr(data-toggle-off);
      background-color: #ddd; }
    /* line 82, core/static/scss/3-component/_toggle-button.scss */
    .toggle-flip input[type="checkbox"] + .flip-indecator:after {
      content: attr(data-toggle-on);
      background-color: #FF007F;
      color: #fff;
      transform: rotateY(-180deg); }
  /* line 92, core/static/scss/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"]:checked + .flip-indecator:before {
    transform: rotateY(180deg); }
  /* line 96, core/static/scss/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
    transform: rotateY(0deg); }
  /* line 102, core/static/scss/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"]:disabled + .flip-indecator {
    cursor: not-allowed !important;
    color: #ccc; }

@keyframes toggleBtn {
  0% {
    opacity: 0;
    transform: translateX(-1px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 4, core/static/scss/3-component/_material-half-bg.scss */
.material-half-bg {
  height: 100vh;
  background-color: #e7e7e7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  /* line 13, core/static/scss/3-component/_material-half-bg.scss */
  .material-half-bg .cover {
    background-color: #FF007F;
    height: 50vh; }

/* line 3, core/static/scss/3-component/_material-loader.scss */
.m-loader {
  position: relative;
  width: 40px; }
  /* line 6, core/static/scss/3-component/_material-loader.scss */
  .m-loader:before {
    content: '';
    display: block;
    padding-top: 100%; }

/* line 13, core/static/scss/3-component/_material-loader.scss */
.m-circular {
  animation: rotate 1.5s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/* line 25, core/static/scss/3-component/_material-loader.scss */
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke: #FF007F;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

/* line 3, core/static/scss/3-component/_button-spinner.scss */
.btn-spinner {
  display: inline-block;
  z-index: 2000;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  animation: bSpinner 0.8s linear infinite; }

@keyframes bSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* line 3, core/static/scss/3-component/_widgets.scss */
.widget-small {
  display: flex;
  border-radius: 4px;
  color: #FFF;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  /* line 10, core/static/scss/3-component/_widgets.scss */
  .widget-small .icon {
    display: flex;
    min-width: 85px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
    font-size: 2.5rem; }
  /* line 21, core/static/scss/3-component/_widgets.scss */
  .widget-small .info {
    flex: 1;
    padding: 0 20px;
    align-self: center; }
    /* line 26, core/static/scss/3-component/_widgets.scss */
    .widget-small .info h4 {
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 5px;
      font-weight: 400;
      font-size: 1.1rem; }
    /* line 34, core/static/scss/3-component/_widgets.scss */
    .widget-small .info p {
      margin: 0;
      font-size: 16px; }
  /* line 40, core/static/scss/3-component/_widgets.scss */
  .widget-small.primary {
    background-color: #FF007F; }
    /* line 43, core/static/scss/3-component/_widgets.scss */
    .widget-small.primary.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 47, core/static/scss/3-component/_widgets.scss */
      .widget-small.primary.coloured-icon .icon {
        background-color: #FF007F;
        color: #fff; }
  /* line 54, core/static/scss/3-component/_widgets.scss */
  .widget-small.info {
    background-color: #17a2b8; }
    /* line 57, core/static/scss/3-component/_widgets.scss */
    .widget-small.info.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 61, core/static/scss/3-component/_widgets.scss */
      .widget-small.info.coloured-icon .icon {
        background-color: #17a2b8;
        color: #fff; }
  /* line 68, core/static/scss/3-component/_widgets.scss */
  .widget-small.warning {
    background-color: #ffc107; }
    /* line 71, core/static/scss/3-component/_widgets.scss */
    .widget-small.warning.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 75, core/static/scss/3-component/_widgets.scss */
      .widget-small.warning.coloured-icon .icon {
        background-color: #ffc107;
        color: #fff; }
  /* line 82, core/static/scss/3-component/_widgets.scss */
  .widget-small.danger {
    background-color: #dc3545; }
    /* line 85, core/static/scss/3-component/_widgets.scss */
    .widget-small.danger.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 89, core/static/scss/3-component/_widgets.scss */
      .widget-small.danger.coloured-icon .icon {
        background-color: #dc3545;
        color: #fff; }

/* line 3, core/static/scss/3-component/_chat.scss */
.messanger {
  display: flex;
  flex-direction: column; }
  /* line 7, core/static/scss/3-component/_chat.scss */
  .messanger .messages {
    flex: 1;
    margin: 10px 0;
    padding: 0 10px;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden; }
    /* line 15, core/static/scss/3-component/_chat.scss */
    .messanger .messages .message {
      display: flex;
      margin-bottom: 15px;
      align-items: flex-start; }
      /* line 20, core/static/scss/3-component/_chat.scss */
      .messanger .messages .message.me {
        flex-direction: row-reverse; }
        /* line 23, core/static/scss/3-component/_chat.scss */
        .messanger .messages .message.me img {
          margin-right: 0;
          margin-left: 15px; }
        /* line 28, core/static/scss/3-component/_chat.scss */
        .messanger .messages .message.me .info {
          background-color: #FF007F;
          color: #FFF; }
          /* line 32, core/static/scss/3-component/_chat.scss */
          .messanger .messages .message.me .info:before {
            display: none; }
          /* line 36, core/static/scss/3-component/_chat.scss */
          .messanger .messages .message.me .info:after {
            position: absolute;
            right: -13px;
            top: 0;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 16px 16px 0;
            border-color: transparent #FF007F transparent transparent;
            transform: rotate(270deg); }
      /* line 51, core/static/scss/3-component/_chat.scss */
      .messanger .messages .message img {
        border-radius: 50%;
        margin-right: 15px; }
      /* line 56, core/static/scss/3-component/_chat.scss */
      .messanger .messages .message .info {
        margin: 0;
        background-color: #ddd;
        padding: 5px 10px;
        border-radius: 3px;
        position: relative;
        align-self: flex-start; }
        /* line 64, core/static/scss/3-component/_chat.scss */
        .messanger .messages .message .info:before {
          position: absolute;
          left: -14px;
          top: 0;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 16px 16px 0;
          border-color: transparent #ddd transparent transparent; }
  /* line 79, core/static/scss/3-component/_chat.scss */
  .messanger .sender {
    display: flex; }
    /* line 82, core/static/scss/3-component/_chat.scss */
    .messanger .sender input[type="text"] {
      flex: 1;
      border: 1px solid #FF007F;
      outline: none;
      padding: 5px 10px; }
    /* line 89, core/static/scss/3-component/_chat.scss */
    .messanger .sender button {
      border-radius: 0; }

/* line 3, core/static/scss/4-pages/_login-material.scss */
.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  /* line 10, core/static/scss/4-pages/_login-material.scss */
  .login-content .logo {
    margin-bottom: 40px;
    font-family: "American Typewriter";
    color: #fff; }
    /* line 15, core/static/scss/4-pages/_login-material.scss */
    .login-content .logo h1 {
      font-size: 52px;
      font-weight: 400; }
  /* line 21, core/static/scss/4-pages/_login-material.scss */
  .login-content .login-box {
    position: relative;
    min-width: 350px;
    min-height: 390px;
    background-color: #fff;
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    perspective: 800px;
    transition: all 0.5s ease-in-out; }
    /* line 30, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box .login-head {
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
      text-align: center; }
    /* line 38, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box label {
      color: #666;
      font-weight: 700; }
    /* line 43, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box .utility {
      display: flex;
      padding: 1px;
      justify-content: space-between;
      align-items: center; }
    /* line 50, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box .btn-container {
      margin-bottom: 0; }
    /* line 52, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box .login-form, .login-content .login-box .forget-form {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 40px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      transition: all 0.5s ease-in-out; }
    /* line 64, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box .forget-form {
      opacity: 0;
      transform: rotateY(180deg); }
    /* line 69, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box.flipped {
      min-height: 300px; }
      /* line 72, core/static/scss/4-pages/_login-material.scss */
      .login-content .login-box.flipped .login-form {
        opacity: 0;
        transform: rotateY(-180deg); }
      /* line 77, core/static/scss/4-pages/_login-material.scss */
      .login-content .login-box.flipped .forget-form {
        opacity: 1;
        transform: rotateY(0deg); }

@media (max-width: 351px) {
  /* line 87, core/static/scss/4-pages/_login-material.scss */
  .login-content .login-box {
    min-width: 100%; }
    /* line 90, core/static/scss/4-pages/_login-material.scss */
    .login-content .login-box .login-form, .login-content .login-box .forget-form {
      width: 100%; } }

/* line 3, core/static/scss/4-pages/_lockscreen-material.scss */
.lockscreen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  /* line 10, core/static/scss/4-pages/_lockscreen-material.scss */
  .lockscreen-content .logo {
    font-family: "Niconne";
    margin-bottom: 40px;
    color: #fff; }
    /* line 15, core/static/scss/4-pages/_lockscreen-material.scss */
    .lockscreen-content .logo h1 {
      font-size: 52px;
      font-weight: 400; }
  /* line 21, core/static/scss/4-pages/_lockscreen-material.scss */
  .lockscreen-content .lock-box {
    position: relative;
    min-width: 320px;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    perspective: 800px;
    transition: all 0.5s ease-in-out; }
    /* line 30, core/static/scss/4-pages/_lockscreen-material.scss */
    .lockscreen-content .lock-box .user-image {
      border: 3px solid #fff;
      max-width: 100px;
      display: block;
      margin: 0 auto; }
    /* line 37, core/static/scss/4-pages/_lockscreen-material.scss */
    .lockscreen-content .lock-box .user-name {
      margin-bottom: 2px; }
    /* line 39, core/static/scss/4-pages/_lockscreen-material.scss */
    .lockscreen-content .lock-box label {
      color: #666;
      font-weight: 700; }

/* line 3, core/static/scss/4-pages/_error-page.scss */
.page-error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 110px);
  margin-bottom: 0; }
  /* line 10, core/static/scss/4-pages/_error-page.scss */
  .page-error h1 {
    margin: 10px;
    color: #dc3545;
    font-size: 42px; }

/* line 3, core/static/scss/4-pages/_mailbox.scss */
.folder-head {
  padding: 10px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd; }

/* line 9, core/static/scss/4-pages/_mailbox.scss */
.mailbox-controls {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 18, core/static/scss/4-pages/_mailbox.scss */
  .mailbox-controls .animated-checkbox .label-text:before {
    vertical-align: -7px !important; }

/* line 22, core/static/scss/4-pages/_mailbox.scss */
.mail-nav > li > a {
  display: block;
  background-color: #fff;
  color: #2a2a2a;
  border-radius: 0;
  font-weight: 500; }

/* line 31, core/static/scss/4-pages/_mailbox.scss */
.mailbox-messages table tr td {
  border: 0;
  padding: 5px; }

/* line 36, core/static/scss/4-pages/_mailbox.scss */
.mailbox-messages .mail-subject {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px; }

/* line 4, core/static/scss/4-pages/_user-profile.scss */
.user .profile {
  margin: -30px -30px 0 -30px;
  display: flex; }
  /* line 8, core/static/scss/4-pages/_user-profile.scss */
  .user .profile .info {
    padding: 30px 60px;
    text-align: center;
    background-color: #fff;
    white-space: nowrap;
    background-color: #404040;
    color: #fff; }
    /* line 16, core/static/scss/4-pages/_user-profile.scss */
    .user .profile .info img {
      border-radius: 50%;
      max-width: 110px;
      margin-bottom: 20px;
      margin-top: 10px; }
  /* line 24, core/static/scss/4-pages/_user-profile.scss */
  .user .profile .cover-image {
    flex: 1;
    background-image: url(http://placeimg.com/1200/300/nature);
    background-size: cover;
    background-position: center;
    min-height: 300px; }

/* line 33, core/static/scss/4-pages/_user-profile.scss */
.user .user-tabs {
  margin-top: 20px; }
  /* line 36, core/static/scss/4-pages/_user-profile.scss */
  .user .user-tabs .nav-link {
    border-left: 3px solid transparent;
    padding: 12px 15px;
    border-bottom: 0;
    font-size: 15px;
    border-radius: 0; }
    /* line 43, core/static/scss/4-pages/_user-profile.scss */
    .user .user-tabs .nav-link.active {
      border-left-color: #FF007F;
      border-bottom: 0; }
    /* line 48, core/static/scss/4-pages/_user-profile.scss */
    .user .user-tabs .nav-link:hover, .user .user-tabs .nav-link:active {
      background-color: #eee !important;
      border-bottom: 0; }

/* line 56, core/static/scss/4-pages/_user-profile.scss */
.user .tab-content {
  margin: 20px -10px -10px; }

/* line 58, core/static/scss/4-pages/_user-profile.scss */
.user .timeline-post {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  /* line 64, core/static/scss/4-pages/_user-profile.scss */
  .user .timeline-post .post-media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px; }
    /* line 69, core/static/scss/4-pages/_user-profile.scss */
    .user .timeline-post .post-media img {
      margin-right: 10px; }
    /* line 71, core/static/scss/4-pages/_user-profile.scss */
    .user .timeline-post .post-media h5 {
      margin-top: 0;
      margin-bottom: 3px;
      font-size: 15px; }
  /* line 78, core/static/scss/4-pages/_user-profile.scss */
  .user .timeline-post .post-content {
    margin-bottom: 20px; }
  /* line 80, core/static/scss/4-pages/_user-profile.scss */
  .user .timeline-post .post-utility {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    /* line 86, core/static/scss/4-pages/_user-profile.scss */
    .user .timeline-post .post-utility .likes,
    .user .timeline-post .post-utility .shares {
      margin-right: 10px; }
      /* line 90, core/static/scss/4-pages/_user-profile.scss */
      .user .timeline-post .post-utility .likes a,
      .user .timeline-post .post-utility .shares a {
        color: #555; }
    /* line 93, core/static/scss/4-pages/_user-profile.scss */
    .user .timeline-post .post-utility .comments {
      color: #555;
      flex: 1;
      text-align: right; }

/* line 102, core/static/scss/4-pages/_user-profile.scss */
.user .user-settings .line-head {
  font-size: 18px;
  margin-bottom: 30px;
  color: #2a2a2a; }

/* line 108, core/static/scss/4-pages/_user-profile.scss */
.user .user-settings label {
  color: #666; }
