@charset "UTF-8";
/*
*/
/*!
 * Bootstrap v4.4.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 7, vendor/assets/stylesheets/bootstrap.css */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, vendor/assets/stylesheets/bootstrap.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, vendor/assets/stylesheets/bootstrap.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 51, vendor/assets/stylesheets/bootstrap.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

/* line 70, vendor/assets/stylesheets/bootstrap.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 76, vendor/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 81, vendor/assets/stylesheets/bootstrap.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 86, vendor/assets/stylesheets/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 97, vendor/assets/stylesheets/bootstrap.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 103, vendor/assets/stylesheets/bootstrap.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, vendor/assets/stylesheets/bootstrap.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 117, vendor/assets/stylesheets/bootstrap.css */
dt {
  font-weight: 700;
}

/* line 121, vendor/assets/stylesheets/bootstrap.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 126, vendor/assets/stylesheets/bootstrap.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 130, vendor/assets/stylesheets/bootstrap.css */
b,
strong {
  font-weight: bold;
}

/* line 135, vendor/assets/stylesheets/bootstrap.css */
small {
  font-size: 80%;
}

/* line 139, vendor/assets/stylesheets/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 147, vendor/assets/stylesheets/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 151, vendor/assets/stylesheets/bootstrap.css */
sup {
  top: -.5em;
}

/* line 155, vendor/assets/stylesheets/bootstrap.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 161, vendor/assets/stylesheets/bootstrap.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 166, vendor/assets/stylesheets/bootstrap.css */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 171, vendor/assets/stylesheets/bootstrap.css */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

/* line 184, vendor/assets/stylesheets/bootstrap.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 190, vendor/assets/stylesheets/bootstrap.css */
figure {
  margin: 0 0 1rem;
}

/* line 194, vendor/assets/stylesheets/bootstrap.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 199, vendor/assets/stylesheets/bootstrap.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 204, vendor/assets/stylesheets/bootstrap.css */
table {
  border-collapse: collapse;
}

/* line 208, vendor/assets/stylesheets/bootstrap.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 216, vendor/assets/stylesheets/bootstrap.css */
th {
  text-align: inherit;
}

/* line 220, vendor/assets/stylesheets/bootstrap.css */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 225, vendor/assets/stylesheets/bootstrap.css */
button {
  border-radius: 0;
}

/* line 229, vendor/assets/stylesheets/bootstrap.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 234, vendor/assets/stylesheets/bootstrap.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 245, vendor/assets/stylesheets/bootstrap.css */
button,
input {
  overflow: visible;
}

/* line 250, vendor/assets/stylesheets/bootstrap.css */
button,
select {
  text-transform: none;
}

/* line 255, vendor/assets/stylesheets/bootstrap.css */
select {
  word-wrap: normal;
}

/* line 259, vendor/assets/stylesheets/bootstrap.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 266, vendor/assets/stylesheets/bootstrap.css */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 273, vendor/assets/stylesheets/bootstrap.css */
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 281, vendor/assets/stylesheets/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 287, vendor/assets/stylesheets/bootstrap.css */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 294, vendor/assets/stylesheets/bootstrap.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 299, vendor/assets/stylesheets/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 306, vendor/assets/stylesheets/bootstrap.css */
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 318, vendor/assets/stylesheets/bootstrap.css */
progress {
  vertical-align: baseline;
}

/* line 322, vendor/assets/stylesheets/bootstrap.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 327, vendor/assets/stylesheets/bootstrap.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 332, vendor/assets/stylesheets/bootstrap.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 336, vendor/assets/stylesheets/bootstrap.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 341, vendor/assets/stylesheets/bootstrap.css */
output {
  display: inline-block;
}

/* line 345, vendor/assets/stylesheets/bootstrap.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 350, vendor/assets/stylesheets/bootstrap.css */
template {
  display: none;
}

/* line 354, vendor/assets/stylesheets/bootstrap.css */
[hidden] {
  display: none !important;
}

/* line 358, vendor/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 365, vendor/assets/stylesheets/bootstrap.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 369, vendor/assets/stylesheets/bootstrap.css */
h2, .h2 {
  font-size: 2rem;
}

/* line 373, vendor/assets/stylesheets/bootstrap.css */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 377, vendor/assets/stylesheets/bootstrap.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 381, vendor/assets/stylesheets/bootstrap.css */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 385, vendor/assets/stylesheets/bootstrap.css */
h6, .h6 {
  font-size: 1rem;
}

/* line 389, vendor/assets/stylesheets/bootstrap.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 394, vendor/assets/stylesheets/bootstrap.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 400, vendor/assets/stylesheets/bootstrap.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 406, vendor/assets/stylesheets/bootstrap.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 412, vendor/assets/stylesheets/bootstrap.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 418, vendor/assets/stylesheets/bootstrap.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 425, vendor/assets/stylesheets/bootstrap.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 431, vendor/assets/stylesheets/bootstrap.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 437, vendor/assets/stylesheets/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 442, vendor/assets/stylesheets/bootstrap.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 447, vendor/assets/stylesheets/bootstrap.css */
.list-inline-item {
  display: inline-block;
}

/* line 451, vendor/assets/stylesheets/bootstrap.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 455, vendor/assets/stylesheets/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 460, vendor/assets/stylesheets/bootstrap.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 465, vendor/assets/stylesheets/bootstrap.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 471, vendor/assets/stylesheets/bootstrap.css */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 475, vendor/assets/stylesheets/bootstrap.css */
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
  max-width: 100%;
  height: auto;
}

/* line 480, vendor/assets/stylesheets/bootstrap.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 489, vendor/assets/stylesheets/bootstrap.css */
.figure {
  display: inline-block;
}

/* line 493, vendor/assets/stylesheets/bootstrap.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 498, vendor/assets/stylesheets/bootstrap.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 503, vendor/assets/stylesheets/bootstrap.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 509, vendor/assets/stylesheets/bootstrap.css */
a > code {
  color: inherit;
}

/* line 513, vendor/assets/stylesheets/bootstrap.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 521, vendor/assets/stylesheets/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 527, vendor/assets/stylesheets/bootstrap.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 533, vendor/assets/stylesheets/bootstrap.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 539, vendor/assets/stylesheets/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 544, vendor/assets/stylesheets/bootstrap.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 553, vendor/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 559, vendor/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 565, vendor/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 571, vendor/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

/* line 608, vendor/assets/stylesheets/bootstrap.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 617, vendor/assets/stylesheets/bootstrap.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 622, vendor/assets/stylesheets/bootstrap.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 640, vendor/assets/stylesheets/bootstrap.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 648, vendor/assets/stylesheets/bootstrap.css */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 654, vendor/assets/stylesheets/bootstrap.css */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 660, vendor/assets/stylesheets/bootstrap.css */
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 666, vendor/assets/stylesheets/bootstrap.css */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 672, vendor/assets/stylesheets/bootstrap.css */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 678, vendor/assets/stylesheets/bootstrap.css */
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 684, vendor/assets/stylesheets/bootstrap.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 691, vendor/assets/stylesheets/bootstrap.css */
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 697, vendor/assets/stylesheets/bootstrap.css */
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 703, vendor/assets/stylesheets/bootstrap.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 709, vendor/assets/stylesheets/bootstrap.css */
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 715, vendor/assets/stylesheets/bootstrap.css */
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 721, vendor/assets/stylesheets/bootstrap.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 727, vendor/assets/stylesheets/bootstrap.css */
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 733, vendor/assets/stylesheets/bootstrap.css */
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 739, vendor/assets/stylesheets/bootstrap.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 745, vendor/assets/stylesheets/bootstrap.css */
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 751, vendor/assets/stylesheets/bootstrap.css */
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 757, vendor/assets/stylesheets/bootstrap.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 763, vendor/assets/stylesheets/bootstrap.css */
.order-first {
  order: -1;
}

/* line 768, vendor/assets/stylesheets/bootstrap.css */
.order-last {
  order: 13;
}

/* line 773, vendor/assets/stylesheets/bootstrap.css */
.order-0 {
  order: 0;
}

/* line 778, vendor/assets/stylesheets/bootstrap.css */
.order-1 {
  order: 1;
}

/* line 783, vendor/assets/stylesheets/bootstrap.css */
.order-2 {
  order: 2;
}

/* line 788, vendor/assets/stylesheets/bootstrap.css */
.order-3 {
  order: 3;
}

/* line 793, vendor/assets/stylesheets/bootstrap.css */
.order-4 {
  order: 4;
}

/* line 798, vendor/assets/stylesheets/bootstrap.css */
.order-5 {
  order: 5;
}

/* line 803, vendor/assets/stylesheets/bootstrap.css */
.order-6 {
  order: 6;
}

/* line 808, vendor/assets/stylesheets/bootstrap.css */
.order-7 {
  order: 7;
}

/* line 813, vendor/assets/stylesheets/bootstrap.css */
.order-8 {
  order: 8;
}

/* line 818, vendor/assets/stylesheets/bootstrap.css */
.order-9 {
  order: 9;
}

/* line 823, vendor/assets/stylesheets/bootstrap.css */
.order-10 {
  order: 10;
}

/* line 828, vendor/assets/stylesheets/bootstrap.css */
.order-11 {
  order: 11;
}

/* line 833, vendor/assets/stylesheets/bootstrap.css */
.order-12 {
  order: 12;
}

/* line 838, vendor/assets/stylesheets/bootstrap.css */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 842, vendor/assets/stylesheets/bootstrap.css */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 846, vendor/assets/stylesheets/bootstrap.css */
.offset-3 {
  margin-left: 25%;
}

/* line 850, vendor/assets/stylesheets/bootstrap.css */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 854, vendor/assets/stylesheets/bootstrap.css */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 858, vendor/assets/stylesheets/bootstrap.css */
.offset-6 {
  margin-left: 50%;
}

/* line 862, vendor/assets/stylesheets/bootstrap.css */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 866, vendor/assets/stylesheets/bootstrap.css */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 870, vendor/assets/stylesheets/bootstrap.css */
.offset-9 {
  margin-left: 75%;
}

/* line 874, vendor/assets/stylesheets/bootstrap.css */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 878, vendor/assets/stylesheets/bootstrap.css */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 883, vendor/assets/stylesheets/bootstrap.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 890, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 895, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 900, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 905, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 910, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 915, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 920, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 926, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 931, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 936, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 941, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 946, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 951, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 956, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 961, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 966, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 971, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 976, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 981, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 986, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-first {
    order: -1;
  }
  /* line 990, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-last {
    order: 13;
  }
  /* line 994, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 998, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 1002, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 1006, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 1010, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 1014, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 1018, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 1022, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1026, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1030, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1034, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1038, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1042, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1046, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1049, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1052, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1055, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1058, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1061, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1064, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1067, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1070, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1073, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1076, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1079, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1085, vendor/assets/stylesheets/bootstrap.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1092, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1097, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1102, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1107, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1112, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1117, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1122, vendor/assets/stylesheets/bootstrap.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1128, vendor/assets/stylesheets/bootstrap.css */
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1133, vendor/assets/stylesheets/bootstrap.css */
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1138, vendor/assets/stylesheets/bootstrap.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1143, vendor/assets/stylesheets/bootstrap.css */
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1148, vendor/assets/stylesheets/bootstrap.css */
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1153, vendor/assets/stylesheets/bootstrap.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1158, vendor/assets/stylesheets/bootstrap.css */
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1163, vendor/assets/stylesheets/bootstrap.css */
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1168, vendor/assets/stylesheets/bootstrap.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1173, vendor/assets/stylesheets/bootstrap.css */
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1178, vendor/assets/stylesheets/bootstrap.css */
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1183, vendor/assets/stylesheets/bootstrap.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1188, vendor/assets/stylesheets/bootstrap.css */
  .order-md-first {
    order: -1;
  }
  /* line 1192, vendor/assets/stylesheets/bootstrap.css */
  .order-md-last {
    order: 13;
  }
  /* line 1196, vendor/assets/stylesheets/bootstrap.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1200, vendor/assets/stylesheets/bootstrap.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1204, vendor/assets/stylesheets/bootstrap.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1208, vendor/assets/stylesheets/bootstrap.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1212, vendor/assets/stylesheets/bootstrap.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1216, vendor/assets/stylesheets/bootstrap.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1220, vendor/assets/stylesheets/bootstrap.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1224, vendor/assets/stylesheets/bootstrap.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1228, vendor/assets/stylesheets/bootstrap.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1232, vendor/assets/stylesheets/bootstrap.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1236, vendor/assets/stylesheets/bootstrap.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1240, vendor/assets/stylesheets/bootstrap.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1244, vendor/assets/stylesheets/bootstrap.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1248, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1251, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1254, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1257, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1260, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1263, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1266, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1269, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1272, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1275, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1278, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1281, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1287, vendor/assets/stylesheets/bootstrap.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1294, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1299, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1304, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1309, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1314, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1319, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1324, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1330, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1335, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1340, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1345, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1350, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1355, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1360, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1365, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1370, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1375, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1380, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1385, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1390, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1394, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1398, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1402, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1406, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1410, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1414, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1418, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1422, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1426, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1430, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1434, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1438, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1442, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1446, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1450, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1453, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1456, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1459, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1462, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1465, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1468, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1471, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1474, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1477, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1480, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1483, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1489, vendor/assets/stylesheets/bootstrap.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1496, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1501, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1506, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1511, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1516, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1521, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1526, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1532, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1537, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1542, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1547, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1552, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1557, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1562, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1567, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1572, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1577, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1582, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1587, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1592, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1596, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1600, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1604, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1608, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1612, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1616, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1620, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1624, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1628, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1632, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1636, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1640, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1644, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1648, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1652, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1655, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1658, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1661, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1664, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1667, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1670, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1673, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1676, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1679, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1682, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1685, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1690, vendor/assets/stylesheets/bootstrap.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 1696, vendor/assets/stylesheets/bootstrap.css */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1703, vendor/assets/stylesheets/bootstrap.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1708, vendor/assets/stylesheets/bootstrap.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1712, vendor/assets/stylesheets/bootstrap.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1717, vendor/assets/stylesheets/bootstrap.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1721, vendor/assets/stylesheets/bootstrap.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1726, vendor/assets/stylesheets/bootstrap.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1731, vendor/assets/stylesheets/bootstrap.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

/* line 1742, vendor/assets/stylesheets/bootstrap.css */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1747, vendor/assets/stylesheets/bootstrap.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1753, vendor/assets/stylesheets/bootstrap.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 1760, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1764, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1769, vendor/assets/stylesheets/bootstrap.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1775, vendor/assets/stylesheets/bootstrap.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1782, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1786, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1791, vendor/assets/stylesheets/bootstrap.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1797, vendor/assets/stylesheets/bootstrap.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 1804, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1808, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1813, vendor/assets/stylesheets/bootstrap.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1819, vendor/assets/stylesheets/bootstrap.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1826, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1830, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1835, vendor/assets/stylesheets/bootstrap.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1841, vendor/assets/stylesheets/bootstrap.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1848, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1852, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1857, vendor/assets/stylesheets/bootstrap.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1863, vendor/assets/stylesheets/bootstrap.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1870, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1874, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1879, vendor/assets/stylesheets/bootstrap.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1885, vendor/assets/stylesheets/bootstrap.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1892, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1896, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1901, vendor/assets/stylesheets/bootstrap.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1907, vendor/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1914, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1918, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1923, vendor/assets/stylesheets/bootstrap.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1929, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1933, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1938, vendor/assets/stylesheets/bootstrap.css */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 1944, vendor/assets/stylesheets/bootstrap.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1950, vendor/assets/stylesheets/bootstrap.css */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 1955, vendor/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 1961, vendor/assets/stylesheets/bootstrap.css */
.table-dark.table-bordered {
  border: 0;
}

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

/* line 1969, vendor/assets/stylesheets/bootstrap.css */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

/* line 2022, vendor/assets/stylesheets/bootstrap.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2029, vendor/assets/stylesheets/bootstrap.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2033, vendor/assets/stylesheets/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2050, vendor/assets/stylesheets/bootstrap.css */
  .form-control {
    transition: none;
  }
}

/* line 2055, vendor/assets/stylesheets/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2060, vendor/assets/stylesheets/bootstrap.css */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

/* line 2078, vendor/assets/stylesheets/bootstrap.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

/* line 2093, vendor/assets/stylesheets/bootstrap.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2098, vendor/assets/stylesheets/bootstrap.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2103, vendor/assets/stylesheets/bootstrap.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2108, vendor/assets/stylesheets/bootstrap.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2114, vendor/assets/stylesheets/bootstrap.css */
.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 2122, vendor/assets/stylesheets/bootstrap.css */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 2129, vendor/assets/stylesheets/bootstrap.css */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

/* line 2149, vendor/assets/stylesheets/bootstrap.css */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2154, vendor/assets/stylesheets/bootstrap.css */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2162, vendor/assets/stylesheets/bootstrap.css */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2170, vendor/assets/stylesheets/bootstrap.css */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2174, vendor/assets/stylesheets/bootstrap.css */
textarea.form-control {
  height: auto;
}

/* line 2178, vendor/assets/stylesheets/bootstrap.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 2182, vendor/assets/stylesheets/bootstrap.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2187, vendor/assets/stylesheets/bootstrap.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2196, vendor/assets/stylesheets/bootstrap.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2202, vendor/assets/stylesheets/bootstrap.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2208, vendor/assets/stylesheets/bootstrap.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

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

/* line 2219, vendor/assets/stylesheets/bootstrap.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2223, vendor/assets/stylesheets/bootstrap.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2232, vendor/assets/stylesheets/bootstrap.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2239, vendor/assets/stylesheets/bootstrap.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2247, vendor/assets/stylesheets/bootstrap.css */
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2262, vendor/assets/stylesheets/bootstrap.css */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2269, vendor/assets/stylesheets/bootstrap.css */
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 2283, vendor/assets/stylesheets/bootstrap.css */
.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 2288, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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 2294, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2299, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2303, vendor/assets/stylesheets/bootstrap.css */
.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 2309, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

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

/* line 2317, vendor/assets/stylesheets/bootstrap.css */
.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 2322, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2326, vendor/assets/stylesheets/bootstrap.css */
.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 2330, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2334, vendor/assets/stylesheets/bootstrap.css */
.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.2rem rgba(40, 167, 69, 0.25);
}

/* line 2339, vendor/assets/stylesheets/bootstrap.css */
.invalid-feedback {
  /* display: none; */
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2347, vendor/assets/stylesheets/bootstrap.css */
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2362, vendor/assets/stylesheets/bootstrap.css */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2369, vendor/assets/stylesheets/bootstrap.css */
.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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 2383, vendor/assets/stylesheets/bootstrap.css */
.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 2388, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 2399, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2403, vendor/assets/stylesheets/bootstrap.css */
.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 2409, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2413, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2417, vendor/assets/stylesheets/bootstrap.css */
.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 2422, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2426, vendor/assets/stylesheets/bootstrap.css */
.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 2430, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2434, vendor/assets/stylesheets/bootstrap.css */
.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.2rem rgba(220, 53, 69, 0.25);
}

/* line 2439, vendor/assets/stylesheets/bootstrap.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2448, vendor/assets/stylesheets/bootstrap.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2453, vendor/assets/stylesheets/bootstrap.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2462, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2473, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2478, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2481, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2485, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2495, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2503, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2509, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 2535, vendor/assets/stylesheets/bootstrap.css */
  .btn {
    transition: none;
  }
}

/* line 2540, vendor/assets/stylesheets/bootstrap.css */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2545, vendor/assets/stylesheets/bootstrap.css */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2550, vendor/assets/stylesheets/bootstrap.css */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2554, vendor/assets/stylesheets/bootstrap.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2559, vendor/assets/stylesheets/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2565, vendor/assets/stylesheets/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

/* line 2578, vendor/assets/stylesheets/bootstrap.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

/* line 2596, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2602, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

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

/* line 2615, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

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

/* line 2633, vendor/assets/stylesheets/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2639, vendor/assets/stylesheets/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

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

/* line 2652, vendor/assets/stylesheets/bootstrap.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

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

/* line 2670, vendor/assets/stylesheets/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2676, vendor/assets/stylesheets/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

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

/* line 2689, vendor/assets/stylesheets/bootstrap.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

/* line 2707, vendor/assets/stylesheets/bootstrap.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2713, vendor/assets/stylesheets/bootstrap.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

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

/* line 2726, vendor/assets/stylesheets/bootstrap.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

/* line 2744, vendor/assets/stylesheets/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2750, vendor/assets/stylesheets/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

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

/* line 2763, vendor/assets/stylesheets/bootstrap.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

/* line 2781, vendor/assets/stylesheets/bootstrap.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2787, vendor/assets/stylesheets/bootstrap.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

/* line 2800, vendor/assets/stylesheets/bootstrap.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

/* line 2818, vendor/assets/stylesheets/bootstrap.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2824, vendor/assets/stylesheets/bootstrap.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

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

/* line 2837, vendor/assets/stylesheets/bootstrap.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

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

/* line 2855, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 2860, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 2870, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

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

/* line 2887, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

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

/* line 2902, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

/* line 2919, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2924, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

/* line 2934, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

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

/* line 2951, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2956, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 2966, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

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

/* line 2983, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 2988, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 2998, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

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

/* line 3015, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 3020, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

/* line 3030, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

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

/* line 3047, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3052, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 3062, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

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

/* line 3079, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 3084, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 3094, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

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

/* line 3111, vendor/assets/stylesheets/bootstrap.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 3117, vendor/assets/stylesheets/bootstrap.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 3122, vendor/assets/stylesheets/bootstrap.css */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 3127, vendor/assets/stylesheets/bootstrap.css */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 3132, vendor/assets/stylesheets/bootstrap.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3139, vendor/assets/stylesheets/bootstrap.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3146, vendor/assets/stylesheets/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3151, vendor/assets/stylesheets/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3155, vendor/assets/stylesheets/bootstrap.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3161, vendor/assets/stylesheets/bootstrap.css */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3166, vendor/assets/stylesheets/bootstrap.css */
  .fade {
    transition: none;
  }
}

/* line 3171, vendor/assets/stylesheets/bootstrap.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3175, vendor/assets/stylesheets/bootstrap.css */
.collapse:not(.show) {
  display: none;
}

/* line 3179, vendor/assets/stylesheets/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3187, vendor/assets/stylesheets/bootstrap.css */
  .collapsing {
    transition: none;
  }
}

/* line 3192, vendor/assets/stylesheets/bootstrap.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3199, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3203, vendor/assets/stylesheets/bootstrap.css */
.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 3214, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 3238, vendor/assets/stylesheets/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3243, vendor/assets/stylesheets/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

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

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

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

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

/* line 3292, vendor/assets/stylesheets/bootstrap.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3299, vendor/assets/stylesheets/bootstrap.css */
.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 3310, vendor/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3314, vendor/assets/stylesheets/bootstrap.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3322, vendor/assets/stylesheets/bootstrap.css */
.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 3333, vendor/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3337, vendor/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3341, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3349, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3356, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3360, vendor/assets/stylesheets/bootstrap.css */
.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 3370, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3374, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3378, vendor/assets/stylesheets/bootstrap.css */
.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 3383, vendor/assets/stylesheets/bootstrap.css */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

/* line 3403, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3409, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3415, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 3421, vendor/assets/stylesheets/bootstrap.css */
.dropdown-menu.show {
  display: block;
}

/* line 3425, vendor/assets/stylesheets/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3434, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 3440, vendor/assets/stylesheets/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3448, vendor/assets/stylesheets/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3455, vendor/assets/stylesheets/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3460, vendor/assets/stylesheets/bootstrap.css */
.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 3467, vendor/assets/stylesheets/bootstrap.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3476, vendor/assets/stylesheets/bootstrap.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3480, vendor/assets/stylesheets/bootstrap.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3485, vendor/assets/stylesheets/bootstrap.css */
.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 3491, vendor/assets/stylesheets/bootstrap.css */
.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 3497, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3502, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3508, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3512, vendor/assets/stylesheets/bootstrap.css */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3517, vendor/assets/stylesheets/bootstrap.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3522, vendor/assets/stylesheets/bootstrap.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3531, vendor/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3536, vendor/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3541, vendor/assets/stylesheets/bootstrap.css */
.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 3547, vendor/assets/stylesheets/bootstrap.css */
.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 3553, vendor/assets/stylesheets/bootstrap.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3558, vendor/assets/stylesheets/bootstrap.css */
.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 3567, vendor/assets/stylesheets/bootstrap.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

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

/* line 3589, vendor/assets/stylesheets/bootstrap.css */
.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 3604, vendor/assets/stylesheets/bootstrap.css */
.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 3610, vendor/assets/stylesheets/bootstrap.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3614, vendor/assets/stylesheets/bootstrap.css */
.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 3620, vendor/assets/stylesheets/bootstrap.css */
.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 3626, vendor/assets/stylesheets/bootstrap.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

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

/* line 3644, vendor/assets/stylesheets/bootstrap.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3650, vendor/assets/stylesheets/bootstrap.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3656, vendor/assets/stylesheets/bootstrap.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3661, vendor/assets/stylesheets/bootstrap.css */
.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 3672, vendor/assets/stylesheets/bootstrap.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3676, vendor/assets/stylesheets/bootstrap.css */
.input-group-append {
  margin-left: -1px;
}

/* line 3680, vendor/assets/stylesheets/bootstrap.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3698, vendor/assets/stylesheets/bootstrap.css */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

/* line 3708, vendor/assets/stylesheets/bootstrap.css */
.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.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

/* line 3725, vendor/assets/stylesheets/bootstrap.css */
.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.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3737, vendor/assets/stylesheets/bootstrap.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3742, vendor/assets/stylesheets/bootstrap.css */
.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 3752, vendor/assets/stylesheets/bootstrap.css */
.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 3762, vendor/assets/stylesheets/bootstrap.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3769, vendor/assets/stylesheets/bootstrap.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

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

/* line 3784, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

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

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

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

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

/* line 3808, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3812, vendor/assets/stylesheets/bootstrap.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

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

/* line 3831, vendor/assets/stylesheets/bootstrap.css */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 3842, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3846, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3850, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3855, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

/* line 3867, vendor/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3871, vendor/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

/* line 3879, vendor/assets/stylesheets/bootstrap.css */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3883, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3890, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #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 3903, vendor/assets/stylesheets/bootstrap.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3908, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

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

/* line 3918, vendor/assets/stylesheets/bootstrap.css */
.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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 3942, vendor/assets/stylesheets/bootstrap.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

/* line 3953, vendor/assets/stylesheets/bootstrap.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3958, vendor/assets/stylesheets/bootstrap.css */
.custom-select::-ms-expand {
  display: none;
}

/* line 3962, vendor/assets/stylesheets/bootstrap.css */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 3967, vendor/assets/stylesheets/bootstrap.css */
.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.875rem;
}

/* line 3975, vendor/assets/stylesheets/bootstrap.css */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

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

/* line 4005, vendor/assets/stylesheets/bootstrap.css */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 4010, vendor/assets/stylesheets/bootstrap.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4014, vendor/assets/stylesheets/bootstrap.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4018, vendor/assets/stylesheets/bootstrap.css */
.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: 0.25rem;
}

/* line 4034, vendor/assets/stylesheets/bootstrap.css */
.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 0.25rem 0.25rem 0;
}

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

/* line 4061, vendor/assets/stylesheets/bootstrap.css */
.custom-range:focus {
  outline: none;
}

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

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

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

/* line 4077, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4081, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

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

/* line 4101, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 4105, vendor/assets/stylesheets/bootstrap.css */
.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 4115, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4128, vendor/assets/stylesheets/bootstrap.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4134, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 4138, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4148, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4163, vendor/assets/stylesheets/bootstrap.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4169, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 4173, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 4183, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

/* line 4194, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 4198, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4202, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 4206, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4210, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 4214, vendor/assets/stylesheets/bootstrap.css */
.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 4221, vendor/assets/stylesheets/bootstrap.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4228, vendor/assets/stylesheets/bootstrap.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4238, vendor/assets/stylesheets/bootstrap.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4243, vendor/assets/stylesheets/bootstrap.css */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

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

/* line 4253, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 4257, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4261, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4267, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

/* line 4277, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 4284, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4290, vendor/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4294, vendor/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 4300, vendor/assets/stylesheets/bootstrap.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4306, vendor/assets/stylesheets/bootstrap.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4314, vendor/assets/stylesheets/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 4318, vendor/assets/stylesheets/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 4322, vendor/assets/stylesheets/bootstrap.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4335, vendor/assets/stylesheets/bootstrap.css */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4347, vendor/assets/stylesheets/bootstrap.css */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4357, vendor/assets/stylesheets/bootstrap.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4361, vendor/assets/stylesheets/bootstrap.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4371, vendor/assets/stylesheets/bootstrap.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4376, vendor/assets/stylesheets/bootstrap.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4381, vendor/assets/stylesheets/bootstrap.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4387, vendor/assets/stylesheets/bootstrap.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4396, vendor/assets/stylesheets/bootstrap.css */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4405, vendor/assets/stylesheets/bootstrap.css */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4409, vendor/assets/stylesheets/bootstrap.css */
.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 4420, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4428, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4434, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4438, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4441, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4445, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4450, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4456, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  /* line 4470, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4476, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4480, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4483, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4487, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4492, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4498, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  /* line 4512, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4518, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4522, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4525, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4529, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4534, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4540, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  /* line 4554, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4560, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4564, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4567, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4571, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4576, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4582, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4587, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4594, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4600, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4605, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4609, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4614, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4620, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4627, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4631, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4635, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4639, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4643, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4647, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4651, vendor/assets/stylesheets/bootstrap.css */
.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 4658, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 4667, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4671, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4675, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4679, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4683, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4687, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4691, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4695, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4699, vendor/assets/stylesheets/bootstrap.css */
.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 4706, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 4715, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4719, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4723, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4727, vendor/assets/stylesheets/bootstrap.css */
.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 4741, vendor/assets/stylesheets/bootstrap.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4746, vendor/assets/stylesheets/bootstrap.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4751, vendor/assets/stylesheets/bootstrap.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4756, vendor/assets/stylesheets/bootstrap.css */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 4763, vendor/assets/stylesheets/bootstrap.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4767, vendor/assets/stylesheets/bootstrap.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4772, vendor/assets/stylesheets/bootstrap.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4776, vendor/assets/stylesheets/bootstrap.css */
.card-link:hover {
  text-decoration: none;
}

/* line 4780, vendor/assets/stylesheets/bootstrap.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4784, vendor/assets/stylesheets/bootstrap.css */
.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 4791, vendor/assets/stylesheets/bootstrap.css */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4795, vendor/assets/stylesheets/bootstrap.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4799, vendor/assets/stylesheets/bootstrap.css */
.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 4805, vendor/assets/stylesheets/bootstrap.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4809, vendor/assets/stylesheets/bootstrap.css */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4816, vendor/assets/stylesheets/bootstrap.css */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4821, vendor/assets/stylesheets/bootstrap.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4830, vendor/assets/stylesheets/bootstrap.css */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 4838, vendor/assets/stylesheets/bootstrap.css */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4844, vendor/assets/stylesheets/bootstrap.css */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4850, vendor/assets/stylesheets/bootstrap.css */
.card-deck .card {
  margin-bottom: 15px;
}

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

/* line 4872, vendor/assets/stylesheets/bootstrap.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4877, vendor/assets/stylesheets/bootstrap.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4883, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4888, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4892, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4896, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4900, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4904, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4908, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4912, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4918, vendor/assets/stylesheets/bootstrap.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

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

/* line 4939, vendor/assets/stylesheets/bootstrap.css */
.accordion > .card {
  overflow: hidden;
}

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

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

/* line 4954, vendor/assets/stylesheets/bootstrap.css */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4959, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4971, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4975, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 4982, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4986, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4990, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4994, vendor/assets/stylesheets/bootstrap.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 5002, vendor/assets/stylesheets/bootstrap.css */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

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

/* line 5027, vendor/assets/stylesheets/bootstrap.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5033, vendor/assets/stylesheets/bootstrap.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5038, vendor/assets/stylesheets/bootstrap.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 5053, vendor/assets/stylesheets/bootstrap.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 5059, vendor/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5064, vendor/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5069, vendor/assets/stylesheets/bootstrap.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 5075, vendor/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5080, vendor/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 5099, vendor/assets/stylesheets/bootstrap.css */
  .badge {
    transition: none;
  }
}

/* line 5104, vendor/assets/stylesheets/bootstrap.css */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 5108, vendor/assets/stylesheets/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 5112, vendor/assets/stylesheets/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5117, vendor/assets/stylesheets/bootstrap.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5123, vendor/assets/stylesheets/bootstrap.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 5128, vendor/assets/stylesheets/bootstrap.css */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

/* line 5138, vendor/assets/stylesheets/bootstrap.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 5143, vendor/assets/stylesheets/bootstrap.css */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

/* line 5153, vendor/assets/stylesheets/bootstrap.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 5158, vendor/assets/stylesheets/bootstrap.css */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

/* line 5168, vendor/assets/stylesheets/bootstrap.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 5173, vendor/assets/stylesheets/bootstrap.css */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

/* line 5183, vendor/assets/stylesheets/bootstrap.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 5188, vendor/assets/stylesheets/bootstrap.css */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

/* line 5198, vendor/assets/stylesheets/bootstrap.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 5203, vendor/assets/stylesheets/bootstrap.css */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

/* line 5213, vendor/assets/stylesheets/bootstrap.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 5218, vendor/assets/stylesheets/bootstrap.css */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

/* line 5228, vendor/assets/stylesheets/bootstrap.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 5233, vendor/assets/stylesheets/bootstrap.css */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

/* line 5243, vendor/assets/stylesheets/bootstrap.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

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

/* line 5256, vendor/assets/stylesheets/bootstrap.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5262, vendor/assets/stylesheets/bootstrap.css */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 5270, vendor/assets/stylesheets/bootstrap.css */
.alert-heading {
  color: inherit;
}

/* line 5274, vendor/assets/stylesheets/bootstrap.css */
.alert-link {
  font-weight: 700;
}

/* line 5278, vendor/assets/stylesheets/bootstrap.css */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5282, vendor/assets/stylesheets/bootstrap.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5290, vendor/assets/stylesheets/bootstrap.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 5296, vendor/assets/stylesheets/bootstrap.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 5300, vendor/assets/stylesheets/bootstrap.css */
.alert-primary .alert-link {
  color: #002752;
}

/* line 5304, vendor/assets/stylesheets/bootstrap.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 5310, vendor/assets/stylesheets/bootstrap.css */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5314, vendor/assets/stylesheets/bootstrap.css */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5318, vendor/assets/stylesheets/bootstrap.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5324, vendor/assets/stylesheets/bootstrap.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5328, vendor/assets/stylesheets/bootstrap.css */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5332, vendor/assets/stylesheets/bootstrap.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5338, vendor/assets/stylesheets/bootstrap.css */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5342, vendor/assets/stylesheets/bootstrap.css */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5346, vendor/assets/stylesheets/bootstrap.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5352, vendor/assets/stylesheets/bootstrap.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5356, vendor/assets/stylesheets/bootstrap.css */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5360, vendor/assets/stylesheets/bootstrap.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5366, vendor/assets/stylesheets/bootstrap.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5370, vendor/assets/stylesheets/bootstrap.css */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5374, vendor/assets/stylesheets/bootstrap.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5380, vendor/assets/stylesheets/bootstrap.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5384, vendor/assets/stylesheets/bootstrap.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 5388, vendor/assets/stylesheets/bootstrap.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5394, vendor/assets/stylesheets/bootstrap.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5398, vendor/assets/stylesheets/bootstrap.css */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 5420, vendor/assets/stylesheets/bootstrap.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5430, vendor/assets/stylesheets/bootstrap.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5446, vendor/assets/stylesheets/bootstrap.css */
  .progress-bar {
    transition: none;
  }
}

/* line 5451, vendor/assets/stylesheets/bootstrap.css */
.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 5456, vendor/assets/stylesheets/bootstrap.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5462, vendor/assets/stylesheets/bootstrap.css */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5468, vendor/assets/stylesheets/bootstrap.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5475, vendor/assets/stylesheets/bootstrap.css */
.media-body {
  flex: 1;
}

/* line 5480, vendor/assets/stylesheets/bootstrap.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5489, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

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

/* line 5502, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

/* line 5515, vendor/assets/stylesheets/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5520, vendor/assets/stylesheets/bootstrap.css */
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

/* line 5531, vendor/assets/stylesheets/bootstrap.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5538, vendor/assets/stylesheets/bootstrap.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5542, vendor/assets/stylesheets/bootstrap.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5547, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5552, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5557, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 5562, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 5566, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5571, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5577, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5581, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5585, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5589, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 5592, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5596, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5603, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5607, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5611, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5615, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 5618, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5622, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5629, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5633, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5637, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5641, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 5644, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5648, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5655, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5659, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5663, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5667, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 5670, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5674, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5680, vendor/assets/stylesheets/bootstrap.css */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 5686, vendor/assets/stylesheets/bootstrap.css */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5690, vendor/assets/stylesheets/bootstrap.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5694, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5699, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5704, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5710, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5715, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5720, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5726, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5731, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5736, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5742, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5747, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5752, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5758, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5763, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5768, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5774, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5779, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5784, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5790, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5795, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5800, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5806, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5811, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5816, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

/* line 5832, vendor/assets/stylesheets/bootstrap.css */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5837, vendor/assets/stylesheets/bootstrap.css */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5841, vendor/assets/stylesheets/bootstrap.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5850, vendor/assets/stylesheets/bootstrap.css */
a.close.disabled {
  pointer-events: none;
}

/* line 5854, vendor/assets/stylesheets/bootstrap.css */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5868, vendor/assets/stylesheets/bootstrap.css */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5872, vendor/assets/stylesheets/bootstrap.css */
.toast.showing {
  opacity: 1;
}

/* line 5876, vendor/assets/stylesheets/bootstrap.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5881, vendor/assets/stylesheets/bootstrap.css */
.toast.hide {
  display: none;
}

/* line 5885, vendor/assets/stylesheets/bootstrap.css */
.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 5897, vendor/assets/stylesheets/bootstrap.css */
.toast-body {
  padding: 0.75rem;
}

/* line 5901, vendor/assets/stylesheets/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5905, vendor/assets/stylesheets/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5910, vendor/assets/stylesheets/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5922, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5929, vendor/assets/stylesheets/bootstrap.css */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5938, vendor/assets/stylesheets/bootstrap.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5943, vendor/assets/stylesheets/bootstrap.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5948, vendor/assets/stylesheets/bootstrap.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5953, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5959, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5964, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 5970, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5974, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5982, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 5988, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 5996, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6000, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6004, vendor/assets/stylesheets/bootstrap.css */
.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 6019, vendor/assets/stylesheets/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6029, vendor/assets/stylesheets/bootstrap.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6033, vendor/assets/stylesheets/bootstrap.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 6037, vendor/assets/stylesheets/bootstrap.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6050, vendor/assets/stylesheets/bootstrap.css */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6055, vendor/assets/stylesheets/bootstrap.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6060, vendor/assets/stylesheets/bootstrap.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6067, vendor/assets/stylesheets/bootstrap.css */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 6082, vendor/assets/stylesheets/bootstrap.css */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 6086, vendor/assets/stylesheets/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6095, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6099, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6102, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6105, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6108, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 6111, vendor/assets/stylesheets/bootstrap.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6117, vendor/assets/stylesheets/bootstrap.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6124, vendor/assets/stylesheets/bootstrap.css */
  .modal-xl {
    max-width: 1140px;
  }
}

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

/* line 6153, vendor/assets/stylesheets/bootstrap.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 6157, vendor/assets/stylesheets/bootstrap.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6164, vendor/assets/stylesheets/bootstrap.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6171, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6175, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6179, vendor/assets/stylesheets/bootstrap.css */
.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 6185, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6189, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6195, vendor/assets/stylesheets/bootstrap.css */
.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 6201, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6205, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6209, vendor/assets/stylesheets/bootstrap.css */
.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 6215, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6219, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6225, vendor/assets/stylesheets/bootstrap.css */
.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 6231, vendor/assets/stylesheets/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 6240, vendor/assets/stylesheets/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  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 6269, vendor/assets/stylesheets/bootstrap.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6277, vendor/assets/stylesheets/bootstrap.css */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6285, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6289, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 6293, vendor/assets/stylesheets/bootstrap.css */
.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 6299, vendor/assets/stylesheets/bootstrap.css */
.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 6305, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6309, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6316, vendor/assets/stylesheets/bootstrap.css */
.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 6322, vendor/assets/stylesheets/bootstrap.css */
.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 6328, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6332, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 6336, vendor/assets/stylesheets/bootstrap.css */
.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 6342, vendor/assets/stylesheets/bootstrap.css */
.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 6348, vendor/assets/stylesheets/bootstrap.css */
.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 6359, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6363, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6370, vendor/assets/stylesheets/bootstrap.css */
.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 6376, vendor/assets/stylesheets/bootstrap.css */
.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 6382, vendor/assets/stylesheets/bootstrap.css */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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 6392, vendor/assets/stylesheets/bootstrap.css */
.popover-header:empty {
  display: none;
}

/* line 6396, vendor/assets/stylesheets/bootstrap.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 6401, vendor/assets/stylesheets/bootstrap.css */
.carousel {
  position: relative;
}

/* line 6405, vendor/assets/stylesheets/bootstrap.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6410, vendor/assets/stylesheets/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6416, vendor/assets/stylesheets/bootstrap.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6422, vendor/assets/stylesheets/bootstrap.css */
.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 6436, vendor/assets/stylesheets/bootstrap.css */
  .carousel-item {
    transition: none;
  }
}

/* line 6441, vendor/assets/stylesheets/bootstrap.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6447, vendor/assets/stylesheets/bootstrap.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6453, vendor/assets/stylesheets/bootstrap.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6459, vendor/assets/stylesheets/bootstrap.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6466, vendor/assets/stylesheets/bootstrap.css */
.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 6473, vendor/assets/stylesheets/bootstrap.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6481, vendor/assets/stylesheets/bootstrap.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6487, vendor/assets/stylesheets/bootstrap.css */
.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 6507, vendor/assets/stylesheets/bootstrap.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6513, vendor/assets/stylesheets/bootstrap.css */
.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 6522, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev {
  left: 0;
}

/* line 6526, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-next {
  right: 0;
}

/* line 6530, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 6538, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 6542, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6546, vendor/assets/stylesheets/bootstrap.css */
.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 6562, vendor/assets/stylesheets/bootstrap.css */
.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 6581, vendor/assets/stylesheets/bootstrap.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6586, vendor/assets/stylesheets/bootstrap.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6590, vendor/assets/stylesheets/bootstrap.css */
.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 6616, vendor/assets/stylesheets/bootstrap.css */
.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 6628, vendor/assets/stylesheets/bootstrap.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 6654, vendor/assets/stylesheets/bootstrap.css */
.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 6666, vendor/assets/stylesheets/bootstrap.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6671, vendor/assets/stylesheets/bootstrap.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6675, vendor/assets/stylesheets/bootstrap.css */
.align-top {
  vertical-align: top !important;
}

/* line 6679, vendor/assets/stylesheets/bootstrap.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6683, vendor/assets/stylesheets/bootstrap.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6687, vendor/assets/stylesheets/bootstrap.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6691, vendor/assets/stylesheets/bootstrap.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6695, vendor/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6699, vendor/assets/stylesheets/bootstrap.css */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6705, vendor/assets/stylesheets/bootstrap.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6709, vendor/assets/stylesheets/bootstrap.css */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6715, vendor/assets/stylesheets/bootstrap.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6719, vendor/assets/stylesheets/bootstrap.css */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6725, vendor/assets/stylesheets/bootstrap.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6729, vendor/assets/stylesheets/bootstrap.css */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6735, vendor/assets/stylesheets/bootstrap.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6739, vendor/assets/stylesheets/bootstrap.css */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6745, vendor/assets/stylesheets/bootstrap.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6749, vendor/assets/stylesheets/bootstrap.css */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6755, vendor/assets/stylesheets/bootstrap.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6759, vendor/assets/stylesheets/bootstrap.css */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6765, vendor/assets/stylesheets/bootstrap.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6769, vendor/assets/stylesheets/bootstrap.css */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6775, vendor/assets/stylesheets/bootstrap.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6779, vendor/assets/stylesheets/bootstrap.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6783, vendor/assets/stylesheets/bootstrap.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6787, vendor/assets/stylesheets/bootstrap.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6791, vendor/assets/stylesheets/bootstrap.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6795, vendor/assets/stylesheets/bootstrap.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6799, vendor/assets/stylesheets/bootstrap.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6803, vendor/assets/stylesheets/bootstrap.css */
.border-0 {
  border: 0 !important;
}

/* line 6807, vendor/assets/stylesheets/bootstrap.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6811, vendor/assets/stylesheets/bootstrap.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6815, vendor/assets/stylesheets/bootstrap.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6819, vendor/assets/stylesheets/bootstrap.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6823, vendor/assets/stylesheets/bootstrap.css */
.border-primary {
  border-color: #007bff !important;
}

/* line 6827, vendor/assets/stylesheets/bootstrap.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6831, vendor/assets/stylesheets/bootstrap.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 6835, vendor/assets/stylesheets/bootstrap.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6839, vendor/assets/stylesheets/bootstrap.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6843, vendor/assets/stylesheets/bootstrap.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6847, vendor/assets/stylesheets/bootstrap.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6851, vendor/assets/stylesheets/bootstrap.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6855, vendor/assets/stylesheets/bootstrap.css */
.border-white {
  border-color: #fff !important;
}

/* line 6859, vendor/assets/stylesheets/bootstrap.css */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6863, vendor/assets/stylesheets/bootstrap.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6867, vendor/assets/stylesheets/bootstrap.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6872, vendor/assets/stylesheets/bootstrap.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6877, vendor/assets/stylesheets/bootstrap.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6882, vendor/assets/stylesheets/bootstrap.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6887, vendor/assets/stylesheets/bootstrap.css */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6891, vendor/assets/stylesheets/bootstrap.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6895, vendor/assets/stylesheets/bootstrap.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6899, vendor/assets/stylesheets/bootstrap.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6903, vendor/assets/stylesheets/bootstrap.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6909, vendor/assets/stylesheets/bootstrap.css */
.d-none {
  display: none !important;
}

/* line 6913, vendor/assets/stylesheets/bootstrap.css */
.d-inline {
  display: inline !important;
}

/* line 6917, vendor/assets/stylesheets/bootstrap.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6921, vendor/assets/stylesheets/bootstrap.css */
.d-block {
  display: block !important;
}

/* line 6925, vendor/assets/stylesheets/bootstrap.css */
.d-table {
  display: table !important;
}

/* line 6929, vendor/assets/stylesheets/bootstrap.css */
.d-table-row {
  display: table-row !important;
}

/* line 6933, vendor/assets/stylesheets/bootstrap.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6937, vendor/assets/stylesheets/bootstrap.css */
.d-flex {
  display: flex !important;
}

/* line 6942, vendor/assets/stylesheets/bootstrap.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6948, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6951, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6954, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6957, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6960, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6963, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6966, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6969, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6973, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6980, vendor/assets/stylesheets/bootstrap.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6983, vendor/assets/stylesheets/bootstrap.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6986, vendor/assets/stylesheets/bootstrap.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6989, vendor/assets/stylesheets/bootstrap.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6992, vendor/assets/stylesheets/bootstrap.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6995, vendor/assets/stylesheets/bootstrap.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6998, vendor/assets/stylesheets/bootstrap.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7001, vendor/assets/stylesheets/bootstrap.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 7005, vendor/assets/stylesheets/bootstrap.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7012, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 7015, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7018, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7021, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 7024, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 7027, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7030, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7033, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 7037, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7044, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 7047, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7050, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7053, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 7056, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 7059, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7062, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7065, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 7069, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 7076, vendor/assets/stylesheets/bootstrap.css */
  .d-print-none {
    display: none !important;
  }
  /* line 7079, vendor/assets/stylesheets/bootstrap.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7082, vendor/assets/stylesheets/bootstrap.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7085, vendor/assets/stylesheets/bootstrap.css */
  .d-print-block {
    display: block !important;
  }
  /* line 7088, vendor/assets/stylesheets/bootstrap.css */
  .d-print-table {
    display: table !important;
  }
  /* line 7091, vendor/assets/stylesheets/bootstrap.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7094, vendor/assets/stylesheets/bootstrap.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7097, vendor/assets/stylesheets/bootstrap.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 7101, vendor/assets/stylesheets/bootstrap.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 7107, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7115, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7120, vendor/assets/stylesheets/bootstrap.css */
.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 7134, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 7138, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7142, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7146, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7150, vendor/assets/stylesheets/bootstrap.css */
.flex-row {
  flex-direction: row !important;
}

/* line 7155, vendor/assets/stylesheets/bootstrap.css */
.flex-column {
  flex-direction: column !important;
}

/* line 7160, vendor/assets/stylesheets/bootstrap.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7165, vendor/assets/stylesheets/bootstrap.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7170, vendor/assets/stylesheets/bootstrap.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7175, vendor/assets/stylesheets/bootstrap.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7180, vendor/assets/stylesheets/bootstrap.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7185, vendor/assets/stylesheets/bootstrap.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7190, vendor/assets/stylesheets/bootstrap.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7195, vendor/assets/stylesheets/bootstrap.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7200, vendor/assets/stylesheets/bootstrap.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7205, vendor/assets/stylesheets/bootstrap.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7210, vendor/assets/stylesheets/bootstrap.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7215, vendor/assets/stylesheets/bootstrap.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7220, vendor/assets/stylesheets/bootstrap.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 7225, vendor/assets/stylesheets/bootstrap.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7230, vendor/assets/stylesheets/bootstrap.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7235, vendor/assets/stylesheets/bootstrap.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7240, vendor/assets/stylesheets/bootstrap.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7245, vendor/assets/stylesheets/bootstrap.css */
.align-items-center {
  align-items: center !important;
}

/* line 7250, vendor/assets/stylesheets/bootstrap.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7255, vendor/assets/stylesheets/bootstrap.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7260, vendor/assets/stylesheets/bootstrap.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7265, vendor/assets/stylesheets/bootstrap.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7270, vendor/assets/stylesheets/bootstrap.css */
.align-content-center {
  align-content: center !important;
}

/* line 7275, vendor/assets/stylesheets/bootstrap.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 7280, vendor/assets/stylesheets/bootstrap.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 7285, vendor/assets/stylesheets/bootstrap.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7290, vendor/assets/stylesheets/bootstrap.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 7295, vendor/assets/stylesheets/bootstrap.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7300, vendor/assets/stylesheets/bootstrap.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7305, vendor/assets/stylesheets/bootstrap.css */
.align-self-center {
  align-self: center !important;
}

/* line 7310, vendor/assets/stylesheets/bootstrap.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7315, vendor/assets/stylesheets/bootstrap.css */
.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

@media (min-width: 1200px) {
  /* line 7738, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7742, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7746, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7750, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7754, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7758, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7762, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7766, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7770, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7774, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7778, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7782, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7786, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7790, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7794, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7798, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7802, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7806, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7810, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7814, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7818, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7822, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7826, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7830, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7834, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7838, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7842, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7846, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7850, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7854, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7858, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7862, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7866, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7870, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7876, vendor/assets/stylesheets/bootstrap.css */
.float-left {
  float: left !important;
}

/* line 7880, vendor/assets/stylesheets/bootstrap.css */
.float-right {
  float: right !important;
}

/* line 7884, vendor/assets/stylesheets/bootstrap.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7889, vendor/assets/stylesheets/bootstrap.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 7892, vendor/assets/stylesheets/bootstrap.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 7895, vendor/assets/stylesheets/bootstrap.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7901, vendor/assets/stylesheets/bootstrap.css */
  .float-md-left {
    float: left !important;
  }
  /* line 7904, vendor/assets/stylesheets/bootstrap.css */
  .float-md-right {
    float: right !important;
  }
  /* line 7907, vendor/assets/stylesheets/bootstrap.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7913, vendor/assets/stylesheets/bootstrap.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 7916, vendor/assets/stylesheets/bootstrap.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 7919, vendor/assets/stylesheets/bootstrap.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7925, vendor/assets/stylesheets/bootstrap.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 7928, vendor/assets/stylesheets/bootstrap.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 7931, vendor/assets/stylesheets/bootstrap.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7936, vendor/assets/stylesheets/bootstrap.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 7940, vendor/assets/stylesheets/bootstrap.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7944, vendor/assets/stylesheets/bootstrap.css */
.position-static {
  position: static !important;
}

/* line 7948, vendor/assets/stylesheets/bootstrap.css */
.position-relative {
  position: relative !important;
}

/* line 7952, vendor/assets/stylesheets/bootstrap.css */
.position-absolute {
  position: absolute !important;
}

/* line 7956, vendor/assets/stylesheets/bootstrap.css */
.position-fixed {
  position: fixed !important;
}

/* line 7960, vendor/assets/stylesheets/bootstrap.css */
.position-sticky {
  position: sticky !important;
}

/* line 7965, vendor/assets/stylesheets/bootstrap.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7973, vendor/assets/stylesheets/bootstrap.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7982, vendor/assets/stylesheets/bootstrap.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7990, vendor/assets/stylesheets/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8002, vendor/assets/stylesheets/bootstrap.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 8011, vendor/assets/stylesheets/bootstrap.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 8015, vendor/assets/stylesheets/bootstrap.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 8019, vendor/assets/stylesheets/bootstrap.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8023, vendor/assets/stylesheets/bootstrap.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 8027, vendor/assets/stylesheets/bootstrap.css */
.w-25 {
  width: 25% !important;
}

/* line 8031, vendor/assets/stylesheets/bootstrap.css */
.w-50 {
  width: 50% !important;
}

/* line 8035, vendor/assets/stylesheets/bootstrap.css */
.w-75 {
  width: 75% !important;
}

/* line 8039, vendor/assets/stylesheets/bootstrap.css */
.w-100 {
  width: 100% !important;
}

/* line 8043, vendor/assets/stylesheets/bootstrap.css */
.w-auto {
  width: auto !important;
}

/* line 8047, vendor/assets/stylesheets/bootstrap.css */
.h-25 {
  height: 25% !important;
}

/* line 8051, vendor/assets/stylesheets/bootstrap.css */
.h-50 {
  height: 50% !important;
}

/* line 8055, vendor/assets/stylesheets/bootstrap.css */
.h-75 {
  height: 75% !important;
}

/* line 8059, vendor/assets/stylesheets/bootstrap.css */
.h-100 {
  height: 100% !important;
}

/* line 8063, vendor/assets/stylesheets/bootstrap.css */
.h-auto {
  height: auto !important;
}

/* line 8067, vendor/assets/stylesheets/bootstrap.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 8071, vendor/assets/stylesheets/bootstrap.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 8075, vendor/assets/stylesheets/bootstrap.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8079, vendor/assets/stylesheets/bootstrap.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8083, vendor/assets/stylesheets/bootstrap.css */
.vw-100 {
  width: 100vw !important;
}

/* line 8087, vendor/assets/stylesheets/bootstrap.css */
.vh-100 {
  height: 100vh !important;
}

/* line 8091, vendor/assets/stylesheets/bootstrap.css */
.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 8103, vendor/assets/stylesheets/bootstrap.css */
.m-0 {
  margin: 0 !important;
}

/* line 8107, vendor/assets/stylesheets/bootstrap.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8112, vendor/assets/stylesheets/bootstrap.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8117, vendor/assets/stylesheets/bootstrap.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8122, vendor/assets/stylesheets/bootstrap.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8127, vendor/assets/stylesheets/bootstrap.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8131, vendor/assets/stylesheets/bootstrap.css */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8136, vendor/assets/stylesheets/bootstrap.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8141, vendor/assets/stylesheets/bootstrap.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8146, vendor/assets/stylesheets/bootstrap.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8151, vendor/assets/stylesheets/bootstrap.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8155, vendor/assets/stylesheets/bootstrap.css */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8160, vendor/assets/stylesheets/bootstrap.css */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8165, vendor/assets/stylesheets/bootstrap.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8170, vendor/assets/stylesheets/bootstrap.css */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8175, vendor/assets/stylesheets/bootstrap.css */
.m-3 {
  margin: 1rem !important;
}

/* line 8179, vendor/assets/stylesheets/bootstrap.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8184, vendor/assets/stylesheets/bootstrap.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8189, vendor/assets/stylesheets/bootstrap.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8194, vendor/assets/stylesheets/bootstrap.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8199, vendor/assets/stylesheets/bootstrap.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8203, vendor/assets/stylesheets/bootstrap.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8208, vendor/assets/stylesheets/bootstrap.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8213, vendor/assets/stylesheets/bootstrap.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8218, vendor/assets/stylesheets/bootstrap.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8223, vendor/assets/stylesheets/bootstrap.css */
.m-5 {
  margin: 3rem !important;
}

/* line 8227, vendor/assets/stylesheets/bootstrap.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8232, vendor/assets/stylesheets/bootstrap.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8237, vendor/assets/stylesheets/bootstrap.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8242, vendor/assets/stylesheets/bootstrap.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8247, vendor/assets/stylesheets/bootstrap.css */
.p-0 {
  padding: 0 !important;
}

/* line 8251, vendor/assets/stylesheets/bootstrap.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8256, vendor/assets/stylesheets/bootstrap.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8261, vendor/assets/stylesheets/bootstrap.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8266, vendor/assets/stylesheets/bootstrap.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8271, vendor/assets/stylesheets/bootstrap.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8275, vendor/assets/stylesheets/bootstrap.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8280, vendor/assets/stylesheets/bootstrap.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8285, vendor/assets/stylesheets/bootstrap.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8290, vendor/assets/stylesheets/bootstrap.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8295, vendor/assets/stylesheets/bootstrap.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8299, vendor/assets/stylesheets/bootstrap.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8304, vendor/assets/stylesheets/bootstrap.css */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8309, vendor/assets/stylesheets/bootstrap.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8314, vendor/assets/stylesheets/bootstrap.css */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8319, vendor/assets/stylesheets/bootstrap.css */
.p-3 {
  padding: 1rem !important;
}

/* line 8323, vendor/assets/stylesheets/bootstrap.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8328, vendor/assets/stylesheets/bootstrap.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8333, vendor/assets/stylesheets/bootstrap.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8338, vendor/assets/stylesheets/bootstrap.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8343, vendor/assets/stylesheets/bootstrap.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8347, vendor/assets/stylesheets/bootstrap.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8352, vendor/assets/stylesheets/bootstrap.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8357, vendor/assets/stylesheets/bootstrap.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8362, vendor/assets/stylesheets/bootstrap.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8367, vendor/assets/stylesheets/bootstrap.css */
.p-5 {
  padding: 3rem !important;
}

/* line 8371, vendor/assets/stylesheets/bootstrap.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8376, vendor/assets/stylesheets/bootstrap.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8381, vendor/assets/stylesheets/bootstrap.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8386, vendor/assets/stylesheets/bootstrap.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8391, vendor/assets/stylesheets/bootstrap.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8395, vendor/assets/stylesheets/bootstrap.css */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8400, vendor/assets/stylesheets/bootstrap.css */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8405, vendor/assets/stylesheets/bootstrap.css */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8410, vendor/assets/stylesheets/bootstrap.css */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8415, vendor/assets/stylesheets/bootstrap.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8419, vendor/assets/stylesheets/bootstrap.css */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8424, vendor/assets/stylesheets/bootstrap.css */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8429, vendor/assets/stylesheets/bootstrap.css */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8434, vendor/assets/stylesheets/bootstrap.css */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8439, vendor/assets/stylesheets/bootstrap.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 8443, vendor/assets/stylesheets/bootstrap.css */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8448, vendor/assets/stylesheets/bootstrap.css */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8453, vendor/assets/stylesheets/bootstrap.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8458, vendor/assets/stylesheets/bootstrap.css */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8463, vendor/assets/stylesheets/bootstrap.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8467, vendor/assets/stylesheets/bootstrap.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8472, vendor/assets/stylesheets/bootstrap.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8477, vendor/assets/stylesheets/bootstrap.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8482, vendor/assets/stylesheets/bootstrap.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8487, vendor/assets/stylesheets/bootstrap.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 8491, vendor/assets/stylesheets/bootstrap.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8496, vendor/assets/stylesheets/bootstrap.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8501, vendor/assets/stylesheets/bootstrap.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8506, vendor/assets/stylesheets/bootstrap.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8511, vendor/assets/stylesheets/bootstrap.css */
.m-auto {
  margin: auto !important;
}

/* line 8515, vendor/assets/stylesheets/bootstrap.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8520, vendor/assets/stylesheets/bootstrap.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8525, vendor/assets/stylesheets/bootstrap.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8530, vendor/assets/stylesheets/bootstrap.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8536, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8539, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8543, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8547, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8551, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8555, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8558, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8562, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8566, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8570, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8574, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8577, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8581, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8585, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8589, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8593, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8596, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8600, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8604, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8608, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8612, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8615, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8619, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8623, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8627, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8631, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8634, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8638, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8642, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8646, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8650, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8653, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8657, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8661, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8665, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8669, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8672, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8676, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8680, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8684, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8688, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8691, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8695, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8699, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8703, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8707, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8710, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8714, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8718, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8722, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8726, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8729, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8733, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8737, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8741, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8745, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8748, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8752, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8756, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8760, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8764, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8767, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8771, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8775, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8779, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8783, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8786, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8790, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8794, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8798, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8802, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8805, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8809, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8813, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8817, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8821, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8824, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8828, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8832, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8836, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8840, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8843, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8847, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8851, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8855, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8859, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8862, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8866, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8870, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8874, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8881, vendor/assets/stylesheets/bootstrap.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8884, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8888, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8892, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8896, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8900, vendor/assets/stylesheets/bootstrap.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8903, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8907, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8911, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8915, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8919, vendor/assets/stylesheets/bootstrap.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8922, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8926, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8930, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8934, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8938, vendor/assets/stylesheets/bootstrap.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8941, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8945, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8949, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8953, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8957, vendor/assets/stylesheets/bootstrap.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8960, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8964, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8968, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8972, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8976, vendor/assets/stylesheets/bootstrap.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8979, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8983, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8987, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8991, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8995, vendor/assets/stylesheets/bootstrap.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8998, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9002, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9006, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9010, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9014, vendor/assets/stylesheets/bootstrap.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9017, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9021, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9025, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9029, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9033, vendor/assets/stylesheets/bootstrap.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9036, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9040, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9044, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9048, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9052, vendor/assets/stylesheets/bootstrap.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9055, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9059, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9063, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9067, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9071, vendor/assets/stylesheets/bootstrap.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9074, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9078, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9082, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9086, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9090, vendor/assets/stylesheets/bootstrap.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9093, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9097, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9101, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9105, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9109, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9112, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9116, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9120, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9124, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9128, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9131, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9135, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9139, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9143, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9147, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9150, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9154, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9158, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9162, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9166, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9169, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9173, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9177, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9181, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9185, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9188, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9192, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9196, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9200, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9204, vendor/assets/stylesheets/bootstrap.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9207, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9211, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9215, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9219, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9226, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9229, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9233, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9237, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9241, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9245, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9248, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9252, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9256, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9260, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9264, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9267, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9271, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9275, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9279, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9283, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9286, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9290, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9294, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9298, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9302, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9305, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9309, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9313, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9317, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9321, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9324, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9328, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9332, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9336, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9340, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9343, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9347, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9351, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9355, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9359, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9362, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9366, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9370, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9374, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9378, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9381, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9385, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9389, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9393, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9397, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9400, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9404, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9408, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9412, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9416, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9419, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9423, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9427, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9431, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9435, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9438, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9442, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9446, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9450, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9454, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9457, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9461, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9465, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9469, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9473, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9476, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9480, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9484, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9488, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9492, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9495, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9499, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9503, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9507, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9511, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9514, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9518, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9522, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9526, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9530, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9533, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9537, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9541, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9545, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9549, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9552, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9556, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9560, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9564, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9571, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9574, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9578, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9582, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9586, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9590, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9593, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9597, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9601, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9605, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9609, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9612, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9616, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9620, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9624, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9628, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9631, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9635, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9639, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9643, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9647, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9650, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9654, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9658, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9662, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9666, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9669, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9673, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9677, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9681, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9685, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9688, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9692, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9696, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9700, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9704, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9707, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9711, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9715, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9719, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9723, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9726, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9730, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9734, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9738, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9742, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9745, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9749, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9753, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9757, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9761, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9764, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9768, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9772, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9776, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9780, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9783, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9787, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9791, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9795, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9799, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9802, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9806, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9810, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9814, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9818, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9821, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9825, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9829, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9833, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9837, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9840, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9844, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9848, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9852, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9856, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9859, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9863, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9867, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9871, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9875, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9878, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9882, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9886, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9890, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9894, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9897, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9901, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9905, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9909, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9915, vendor/assets/stylesheets/bootstrap.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9919, vendor/assets/stylesheets/bootstrap.css */
.text-justify {
  text-align: justify !important;
}

/* line 9923, vendor/assets/stylesheets/bootstrap.css */
.text-wrap {
  white-space: normal !important;
}

/* line 9927, vendor/assets/stylesheets/bootstrap.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9931, vendor/assets/stylesheets/bootstrap.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9937, vendor/assets/stylesheets/bootstrap.css */
.text-left {
  text-align: left !important;
}

/* line 9941, vendor/assets/stylesheets/bootstrap.css */
.text-right {
  text-align: right !important;
}

/* line 9945, vendor/assets/stylesheets/bootstrap.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9950, vendor/assets/stylesheets/bootstrap.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9953, vendor/assets/stylesheets/bootstrap.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9956, vendor/assets/stylesheets/bootstrap.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9962, vendor/assets/stylesheets/bootstrap.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 9965, vendor/assets/stylesheets/bootstrap.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 9968, vendor/assets/stylesheets/bootstrap.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9974, vendor/assets/stylesheets/bootstrap.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 9977, vendor/assets/stylesheets/bootstrap.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 9980, vendor/assets/stylesheets/bootstrap.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9986, vendor/assets/stylesheets/bootstrap.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 9989, vendor/assets/stylesheets/bootstrap.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 9992, vendor/assets/stylesheets/bootstrap.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 9997, vendor/assets/stylesheets/bootstrap.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10001, vendor/assets/stylesheets/bootstrap.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10005, vendor/assets/stylesheets/bootstrap.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10009, vendor/assets/stylesheets/bootstrap.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10013, vendor/assets/stylesheets/bootstrap.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10017, vendor/assets/stylesheets/bootstrap.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10021, vendor/assets/stylesheets/bootstrap.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 10025, vendor/assets/stylesheets/bootstrap.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10029, vendor/assets/stylesheets/bootstrap.css */
.font-italic {
  font-style: italic !important;
}

/* line 10033, vendor/assets/stylesheets/bootstrap.css */
.text-white {
  color: #fff !important;
}

/* line 10037, vendor/assets/stylesheets/bootstrap.css */
.text-primary {
  color: #007bff !important;
}

/* line 10041, vendor/assets/stylesheets/bootstrap.css */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 10045, vendor/assets/stylesheets/bootstrap.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 10049, vendor/assets/stylesheets/bootstrap.css */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 10053, vendor/assets/stylesheets/bootstrap.css */
.text-success {
  color: #28a745 !important;
}

/* line 10057, vendor/assets/stylesheets/bootstrap.css */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 10061, vendor/assets/stylesheets/bootstrap.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 10065, vendor/assets/stylesheets/bootstrap.css */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 10069, vendor/assets/stylesheets/bootstrap.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 10073, vendor/assets/stylesheets/bootstrap.css */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 10077, vendor/assets/stylesheets/bootstrap.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 10081, vendor/assets/stylesheets/bootstrap.css */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 10085, vendor/assets/stylesheets/bootstrap.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 10089, vendor/assets/stylesheets/bootstrap.css */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 10093, vendor/assets/stylesheets/bootstrap.css */
.text-dark {
  color: #343a40 !important;
}

/* line 10097, vendor/assets/stylesheets/bootstrap.css */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 10101, vendor/assets/stylesheets/bootstrap.css */
.text-body {
  color: #212529 !important;
}

/* line 10105, vendor/assets/stylesheets/bootstrap.css */
.text-muted {
  color: #6c757d !important;
}

/* line 10109, vendor/assets/stylesheets/bootstrap.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10113, vendor/assets/stylesheets/bootstrap.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10117, vendor/assets/stylesheets/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10125, vendor/assets/stylesheets/bootstrap.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10129, vendor/assets/stylesheets/bootstrap.css */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 10134, vendor/assets/stylesheets/bootstrap.css */
.text-reset {
  color: inherit !important;
}

/* line 10138, vendor/assets/stylesheets/bootstrap.css */
.visible {
  visibility: visible !important;
}

/* line 10142, vendor/assets/stylesheets/bootstrap.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10147, vendor/assets/stylesheets/bootstrap.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10153, vendor/assets/stylesheets/bootstrap.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10156, vendor/assets/stylesheets/bootstrap.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10159, vendor/assets/stylesheets/bootstrap.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10162, vendor/assets/stylesheets/bootstrap.css */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 10167, vendor/assets/stylesheets/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 10170, vendor/assets/stylesheets/bootstrap.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10174, vendor/assets/stylesheets/bootstrap.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10180, vendor/assets/stylesheets/bootstrap.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10187, vendor/assets/stylesheets/bootstrap.css */
  body {
    min-width: 992px !important;
  }
  /* line 10190, vendor/assets/stylesheets/bootstrap.css */
  .container {
    min-width: 992px !important;
  }
  /* line 10193, vendor/assets/stylesheets/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 10196, vendor/assets/stylesheets/bootstrap.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 10199, vendor/assets/stylesheets/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10202, vendor/assets/stylesheets/bootstrap.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10206, vendor/assets/stylesheets/bootstrap.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 10210, vendor/assets/stylesheets/bootstrap.css */
  .table-dark {
    color: inherit;
  }
  /* line 10213, vendor/assets/stylesheets/bootstrap.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 10219, vendor/assets/stylesheets/bootstrap.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Material Design for Bootstrap 4
 *   Version: MDB PRO 4.16.0
 *
 *
 *   Copyright: Material Design for Bootstrap
 *   https://mdbootstrap.com/
 *
 *   Read the license: https://mdbootstrap.com/general/license/
 *
 *
 *   Documentation: https://mdbootstrap.com/
 *
 *   Getting started: https://mdbootstrap.com/docs/jquery/getting-started/download/
 *
 *   Tutorials: https://mdbootstrap.com/education/bootstrap/
 *
 *   Templates: https://mdbootstrap.com/templates/
 *
 *   Support: https://mdbootstrap.com/support/
 *
 *   Contact: office@mdbootstrap.com
 *
 *   Attribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js
 */
/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.lighten-5 {
  background-color: #d0d6e2 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.lighten-4 {
  background-color: #b1bace !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.lighten-3 {
  background-color: #929fba !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.lighten-2 {
  background-color: #7283a7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.lighten-1 {
  background-color: #59698d !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.mdb-color {
  background-color: #45526e !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.mdb-color-text {
  color: #45526e !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-mdb-color-slight,
.rgba-mdb-color-slight:after {
  background-color: rgba(69, 82, 110, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-mdb-color-light,
.rgba-mdb-color-light:after {
  background-color: rgba(69, 82, 110, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-mdb-color-strong,
.rgba-mdb-color-strong:after {
  background-color: rgba(69, 82, 110, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.darken-1 {
  background-color: #3b465e !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.darken-2 {
  background-color: #2e3951 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.darken-3 {
  background-color: #1c2a48 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.mdb-color.darken-4 {
  background-color: #1c2331 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.lighten-5 {
  background-color: #ffebee !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.lighten-3 {
  background-color: #ef9a9a !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.lighten-2 {
  background-color: #e57373 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.lighten-1 {
  background-color: #ef5350 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.red {
  background-color: #f44336 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.red-text {
  color: #f44336 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-red-slight,
.rgba-red-slight:after {
  background-color: rgba(244, 67, 54, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-red-light,
.rgba-red-light:after {
  background-color: rgba(244, 67, 54, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-red-strong,
.rgba-red-strong:after {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.darken-1 {
  background-color: #e53935 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.darken-2 {
  background-color: #d32f2f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.darken-3 {
  background-color: #c62828 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.darken-4 {
  background-color: #b71c1c !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.accent-1 {
  background-color: #ff8a80 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.accent-2 {
  background-color: #ff5252 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.accent-3 {
  background-color: #ff1744 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.red.accent-4 {
  background-color: #d50000 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-pink-slight,
.rgba-pink-slight:after {
  background-color: rgba(233, 30, 99, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-pink-light,
.rgba-pink-light:after {
  background-color: rgba(233, 30, 99, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-pink-strong,
.rgba-pink-strong:after {
  background-color: rgba(233, 30, 99, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-purple-slight,
.rgba-purple-slight:after {
  background-color: rgba(156, 39, 176, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-purple-light,
.rgba-purple-light:after {
  background-color: rgba(156, 39, 176, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-purple-strong,
.rgba-purple-strong:after {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.purple.accent-4 {
  background-color: #a0f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-deep-purple-slight,
.rgba-deep-purple-slight:after {
  background-color: rgba(103, 58, 183, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-deep-purple-light,
.rgba-deep-purple-light:after {
  background-color: rgba(103, 58, 183, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-deep-purple-strong,
.rgba-deep-purple-strong:after {
  background-color: rgba(103, 58, 183, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-indigo-slight,
.rgba-indigo-slight:after {
  background-color: rgba(63, 81, 181, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-indigo-light,
.rgba-indigo-light:after {
  background-color: rgba(63, 81, 181, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-indigo-strong,
.rgba-indigo-strong:after {
  background-color: rgba(63, 81, 181, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.lighten-4 {
  background-color: #bbdefb !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.lighten-3 {
  background-color: #90caf9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.blue {
  background-color: #2196f3 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.blue-text {
  color: #2196f3 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-blue-slight,
.rgba-blue-slight:after {
  background-color: rgba(33, 150, 243, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-blue-light,
.rgba-blue-light:after {
  background-color: rgba(33, 150, 243, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-blue-strong,
.rgba-blue-strong:after {
  background-color: rgba(33, 150, 243, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.darken-1 {
  background-color: #1e88e5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.darken-2 {
  background-color: #1976d2 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.darken-3 {
  background-color: #1565c0 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.darken-4 {
  background-color: #0d47a1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.accent-1 {
  background-color: #82b1ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.accent-2 {
  background-color: #448aff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.accent-3 {
  background-color: #2979ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue.accent-4 {
  background-color: #2962ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-light-blue-slight,
.rgba-light-blue-slight:after {
  background-color: rgba(3, 169, 244, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-light-blue-light,
.rgba-light-blue-light:after {
  background-color: rgba(3, 169, 244, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-light-blue-strong,
.rgba-light-blue-strong:after {
  background-color: rgba(3, 169, 244, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-cyan-slight,
.rgba-cyan-slight:after {
  background-color: rgba(0, 188, 212, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-cyan-light,
.rgba-cyan-light:after {
  background-color: rgba(0, 188, 212, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-cyan-strong,
.rgba-cyan-strong:after {
  background-color: rgba(0, 188, 212, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.teal {
  background-color: #009688 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.teal-text {
  color: #009688 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-teal-slight,
.rgba-teal-slight:after {
  background-color: rgba(0, 150, 136, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-teal-light,
.rgba-teal-light:after {
  background-color: rgba(0, 150, 136, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-teal-strong,
.rgba-teal-strong:after {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.lighten-2 {
  background-color: #81c784 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.lighten-1 {
  background-color: #66bb6a !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.green {
  background-color: #4caf50 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.green-text {
  color: #4caf50 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-green-slight,
.rgba-green-slight:after {
  background-color: rgba(76, 175, 80, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-green-light,
.rgba-green-light:after {
  background-color: rgba(76, 175, 80, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-green-strong,
.rgba-green-strong:after {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.darken-1 {
  background-color: #43a047 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.darken-2 {
  background-color: #388e3c !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.darken-3 {
  background-color: #2e7d32 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.darken-4 {
  background-color: #1b5e20 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.accent-1 {
  background-color: #b9f6ca !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.accent-2 {
  background-color: #69f0ae !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.accent-3 {
  background-color: #00e676 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.green.accent-4 {
  background-color: #00c853 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-light-green-slight,
.rgba-light-green-slight:after {
  background-color: rgba(139, 195, 74, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-light-green-light,
.rgba-light-green-light:after {
  background-color: rgba(139, 195, 74, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-light-green-strong,
.rgba-light-green-strong:after {
  background-color: rgba(139, 195, 74, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-lime-slight,
.rgba-lime-slight:after {
  background-color: rgba(205, 220, 57, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-lime-light,
.rgba-lime-light:after {
  background-color: rgba(205, 220, 57, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-lime-strong,
.rgba-lime-strong:after {
  background-color: rgba(205, 220, 57, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-yellow-slight,
.rgba-yellow-slight:after {
  background-color: rgba(255, 235, 59, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-yellow-light,
.rgba-yellow-light:after {
  background-color: rgba(255, 235, 59, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-yellow-strong,
.rgba-yellow-strong:after {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.accent-2 {
  background-color: #ff0 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-amber-slight,
.rgba-amber-slight:after {
  background-color: rgba(255, 193, 7, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-amber-light,
.rgba-amber-light:after {
  background-color: rgba(255, 193, 7, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-amber-strong,
.rgba-amber-strong:after {
  background-color: rgba(255, 193, 7, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-orange-slight,
.rgba-orange-slight:after {
  background-color: rgba(255, 152, 0, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-orange-light,
.rgba-orange-light:after {
  background-color: rgba(255, 152, 0, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-orange-strong,
.rgba-orange-strong:after {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-deep-orange-slight,
.rgba-deep-orange-slight:after {
  background-color: rgba(255, 87, 34, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-deep-orange-light,
.rgba-deep-orange-light:after {
  background-color: rgba(255, 87, 34, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-deep-orange-strong,
.rgba-deep-orange-strong:after {
  background-color: rgba(255, 87, 34, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.brown {
  background-color: #795548 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.brown-text {
  color: #795548 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-brown-slight,
.rgba-brown-slight:after {
  background-color: rgba(121, 85, 72, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-brown-light,
.rgba-brown-light:after {
  background-color: rgba(121, 85, 72, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-brown-strong,
.rgba-brown-strong:after {
  background-color: rgba(121, 85, 72, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-blue-grey-slight,
.rgba-blue-grey-slight:after {
  background-color: rgba(96, 125, 139, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-blue-grey-light,
.rgba-blue-grey-light:after {
  background-color: rgba(96, 125, 139, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-blue-grey-strong,
.rgba-blue-grey-strong:after {
  background-color: rgba(96, 125, 139, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.lighten-3 {
  background-color: #eee !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-grey-slight,
.rgba-grey-slight:after {
  background-color: rgba(158, 158, 158, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-grey-light, .md-pills .nav-link:hover,
.rgba-grey-light:after,
.md-pills .nav-link:hover:after {
  background-color: rgba(158, 158, 158, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-grey-strong,
.rgba-grey-strong:after {
  background-color: rgba(158, 158, 158, 0.7);
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 24, vendor/assets/stylesheets/core/_global.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.black, .picker__list-item:hover {
  background-color: #000 !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.black-text, .md-toast-close-button:hover,
.md-toast-close-button:focus {
  color: #000 !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-black-slight,
.rgba-black-slight:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-black-light,
.rgba-black-light:after {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-black-strong,
.rgba-black-strong:after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 6, vendor/assets/stylesheets/core/_global.scss */
.white, .picker__box .picker__header .picker__select--year.browser-default, .picker__box .picker__header .picker__select--month.browser-default, .picker__list-item {
  background-color: #fff !important;
}

/* line 9, vendor/assets/stylesheets/core/_global.scss */
.white-text, .picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused, .picker__box .picker__table .picker__day--outfocus, .picker__box .picker__header .picker__date-display, .darktheme .picker__box .picker__footer button, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick, .darktheme .picker__box .picker__date-display .clockpicker-display .clockpicker-span-am-pm, .darktheme .picker__box .picker__date-display .clockpicker-display, .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary,
.clockpicker-display .clockpicker-display-column #click-am.text-primary,
.clockpicker-display .clockpicker-display-column #click-pm.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .picker__date-display, .picker--time .picker__button--clear:hover::before, .picker--time .picker__button--clear:focus::before, .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus, .picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected, .clockpicker_container.clockpicker .picker__box .clockpicker-am-pm-block .active, #toast-container > div, .md-toast-close-button, .md-toast-message a,
.md-toast-message label, .side-nav .search-form .form-control, .side-nav, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}

/* line 12, vendor/assets/stylesheets/core/_global.scss */
.rgba-white-slight,
.rgba-white-slight:after {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 15, vendor/assets/stylesheets/core/_global.scss */
.rgba-white-light,
.rgba-white-light:after {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 18, vendor/assets/stylesheets/core/_global.scss */
.rgba-white-strong,
.rgba-white-strong:after {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 34, vendor/assets/stylesheets/core/_global.scss */
.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1);
}

/* line 34, vendor/assets/stylesheets/core/_global.scss */
.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3);
}

/* line 34, vendor/assets/stylesheets/core/_global.scss */
.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7);
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
  background-color: #4285f4 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.primary-color-dark {
  background-color: #0d47a1 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.secondary-color {
  background-color: #a6c !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.secondary-color-dark {
  background-color: #93c !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.default-color {
  background-color: #2bbbad !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.default-color-dark {
  background-color: #00695c !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.info-color {
  background-color: #33b5e5 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.info-color-dark {
  background-color: #09c !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.success-color {
  background-color: #00c851 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.success-color-dark {
  background-color: #007e33 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.warning-color {
  background-color: #fb3 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.warning-color-dark {
  background-color: #f80 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.danger-color, ul.stepper li.warning a .circle {
  background-color: #ff3547 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.danger-color-dark {
  background-color: #c00 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.elegant-color {
  background-color: #2e2e2e !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.elegant-color-dark {
  background-color: #212121 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.stylish-color {
  background-color: #4b515d !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.stylish-color-dark {
  background-color: #3e4551 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.unique-color {
  background-color: #3f729b !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.unique-color-dark {
  background-color: #1c2331 !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.special-color {
  background-color: #37474f !important;
}

/* line 41, vendor/assets/stylesheets/core/_global.scss */
.special-color-dark {
  background-color: #263238 !important;
}

/* line 403, vendor/assets/stylesheets/core/_mixins.scss */
.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

/* line 403, vendor/assets/stylesheets/core/_mixins.scss */
.peach-gradient {
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

/* line 403, vendor/assets/stylesheets/core/_mixins.scss */
.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

/* line 403, vendor/assets/stylesheets/core/_mixins.scss */
.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

/* line 412, vendor/assets/stylesheets/core/_mixins.scss */
.purple-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 110, 196, 0.9), rgba(120, 115, 245, 0.9)) !important;
}

/* line 412, vendor/assets/stylesheets/core/_mixins.scss */
.peach-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 216, 111, 0.9), rgba(252, 98, 98, 0.9)) !important;
}

/* line 412, vendor/assets/stylesheets/core/_mixins.scss */
.aqua-gradient-rgba {
  background: linear-gradient(40deg, rgba(32, 150, 255, 0.9), rgba(5, 255, 163, 0.9)) !important;
}

/* line 412, vendor/assets/stylesheets/core/_mixins.scss */
.blue-gradient-rgba {
  background: linear-gradient(40deg, rgba(69, 202, 252, 0.9), rgba(48, 63, 159, 0.9)) !important;
}

/* line 54, vendor/assets/stylesheets/core/_global.scss */
.dark-grey-text {
  color: #4f4f4f !important;
}

/* line 56, vendor/assets/stylesheets/core/_global.scss */
.dark-grey-text:hover, .dark-grey-text:focus {
  color: #4f4f4f !important;
}

/* line 63, vendor/assets/stylesheets/core/_global.scss */
.hoverable {
  box-shadow: none;
  transition: all 0.55s ease-in-out;
}

/* line 66, vendor/assets/stylesheets/core/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.55s ease-in-out;
}

/* line 73, vendor/assets/stylesheets/core/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 76, vendor/assets/stylesheets/core/_global.scss */
.z-depth-1, .chip:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

/* line 79, vendor/assets/stylesheets/core/_global.scss */
.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

/* line 82, vendor/assets/stylesheets/core/_global.scss */
.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

/* line 85, vendor/assets/stylesheets/core/_global.scss */
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

/* line 88, vendor/assets/stylesheets/core/_global.scss */
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

/* line 91, vendor/assets/stylesheets/core/_global.scss */
.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

/* line 96, vendor/assets/stylesheets/core/_global.scss */
.disabled,
:disabled {
  pointer-events: none !important;
}

/* line 102, vendor/assets/stylesheets/core/_global.scss */
a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 107, vendor/assets/stylesheets/core/_global.scss */
a:hover {
  color: #0056b3;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* line 114, vendor/assets/stylesheets/core/_global.scss */
a.disabled:hover, a:disabled:hover {
  color: #007bff;
}

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

/* line 126, vendor/assets/stylesheets/core/_global.scss */
.divider-new {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

/* line 133, vendor/assets/stylesheets/core/_global.scss */
.divider-new > h1, .divider-new h2, .divider-new h3, .divider-new h4, .divider-new h5, .divider-new h6 {
  margin-bottom: 0;
}

/* line 136, vendor/assets/stylesheets/core/_global.scss */
.divider-new:before, .divider-new:after {
  flex: 1;
  height: 1.5px;
  height: 2px;
  content: "";
  background: #c6c6c6;
}

/* line 144, vendor/assets/stylesheets/core/_global.scss */
.divider-new:before {
  margin: 0 0.5rem 0 0;
}

/* line 147, vendor/assets/stylesheets/core/_global.scss */
.divider-new:after {
  margin: 0 0 0 0.5rem;
}

/* line 3, vendor/assets/stylesheets/core/_helpers.scss */
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header,
.video-fluid {
  max-width: 100%;
  height: auto;
}

/* line 9, vendor/assets/stylesheets/core/_helpers.scss */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 15, vendor/assets/stylesheets/core/_helpers.scss */
.flex-center p {
  margin: 0;
}

/* line 19, vendor/assets/stylesheets/core/_helpers.scss */
.flex-center ul {
  text-align: center;
}

/* line 22, vendor/assets/stylesheets/core/_helpers.scss */
.flex-center ul li {
  margin-bottom: 1rem;
}

/* line 25, vendor/assets/stylesheets/core/_helpers.scss */
.flex-center ul li:last-of-type {
  margin-bottom: 0;
}

/* line 32, vendor/assets/stylesheets/core/_helpers.scss */
.hr-light {
  border-top: 1px solid #fff;
}

/* line 36, vendor/assets/stylesheets/core/_helpers.scss */
.hr-dark {
  border-top: 1px solid #666;
}

/* line 43, vendor/assets/stylesheets/core/_helpers.scss */
.w-responsive {
  width: 75%;
}

@media (max-width: 740px) {
  /* line 43, vendor/assets/stylesheets/core/_helpers.scss */
  .w-responsive {
    width: 100%;
  }
}

/* line 51, vendor/assets/stylesheets/core/_helpers.scss */
.w-header {
  width: 3.2rem;
}

/* line 56, vendor/assets/stylesheets/core/_helpers.scss */
.collapsible-body {
  display: none;
}

/* line 60, vendor/assets/stylesheets/core/_helpers.scss */
.jumbotron {
  background-color: #fff;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-primary {
  background-color: #4285f4 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1266f1 !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-primary {
  border-color: #4285f4 !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-danger {
  background-color: #ff3547 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0219 !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-danger {
  border-color: #ff3547 !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-warning {
  background-color: #fb3 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffaa00 !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-warning {
  border-color: #fb3 !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-success {
  background-color: #00c851 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00953c !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-success {
  border-color: #00c851 !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-info {
  background-color: #33b5e5 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1a9bcb !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-info {
  border-color: #33b5e5 !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-default {
  background-color: #2bbbad !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #219287 !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-default {
  border-color: #2bbbad !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-secondary {
  background-color: #a6c !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9540bf !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-secondary {
  border-color: #a6c !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-dark {
  background-color: #212121 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080808 !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-dark {
  border-color: #212121 !important;
}

/* line 118, vendor/assets/stylesheets/core/_mixins.scss */
.bg-light {
  background-color: #e0e0e0 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7c7c7 !important;
}

/* line 70, vendor/assets/stylesheets/core/_helpers.scss */
.border-light {
  border-color: #e0e0e0 !important;
}

/* line 75, vendor/assets/stylesheets/core/_helpers.scss */
.card-img-100 {
  width: 100px;
  height: 100px;
}

/* line 80, vendor/assets/stylesheets/core/_helpers.scss */
.card-img-64 {
  width: 64px;
  height: 64px;
}

/* line 85, vendor/assets/stylesheets/core/_helpers.scss */
.mml-1 {
  margin-left: -0.25rem !important;
}

/* line 89, vendor/assets/stylesheets/core/_helpers.scss */
.flex-1 {
  flex: 1;
}

/* line 4, vendor/assets/stylesheets/core/_typography.scss */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 9, vendor/assets/stylesheets/core/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* line 14, vendor/assets/stylesheets/core/_typography.scss */
.blockquote {
  padding: 0.5rem 1rem;
  border-left: .25rem solid #eceeef;
}

/* line 17, vendor/assets/stylesheets/core/_typography.scss */
.blockquote.text-right {
  border-right: .25rem solid #eceeef;
  border-left: none;
}

/* line 21, vendor/assets/stylesheets/core/_typography.scss */
.blockquote .bq-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 26, vendor/assets/stylesheets/core/_typography.scss */
.blockquote p {
  padding: 1rem 0;
  font-size: 1.1rem;
}

/* line 33, vendor/assets/stylesheets/core/_typography.scss */
.bq-primary {
  border-left: 3px solid #4285f4 !important;
}

/* line 35, vendor/assets/stylesheets/core/_typography.scss */
.bq-primary .bq-title {
  color: #4285f4 !important;
}

/* line 33, vendor/assets/stylesheets/core/_typography.scss */
.bq-danger {
  border-left: 3px solid #ff3547 !important;
}

/* line 35, vendor/assets/stylesheets/core/_typography.scss */
.bq-danger .bq-title {
  color: #ff3547 !important;
}

/* line 33, vendor/assets/stylesheets/core/_typography.scss */
.bq-warning {
  border-left: 3px solid #fb3 !important;
}

/* line 35, vendor/assets/stylesheets/core/_typography.scss */
.bq-warning .bq-title {
  color: #fb3 !important;
}

/* line 33, vendor/assets/stylesheets/core/_typography.scss */
.bq-success {
  border-left: 3px solid #00c851 !important;
}

/* line 35, vendor/assets/stylesheets/core/_typography.scss */
.bq-success .bq-title {
  color: #00c851 !important;
}

/* line 33, vendor/assets/stylesheets/core/_typography.scss */
.bq-info {
  border-left: 3px solid #33b5e5 !important;
}

/* line 35, vendor/assets/stylesheets/core/_typography.scss */
.bq-info .bq-title {
  color: #33b5e5 !important;
}

/* line 46, vendor/assets/stylesheets/core/_typography.scss */
.h1-responsive {
  font-size: 150%;
}

/* line 46, vendor/assets/stylesheets/core/_typography.scss */
.h2-responsive {
  font-size: 145%;
}

/* line 46, vendor/assets/stylesheets/core/_typography.scss */
.h3-responsive {
  font-size: 135%;
}

/* line 46, vendor/assets/stylesheets/core/_typography.scss */
.h4-responsive {
  font-size: 135%;
}

/* line 46, vendor/assets/stylesheets/core/_typography.scss */
.h5-responsive {
  font-size: 135%;
}

@media (min-width: 576px) {
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h1-responsive {
    font-size: 170%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h2-responsive {
    font-size: 140%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h3-responsive {
    font-size: 125%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h4-responsive {
    font-size: 125%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 768px) {
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h1-responsive {
    font-size: 200%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h2-responsive {
    font-size: 170%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h3-responsive {
    font-size: 140%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h4-responsive {
    font-size: 125%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 992px) {
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h1-responsive {
    font-size: 200%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h2-responsive {
    font-size: 170%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h3-responsive {
    font-size: 140%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h4-responsive {
    font-size: 125%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 1200px) {
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h1-responsive {
    font-size: 250%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h2-responsive {
    font-size: 200%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h3-responsive {
    font-size: 170%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h4-responsive {
    font-size: 140%;
  }
  /* line 46, vendor/assets/stylesheets/core/_typography.scss */
  .h5-responsive {
    font-size: 125%;
  }
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-primary {
  color: #4285f4 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #1266f1 !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-danger {
  color: #ff3547 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #ff0219 !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-warning {
  color: #fb3 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ffaa00 !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-success {
  color: #00c851 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-success:hover, a.text-success:focus {
  color: #00953c !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-info {
  color: #33b5e5 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-info:hover, a.text-info:focus {
  color: #1a9bcb !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-default {
  color: #2bbbad !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-default:hover, a.text-default:focus {
  color: #219287 !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-secondary {
  color: #a6c !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #9540bf !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-dark {
  color: #212121 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #080808 !important;
}

/* line 131, vendor/assets/stylesheets/core/_mixins.scss */
.text-light {
  color: #e0e0e0 !important;
}

/* line 110, vendor/assets/stylesheets/core/_mixins.scss */
a.text-light:hover, a.text-light:focus {
  color: #c7c7c7 !important;
}

/* line 57, vendor/assets/stylesheets/core/_typography.scss */
.font-small {
  font-size: 0.9rem;
}

/* line 61, vendor/assets/stylesheets/core/_typography.scss */
strong {
  font-weight: 500;
}

/* line 3, vendor/assets/stylesheets/core/_masks.scss */
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

/* line 7, vendor/assets/stylesheets/core/_masks.scss */
.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

/* line 18, vendor/assets/stylesheets/core/_masks.scss */
.view img, .view video {
  position: relative;
  display: block;
}

/* line 23, vendor/assets/stylesheets/core/_masks.scss */
.view video.video-intro {
  top: 50%;
  left: 50%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s opacity;
  transform: translateX(-50%) translateY(-50%);
}

/* line 39, vendor/assets/stylesheets/core/_masks.scss */
.overlay .mask {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

/* line 42, vendor/assets/stylesheets/core/_masks.scss */
.overlay .mask:hover {
  opacity: 1;
}

/* line 50, vendor/assets/stylesheets/core/_masks.scss */
.zoom img, .zoom video {
  transition: all 0.2s linear;
}

/* line 54, vendor/assets/stylesheets/core/_masks.scss */
.zoom:hover img, .zoom:hover video {
  transform: scale(1.1);
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-1 {
  background: url(/../img/overlays/01.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-2 {
  background: url(/../img/overlays/02.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-3 {
  background: url(/../img/overlays/03.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-4 {
  background: url(/../img/overlays/04.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-5 {
  background: url(/../img/overlays/05.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-6 {
  background: url(/../img/overlays/06.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-7 {
  background: url(/../img/overlays/07.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-8 {
  background: url(/../img/overlays/08.png);
  background-attachment: fixed;
}

/* line 74, vendor/assets/stylesheets/core/_masks.scss */
.pattern-9 {
  background: url(/../img/overlays/09.png);
  background-attachment: fixed;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
/* line 29, vendor/assets/stylesheets/core/_waves.scss */
.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 39, vendor/assets/stylesheets/core/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  transition-property: transform, opacity;
  transition: all 0.5s ease-out;
  transform: scale(0) translate(0, 0);
}

/* line 59, vendor/assets/stylesheets/core/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 65, vendor/assets/stylesheets/core/_waves.scss */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

/* line 69, vendor/assets/stylesheets/core/_waves.scss */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 74, vendor/assets/stylesheets/core/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 78, vendor/assets/stylesheets/core/_waves.scss */
.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

/* line 84, vendor/assets/stylesheets/core/_waves.scss */
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  z-index: 1;
  font-size: 1em;
  line-height: 1em;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

/* line 102, vendor/assets/stylesheets/core/_waves.scss */
.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}

/* line 107, vendor/assets/stylesheets/core/_waves.scss */
.waves-button-input {
  padding: .85em 1.1em;
  margin: 0;
}

/* line 112, vendor/assets/stylesheets/core/_waves.scss */
.waves-input-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
}

/* line 118, vendor/assets/stylesheets/core/_waves.scss */
.waves-input-wrapper.waves-button {
  padding: 0;
}

/* line 122, vendor/assets/stylesheets/core/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 130, vendor/assets/stylesheets/core/_waves.scss */
.waves-circle {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
}

/* line 138, vendor/assets/stylesheets/core/_waves.scss */
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

/* line 143, vendor/assets/stylesheets/core/_waves.scss */
.waves-float:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 148, vendor/assets/stylesheets/core/_waves.scss */
.waves-block {
  display: block;
}

/* line 153, vendor/assets/stylesheets/core/_waves.scss */
a.waves-effect, a.waves-light {
  display: inline-block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
/* line 8, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 11, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 14, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.delay-1s {
  animation-delay: 1s;
}

/* line 17, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.delay-2s {
  animation-delay: 2s;
}

/* line 20, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.delay-3s {
  animation-delay: 3s;
}

/* line 23, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.delay-4s {
  animation-delay: 4s;
}

/* line 26, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.delay-5s {
  animation-delay: 5s;
}

/* line 29, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.fast {
  animation-duration: 800ms;
}

/* line 32, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.faster {
  animation-duration: 500ms;
}

/* line 35, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.slow {
  animation-duration: 2s;
}

/* line 38, vendor/assets/stylesheets/free/_animations-basic.scss */
.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  /* line 44, vendor/assets/stylesheets/free/_animations-basic.scss */
  .animated {
    transition: none !important;
    animation: unset !important;
  }
}

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

/* line 60, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 76, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 92, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 109, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 126, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

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

/* line 141, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 157, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 173, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 189, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 205, vendor/assets/stylesheets/free/_animations-basic.scss */
.fadeOutUp {
  animation-name: fadeOutUp;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from,
20%,
53%,
80%,
to {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
43% {
    transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/* line 35, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounce {
  transform-origin: center bottom;
  animation-name: bounce;
}

@keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

/* line 53, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 73, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 107, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
to {
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* line 133, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

/* line 163, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 190, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 223, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 259, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
11.1%,
to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 299, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.jello {
  transform-origin: center;
  animation-name: jello;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

/* line 326, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* line 370, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s;
}

@keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 407, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 443, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 479, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 515, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 536, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 558, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 574, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 590, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 611, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 627, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 643, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 659, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 675, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 690, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 705, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 720, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 735, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

/* line 766, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

/* line 797, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.flipInX {
  backface-visibility: visible;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

/* line 828, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.flipInY {
  backface-visibility: visible;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
}

/* line 849, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  backface-visibility: visible;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

/* line 871, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.flipOutY {
  animation-name: flipOutY;
  animation-duration: .75s;
  backface-visibility: visible;
}

@keyframes lightSpeedIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 897, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

/* line 913, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: center;
  }
}

/* line 932, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom;
  }
}

/* line 950, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
  }
}

/* line 968, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom;
  }
}

/* line 986, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
  }
}

/* line 1004, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    opacity: 1;
    transform-origin: center;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 200deg);
    transform-origin: center;
  }
}

/* line 1021, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
}

/* line 1038, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: right bottom;
  }
}

/* line 1055, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
}

/* line 1072, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transform-origin: right bottom;
  }
}

/* line 1089, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}

/* line 1120, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 1146, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1164, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 1181, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 1196, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1214, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1232, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1250, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1268, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 1287, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1306, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

/* line 1323, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

/* line 1340, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1359, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1374, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1389, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1404, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1419, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1434, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1449, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1464, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1479, vendor/assets/stylesheets/free/modules/animations-extended/_module.scss */
.slideOutUp {
  animation-name: slideOutUp;
}

/* line 2, vendor/assets/stylesheets/free/_buttons.scss */
.btn {
  margin: 0.375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
}

/* line 278, vendor/assets/stylesheets/core/_mixins.scss */
.btn:hover, .btn:focus, .btn:active {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 20, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-block {
  margin: inherit;
}

/* line 27, vendor/assets/stylesheets/free/_buttons.scss */
.btn .fas.right,
.btn .fab.right,
.btn .far.right {
  margin-left: 0.3rem;
}

/* line 30, vendor/assets/stylesheets/free/_buttons.scss */
.btn .fas.left,
.btn .fab.left,
.btn .far.left {
  margin-right: 0.3rem;
}

/* line 35, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-lg {
  padding: 1rem 2.4rem;
  font-size: 0.94rem;
}

/* line 38, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-md {
  padding: 0.7rem 1.6rem;
  font-size: 0.7rem;
}

/* line 41, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-sm {
  padding: 0.5rem 1.6rem;
  font-size: 0.64rem;
}

/* line 278, vendor/assets/stylesheets/core/_mixins.scss */
.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 52, vendor/assets/stylesheets/free/_buttons.scss */
.btn[class*="btn-outline-"] {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* line 55, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-lg[class*="btn-outline-"] {
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
}

/* line 59, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-md[class*="btn-outline-"] {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}

/* line 63, vendor/assets/stylesheets/free/_buttons.scss */
.btn.btn-sm[class*="btn-outline-"] {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}

/* line 70, vendor/assets/stylesheets/free/_buttons.scss */
.btn-link {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

/* line 278, vendor/assets/stylesheets/core/_mixins.scss */
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

/* line 82, vendor/assets/stylesheets/free/_buttons.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.375rem;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary {
  color: #fff;
  background-color: #4285f4 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #5a95f5;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #0b51c5;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary.dropdown-toggle {
  background-color: #4285f4 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
  background-color: #5a95f5 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary.active:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color: #0b51c5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.primary-ic {
  color: #4285f4 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.primary-ic:hover, .primary-ic:focus {
  color: #4285f4;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-primary {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-primary {
  color: #4285f4 !important;
  background-color: transparent !important;
  border: 2px solid #4285f4 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary.active {
  color: #4285f4 !important;
  background-color: transparent !important;
  border-color: #4285f4 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #4285f4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-primary:not([disabled]):not(.disabled):active:focus, .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger {
  color: #fff;
  background-color: #ff3547 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ff4f5e;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: #ce0012;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger.dropdown-toggle {
  background-color: #ff3547 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger.dropdown-toggle:hover, .btn-danger.dropdown-toggle:focus {
  background-color: #ff4f5e !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger.active:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle {
  background-color: #ce0012 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger.active:not([disabled]):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.danger-ic {
  color: #ff3547 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.danger-ic:hover, .danger-ic:focus {
  color: #ff3547;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-danger {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-danger {
  color: #ff3547 !important;
  background-color: transparent !important;
  border: 2px solid #ff3547 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger.active {
  color: #ff3547 !important;
  background-color: transparent !important;
  border-color: #ff3547 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger.active:not([disabled]):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff3547 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-danger:not([disabled]):not(.disabled):active:focus, .btn-outline-danger.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning {
  color: #fff;
  background-color: #fb3 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ffc44d;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background-color: #cc8800;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning.dropdown-toggle {
  background-color: #fb3 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning.dropdown-toggle:hover, .btn-warning.dropdown-toggle:focus {
  background-color: #ffc44d !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning.active:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle {
  background-color: #cc8800 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning.active:not([disabled]):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.warning-ic {
  color: #fb3 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.warning-ic:hover, .warning-ic:focus {
  color: #fb3;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-warning {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-warning {
  color: #fb3 !important;
  background-color: transparent !important;
  border: 2px solid #fb3 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning.active {
  color: #fb3 !important;
  background-color: transparent !important;
  border-color: #fb3 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning.active:not([disabled]):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fb3 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-warning:not([disabled]):not(.disabled):active:focus, .btn-outline-warning.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success {
  color: #fff;
  background-color: #00c851 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success:hover {
  color: #fff;
  background-color: #00e25b;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: #006228;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success.dropdown-toggle {
  background-color: #00c851 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success.dropdown-toggle:hover, .btn-success.dropdown-toggle:focus {
  background-color: #00e25b !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success:not([disabled]):not(.disabled):active, .btn-success.active:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle {
  background-color: #006228 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-success:not([disabled]):not(.disabled):active:focus, .btn-success.active:not([disabled]):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.success-ic {
  color: #00c851 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.success-ic:hover, .success-ic:focus {
  color: #00c851;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-success {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-success {
  color: #00c851 !important;
  background-color: transparent !important;
  border: 2px solid #00c851 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success.active {
  color: #00c851 !important;
  background-color: transparent !important;
  border-color: #00c851 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success.active:not([disabled]):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00c851 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-success:not([disabled]):not(.disabled):active:focus, .btn-outline-success.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info {
  color: #fff;
  background-color: #33b5e5 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info:hover {
  color: #fff;
  background-color: #4abde8;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: #14799e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info.dropdown-toggle {
  background-color: #33b5e5 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info.dropdown-toggle:hover, .btn-info.dropdown-toggle:focus {
  background-color: #4abde8 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info:not([disabled]):not(.disabled):active, .btn-info.active:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle {
  background-color: #14799e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-info:not([disabled]):not(.disabled):active:focus, .btn-info.active:not([disabled]):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.info-ic {
  color: #33b5e5 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.info-ic:hover, .info-ic:focus {
  color: #33b5e5;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-info {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-info {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border: 2px solid #33b5e5 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:active:focus, .btn-outline-info.active {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border-color: #33b5e5 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info.active:not([disabled]):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  background-color: transparent !important;
  border-color: #33b5e5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-info:not([disabled]):not(.disabled):active:focus, .btn-outline-info.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default {
  color: #fff;
  background-color: #2bbbad !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default:hover {
  color: #fff;
  background-color: #30cfc0;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #186860;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default.dropdown-toggle {
  background-color: #2bbbad !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default.dropdown-toggle:hover, .btn-default.dropdown-toggle:focus {
  background-color: #30cfc0 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default:not([disabled]):not(.disabled):active, .btn-default.active:not([disabled]):not(.disabled), .show > .btn-default.dropdown-toggle {
  background-color: #186860 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-default:not([disabled]):not(.disabled):active:focus, .btn-default.active:not([disabled]):not(.disabled):focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.default-ic {
  color: #2bbbad !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.default-ic:hover, .default-ic:focus {
  color: #2bbbad;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-default {
  color: #2bbbad !important;
  background-color: transparent !important;
  border: 2px solid #2bbbad !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default.active {
  color: #2bbbad !important;
  background-color: transparent !important;
  border-color: #2bbbad !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-default:not([disabled]):not(.disabled):active, .btn-outline-default.active:not([disabled]):not(.disabled), .show > .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2bbbad !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-default:not([disabled]):not(.disabled):active:focus, .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary {
  color: #fff;
  background-color: #a6c !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #b579d2;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #773399;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary.dropdown-toggle {
  background-color: #a6c !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
  background-color: #b579d2 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary.active:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  background-color: #773399 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.secondary-ic {
  color: #a6c !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.secondary-ic:hover, .secondary-ic:focus {
  color: #a6c;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-secondary {
  color: #a6c !important;
  background-color: transparent !important;
  border: 2px solid #a6c !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:active:focus, .btn-outline-secondary.active {
  color: #a6c !important;
  background-color: transparent !important;
  border-color: #a6c !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #a6c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant {
  color: #fff;
  background-color: #2e2e2e !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant:hover {
  color: #fff;
  background-color: #3b3b3b;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant:focus, .btn-elegant.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant:focus, .btn-elegant:active, .btn-elegant.active {
  background-color: black;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant.dropdown-toggle {
  background-color: #2e2e2e !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant.dropdown-toggle:hover, .btn-elegant.dropdown-toggle:focus {
  background-color: #3b3b3b !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant:not([disabled]):not(.disabled):active, .btn-elegant.active:not([disabled]):not(.disabled), .show > .btn-elegant.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-elegant:not([disabled]):not(.disabled):active:focus, .btn-elegant.active:not([disabled]):not(.disabled):focus, .show > .btn-elegant.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.elegant-ic {
  color: #2e2e2e !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.elegant-ic:hover, .elegant-ic:focus {
  color: #2e2e2e;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-elegant {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-elegant {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border: 2px solid #2e2e2e !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-elegant:hover, .btn-outline-elegant:focus, .btn-outline-elegant:active, .btn-outline-elegant:active:focus, .btn-outline-elegant.active {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border-color: #2e2e2e !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-elegant:not([disabled]):not(.disabled):active, .btn-outline-elegant.active:not([disabled]):not(.disabled), .show > .btn-outline-elegant.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2e2e2e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-elegant:not([disabled]):not(.disabled):active:focus, .btn-outline-elegant.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-elegant.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique {
  color: #fff;
  background-color: #880e4f !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique:hover {
  color: #fff;
  background-color: #9f105c;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique:focus, .btn-unique.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique:focus, .btn-unique:active, .btn-unique.active {
  background-color: #2c0419;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique.dropdown-toggle {
  background-color: #880e4f !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique.dropdown-toggle:hover, .btn-unique.dropdown-toggle:focus {
  background-color: #9f105c !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique:not([disabled]):not(.disabled):active, .btn-unique.active:not([disabled]):not(.disabled), .show > .btn-unique.dropdown-toggle {
  background-color: #2c0419 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-unique:not([disabled]):not(.disabled):active:focus, .btn-unique.active:not([disabled]):not(.disabled):focus, .show > .btn-unique.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.unique-ic {
  color: #880e4f !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.unique-ic:hover, .unique-ic:focus {
  color: #880e4f;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-unique {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-unique {
  color: #880e4f !important;
  background-color: transparent !important;
  border: 2px solid #880e4f !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-unique:hover, .btn-outline-unique:focus, .btn-outline-unique:active, .btn-outline-unique:active:focus, .btn-outline-unique.active {
  color: #880e4f !important;
  background-color: transparent !important;
  border-color: #880e4f !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-unique:not([disabled]):not(.disabled):active, .btn-outline-unique.active:not([disabled]):not(.disabled), .show > .btn-outline-unique.dropdown-toggle {
  background-color: transparent !important;
  border-color: #880e4f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-unique:not([disabled]):not(.disabled):active:focus, .btn-outline-unique.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-unique.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green {
  color: #fff;
  background-color: #388e3c !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green:hover {
  color: #fff;
  background-color: #3fa044;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green:focus, .btn-dark-green.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
  background-color: #1b451d;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green.dropdown-toggle {
  background-color: #388e3c !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green.dropdown-toggle:hover, .btn-dark-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green:not([disabled]):not(.disabled):active, .btn-dark-green.active:not([disabled]):not(.disabled), .show > .btn-dark-green.dropdown-toggle {
  background-color: #1b451d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark-green:not([disabled]):not(.disabled):active:focus, .btn-dark-green.active:not([disabled]):not(.disabled):focus, .show > .btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.dark-green-ic {
  color: #388e3c !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.dark-green-ic:hover, .dark-green-ic:focus {
  color: #388e3c;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-dark-green {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark-green:hover, .btn-outline-dark-green:focus, .btn-outline-dark-green:active, .btn-outline-dark-green:active:focus, .btn-outline-dark-green.active {
  color: #388e3c !important;
  background-color: transparent !important;
  border-color: #388e3c !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark-green:not([disabled]):not(.disabled):active, .btn-outline-dark-green.active:not([disabled]):not(.disabled), .show > .btn-outline-dark-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark-green:not([disabled]):not(.disabled):active:focus, .btn-outline-dark-green.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-dark-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color {
  color: #fff;
  background-color: #59698d !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color:hover {
  color: #fff;
  background-color: #63759d;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color:focus, .btn-mdb-color.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color:focus, .btn-mdb-color:active, .btn-mdb-color.active {
  background-color: #323a4e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color.dropdown-toggle {
  background-color: #59698d !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color.dropdown-toggle:hover, .btn-mdb-color.dropdown-toggle:focus {
  background-color: #63759d !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color:not([disabled]):not(.disabled):active, .btn-mdb-color.active:not([disabled]):not(.disabled), .show > .btn-mdb-color.dropdown-toggle {
  background-color: #323a4e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-mdb-color.active:not([disabled]):not(.disabled):focus, .show > .btn-mdb-color.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-color-ic {
  color: #59698d !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-color-ic:hover, .mdb-color-ic:focus {
  color: #59698d;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-mdb-color {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-mdb-color {
  color: #59698d !important;
  background-color: transparent !important;
  border: 2px solid #59698d !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-mdb-color:hover, .btn-outline-mdb-color:focus, .btn-outline-mdb-color:active, .btn-outline-mdb-color:active:focus, .btn-outline-mdb-color.active {
  color: #59698d !important;
  background-color: transparent !important;
  border-color: #59698d !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-mdb-color:not([disabled]):not(.disabled):active, .btn-outline-mdb-color.active:not([disabled]):not(.disabled), .show > .btn-outline-mdb-color.dropdown-toggle {
  background-color: transparent !important;
  border-color: #59698d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-outline-mdb-color.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-mdb-color.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red {
  color: #fff;
  background-color: #d32f2f !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red:hover {
  color: #fff;
  background-color: #d74444;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #811b1b;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red.dropdown-toggle {
  background-color: #d32f2f !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red.dropdown-toggle:hover, .btn-red.dropdown-toggle:focus {
  background-color: #d74444 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red:not([disabled]):not(.disabled):active, .btn-red.active:not([disabled]):not(.disabled), .show > .btn-red.dropdown-toggle {
  background-color: #811b1b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-red:not([disabled]):not(.disabled):active:focus, .btn-red.active:not([disabled]):not(.disabled):focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.red-ic {
  color: #d32f2f !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.red-ic:hover, .red-ic:focus {
  color: #d32f2f;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-red {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-red {
  color: #d32f2f !important;
  background-color: transparent !important;
  border: 2px solid #d32f2f !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red.active {
  color: #d32f2f !important;
  background-color: transparent !important;
  border-color: #d32f2f !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-red:not([disabled]):not(.disabled):active, .btn-outline-red.active:not([disabled]):not(.disabled), .show > .btn-outline-red.dropdown-toggle {
  background-color: transparent !important;
  border-color: #d32f2f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-red:not([disabled]):not(.disabled):active:focus, .btn-outline-red.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink {
  color: #fff;
  background-color: #ec407a !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink:hover {
  color: #fff;
  background-color: #ee578a;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink:focus, .btn-pink:active, .btn-pink.active {
  background-color: #b41249;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink.dropdown-toggle {
  background-color: #ec407a !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink.dropdown-toggle:hover, .btn-pink.dropdown-toggle:focus {
  background-color: #ee578a !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink:not([disabled]):not(.disabled):active, .btn-pink.active:not([disabled]):not(.disabled), .show > .btn-pink.dropdown-toggle {
  background-color: #b41249 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pink:not([disabled]):not(.disabled):active:focus, .btn-pink.active:not([disabled]):not(.disabled):focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.pink-ic {
  color: #ec407a !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.pink-ic:hover, .pink-ic:focus {
  color: #ec407a;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-pink {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-pink {
  color: #ec407a !important;
  background-color: transparent !important;
  border: 2px solid #ec407a !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink:active:focus, .btn-outline-pink.active {
  color: #ec407a !important;
  background-color: transparent !important;
  border-color: #ec407a !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-pink:not([disabled]):not(.disabled):active, .btn-outline-pink.active:not([disabled]):not(.disabled), .show > .btn-outline-pink.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ec407a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-pink:not([disabled]):not(.disabled):active:focus, .btn-outline-pink.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple {
  color: #fff;
  background-color: #8e24aa !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #a028bf;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple:focus, .btn-purple:active, .btn-purple.active {
  background-color: #481256;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple.dropdown-toggle {
  background-color: #8e24aa !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple.dropdown-toggle:hover, .btn-purple.dropdown-toggle:focus {
  background-color: #a028bf !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple:not([disabled]):not(.disabled):active, .btn-purple.active:not([disabled]):not(.disabled), .show > .btn-purple.dropdown-toggle {
  background-color: #481256 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-purple:not([disabled]):not(.disabled):active:focus, .btn-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.purple-ic {
  color: #8e24aa !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.purple-ic:hover, .purple-ic:focus {
  color: #8e24aa;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-purple {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-purple {
  color: #8e24aa !important;
  background-color: transparent !important;
  border: 2px solid #8e24aa !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple:active:focus, .btn-outline-purple.active {
  color: #8e24aa !important;
  background-color: transparent !important;
  border-color: #8e24aa !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-purple:not([disabled]):not(.disabled):active, .btn-outline-purple.active:not([disabled]):not(.disabled), .show > .btn-outline-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8e24aa !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple {
  color: #fff;
  background-color: #512da8 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple:hover {
  color: #fff;
  background-color: #5b32bc;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple:focus, .btn-deep-purple.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple:focus, .btn-deep-purple:active, .btn-deep-purple.active {
  background-color: #2a1758;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple.dropdown-toggle {
  background-color: #512da8 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple.dropdown-toggle:hover, .btn-deep-purple.dropdown-toggle:focus {
  background-color: #5b32bc !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple:not([disabled]):not(.disabled):active, .btn-deep-purple.active:not([disabled]):not(.disabled), .show > .btn-deep-purple.dropdown-toggle {
  background-color: #2a1758 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-deep-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-deep-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-ic {
  color: #512da8 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-ic:hover, .deep-purple-ic:focus {
  color: #512da8;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-deep-purple {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-purple {
  color: #512da8 !important;
  background-color: transparent !important;
  border: 2px solid #512da8 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-purple:hover, .btn-outline-deep-purple:focus, .btn-outline-deep-purple:active, .btn-outline-deep-purple:active:focus, .btn-outline-deep-purple.active {
  color: #512da8 !important;
  background-color: transparent !important;
  border-color: #512da8 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-purple:not([disabled]):not(.disabled):active, .btn-outline-deep-purple.active:not([disabled]):not(.disabled), .show > .btn-outline-deep-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #512da8 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-deep-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo {
  color: #fff;
  background-color: #3f51b5 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo:hover {
  color: #fff;
  background-color: #4d5ec1;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo:focus, .btn-indigo:active, .btn-indigo.active {
  background-color: #252f69;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo.dropdown-toggle:hover, .btn-indigo.dropdown-toggle:focus {
  background-color: #4d5ec1 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo:not([disabled]):not(.disabled):active, .btn-indigo.active:not([disabled]):not(.disabled), .show > .btn-indigo.dropdown-toggle {
  background-color: #252f69 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-indigo:not([disabled]):not(.disabled):active:focus, .btn-indigo.active:not([disabled]):not(.disabled):focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-ic {
  color: #3f51b5 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-ic:hover, .indigo-ic:focus {
  color: #3f51b5;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-indigo {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-indigo {
  color: #3f51b5 !important;
  background-color: transparent !important;
  border: 2px solid #3f51b5 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-indigo:hover, .btn-outline-indigo:focus, .btn-outline-indigo:active, .btn-outline-indigo:active:focus, .btn-outline-indigo.active {
  color: #3f51b5 !important;
  background-color: transparent !important;
  border-color: #3f51b5 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-indigo:not([disabled]):not(.disabled):active, .btn-outline-indigo.active:not([disabled]):not(.disabled), .show > .btn-outline-indigo.dropdown-toggle {
  background-color: transparent !important;
  border-color: #3f51b5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-indigo:not([disabled]):not(.disabled):active:focus, .btn-outline-indigo.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue {
  color: #fff;
  background-color: #1976d2 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue:hover {
  color: #fff;
  background-color: #2083e4;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue:focus, .btn-blue:active, .btn-blue.active {
  background-color: #0e4377;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue.dropdown-toggle {
  background-color: #1976d2 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue.dropdown-toggle:hover, .btn-blue.dropdown-toggle:focus {
  background-color: #2083e4 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue:not([disabled]):not(.disabled):active, .btn-blue.active:not([disabled]):not(.disabled), .show > .btn-blue.dropdown-toggle {
  background-color: #0e4377 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue:not([disabled]):not(.disabled):active:focus, .btn-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.blue-ic {
  color: #1976d2 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.blue-ic:hover, .blue-ic:focus {
  color: #1976d2;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-blue {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue {
  color: #1976d2 !important;
  background-color: transparent !important;
  border: 2px solid #1976d2 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue:active:focus, .btn-outline-blue.active {
  color: #1976d2 !important;
  background-color: transparent !important;
  border-color: #1976d2 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue:not([disabled]):not(.disabled):active, .btn-outline-blue.active:not([disabled]):not(.disabled), .show > .btn-outline-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #1976d2 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue {
  color: #fff;
  background-color: #82b1ff !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue:hover {
  color: #fff;
  background-color: #9cc1ff;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue:focus, .btn-light-blue.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
  background-color: #1c71ff;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue.dropdown-toggle {
  background-color: #82b1ff !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue.dropdown-toggle:hover, .btn-light-blue.dropdown-toggle:focus {
  background-color: #9cc1ff !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue:not([disabled]):not(.disabled):active, .btn-light-blue.active:not([disabled]):not(.disabled), .show > .btn-light-blue.dropdown-toggle {
  background-color: #1c71ff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-blue:not([disabled]):not(.disabled):active:focus, .btn-light-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-ic {
  color: #82b1ff !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-ic:hover, .light-blue-ic:focus {
  color: #82b1ff;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-light-blue {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-blue {
  color: #82b1ff !important;
  background-color: transparent !important;
  border: 2px solid #82b1ff !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-blue:hover, .btn-outline-light-blue:focus, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue.active {
  color: #82b1ff !important;
  background-color: transparent !important;
  border-color: #82b1ff !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-blue:not([disabled]):not(.disabled):active, .btn-outline-light-blue.active:not([disabled]):not(.disabled), .show > .btn-outline-light-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #82b1ff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-light-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-light-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan {
  color: #fff;
  background-color: #00bcd4 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan:hover {
  color: #fff;
  background-color: #00d3ee;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan:focus, .btn-cyan.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan:focus, .btn-cyan:active, .btn-cyan.active {
  background-color: #00626e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan.dropdown-toggle {
  background-color: #00bcd4 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan.dropdown-toggle:hover, .btn-cyan.dropdown-toggle:focus {
  background-color: #00d3ee !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan:not([disabled]):not(.disabled):active, .btn-cyan.active:not([disabled]):not(.disabled), .show > .btn-cyan.dropdown-toggle {
  background-color: #00626e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-cyan:not([disabled]):not(.disabled):active:focus, .btn-cyan.active:not([disabled]):not(.disabled):focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-ic {
  color: #00bcd4 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-ic:hover, .cyan-ic:focus {
  color: #00bcd4;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-cyan {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-cyan {
  color: #00bcd4 !important;
  background-color: transparent !important;
  border: 2px solid #00bcd4 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan:active:focus, .btn-outline-cyan.active {
  color: #00bcd4 !important;
  background-color: transparent !important;
  border-color: #00bcd4 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-cyan:not([disabled]):not(.disabled):active, .btn-outline-cyan.active:not([disabled]):not(.disabled), .show > .btn-outline-cyan.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00bcd4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-cyan:not([disabled]):not(.disabled):active:focus, .btn-outline-cyan.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal {
  color: #fff;
  background-color: #00796b !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal:hover {
  color: #fff;
  background-color: #009382;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal:focus, .btn-teal:active, .btn-teal.active {
  background-color: #001311;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal.dropdown-toggle {
  background-color: #00796b !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal.dropdown-toggle:hover, .btn-teal.dropdown-toggle:focus {
  background-color: #009382 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal:not([disabled]):not(.disabled):active, .btn-teal.active:not([disabled]):not(.disabled), .show > .btn-teal.dropdown-toggle {
  background-color: #001311 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-teal:not([disabled]):not(.disabled):active:focus, .btn-teal.active:not([disabled]):not(.disabled):focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.teal-ic {
  color: #00796b !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.teal-ic:hover, .teal-ic:focus {
  color: #00796b;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-teal {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-teal {
  color: #00796b !important;
  background-color: transparent !important;
  border: 2px solid #00796b !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal:active, .btn-outline-teal:active:focus, .btn-outline-teal.active {
  color: #00796b !important;
  background-color: transparent !important;
  border-color: #00796b !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-teal:not([disabled]):not(.disabled):active, .btn-outline-teal.active:not([disabled]):not(.disabled), .show > .btn-outline-teal.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00796b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-teal:not([disabled]):not(.disabled):active:focus, .btn-outline-teal.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green {
  color: #fff;
  background-color: #388e3c !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green:hover {
  color: #fff;
  background-color: #3fa044;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #1b451d;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green.dropdown-toggle {
  background-color: #388e3c !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green.dropdown-toggle:hover, .btn-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green:not([disabled]):not(.disabled):active, .btn-green.active:not([disabled]):not(.disabled), .show > .btn-green.dropdown-toggle {
  background-color: #1b451d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-green:not([disabled]):not(.disabled):active:focus, .btn-green.active:not([disabled]):not(.disabled):focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.green-ic {
  color: #388e3c !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.green-ic:hover, .green-ic:focus {
  color: #388e3c;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-green {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green.active {
  color: #388e3c !important;
  background-color: transparent !important;
  border-color: #388e3c !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-green:not([disabled]):not(.disabled):active, .btn-outline-green.active:not([disabled]):not(.disabled), .show > .btn-outline-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-green:not([disabled]):not(.disabled):active:focus, .btn-outline-green.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green {
  color: #fff;
  background-color: #8bc34a !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green:hover {
  color: #fff;
  background-color: #97c95d;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green:focus, .btn-light-green.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green:focus, .btn-light-green:active, .btn-light-green.active {
  background-color: #577d2a;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green.dropdown-toggle {
  background-color: #8bc34a !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green.dropdown-toggle:hover, .btn-light-green.dropdown-toggle:focus {
  background-color: #97c95d !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green:not([disabled]):not(.disabled):active, .btn-light-green.active:not([disabled]):not(.disabled), .show > .btn-light-green.dropdown-toggle {
  background-color: #577d2a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light-green:not([disabled]):not(.disabled):active:focus, .btn-light-green.active:not([disabled]):not(.disabled):focus, .show > .btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.light-green-ic {
  color: #8bc34a !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.light-green-ic:hover, .light-green-ic:focus {
  color: #8bc34a;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-light-green {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-green {
  color: #8bc34a !important;
  background-color: transparent !important;
  border: 2px solid #8bc34a !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-green:hover, .btn-outline-light-green:focus, .btn-outline-light-green:active, .btn-outline-light-green:active:focus, .btn-outline-light-green.active {
  color: #8bc34a !important;
  background-color: transparent !important;
  border-color: #8bc34a !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-green:not([disabled]):not(.disabled):active, .btn-outline-light-green.active:not([disabled]):not(.disabled), .show > .btn-outline-light-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8bc34a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light-green:not([disabled]):not(.disabled):active:focus, .btn-outline-light-green.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-light-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime {
  color: #fff;
  background-color: #afb42b !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime:hover {
  color: #fff;
  background-color: #c3c930;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime:focus, .btn-lime.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime:focus, .btn-lime:active, .btn-lime.active {
  background-color: #5f6217;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime.dropdown-toggle {
  background-color: #afb42b !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime.dropdown-toggle:hover, .btn-lime.dropdown-toggle:focus {
  background-color: #c3c930 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime:not([disabled]):not(.disabled):active, .btn-lime.active:not([disabled]):not(.disabled), .show > .btn-lime.dropdown-toggle {
  background-color: #5f6217 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-lime:not([disabled]):not(.disabled):active:focus, .btn-lime.active:not([disabled]):not(.disabled):focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.lime-ic {
  color: #afb42b !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.lime-ic:hover, .lime-ic:focus {
  color: #afb42b;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-lime {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-lime {
  color: #afb42b !important;
  background-color: transparent !important;
  border: 2px solid #afb42b !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-lime:hover, .btn-outline-lime:focus, .btn-outline-lime:active, .btn-outline-lime:active:focus, .btn-outline-lime.active {
  color: #afb42b !important;
  background-color: transparent !important;
  border-color: #afb42b !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-lime:not([disabled]):not(.disabled):active, .btn-outline-lime.active:not([disabled]):not(.disabled), .show > .btn-outline-lime.dropdown-toggle {
  background-color: transparent !important;
  border-color: #afb42b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-lime:not([disabled]):not(.disabled):active:focus, .btn-outline-lime.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-lime.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow {
  color: #fff;
  background-color: #fbc02d !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow:hover {
  color: #fff;
  background-color: #fbc846;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
  background-color: #be8904;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow.dropdown-toggle {
  background-color: #fbc02d !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow.dropdown-toggle:hover, .btn-yellow.dropdown-toggle:focus {
  background-color: #fbc846 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow:not([disabled]):not(.disabled):active, .btn-yellow.active:not([disabled]):not(.disabled), .show > .btn-yellow.dropdown-toggle {
  background-color: #be8904 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yellow:not([disabled]):not(.disabled):active:focus, .btn-yellow.active:not([disabled]):not(.disabled):focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.yellow-ic {
  color: #fbc02d !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.yellow-ic:hover, .yellow-ic:focus {
  color: #fbc02d;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-yellow {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-yellow {
  color: #fbc02d !important;
  background-color: transparent !important;
  border: 2px solid #fbc02d !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-yellow:hover, .btn-outline-yellow:focus, .btn-outline-yellow:active, .btn-outline-yellow:active:focus, .btn-outline-yellow.active {
  color: #fbc02d !important;
  background-color: transparent !important;
  border-color: #fbc02d !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-yellow:not([disabled]):not(.disabled):active, .btn-outline-yellow.active:not([disabled]):not(.disabled), .show > .btn-outline-yellow.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fbc02d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-yellow:not([disabled]):not(.disabled):active:focus, .btn-outline-yellow.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber {
  color: #fff;
  background-color: #ffa000 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber:hover {
  color: #fff;
  background-color: #ffaa1a;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber:focus, .btn-amber.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber:focus, .btn-amber:active, .btn-amber.active {
  background-color: #996000;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber.dropdown-toggle {
  background-color: #ffa000 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber.dropdown-toggle:hover, .btn-amber.dropdown-toggle:focus {
  background-color: #ffaa1a !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber:not([disabled]):not(.disabled):active, .btn-amber.active:not([disabled]):not(.disabled), .show > .btn-amber.dropdown-toggle {
  background-color: #996000 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-amber:not([disabled]):not(.disabled):active:focus, .btn-amber.active:not([disabled]):not(.disabled):focus, .show > .btn-amber.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.amber-ic {
  color: #ffa000 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.amber-ic:hover, .amber-ic:focus {
  color: #ffa000;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-amber {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-amber {
  color: #ffa000 !important;
  background-color: transparent !important;
  border: 2px solid #ffa000 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-amber:hover, .btn-outline-amber:focus, .btn-outline-amber:active, .btn-outline-amber:active:focus, .btn-outline-amber.active {
  color: #ffa000 !important;
  background-color: transparent !important;
  border-color: #ffa000 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-amber:not([disabled]):not(.disabled):active, .btn-outline-amber.active:not([disabled]):not(.disabled), .show > .btn-outline-amber.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ffa000 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-amber:not([disabled]):not(.disabled):active:focus, .btn-outline-amber.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-amber.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange {
  color: #fff;
  background-color: #f57c00 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange:hover {
  color: #fff;
  background-color: #ff8910;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-color: #8f4800;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange.dropdown-toggle {
  background-color: #f57c00 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange.dropdown-toggle:hover, .btn-orange.dropdown-toggle:focus {
  background-color: #ff8910 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange:not([disabled]):not(.disabled):active, .btn-orange.active:not([disabled]):not(.disabled), .show > .btn-orange.dropdown-toggle {
  background-color: #8f4800 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-orange:not([disabled]):not(.disabled):active:focus, .btn-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.orange-ic {
  color: #f57c00 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.orange-ic:hover, .orange-ic:focus {
  color: #f57c00;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-orange {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-orange {
  color: #f57c00 !important;
  background-color: transparent !important;
  border: 2px solid #f57c00 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange:active:focus, .btn-outline-orange.active {
  color: #f57c00 !important;
  background-color: transparent !important;
  border-color: #f57c00 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange.active:not([disabled]):not(.disabled), .show > .btn-outline-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #f57c00 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange {
  color: #fff;
  background-color: #ff7043 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange:hover {
  color: #fff;
  background-color: #ff835d;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange:focus, .btn-deep-orange.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange:focus, .btn-deep-orange:active, .btn-deep-orange.active {
  background-color: #dc3500;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange.dropdown-toggle {
  background-color: #ff7043 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange.dropdown-toggle:hover, .btn-deep-orange.dropdown-toggle:focus {
  background-color: #ff835d !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange:not([disabled]):not(.disabled):active, .btn-deep-orange.active:not([disabled]):not(.disabled), .show > .btn-deep-orange.dropdown-toggle {
  background-color: #dc3500 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-deep-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-deep-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.deep-orange-ic {
  color: #ff7043 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.deep-orange-ic:hover, .deep-orange-ic:focus {
  color: #ff7043;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-deep-orange {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-orange {
  color: #ff7043 !important;
  background-color: transparent !important;
  border: 2px solid #ff7043 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-orange:hover, .btn-outline-deep-orange:focus, .btn-outline-deep-orange:active, .btn-outline-deep-orange:active:focus, .btn-outline-deep-orange.active {
  color: #ff7043 !important;
  background-color: transparent !important;
  border-color: #ff7043 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-orange:not([disabled]):not(.disabled):active, .btn-outline-deep-orange.active:not([disabled]):not(.disabled), .show > .btn-outline-deep-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff7043 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-deep-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown {
  color: #fff;
  background-color: #795548 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown:hover {
  color: #fff;
  background-color: #896052;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown:focus, .btn-brown:active, .btn-brown.active {
  background-color: #392822;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown.dropdown-toggle {
  background-color: #795548 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown.dropdown-toggle:hover, .btn-brown.dropdown-toggle:focus {
  background-color: #896052 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown:not([disabled]):not(.disabled):active, .btn-brown.active:not([disabled]):not(.disabled), .show > .btn-brown.dropdown-toggle {
  background-color: #392822 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-brown:not([disabled]):not(.disabled):active:focus, .btn-brown.active:not([disabled]):not(.disabled):focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.brown-ic {
  color: #795548 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.brown-ic:hover, .brown-ic:focus {
  color: #795548;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-brown {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-brown {
  color: #795548 !important;
  background-color: transparent !important;
  border: 2px solid #795548 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-brown:hover, .btn-outline-brown:focus, .btn-outline-brown:active, .btn-outline-brown:active:focus, .btn-outline-brown.active {
  color: #795548 !important;
  background-color: transparent !important;
  border-color: #795548 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-brown:not([disabled]):not(.disabled):active, .btn-outline-brown.active:not([disabled]):not(.disabled), .show > .btn-outline-brown.dropdown-toggle {
  background-color: transparent !important;
  border-color: #795548 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-brown:not([disabled]):not(.disabled):active:focus, .btn-outline-brown.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey {
  color: #fff;
  background-color: #616161 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey:hover {
  color: #fff;
  background-color: #6e6e6e;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey:focus, .btn-grey:active, .btn-grey.active {
  background-color: #2e2e2e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey.dropdown-toggle {
  background-color: #616161 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey.dropdown-toggle:hover, .btn-grey.dropdown-toggle:focus {
  background-color: #6e6e6e !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey:not([disabled]):not(.disabled):active, .btn-grey.active:not([disabled]):not(.disabled), .show > .btn-grey.dropdown-toggle {
  background-color: #2e2e2e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-grey:not([disabled]):not(.disabled):active:focus, .btn-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.grey-ic {
  color: #616161 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.grey-ic:hover, .grey-ic:focus {
  color: #616161;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-grey {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-grey {
  color: #616161 !important;
  background-color: transparent !important;
  border: 2px solid #616161 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey:active:focus, .btn-outline-grey.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey.active:not([disabled]):not(.disabled), .show > .btn-outline-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #616161 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey {
  color: #fff;
  background-color: #78909c !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey:hover {
  color: #fff;
  background-color: #879ca7;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey:focus, .btn-blue-grey.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey:focus, .btn-blue-grey:active, .btn-blue-grey.active {
  background-color: #4a5b64;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey.dropdown-toggle {
  background-color: #78909c !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey.dropdown-toggle:hover, .btn-blue-grey.dropdown-toggle:focus {
  background-color: #879ca7 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey:not([disabled]):not(.disabled):active, .btn-blue-grey.active:not([disabled]):not(.disabled), .show > .btn-blue-grey.dropdown-toggle {
  background-color: #4a5b64 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-blue-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-blue-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.blue-grey-ic {
  color: #78909c !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.blue-grey-ic:hover, .blue-grey-ic:focus {
  color: #78909c;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-blue-grey {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue-grey {
  color: #78909c !important;
  background-color: transparent !important;
  border: 2px solid #78909c !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue-grey:hover, .btn-outline-blue-grey:focus, .btn-outline-blue-grey:active, .btn-outline-blue-grey:active:focus, .btn-outline-blue-grey.active {
  color: #78909c !important;
  background-color: transparent !important;
  border-color: #78909c !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue-grey:not([disabled]):not(.disabled):active, .btn-outline-blue-grey.active:not([disabled]):not(.disabled), .show > .btn-outline-blue-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #78909c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-blue-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-blue-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark {
  color: #fff;
  background-color: #212121 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #2e2e2e;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background-color: black;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark.dropdown-toggle {
  background-color: #212121 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark.dropdown-toggle:hover, .btn-dark.dropdown-toggle:focus {
  background-color: #2e2e2e !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark.active:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark.active:not([disabled]):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.dark-ic {
  color: #212121 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.dark-ic:hover, .dark-ic:focus {
  color: #212121;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-dark {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark {
  color: #212121 !important;
  background-color: transparent !important;
  border: 2px solid #212121 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:active:focus, .btn-outline-dark.active {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark.active:not([disabled]):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-dark:not([disabled]):not(.disabled):active:focus, .btn-outline-dark.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light {
  color: #000;
  background-color: #e0e0e0 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light:hover {
  color: #000;
  background-color: #ededed;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light:focus, .btn-light:active, .btn-light.active {
  background-color: #adadad;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light.dropdown-toggle {
  background-color: #e0e0e0 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light.dropdown-toggle:hover, .btn-light.dropdown-toggle:focus {
  background-color: #ededed !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle {
  background-color: #adadad !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-light:not([disabled]):not(.disabled):active:focus, .btn-light.active:not([disabled]):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.light-ic {
  color: #e0e0e0 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.light-ic:hover, .light-ic:focus {
  color: #e0e0e0;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-light {
  color: #000;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light {
  color: #e0e0e0 !important;
  background-color: transparent !important;
  border: 2px solid #e0e0e0 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light:active:focus, .btn-outline-light.active {
  color: #e0e0e0 !important;
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light.active:not([disabled]):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-light:not([disabled]):not(.disabled):active:focus, .btn-outline-light.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white {
  color: #000;
  background-color: #fff !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white:hover {
  color: #000;
  background-color: white;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white:focus, .btn-white:active, .btn-white.active {
  background-color: #cccccc;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white.dropdown-toggle {
  background-color: #fff !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white.dropdown-toggle:hover, .btn-white.dropdown-toggle:focus {
  background-color: white !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white:not([disabled]):not(.disabled):active, .btn-white.active:not([disabled]):not(.disabled), .show > .btn-white.dropdown-toggle {
  background-color: #cccccc !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-white:not([disabled]):not(.disabled):active:focus, .btn-white.active:not([disabled]):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.white-ic {
  color: #fff !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.white-ic:hover, .white-ic:focus {
  color: #fff;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-white {
  color: #000;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white.active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white.active:not([disabled]):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-white:not([disabled]):not(.disabled):active:focus, .btn-outline-white.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black {
  color: #fff;
  background-color: #000 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black:hover {
  color: #fff;
  background-color: #0d0d0d;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black:focus, .btn-black:active, .btn-black.active {
  background-color: black;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black.dropdown-toggle {
  background-color: #000 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black.dropdown-toggle:hover, .btn-black.dropdown-toggle:focus {
  background-color: #0d0d0d !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black:not([disabled]):not(.disabled):active, .btn-black.active:not([disabled]):not(.disabled), .show > .btn-black.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-black:not([disabled]):not(.disabled):active:focus, .btn-black.active:not([disabled]):not(.disabled):focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.black-ic {
  color: #000 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.black-ic:hover, .black-ic:focus {
  color: #000;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-black {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-black {
  color: #000 !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black.active {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-black:not([disabled]):not(.disabled):active, .btn-outline-black.active:not([disabled]):not(.disabled), .show > .btn-outline-black.dropdown-toggle {
  background-color: transparent !important;
  border-color: #000 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.btn-outline-black:not([disabled]):not(.disabled):active:focus, .btn-outline-black.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 420, vendor/assets/stylesheets/core/_mixins.scss */
.btn.purple-gradient {
  color: #fff;
  transition: .5s ease;
}

/* line 424, vendor/assets/stylesheets/core/_mixins.scss */
.btn.purple-gradient:hover, .btn.purple-gradient:focus, .btn.purple-gradient:active, .btn.purple-gradient:active:focus .btn.purple-gradient.active {
  background: linear-gradient(#ff88ce, #8f8bf7);
}

/* line 420, vendor/assets/stylesheets/core/_mixins.scss */
.btn.peach-gradient {
  color: #fff;
  transition: .5s ease;
}

/* line 424, vendor/assets/stylesheets/core/_mixins.scss */
.btn.peach-gradient:hover, .btn.peach-gradient:focus, .btn.peach-gradient:active, .btn.peach-gradient:active:focus .btn.peach-gradient.active {
  background: linear-gradient(#ffdf89, #fc7b7b);
}

/* line 420, vendor/assets/stylesheets/core/_mixins.scss */
.btn.aqua-gradient {
  color: #fff;
  transition: .5s ease;
}

/* line 424, vendor/assets/stylesheets/core/_mixins.scss */
.btn.aqua-gradient:hover, .btn.aqua-gradient:focus, .btn.aqua-gradient:active, .btn.aqua-gradient:active:focus .btn.aqua-gradient.active {
  background: linear-gradient(#3aa2ff, #1fffac);
}

/* line 420, vendor/assets/stylesheets/core/_mixins.scss */
.btn.blue-gradient {
  color: #fff;
  transition: .5s ease;
}

/* line 424, vendor/assets/stylesheets/core/_mixins.scss */
.btn.blue-gradient:hover, .btn.blue-gradient:focus, .btn.blue-gradient:active, .btn.blue-gradient:active:focus .btn.blue-gradient.active {
  background: linear-gradient(#5ed1fc, #3647b3);
}

/* line 97, vendor/assets/stylesheets/free/_buttons.scss */
.btn-warning:focus,
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
}

/* line 2, vendor/assets/stylesheets/free/_cards.scss */
.card {
  font-weight: 400;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 6, vendor/assets/stylesheets/free/_cards.scss */
.card[class*="border"] {
  border: 1px solid #9e9e9e;
  box-shadow: none;
}

/* line 11, vendor/assets/stylesheets/free/_cards.scss */
.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}

/* line 15, vendor/assets/stylesheets/free/_cards.scss */
.card .card-body .card-title a {
  transition: 0.2s ease-in-out;
}

/* line 17, vendor/assets/stylesheets/free/_cards.scss */
.card .card-body .card-title a:hover {
  transition: 0.2s ease-in-out;
}

/* line 22, vendor/assets/stylesheets/free/_cards.scss */
.card .card-body .card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #747373;
}

/* line 29, vendor/assets/stylesheets/free/_cards.scss */
.card .md-form label {
  font-weight: 300;
}

/* line 5, vendor/assets/stylesheets/free/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #757575;
}

/* line 12, vendor/assets/stylesheets/free/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 15, vendor/assets/stylesheets/free/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 1px;
  border-radius: 0 6px 6px 6px;
}

/* line 23, vendor/assets/stylesheets/free/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 4, vendor/assets/stylesheets/free/_input-group.scss */
.md-form.input-group label {
  top: 0;
  margin-bottom: 0;
}

/* line 8, vendor/assets/stylesheets/free/_input-group.scss */
.md-form.input-group .input-group-text {
  background-color: #e0e0e0;
}

/* line 10, vendor/assets/stylesheets/free/_input-group.scss */
.md-form.input-group .input-group-text.md-addon {
  font-weight: 500;
  background-color: transparent;
  border: none;
}

/* line 16, vendor/assets/stylesheets/free/_input-group.scss */
.md-form.input-group .form-control {
  padding: 0.375rem 0.75rem;
  margin: 0;
}

/* line 2, vendor/assets/stylesheets/free/_navbars.scss */
.navbar {
  font-weight: 300;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 7, vendor/assets/stylesheets/free/_navbars.scss */
.navbar form .md-form input {
  margin: 0 5px 1px 8px;
}

/* line 12, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .breadcrumb {
  padding: 0.3rem 0 0 1rem;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  background-color: inherit;
}

/* line 18, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .breadcrumb .breadcrumb-item {
  color: #fff;
}

/* line 20, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
}

/* line 23, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65);
}

/* line 28, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .navbar-toggler {
  border-width: 0;
  outline: 0;
}

/* line 32, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .nav-flex-icons {
  flex-direction: row;
}

@media (max-width: 992px) {
  /* line 35, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar .container {
    width: 100%;
  }
  /* line 38, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar .container .navbar-toggler-right {
    right: 0;
  }
}

/* line 44, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .nav-item .nav-link {
  display: block;
}

/* line 47, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .nav-item .nav-link.disabled:active {
  pointer-events: none;
}

/* line 51, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .nav-item .nav-link .fas, .navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far {
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 992px) {
  /* line 44, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}

/* line 61, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
}

/* line 64, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
}

/* line 68, vendor/assets/stylesheets/free/_navbars.scss */
.navbar .dropdown-menu a:not(.active) {
  color: #000;
}

@media (max-width: 600px) {
  /* line 72, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar .dropdown-menu form {
    width: 17rem;
  }
}

@media (min-width: 600px) {
  /* line 72, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar .dropdown-menu form {
    width: 22rem;
  }
}

/* line 486, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 489, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(0, 0, 0, 0.3);
}

/* line 497, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 505, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.35s;
}

/* line 509, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 514, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 517, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #000;
}

/* line 524, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light .navbar-toggler {
  color: #000;
}

/* line 530, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light form .md-form input {
  border-bottom: 1px solid #000;
}

/* line 533, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}

/* line 538, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light form .md-form .form-control {
  color: #000;
}

/* line 144, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-light form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #000;
}
.navbar.navbar-light form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #000;
}

/* line 486, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 489, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(255, 255, 255, 0.25);
}

/* line 497, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 505, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.35s;
}

/* line 509, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 514, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 517, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #fff;
}

/* line 524, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark .navbar-toggler {
  color: #fff;
}

/* line 530, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #fff;
}

/* line 533, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}

/* line 538, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark form .md-form .form-control {
  color: #fff;
}

/* line 144, vendor/assets/stylesheets/core/_mixins.scss */
.navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #fff;
}

@media (min-width: 600px) {
  /* line 87, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  /* line 92, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar.scrolling-navbar .navbar-nav > li {
    transition-duration: 1s;
  }
  /* line 95, vendor/assets/stylesheets/free/_navbars.scss */
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 5, vendor/assets/stylesheets/free/_pagination.scss */
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4285f4;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
}

/* line 11, vendor/assets/stylesheets/free/_pagination.scss */
.pagination .page-item.active .page-link:hover {
  background-color: #4285f4;
}

/* line 17, vendor/assets/stylesheets/free/_pagination.scss */
.pagination .page-item.disabled .page-link {
  color: #868e96;
}

/* line 21, vendor/assets/stylesheets/free/_pagination.scss */
.pagination .page-item .page-link {
  font-size: 0.9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: all 0.3s linear;
}

/* line 28, vendor/assets/stylesheets/free/_pagination.scss */
.pagination .page-item .page-link:hover {
  background-color: #eee;
  border-radius: 0.125rem;
  transition: all 0.3s linear;
}

/* line 33, vendor/assets/stylesheets/free/_pagination.scss */
.pagination .page-item .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

/* line 41, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pagination-lg .page-item .page-link {
  font-size: 1rem;
}

/* line 48, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pagination-sm .page-item .page-link {
  font-size: 0.8rem;
}

/* line 55, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pagination-circle .page-item .page-link {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
}

/* line 59, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pagination-circle .page-item .page-link:hover {
  border-radius: 50%;
}

/* line 64, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-blue .page-item.active .page-link {
  background-color: #4285f4;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #4285f4;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-red .page-item.active .page-link {
  background-color: #ff3547;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-red .page-item.active .page-link:hover {
  background-color: #ff3547;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-teal .page-item.active .page-link {
  background-color: #2bbbad;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-teal .page-item.active .page-link:hover {
  background-color: #2bbbad;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-dark-grey .page-item.active .page-link {
  background-color: #37474f;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-dark-grey .page-item.active .page-link:hover {
  background-color: #37474f;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-dark .page-item.active .page-link {
  background-color: #2e2e2e;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-dark .page-item.active .page-link:hover {
  background-color: #2e2e2e;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-blue-grey .page-item.active .page-link {
  background-color: #3f729b;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-blue-grey .page-item.active .page-link:hover {
  background-color: #3f729b;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-amber .page-item.active .page-link {
  background-color: #ff6f00;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-amber .page-item.active .page-link:hover {
  background-color: #ff6f00;
}

/* line 74, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-purple .page-item.active .page-link {
  background-color: #5e35b1;
}

/* line 76, vendor/assets/stylesheets/free/_pagination.scss */
.pagination.pg-purple .page-item.active .page-link:hover {
  background-color: #5e35b1;
}

/* line 2, vendor/assets/stylesheets/free/_badges.scss */
.badge {
  color: #fff !important;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 7, vendor/assets/stylesheets/free/_badges.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-primary {
  color: #fff !important;
  background-color: #4285f4 !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-danger {
  color: #fff !important;
  background-color: #ff3547 !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-warning {
  color: #fff !important;
  background-color: #fb3 !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-success {
  color: #fff !important;
  background-color: #00c851 !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-info {
  color: #fff !important;
  background-color: #33b5e5 !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-default {
  color: #fff !important;
  background-color: #2bbbad !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-secondary {
  color: #fff !important;
  background-color: #a6c !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-dark {
  color: #fff !important;
  background-color: #212121 !important;
}

/* line 441, vendor/assets/stylesheets/core/_mixins.scss */
.badge-light {
  color: #000 !important;
  background-color: #e0e0e0 !important;
}

/* line 4, vendor/assets/stylesheets/free/_modals.scss */
body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

/* line 8, vendor/assets/stylesheets/free/_modals.scss */
body.modal-open .fixed-top {
  padding-right: 1rem !important;
}

/* line 11, vendor/assets/stylesheets/free/_modals.scss */
body.modal-open .fixed-bottom {
  padding-right: 0 !important;
}

/* line 15, vendor/assets/stylesheets/free/_modals.scss */
body.scrollable {
  overflow-y: auto;
}

/* line 23, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog .modal-content {
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 27, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

/* line 33, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal {
  margin-top: 10%;
}

/* line 35, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .close {
  color: #fff;
  text-shadow: none;
  outline: 0;
  opacity: 1;
}

/* line 42, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header {
  padding: 1.5rem;
  margin: -2rem 1rem 1rem 1rem;
  text-align: center;
  border: none;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 49, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .close {
  margin-right: 1rem;
}

/* line 52, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .title {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* line 56, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .title .fas, .modal-dialog.cascading-modal .modal-header .title .fab, .modal-dialog.cascading-modal .modal-header .title .far {
  margin-right: 9px;
}

/* line 60, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .social-buttons {
  margin-top: 1.5rem;
}

/* line 62, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .social-buttons a {
  font-size: 1rem;
}

/* line 68, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs {
  /*
      .md-tabs {
       border-radius: $md-card-border-radius;
       .nav-item {
         .nav-link {
           border-radius: $md-card-border-radius;
           background-color: inherit;
           color: $white-base;
         }
       }
      }
      */
}

/* line 69, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs {
  display: flex;
  margin: -1.5rem 1rem 0 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 73, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li {
  flex: 1;
}

/* line 75, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a {
  text-align: center;
}

/* line 80, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
  padding: 1.7rem 0 0 0;
}

/* line 98, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
  padding-right: 2rem;
  padding-left: 2rem;
  color: #616161;
}

/* line 103, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal .modal-body .additional-option,
.modal-dialog.cascading-modal .modal-footer .additional-option {
  margin-top: 1rem;
  text-align: center;
}

/* line 109, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal.modal-avatar {
  margin-top: 6rem;
}

/* line 111, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal.modal-avatar .modal-header {
  margin: -6rem 0 -1rem;
  box-shadow: none;
}

/* line 115, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.cascading-modal.modal-avatar .modal-header img {
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 126, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify .heading {
  padding: 0.3rem;
  margin: 0;
  font-size: 1.15rem;
  color: #fff;
}

/* line 132, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify .modal-header {
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 136, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify .close {
  opacity: 1;
}

/* line 139, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161;
}

/* line 145, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .modal-header {
  background-color: #4285f4;
}

/* line 148, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .fas, .modal-dialog.modal-notify.modal-primary .fab, .modal-dialog.modal-notify.modal-primary .far {
  color: #4285f4;
}

/* line 151, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .badge {
  background-color: #4285f4;
}

/* line 155, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .btn .fas,
.modal-dialog.modal-notify.modal-primary .btn .fab,
.modal-dialog.modal-notify.modal-primary .btn .far {
  color: #fff;
}

/* line 161, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far {
  color: #4285f4;
}

/* line 145, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #ff3547;
}

/* line 148, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .fas, .modal-dialog.modal-notify.modal-danger .fab, .modal-dialog.modal-notify.modal-danger .far {
  color: #ff3547;
}

/* line 151, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #ff3547;
}

/* line 155, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .btn .fas,
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far {
  color: #fff;
}

/* line 161, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
  color: #ff3547;
}

/* line 145, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #fb3;
}

/* line 148, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .fas, .modal-dialog.modal-notify.modal-warning .fab, .modal-dialog.modal-notify.modal-warning .far {
  color: #fb3;
}

/* line 151, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #fb3;
}

/* line 155, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .btn .fas,
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far {
  color: #fff;
}

/* line 161, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far {
  color: #fb3;
}

/* line 145, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #00c851;
}

/* line 148, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .fas, .modal-dialog.modal-notify.modal-success .fab, .modal-dialog.modal-notify.modal-success .far {
  color: #00c851;
}

/* line 151, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .badge {
  background-color: #00c851;
}

/* line 155, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .btn .fas,
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far {
  color: #fff;
}

/* line 161, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far {
  color: #00c851;
}

/* line 145, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #33b5e5;
}

/* line 148, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .fas, .modal-dialog.modal-notify.modal-info .fab, .modal-dialog.modal-notify.modal-info .far {
  color: #33b5e5;
}

/* line 151, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .badge {
  background-color: #33b5e5;
}

/* line 155, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .btn .fas,
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far {
  color: #fff;
}

/* line 161, vendor/assets/stylesheets/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far {
  color: #33b5e5;
}

/* line 174, vendor/assets/stylesheets/free/_modals.scss */
.modal {
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  /* line 178, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-top {
    top: 0;
  }
  /* line 181, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-left {
    left: 0;
  }
  /* line 184, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-right {
    right: 0;
  }
  /* line 187, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-bottom {
    bottom: 0;
  }
  /* line 190, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }
  /* line 194, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }
  /* line 198, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-bottom-left {
    bottom: 10px;
    left: 10px;
  }
  /* line 202, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}

/* line 209, vendor/assets/stylesheets/free/_modals.scss */
.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}

/* line 212, vendor/assets/stylesheets/free/_modals.scss */
.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0);
}

/* line 215, vendor/assets/stylesheets/free/_modals.scss */
.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}

/* line 218, vendor/assets/stylesheets/free/_modals.scss */
.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}

@media (min-width: 992px) {
  /* line 223, vendor/assets/stylesheets/free/_modals.scss */
  .modal.modal-scrolling {
    position: relative;
  }
  /* line 225, vendor/assets/stylesheets/free/_modals.scss */
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }
  /* line 230, vendor/assets/stylesheets/free/_modals.scss */
  .modal.modal-content-clickable {
    top: auto;
    bottom: auto;
  }
  /* line 233, vendor/assets/stylesheets/free/_modals.scss */
  .modal.modal-content-clickable .modal-dialog {
    position: fixed;
  }
  /* line 237, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }
  /* line 240, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-fluid .modal-content {
    width: 100%;
  }
  /* line 244, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  /* line 249, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }
  /* line 253, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 400px;
    height: auto;
    min-height: 100%;
    margin: 0;
  }
  /* line 262, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* line 269, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height.modal-top {
    bottom: auto;
  }
  /* line 272, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height.modal-bottom {
    top: auto;
    min-height: 0;
  }
  /* line 276, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height .modal-content {
    width: 100%;
  }
  /* line 279, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height.modal-lg {
    width: 90%;
    max-width: 90%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  /* line 279, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height.modal-lg {
    width: 800px;
    max-width: 800px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 279, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-full-height.modal-lg {
    width: 1000px;
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  /* line 292, vendor/assets/stylesheets/free/_modals.scss */
  .modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 400px;
    margin: 0;
  }
}

/* line 3, vendor/assets/stylesheets/free/_carousels.scss */
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* line 8, vendor/assets/stylesheets/free/_carousels.scss */
.carousel .carousel-control-prev-icon {
  background-image: url(/../img/svg/arrow_left.svg);
}

/* line 11, vendor/assets/stylesheets/free/_carousels.scss */
.carousel .carousel-control-next-icon {
  background-image: url(/../img/svg/arrow_right.svg);
}

/* line 15, vendor/assets/stylesheets/free/_carousels.scss */
.carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  border-radius: 50%;
}

/* line 24, vendor/assets/stylesheets/free/_carousels.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

/* line 29, vendor/assets/stylesheets/free/_carousels.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 36, vendor/assets/stylesheets/free/_carousels.scss */
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

/* line 40, vendor/assets/stylesheets/free/_carousels.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 40, vendor/assets/stylesheets/free/_carousels.scss */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3, vendor/assets/stylesheets/free/_forms.scss */
.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 6, vendor/assets/stylesheets/free/_forms.scss */
.md-form input:not([type]),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 33, vendor/assets/stylesheets/free/_forms.scss */
.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 38, vendor/assets/stylesheets/free/_forms.scss */
.md-form input:not([type]):focus:not([readonly]) + label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search-md"]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

/* line 44, vendor/assets/stylesheets/free/_forms.scss */
.md-form input:not([type]) + label::after,
.md-form input[type="text"]:not(.browser-default) + label::after,
.md-form input[type="password"]:not(.browser-default) + label::after,
.md-form input[type="email"]:not(.browser-default) + label::after,
.md-form input[type="url"]:not(.browser-default) + label::after,
.md-form input[type="time"]:not(.browser-default) + label::after,
.md-form input[type="date"]:not(.browser-default) + label::after,
.md-form input[type="datetime"]:not(.browser-default) + label::after,
.md-form input[type="datetime-local"]:not(.browser-default) + label::after,
.md-form input[type="tel"]:not(.browser-default) + label::after,
.md-form input[type="number"]:not(.browser-default) + label::after,
.md-form input[type="search"]:not(.browser-default) + label::after,
.md-form input[type="phone"]:not(.browser-default) + label::after,
.md-form input[type="search-md"] + label::after,
.md-form textarea.md-textarea + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

/* line 54, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.valid:not([type]), .md-form input.valid:not([type]):focus,
.md-form input.valid[type="text"]:not(.browser-default),
.md-form input.valid[type="text"]:not(.browser-default):focus,
.md-form input.valid[type="password"]:not(.browser-default),
.md-form input.valid[type="password"]:not(.browser-default):focus,
.md-form input.valid[type="email"]:not(.browser-default),
.md-form input.valid[type="email"]:not(.browser-default):focus,
.md-form input.valid[type="url"]:not(.browser-default),
.md-form input.valid[type="url"]:not(.browser-default):focus,
.md-form input.valid[type="time"]:not(.browser-default),
.md-form input.valid[type="time"]:not(.browser-default):focus,
.md-form input.valid[type="date"]:not(.browser-default),
.md-form input.valid[type="date"]:not(.browser-default):focus,
.md-form input.valid[type="datetime"]:not(.browser-default),
.md-form input.valid[type="datetime"]:not(.browser-default):focus,
.md-form input.valid[type="datetime-local"]:not(.browser-default),
.md-form input.valid[type="datetime-local"]:not(.browser-default):focus,
.md-form input.valid[type="tel"]:not(.browser-default),
.md-form input.valid[type="tel"]:not(.browser-default):focus,
.md-form input.valid[type="number"]:not(.browser-default),
.md-form input.valid[type="number"]:not(.browser-default):focus,
.md-form input.valid[type="search"]:not(.browser-default),
.md-form input.valid[type="search"]:not(.browser-default):focus,
.md-form input.valid[type="phone"]:not(.browser-default),
.md-form input.valid[type="phone"]:not(.browser-default):focus,
.md-form input.valid[type="search-md"],
.md-form input.valid[type="search-md"]:focus,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea.valid:focus {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}

/* line 60, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.valid:not([type]) + label:after, .md-form input.valid:not([type]):focus + label:after,
.md-form input.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="phone"]:not(.browser-default) + label:after,
.md-form input.valid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="search-md"] + label:after,
.md-form input.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.valid + label:after,
.md-form textarea.md-textarea.valid:focus + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}

/* line 68, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.invalid:not([type]), .md-form input.invalid:not([type]):focus,
.md-form input.invalid[type="text"]:not(.browser-default),
.md-form input.invalid[type="text"]:not(.browser-default):focus,
.md-form input.invalid[type="password"]:not(.browser-default),
.md-form input.invalid[type="password"]:not(.browser-default):focus,
.md-form input.invalid[type="email"]:not(.browser-default),
.md-form input.invalid[type="email"]:not(.browser-default):focus,
.md-form input.invalid[type="url"]:not(.browser-default),
.md-form input.invalid[type="url"]:not(.browser-default):focus,
.md-form input.invalid[type="time"]:not(.browser-default),
.md-form input.invalid[type="time"]:not(.browser-default):focus,
.md-form input.invalid[type="date"]:not(.browser-default),
.md-form input.invalid[type="date"]:not(.browser-default):focus,
.md-form input.invalid[type="datetime"]:not(.browser-default),
.md-form input.invalid[type="datetime"]:not(.browser-default):focus,
.md-form input.invalid[type="datetime-local"]:not(.browser-default),
.md-form input.invalid[type="datetime-local"]:not(.browser-default):focus,
.md-form input.invalid[type="tel"]:not(.browser-default),
.md-form input.invalid[type="tel"]:not(.browser-default):focus,
.md-form input.invalid[type="number"]:not(.browser-default),
.md-form input.invalid[type="number"]:not(.browser-default):focus,
.md-form input.invalid[type="search"]:not(.browser-default),
.md-form input.invalid[type="search"]:not(.browser-default):focus,
.md-form input.invalid[type="phone"]:not(.browser-default),
.md-form input.invalid[type="phone"]:not(.browser-default):focus,
.md-form input.invalid[type="search-md"],
.md-form input.invalid[type="search-md"]:focus,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea.invalid:focus {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

/* line 74, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.invalid:not([type]) + label:after, .md-form input.invalid:not([type]):focus + label:after,
.md-form input.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="phone"]:not(.browser-default) + label:after,
.md-form input.invalid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="search-md"] + label:after,
.md-form input.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.invalid + label:after,
.md-form textarea.md-textarea.invalid:focus + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

/* line 81, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.form-control.valid:not([type]) + label:after, .md-form input.form-control.valid:not([type]):focus + label:after,
.md-form input.form-control.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="phone"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="search-md"] + label:after,
.md-form input.form-control.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control.valid + label:after,
.md-form textarea.md-textarea.form-control.valid:focus + label:after {
  top: 4.1rem;
}

/* line 86, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.form-control.invalid:not([type]) + label:after, .md-form input.form-control.invalid:not([type]):focus + label:after,
.md-form input.form-control.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="phone"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="search-md"] + label:after,
.md-form input.form-control.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control.invalid + label:after,
.md-form textarea.md-textarea.form-control.invalid:focus + label:after {
  top: 4rem;
}

/* line 91, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.form-control-lg.valid:not([type]) + label:after, .md-form input.form-control-lg.valid:not([type]):focus + label:after,
.md-form input.form-control-lg.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="phone"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="search-md"] + label:after,
.md-form input.form-control-lg.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-lg.valid + label:after,
.md-form textarea.md-textarea.form-control-lg.valid:focus + label:after {
  top: 4.6rem;
}

/* line 96, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.form-control-lg.invalid:not([type]) + label:after, .md-form input.form-control-lg.invalid:not([type]):focus + label:after,
.md-form input.form-control-lg.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="phone"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="search-md"] + label:after,
.md-form input.form-control-lg.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-lg.invalid + label:after,
.md-form textarea.md-textarea.form-control-lg.invalid:focus + label:after {
  top: 4.6rem;
}

/* line 101, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.form-control-sm.valid:not([type]) + label:after, .md-form input.form-control-sm.valid:not([type]):focus + label:after,
.md-form input.form-control-sm.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="phone"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="search-md"] + label:after,
.md-form input.form-control-sm.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-sm.valid + label:after,
.md-form textarea.md-textarea.form-control-sm.valid:focus + label:after {
  top: 3.7rem;
}

/* line 106, vendor/assets/stylesheets/free/_forms.scss */
.md-form input.form-control-sm.invalid:not([type]) + label:after, .md-form input.form-control-sm.invalid:not([type]):focus + label:after,
.md-form input.form-control-sm.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="phone"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="phone"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="search-md"] + label:after,
.md-form input.form-control-sm.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-sm.invalid + label:after,
.md-form textarea.md-textarea.form-control-sm.invalid:focus + label:after {
  top: 3.6rem;
}

/* line 112, vendor/assets/stylesheets/free/_forms.scss */
.md-form > input[type="date"]:not(.browser-default) + label {
  transform: translateY(-27px) scale(0.8);
  transform-origin: 0 0;
}

/* line 117, vendor/assets/stylesheets/free/_forms.scss */
.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form > input[type="time"]:not(.browser-default) + label {
  font-size: .8rem;
  transform: translateY(-25px);
  transform-origin: 0 0;
}

/* line 127, vendor/assets/stylesheets/free/_forms.scss */
.md-form .was-validated input[type="text"]:valid + label {
  color: #00c851 !important;
}

/* line 133, vendor/assets/stylesheets/free/_forms.scss */
.md-form .was-validated input[type="text"]:invalid + label {
  color: #f44336 !important;
}

/* line 140, vendor/assets/stylesheets/free/_forms.scss */
.md-form .was-validated .form-control:valid:focus {
  box-shadow: 0 1px 0 0 #00c851 !important;
}

/* line 144, vendor/assets/stylesheets/free/_forms.scss */
.md-form .was-validated .form-control:valid {
  border-color: #00c851 !important;
}

/* line 148, vendor/assets/stylesheets/free/_forms.scss */
.md-form .was-validated .form-control:invalid:focus {
  box-shadow: 0 1px 0 0 #f44336 !important;
}

/* line 152, vendor/assets/stylesheets/free/_forms.scss */
.md-form .was-validated .form-control:invalid {
  border-color: #f44336 !important;
}

/* line 159, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control {
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0 0 0.5rem 0;
  background-color: transparent;
  border-radius: 0;
}

/* line 166, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control:focus {
  box-shadow: none;
}

/* line 170, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control:disabled, .md-form .form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #bdbdbd;
}

/* line 176, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-valid {
  border-color: #00c851;
}

/* line 179, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-valid:focus {
  border-color: #00c851 !important;
  box-shadow: 0 1px 0 0 #00c851 !important;
}

/* line 185, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-invalid {
  border-color: #f44336;
}

/* line 188, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-invalid:focus {
  border-color: #f44336 !important;
  box-shadow: 0 1px 0 0 #f44336 !important;
}

/* line 194, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-valid, .md-form .form-control.is-invalid {
  background-position: center right !important;
}

/* line 449, vendor/assets/stylesheets/core/_mixins.scss */
.md-form .validate {
  margin-bottom: 2.5rem;
}

/* line 453, vendor/assets/stylesheets/core/_mixins.scss */
.md-form label {
  font-size: 1rem;
}

/* line 456, vendor/assets/stylesheets/core/_mixins.scss */
.md-form label.active {
  font-size: 1rem;
}

/* line 461, vendor/assets/stylesheets/core/_mixins.scss */
.md-form .prefix {
  top: 0.25rem;
  font-size: 1.75rem;
}

/* line 465, vendor/assets/stylesheets/core/_mixins.scss */
.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
  width: calc(100% - 2.5rem);
  margin-left: 2.5rem;
}

/* line 471, vendor/assets/stylesheets/core/_mixins.scss */
.md-form .prefix ~ label {
  margin-left: 2.5rem;
}

/* line 475, vendor/assets/stylesheets/core/_mixins.scss */
.md-form .prefix ~ .form-text {
  margin-left: 2.6rem;
}

/* line 205, vendor/assets/stylesheets/free/_forms.scss */
.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateY(12px);
  transform-origin: 0% 100%;
}

/* line 216, vendor/assets/stylesheets/free/_forms.scss */
.md-form label.active {
  transform: translateY(-14px) scale(0.8);
}

/* line 221, vendor/assets/stylesheets/free/_forms.scss */
.md-form .prefix {
  position: absolute;
  transition: color 0.2s;
}

/* line 225, vendor/assets/stylesheets/free/_forms.scss */
.md-form .prefix.active {
  color: #4285f4;
}

/* line 449, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg .validate {
  margin-bottom: 2.8rem;
}

/* line 453, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg label {
  font-size: 1.25rem;
}

/* line 456, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg label.active {
  font-size: 1.15rem;
}

/* line 461, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg .prefix {
  top: 0.4rem;
  font-size: 2rem;
}

/* line 465, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg .prefix ~ input,
.md-form.form-lg .prefix ~ textarea {
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

/* line 471, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg .prefix ~ label {
  margin-left: 3rem;
}

/* line 475, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-lg .prefix ~ .form-text {
  margin-left: 3.1rem;
}

/* line 449, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm .validate {
  margin-bottom: 2.3rem;
}

/* line 453, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm label {
  font-size: 0.875rem;
}

/* line 456, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm label.active {
  font-size: 0.95rem;
}

/* line 461, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm .prefix {
  top: 0.35rem;
  font-size: 1.5rem;
}

/* line 465, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm .prefix ~ input,
.md-form.form-sm .prefix ~ textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

/* line 471, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm .prefix ~ label {
  margin-left: 2rem;
}

/* line 475, vendor/assets/stylesheets/core/_mixins.scss */
.md-form.form-sm .prefix ~ .form-text {
  margin-left: 2rem;
}

/* line 240, vendor/assets/stylesheets/free/_forms.scss */
.md-form textarea.md-textarea {
  padding: 0;
  overflow-y: hidden;
}

/* line 244, vendor/assets/stylesheets/free/_forms.scss */
.md-form textarea.md-textarea + label {
  top: -0.6rem;
}

/* line 249, vendor/assets/stylesheets/free/_forms.scss */
.md-form textarea.md-textarea-auto {
  padding: 0;
  padding-top: 1.5rem;
}

/* line 253, vendor/assets/stylesheets/free/_forms.scss */
.md-form textarea.md-textarea-auto + label {
  top: 0;
}

/* line 266, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 271, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input[type="text"],
.md-form.md-outline input[type="password"],
.md-form.md-outline input[type="email"],
.md-form.md-outline input[type="url"],
.md-form.md-outline input[type="time"],
.md-form.md-outline input[type="date"],
.md-form.md-outline input[type="datetime-local"],
.md-form.md-outline input[type="tel"],
.md-form.md-outline input[type="number"],
.md-form.md-outline input[type="search-md"],
.md-form.md-outline input[type="search"],
.md-form.md-outline textarea.md-textarea {
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  transition: all .3s;
}

/* line 293, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input[type="text"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]),
.md-form.md-outline input[type="email"]:focus:not([readonly]),
.md-form.md-outline input[type="url"]:focus:not([readonly]),
.md-form.md-outline input[type="time"]:focus:not([readonly]),
.md-form.md-outline input[type="date"]:focus:not([readonly]),
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-outline input[type="tel"]:focus:not([readonly]),
.md-form.md-outline input[type="number"]:focus:not([readonly]),
.md-form.md-outline input[type="search-md"]:focus:not([readonly]),
.md-form.md-outline input[type="search"]:focus:not([readonly]),
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

/* line 298, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

/* line 304, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input.valid[type="text"], .md-form.md-outline input.valid[type="text"]:focus,
.md-form.md-outline input.valid[type="password"],
.md-form.md-outline input.valid[type="password"]:focus,
.md-form.md-outline input.valid[type="email"],
.md-form.md-outline input.valid[type="email"]:focus,
.md-form.md-outline input.valid[type="url"],
.md-form.md-outline input.valid[type="url"]:focus,
.md-form.md-outline input.valid[type="time"],
.md-form.md-outline input.valid[type="time"]:focus,
.md-form.md-outline input.valid[type="date"],
.md-form.md-outline input.valid[type="date"]:focus,
.md-form.md-outline input.valid[type="datetime-local"],
.md-form.md-outline input.valid[type="datetime-local"]:focus,
.md-form.md-outline input.valid[type="tel"],
.md-form.md-outline input.valid[type="tel"]:focus,
.md-form.md-outline input.valid[type="number"],
.md-form.md-outline input.valid[type="number"]:focus,
.md-form.md-outline input.valid[type="search-md"],
.md-form.md-outline input.valid[type="search-md"]:focus,
.md-form.md-outline input.valid[type="search"],
.md-form.md-outline input.valid[type="search"]:focus,
.md-form.md-outline textarea.md-textarea.valid,
.md-form.md-outline textarea.md-textarea.valid:focus {
  border-color: #00c851;
  box-shadow: inset 0 0 0 1px #00c851;
}

/* line 310, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input.valid[type="text"]:focus:not([readonly]) + label, .md-form.md-outline input.valid[type="text"] + label:after, .md-form.md-outline input.valid[type="text"]:focus + label:after,
.md-form.md-outline input.valid[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="password"] + label:after,
.md-form.md-outline input.valid[type="password"]:focus + label:after,
.md-form.md-outline input.valid[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="email"] + label:after,
.md-form.md-outline input.valid[type="email"]:focus + label:after,
.md-form.md-outline input.valid[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="url"] + label:after,
.md-form.md-outline input.valid[type="url"]:focus + label:after,
.md-form.md-outline input.valid[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="time"] + label:after,
.md-form.md-outline input.valid[type="time"]:focus + label:after,
.md-form.md-outline input.valid[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="date"] + label:after,
.md-form.md-outline input.valid[type="date"]:focus + label:after,
.md-form.md-outline input.valid[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="datetime-local"] + label:after,
.md-form.md-outline input.valid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.valid[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="tel"] + label:after,
.md-form.md-outline input.valid[type="tel"]:focus + label:after,
.md-form.md-outline input.valid[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="number"] + label:after,
.md-form.md-outline input.valid[type="number"]:focus + label:after,
.md-form.md-outline input.valid[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="search-md"] + label:after,
.md-form.md-outline input.valid[type="search-md"]:focus + label:after,
.md-form.md-outline input.valid[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="search"] + label:after,
.md-form.md-outline input.valid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.valid:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea.valid + label:after,
.md-form.md-outline textarea.md-textarea.valid:focus + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}

/* line 319, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input.invalid[type="text"], .md-form.md-outline input.invalid[type="text"]:focus,
.md-form.md-outline input.invalid[type="password"],
.md-form.md-outline input.invalid[type="password"]:focus,
.md-form.md-outline input.invalid[type="email"],
.md-form.md-outline input.invalid[type="email"]:focus,
.md-form.md-outline input.invalid[type="url"],
.md-form.md-outline input.invalid[type="url"]:focus,
.md-form.md-outline input.invalid[type="time"],
.md-form.md-outline input.invalid[type="time"]:focus,
.md-form.md-outline input.invalid[type="date"],
.md-form.md-outline input.invalid[type="date"]:focus,
.md-form.md-outline input.invalid[type="datetime-local"],
.md-form.md-outline input.invalid[type="datetime-local"]:focus,
.md-form.md-outline input.invalid[type="tel"],
.md-form.md-outline input.invalid[type="tel"]:focus,
.md-form.md-outline input.invalid[type="number"],
.md-form.md-outline input.invalid[type="number"]:focus,
.md-form.md-outline input.invalid[type="search-md"],
.md-form.md-outline input.invalid[type="search-md"]:focus,
.md-form.md-outline input.invalid[type="search"],
.md-form.md-outline input.invalid[type="search"]:focus,
.md-form.md-outline textarea.md-textarea.invalid,
.md-form.md-outline textarea.md-textarea.invalid:focus {
  border-color: #f44336;
  box-shadow: inset 0 0 0 1px #f44336;
}

/* line 325, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input.invalid[type="text"]:focus:not([readonly]) + label, .md-form.md-outline input.invalid[type="text"] + label:after, .md-form.md-outline input.invalid[type="text"]:focus + label:after,
.md-form.md-outline input.invalid[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="password"] + label:after,
.md-form.md-outline input.invalid[type="password"]:focus + label:after,
.md-form.md-outline input.invalid[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="email"] + label:after,
.md-form.md-outline input.invalid[type="email"]:focus + label:after,
.md-form.md-outline input.invalid[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="url"] + label:after,
.md-form.md-outline input.invalid[type="url"]:focus + label:after,
.md-form.md-outline input.invalid[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="time"] + label:after,
.md-form.md-outline input.invalid[type="time"]:focus + label:after,
.md-form.md-outline input.invalid[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="date"] + label:after,
.md-form.md-outline input.invalid[type="date"]:focus + label:after,
.md-form.md-outline input.invalid[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="datetime-local"] + label:after,
.md-form.md-outline input.invalid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.invalid[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="tel"] + label:after,
.md-form.md-outline input.invalid[type="tel"]:focus + label:after,
.md-form.md-outline input.invalid[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="number"] + label:after,
.md-form.md-outline input.invalid[type="number"]:focus + label:after,
.md-form.md-outline input.invalid[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="search-md"] + label:after,
.md-form.md-outline input.invalid[type="search-md"]:focus + label:after,
.md-form.md-outline input.invalid[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="search"] + label:after,
.md-form.md-outline input.invalid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.invalid:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea.invalid + label:after,
.md-form.md-outline textarea.md-textarea.invalid:focus + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

/* line 333, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input.form-control.valid[type="text"] + label:after, .md-form.md-outline input.form-control.valid[type="text"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="password"] + label:after,
.md-form.md-outline input.form-control.valid[type="password"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="email"] + label:after,
.md-form.md-outline input.form-control.valid[type="email"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="url"] + label:after,
.md-form.md-outline input.form-control.valid[type="url"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="time"] + label:after,
.md-form.md-outline input.form-control.valid[type="time"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="date"] + label:after,
.md-form.md-outline input.form-control.valid[type="date"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="datetime-local"] + label:after,
.md-form.md-outline input.form-control.valid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="tel"] + label:after,
.md-form.md-outline input.form-control.valid[type="tel"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="number"] + label:after,
.md-form.md-outline input.form-control.valid[type="number"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="search-md"] + label:after,
.md-form.md-outline input.form-control.valid[type="search-md"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="search"] + label:after,
.md-form.md-outline input.form-control.valid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.form-control.valid + label:after,
.md-form.md-outline textarea.md-textarea.form-control.valid:focus + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}

/* line 340, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input.form-control.invalid[type="text"] + label:after, .md-form.md-outline input.form-control.invalid[type="text"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="password"] + label:after,
.md-form.md-outline input.form-control.invalid[type="password"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="email"] + label:after,
.md-form.md-outline input.form-control.invalid[type="email"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="url"] + label:after,
.md-form.md-outline input.form-control.invalid[type="url"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="time"] + label:after,
.md-form.md-outline input.form-control.invalid[type="time"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="date"] + label:after,
.md-form.md-outline input.form-control.invalid[type="date"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="datetime-local"] + label:after,
.md-form.md-outline input.form-control.invalid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="tel"] + label:after,
.md-form.md-outline input.form-control.invalid[type="tel"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="number"] + label:after,
.md-form.md-outline input.form-control.invalid[type="number"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="search-md"] + label:after,
.md-form.md-outline input.form-control.invalid[type="search-md"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="search"] + label:after,
.md-form.md-outline input.form-control.invalid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.form-control.invalid + label:after,
.md-form.md-outline textarea.md-textarea.form-control.invalid:focus + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}

/* line 348, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form.md-outline > input[type="time"]:not(.browser-default) + label {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  transform: translateY(-9px) scale(0.8);
  transform-origin: 0 0;
}

/* line 360, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label.active,
.md-form.md-outline > input[type="time"]:not(.browser-default) + label.active {
  transform: translateY(-9px) scale(0.8);
  transform-origin: 0 0;
}

@keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}

/* line 380, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline input:-webkit-autofill {
  animation-name: autofill;
  animation-fill-mode: both;
}

/* line 387, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .form-control {
  padding: .375rem .75rem;
}

/* line 391, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateY(9px);
  transform-origin: 0% 100%;
}

/* line 403, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline label.active {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  transform: translateY(-13px) scale(0.8);
}

/* line 415, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg .form-control.form-control-lg {
  padding: .5rem .725rem;
}

/* line 420, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg label {
  font-size: 1.25rem;
  transform: translateY(10px);
}

/* line 424, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg label.active {
  font-size: 1.1rem;
  transform: translateY(-14px) scale(0.8);
}

/* line 430, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg .prefix {
  top: .65rem;
  font-size: 25px;
}

/* line 434, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg .prefix ~ input,
.md-form.md-outline.form-lg .prefix ~ textarea {
  width: calc(100% - 2.2rem);
  margin-left: 2.2rem;
}

/* line 440, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg .prefix ~ label {
  margin-left: 2.2rem;
}

/* line 444, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-lg .prefix ~ .form-text {
  margin-left: 2.3rem;
}

/* line 452, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm .form-control.form-control-sm {
  padding: .25rem .625rem;
}

/* line 457, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm label {
  font-size: .8rem;
  transform: translateY(8px);
}

/* line 461, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm label.active {
  font-size: .85rem;
  transform: translateY(-12px) scale(0.8);
}

/* line 467, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm .prefix {
  top: .5rem;
  font-size: 15px;
}

/* line 471, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm .prefix ~ input,
.md-form.md-outline.form-sm .prefix ~ textarea {
  width: calc(100% - 1.6rem);
  margin-left: 1.6rem;
}

/* line 477, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm .prefix ~ label {
  margin-left: 1.6rem;
}

/* line 481, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline.form-sm .prefix ~ .form-text {
  margin-left: 1.7rem;
}

/* line 487, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .prefix {
  position: absolute;
  top: .6rem;
  font-size: 20px;
  transition: color .2s;
}

/* line 493, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .prefix:focus {
  color: #4285f4;
}

/* line 497, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .prefix ~ input,
.md-form.md-outline .prefix ~ textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

/* line 503, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .prefix ~ label {
  margin-left: 2rem;
}

/* line 507, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .prefix ~ .form-text {
  margin-left: 2.1rem;
}

/* line 512, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-outline .character-counter {
  margin-top: -.5rem;
}

/* line 519, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg input[type="text"],
.md-form.md-bg input[type="password"],
.md-form.md-bg input[type="email"],
.md-form.md-bg input[type="url"],
.md-form.md-bg input[type="time"],
.md-form.md-bg input[type="date"],
.md-form.md-bg input[type="datetime-local"],
.md-form.md-bg input[type="tel"],
.md-form.md-bg input[type="number"],
.md-form.md-bg input[type="search-md"],
.md-form.md-bg input[type="search"],
.md-form.md-bg textarea.md-textarea {
  box-sizing: border-box;
  padding: 10px 5px;
  background: #f5f5f5 no-repeat;
  background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
  background-position: 50% 100%, 50% 100%;
  background-size: 0 2px, 100% 1px;
  border: 0;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

/* line 531, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg input[type="text"]:focus:not([readonly]),
.md-form.md-bg input[type="password"]:focus:not([readonly]),
.md-form.md-bg input[type="email"]:focus:not([readonly]),
.md-form.md-bg input[type="url"]:focus:not([readonly]),
.md-form.md-bg input[type="time"]:focus:not([readonly]),
.md-form.md-bg input[type="date"]:focus:not([readonly]),
.md-form.md-bg input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-bg input[type="tel"]:focus:not([readonly]),
.md-form.md-bg input[type="number"]:focus:not([readonly]),
.md-form.md-bg input[type="search-md"]:focus:not([readonly]),
.md-form.md-bg input[type="search"]:focus:not([readonly]),
.md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
}

/* line 547, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg input[type="text"]:focus,
.md-form.md-bg input[type="password"]:focus,
.md-form.md-bg input[type="email"]:focus,
.md-form.md-bg input[type="url"]:focus,
.md-form.md-bg input[type="time"]:focus,
.md-form.md-bg input[type="date"]:focus,
.md-form.md-bg input[type="datetime-local"]:focus,
.md-form.md-bg input[type="tel"]:focus,
.md-form.md-bg input[type="number"]:focus,
.md-form.md-bg input[type="search-md"]:focus,
.md-form.md-bg input[type="search"]:focus,
.md-form.md-bg textarea.md-textarea:focus {
  background-color: #dcdcdc;
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

/* line 554, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg > input[type="date"]:not(.browser-default) + label {
  transform: translateY(-12px) scale(0.8);
  transform-origin: 0 0;
}

/* line 559, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form.md-bg > input[type="time"]:not(.browser-default) + label {
  font-size: .8rem;
  transform: translateY(-12px);
  transform-origin: 0 0;
}

/* line 566, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg .form-control {
  padding: 1.1rem .7rem .4rem !important;
}

/* line 570, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg label {
  top: 0;
  padding-left: .7rem;
  font-size: 1rem;
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateY(13px);
  transform-origin: 0% 100%;
}

/* line 578, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg label.active {
  padding-left: .75rem;
  font-weight: 500;
  transform: translateY(-3px) scale(0.8);
}

/* line 587, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg.form-lg label {
  transform: translateY(16px);
}

/* line 590, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg.form-lg label.active {
  transform: translateY(-4px) scale(0.8);
}

/* line 598, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg.form-sm label {
  transform: translateY(11px);
}

/* line 601, vendor/assets/stylesheets/free/_forms.scss */
.md-form.md-bg.form-sm label.active {
  transform: translateY(-2px) scale(0.8);
}

/* line 609, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-invalid,
.was-validated .md-form .form-control:invalid {
  padding-right: 0;
}

/* line 614, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control.is-valid,
.was-validated .md-form .form-control:valid {
  padding-right: 0;
}

/* line 619, vendor/assets/stylesheets/free/_forms.scss */
.needs-validation .md-form label {
  left: .3rem;
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir";
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(pl-pl) ~ .custom-file-label::after {
  content: "Wybierz";
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Choisir";
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(in) ~ .custom-file-label::after {
  content: "Pilih";
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(zh) ~ .custom-file-label::after {
  content: "選擇";
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Wählen";
}

/* line 629, vendor/assets/stylesheets/free/_forms.scss */
.custom-file-input:lang(ru) ~ .custom-file-label::after {
  content: "Выбрать";
}

/* line 638, vendor/assets/stylesheets/free/_forms.scss */
.md-form > label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 645, vendor/assets/stylesheets/free/_forms.scss */
.md-form .form-control {
  box-sizing: border-box !important;
}

/* line 649, vendor/assets/stylesheets/free/_forms.scss */
.md-form .input-prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s;
  color: rgba(0, 0, 0, 0.87);
  pointer-events: none;
}

/* line 657, vendor/assets/stylesheets/free/_forms.scss */
.md-form .input-prefix.active {
  color: #4285f4;
}

/* line 663, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-pre-icon label {
  left: 36px;
  right: initial;
}

/* line 668, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-pre-icon .input-prefix {
  left: 16px;
  right: initial;
}

/* line 673, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-pre-icon .form-control {
  padding-left: 2.7rem !important;
}

/* line 680, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-post-icon .input-prefix {
  right: 16px;
  left: initial;
}

/* line 685, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-post-icon .form-control {
  padding-right: 2.7rem !important;
}

/* line 692, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-post-icon.input-with-pre-icon .input-prefix {
  right: 16px;
  left: initial;
}

/* line 697, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-post-icon.input-with-pre-icon .input-prefix:first-of-type {
  left: 16px;
  right: initial;
}

/* line 702, vendor/assets/stylesheets/free/_forms.scss */
.md-form.input-with-post-icon.input-with-pre-icon .form-control {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

/* line 3, vendor/assets/stylesheets/free/_msc.scss */
.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc;
}

/* line 9, vendor/assets/stylesheets/free/_msc.scss */
.free-bird {
  margin-top: -100px;
}

/* line 14, vendor/assets/stylesheets/free/_msc.scss */
.juicy-peach-gradient {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

/* line 18, vendor/assets/stylesheets/free/_msc.scss */
.young-passion-gradient {
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

/* line 22, vendor/assets/stylesheets/free/_msc.scss */
.lady-lips-gradient {
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

/* line 26, vendor/assets/stylesheets/free/_msc.scss */
.sunny-morning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

/* line 30, vendor/assets/stylesheets/free/_msc.scss */
.rainy-ashville-gradient {
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}

/* line 34, vendor/assets/stylesheets/free/_msc.scss */
.frozen-dreams-gradient {
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}

/* line 38, vendor/assets/stylesheets/free/_msc.scss */
.warm-flame-gradient {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

/* line 42, vendor/assets/stylesheets/free/_msc.scss */
.night-fade-gradient {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

/* line 46, vendor/assets/stylesheets/free/_msc.scss */
.spring-warmth-gradient {
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}

/* line 50, vendor/assets/stylesheets/free/_msc.scss */
.winter-neva-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

/* line 54, vendor/assets/stylesheets/free/_msc.scss */
.dusty-grass-gradient {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

/* line 58, vendor/assets/stylesheets/free/_msc.scss */
.tempting-azure-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

/* line 62, vendor/assets/stylesheets/free/_msc.scss */
.heavy-rain-gradient {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

/* line 66, vendor/assets/stylesheets/free/_msc.scss */
.amy-crisp-gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

/* line 70, vendor/assets/stylesheets/free/_msc.scss */
.mean-fruit-gradient {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

/* line 74, vendor/assets/stylesheets/free/_msc.scss */
.deep-blue-gradient {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

/* line 78, vendor/assets/stylesheets/free/_msc.scss */
.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

/* line 82, vendor/assets/stylesheets/free/_msc.scss */
.cloudy-knoxville-gradient {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

/* line 86, vendor/assets/stylesheets/free/_msc.scss */
.morpheus-den-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

/* line 90, vendor/assets/stylesheets/free/_msc.scss */
.rare-wind-gradient {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

/* line 94, vendor/assets/stylesheets/free/_msc.scss */
.near-moon-gradient {
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

/* line 99, vendor/assets/stylesheets/free/_msc.scss */
.schedule-list .hr-bold {
  border-top: 2px solid #212529;
}

/* line 103, vendor/assets/stylesheets/free/_msc.scss */
.schedule-list .font-smaller {
  font-size: .8rem;
}

/* line 108, vendor/assets/stylesheets/free/_msc.scss */
.note {
  padding: 10px;
  border-left: 6px solid;
  border-radius: 5px;
}

/* line 112, vendor/assets/stylesheets/free/_msc.scss */
.note strong {
  font-weight: 600;
}

/* line 115, vendor/assets/stylesheets/free/_msc.scss */
.note p {
  font-weight: 500;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-primary {
  background-color: #dfeefd;
  border-color: #176ac4;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-secondary {
  background-color: #e2e3e5;
  border-color: #58595a;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-success {
  background-color: #e2f0e5;
  border-color: #49a75f;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-danger {
  background-color: #fae7e8;
  border-color: #e45460;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-warning {
  background-color: #faf4e0;
  border-color: #c2a442;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-info {
  background-color: #e4f2f5;
  border-color: #2492a5;
}

/* line 121, vendor/assets/stylesheets/free/_msc.scss */
.note-light {
  background-color: #fefefe;
  border-color: #0f0f0f;
}

/* line 3, vendor/assets/stylesheets/free/_footers.scss */
footer.page-footer {
  bottom: 0;
  color: #fff;
}

/* line 6, vendor/assets/stylesheets/free/_footers.scss */
footer.page-footer .container-fluid {
  width: auto;
}

/* line 9, vendor/assets/stylesheets/free/_footers.scss */
footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 14, vendor/assets/stylesheets/free/_footers.scss */
footer.page-footer a {
  color: #fff;
}

/* line 3, vendor/assets/stylesheets/free/_list-group.scss */
.media .media-left {
  padding: 0 10px 10px 0;
}

/* line 6, vendor/assets/stylesheets/free/_list-group.scss */
.media .media-left img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 14, vendor/assets/stylesheets/free/_list-group.scss */
.list-group .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

/* line 19, vendor/assets/stylesheets/free/_list-group.scss */
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

/* line 25, vendor/assets/stylesheets/free/_list-group.scss */
.list-group a,
.list-group button {
  transition: 0.5s;
}

/* line 29, vendor/assets/stylesheets/free/_list-group.scss */
.list-group a:hover,
.list-group button:hover {
  transition: 0.5s;
}

/* line 3, vendor/assets/stylesheets/free/_tables.scss */
table th {
  font-size: 0.9rem;
  font-weight: 400;
}

/* line 7, vendor/assets/stylesheets/free/_tables.scss */
table td {
  font-size: 0.9rem;
  font-weight: 300;
}

/* line 12, vendor/assets/stylesheets/free/_tables.scss */
table.table thead th {
  border-top: none;
}

/* line 15, vendor/assets/stylesheets/free/_tables.scss */
table.table th,
table.table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

/* line 20, vendor/assets/stylesheets/free/_tables.scss */
table.table a {
  margin: 0;
  color: #212529;
}

/* line 27, vendor/assets/stylesheets/free/_tables.scss */
table.table .label-table {
  height: 0.94rem;
  padding: 0;
  margin: 0;
  line-height: 0.94rem;
}

/* line 34, vendor/assets/stylesheets/free/_tables.scss */
table.table.btn-table td {
  vertical-align: middle;
}

/* line 42, vendor/assets/stylesheets/free/_tables.scss */
table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  transition: 0.5s;
}

/* line 49, vendor/assets/stylesheets/free/_tables.scss */
table .th-lg {
  min-width: 9rem;
}

/* line 52, vendor/assets/stylesheets/free/_tables.scss */
table .th-sm {
  min-width: 6rem;
}

/* line 56, vendor/assets/stylesheets/free/_tables.scss */
table.table-sm th,
table.table-sm td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* line 63, vendor/assets/stylesheets/free/_tables.scss */
.table-scroll-vertical {
  max-height: 300px;
  overflow-y: auto;
}

/* line 67, vendor/assets/stylesheets/free/_tables.scss */
.table-fixed {
  table-layout: fixed;
}

/* line 75, vendor/assets/stylesheets/free/_tables.scss */
.table-responsive > .table-bordered,
.table-responsive-sm > .table-bordered,
.table-responsive-md > .table-bordered,
.table-responsive-lg > .table-bordered,
.table-responsive-xl > .table-bordered {
  border-top: 1px solid #dee2e6;
}

/*
.navbar {
  &.fixed-top,
  &.sticky-top {
    .navbar-collapse {
      @media (min-width: 400px) and (max-width: 767px),
      (min-width: 800px) and (max-width: 850px) {
        max-height: 340px;
        overflow-x: hidden;
        overflow-y: auto;
      }
    }
  }
}
*/
/* line 2, vendor/assets/stylesheets/free/_steppers.scss */
ul.stepper {
  padding: 0 1.5rem;
  padding: 1.5rem;
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}

/* line 11, vendor/assets/stylesheets/free/_steppers.scss */
ul.stepper li a {
  padding: 1.5rem;
  text-align: center;
}

/* line 15, vendor/assets/stylesheets/free/_steppers.scss */
ul.stepper li a .circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

/* line 27, vendor/assets/stylesheets/free/_steppers.scss */
ul.stepper li a .label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
}

/* line 40, vendor/assets/stylesheets/free/_steppers.scss */
ul.stepper li.active a .label, ul.stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

/* line 59, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 64, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal li {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  transition: 0.5s;
}

/* line 72, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal li a .label {
  margin-top: 0.63rem;
}

/* line 77, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal li:not(:last-child):after {
  position: relative;
  flex: 1;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 86, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal li:not(:first-child):before {
  position: relative;
  flex: 1;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 95, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 47.9375rem) {
  /* line 59, vendor/assets/stylesheets/free/_steppers.scss */
  .stepper-horizontal {
    flex-direction: column;
  }
  /* line 103, vendor/assets/stylesheets/free/_steppers.scss */
  .stepper-horizontal li {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 108, vendor/assets/stylesheets/free/_steppers.scss */
  .stepper-horizontal li a .label {
    flex-flow: column nowrap;
    order: 2;
    margin-top: 0.2rem;
  }
  /* line 115, vendor/assets/stylesheets/free/_steppers.scss */
  .stepper-horizontal li:not(:last-child):after {
    position: absolute;
    top: 3.75rem;
    left: 2.19rem;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
  }
}

/* line 126, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

/* line 132, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 138, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

/* line 145, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li a {
  position: relative;
  display: flex;
  align-self: flex-start;
}

/* line 150, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li a .circle {
  order: 1;
}

/* line 154, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li a .label {
  flex-flow: column nowrap;
  order: 2;
  margin-top: 0.2rem;
}

/* line 163, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li.completed a .label {
  font-weight: 500;
}

/* line 169, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li .step-content {
  display: block;
  padding: 0.94rem;
  margin-top: 0;
  margin-left: 3.13rem;
}

/* line 175, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li .step-content p {
  font-size: 0.88rem;
}

/* line 180, vendor/assets/stylesheets/free/_steppers.scss */
.stepper-vertical li:not(:last-child):after {
  position: absolute;
  top: 3.44rem;
  left: 2.19rem;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 3, vendor/assets/stylesheets/free/_loader.scss */
.fast.spinner-border {
  animation: spinner-border 0.4s linear infinite;
}

/* line 6, vendor/assets/stylesheets/free/_loader.scss */
.fast.spinner-grow {
  animation: spinner-grow 0.4s linear infinite;
}

/* line 3, vendor/assets/stylesheets/free/_treeview.scss */
.treeview.w-20 {
  width: 20rem;
}

/* line 6, vendor/assets/stylesheets/free/_treeview.scss */
.treeview .rotate {
  margin-top: .2rem;
  font-size: .8rem;
  vertical-align: text-top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all .1s linear;
}

/* line 13, vendor/assets/stylesheets/free/_treeview.scss */
.treeview .rotate.down {
  transform: rotate(90deg);
}

/* line 17, vendor/assets/stylesheets/free/_treeview.scss */
.treeview .nested {
  display: none;
}

/* line 20, vendor/assets/stylesheets/free/_treeview.scss */
.treeview .active {
  display: block;
}

/* line 23, vendor/assets/stylesheets/free/_treeview.scss */
.treeview ul {
  list-style-type: none;
}

/* line 26, vendor/assets/stylesheets/free/_treeview.scss */
.treeview .ic-w {
  width: 1.3rem;
}

/* line 32, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated.w-20 {
  width: 20rem;
}

/* line 35, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated ul {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

/* line 42, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list li {
  padding: .2em 0 0 .2em;
}

/* line 49, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .nested::before {
  position: absolute;
  left: 5px;
  display: block;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #808080;
}

/* line 60, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed {
  display: block;
  padding: .2em .2em .2em .4em;
  margin-right: 0;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
}

/* line 67, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed:hover {
  background-color: #8cb9ff;
}

/* line 71, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right {
  font-size: .8rem;
  transition: all .1s linear;
}

/* line 75, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right.down {
  position: relative;
  color: #f8f9fa;
  transform: rotate(90deg);
}

/* line 83, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .open {
  background-color: #32a0ff;
  transition: all .1s linear;
}

/* line 87, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .open:hover {
  color: #f8f9fa;
  background-color: #32a0ff;
}

/* line 92, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-items .open span {
  color: #f8f9fa;
}

/* line 98, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-element {
  padding: .2em .2em .2em .6em;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all .1s linear;
}

/* line 105, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-element:hover {
  background-color: #8cb9ff;
}

/* line 109, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-element.opened {
  color: #f8f9fa;
  background-color: #32a0ff;
}

/* line 113, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-animated .treeview-animated-list .treeview-animated-element.opened:hover {
  color: #f8f9fa;
  background-color: #32a0ff;
}

/* line 122, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful {
  font-size: 16px;
  font-weight: 400;
  background: rgba(224, 127, 178, 0.2);
}

/* line 127, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful.w-20 {
  width: 20rem;
}

/* line 131, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful hr {
  border-color: #a2127a;
}

/* line 135, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful h6 {
  font-size: 1.4em;
  font-weight: 500;
  color: #a2127a;
}

/* line 141, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}

/* line 149, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-list ul {
  padding-left: 1em;
  margin-top: .1em;
  background: rgba(224, 127, 178, 0.2);
}

/* line 156, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-element {
  padding: .2em .2em .2em 1em;
  cursor: pointer;
  border: 2px solid transparent;
  border-right: 0 solid transparent;
  transition: all .1s linear;
}

/* line 163, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-element:hover {
  background-color: #e07fb2;
}

/* line 167, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-element.opened {
  color: #ffac47;
  background-color: #a2127a;
  border: 2px solid #ffac47;
  border-right: 0 solid transparent;
}

/* line 173, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-element.opened:hover {
  color: #ffac47;
  background-color: #a2127a;
}

/* line 180, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header {
  display: block;
  padding: .4em;
  margin-right: 0;
  border-bottom: 2px solid transparent;
  transition: all .1s linear;
}

/* line 187, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header:hover {
  background-color: #e07fb2;
}

/* line 191, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header.open {
  background-color: #a2127a;
  border-bottom: 2px solid #ffac47;
  transition: all .1s linear;
}

/* line 196, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header.open span {
  color: #ffac47;
}

/* line 200, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header.open:hover {
  color: #ffac47;
  background-color: #a2127a;
}

/* line 205, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header.open div:hover {
  background-color: #a2127a;
}

/* line 210, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header .fa-angle-right {
  font-size: .8rem;
  transition: all .2s linear;
}

/* line 215, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header .fas {
  position: relative;
  color: #ffac47;
  transition: all .2s linear;
  transform: rotate(90deg);
}

/* line 222, vendor/assets/stylesheets/free/_treeview.scss */
.treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
  position: relative;
  color: #ffac47;
  transition: all .2s linear;
  transform: rotate(180deg);
}

/* line 3, vendor/assets/stylesheets/pro/_buttons.scss */
.btn.btn-flat {
  font-weight: 500;
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}

/* line 8, vendor/assets/stylesheets/pro/_buttons.scss */
.btn.btn-flat:not([disabled]):not(.disabled):active {
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-floating {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  width: 47px;
  height: 47px;
}

/* line 555, vendor/assets/stylesheets/core/_mixins.scss */
.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
}

/* line 28, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-floating i {
  display: inline-block;
  width: inherit;
  color: #fff;
  text-align: center;
}

/* line 34, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-floating:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 37, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 40, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-floating.btn-sm {
  width: 36.1538461538px;
  height: 36.1538461538px;
}

/* line 555, vendor/assets/stylesheets/core/_mixins.scss */
.btn-floating.btn-sm i {
  font-size: 0.9615384615rem;
  line-height: 36.1538461538px;
}

/* line 43, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-floating.btn-lg {
  width: 61.1px;
  height: 61.1px;
}

/* line 555, vendor/assets/stylesheets/core/_mixins.scss */
.btn-floating.btn-lg i {
  font-size: 1.625rem;
  line-height: 61.1px;
}

/* line 49, vendor/assets/stylesheets/pro/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 998;
  margin-bottom: 0;
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 15px 15px 15px 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 63, vendor/assets/stylesheets/pro/_buttons.scss */
.fixed-action-btn ul {
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 0;
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
  transition: 400ms all;
  opacity: 0;
  margin-bottom: 0;
}

/* line 77, vendor/assets/stylesheets/pro/_buttons.scss */
.fixed-action-btn ul li {
  z-index: 0;
  display: flex;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

/* line 85, vendor/assets/stylesheets/pro/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
  transition-duration: .4s;
  transform: scale(0.4) translate(0);
}

/* line 89, vendor/assets/stylesheets/pro/_buttons.scss */
.fixed-action-btn ul a.btn-floating.shown {
  opacity: 1;
  transform: scale(1) translate(0);
}

/* line 96, vendor/assets/stylesheets/pro/_buttons.scss */
.fixed-action-btn.active ul {
  height: 300px;
  margin-bottom: 40px;
  opacity: 1;
}

/* line 103, vendor/assets/stylesheets/pro/_buttons.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 108, vendor/assets/stylesheets/pro/_buttons.scss */
.btn-rounded {
  border-radius: 10em;
}

/* line 2, vendor/assets/stylesheets/pro/_social-buttons.scss */
.counter {
  position: relative;
  top: -23px;
  left: auto;
  z-index: 2;
  padding: 1px 7px;
  margin-left: -23px;
  font-size: 11px;
  color: #fff;
  background-color: #fe1212;
  border-radius: 10em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 16, vendor/assets/stylesheets/pro/_social-buttons.scss */
.counter.counter-lg {
  top: -27px;
}

/* line 20, vendor/assets/stylesheets/pro/_social-buttons.scss */
.counter.counter-md {
  top: -19px;
}

/* line 24, vendor/assets/stylesheets/pro/_social-buttons.scss */
.counter.counter-sm {
  top: -15px;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb {
  color: #fff;
  background-color: #3b5998 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb:hover {
  color: #fff;
  background-color: #4264aa;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb:focus, .btn-fb.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb:focus, .btn-fb:active, .btn-fb.active {
  background-color: #1e2e4f;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb.dropdown-toggle {
  background-color: #3b5998 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb.dropdown-toggle:hover, .btn-fb.dropdown-toggle:focus {
  background-color: #4264aa !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb:not([disabled]):not(.disabled):active, .btn-fb.active:not([disabled]):not(.disabled), .show > .btn-fb.dropdown-toggle {
  background-color: #1e2e4f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-fb:not([disabled]):not(.disabled):active:focus, .btn-fb.active:not([disabled]):not(.disabled):focus, .show > .btn-fb.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.fb-ic {
  color: #3b5998 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.fb-ic:hover, .fb-ic:focus {
  color: #3b5998;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-fb {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw {
  color: #fff;
  background-color: #55acee !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw:hover {
  color: #fff;
  background-color: #6cb7f0;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw:focus, .btn-tw.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw:focus, .btn-tw:active, .btn-tw.active {
  background-color: #147bc9;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw.dropdown-toggle {
  background-color: #55acee !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw.dropdown-toggle:hover, .btn-tw.dropdown-toggle:focus {
  background-color: #6cb7f0 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw:not([disabled]):not(.disabled):active, .btn-tw.active:not([disabled]):not(.disabled), .show > .btn-tw.dropdown-toggle {
  background-color: #147bc9 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-tw:not([disabled]):not(.disabled):active:focus, .btn-tw.active:not([disabled]):not(.disabled):focus, .show > .btn-tw.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.tw-ic {
  color: #55acee !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.tw-ic:hover, .tw-ic:focus {
  color: #55acee;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-tw {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus {
  color: #fff;
  background-color: #dd4b39 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus:hover {
  color: #fff;
  background-color: #e15f4f;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus:focus, .btn-gplus.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus:focus, .btn-gplus:active, .btn-gplus.active {
  background-color: #96271a;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus.dropdown-toggle {
  background-color: #dd4b39 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus.dropdown-toggle:hover, .btn-gplus.dropdown-toggle:focus {
  background-color: #e15f4f !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus:not([disabled]):not(.disabled):active, .btn-gplus.active:not([disabled]):not(.disabled), .show > .btn-gplus.dropdown-toggle {
  background-color: #96271a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-gplus:not([disabled]):not(.disabled):active:focus, .btn-gplus.active:not([disabled]):not(.disabled):focus, .show > .btn-gplus.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.gplus-ic {
  color: #dd4b39 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.gplus-ic:hover, .gplus-ic:focus {
  color: #dd4b39;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-gplus {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt {
  color: #fff;
  background-color: #ed302f !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt:hover {
  color: #fff;
  background-color: #ef4746;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt:focus, .btn-yt.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt:focus, .btn-yt:active, .btn-yt.active {
  background-color: #a80f0e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt.dropdown-toggle {
  background-color: #ed302f !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt.dropdown-toggle:hover, .btn-yt.dropdown-toggle:focus {
  background-color: #ef4746 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt:not([disabled]):not(.disabled):active, .btn-yt.active:not([disabled]):not(.disabled), .show > .btn-yt.dropdown-toggle {
  background-color: #a80f0e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-yt:not([disabled]):not(.disabled):active:focus, .btn-yt.active:not([disabled]):not(.disabled):focus, .show > .btn-yt.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.yt-ic {
  color: #ed302f !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.yt-ic:hover, .yt-ic:focus {
  color: #ed302f;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-yt {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li {
  color: #fff;
  background-color: #0082ca !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li:hover {
  color: #fff;
  background-color: #0092e4;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li:focus, .btn-li.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li:focus, .btn-li:active, .btn-li.active {
  background-color: #004064;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li.dropdown-toggle {
  background-color: #0082ca !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li.dropdown-toggle:hover, .btn-li.dropdown-toggle:focus {
  background-color: #0092e4 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li:not([disabled]):not(.disabled):active, .btn-li.active:not([disabled]):not(.disabled), .show > .btn-li.dropdown-toggle {
  background-color: #004064 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-li:not([disabled]):not(.disabled):active:focus, .btn-li.active:not([disabled]):not(.disabled):focus, .show > .btn-li.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.li-ic {
  color: #0082ca !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.li-ic:hover, .li-ic:focus {
  color: #0082ca;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-li {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin {
  color: #fff;
  background-color: #c61118 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin:hover {
  color: #fff;
  background-color: #dd131b;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin:focus, .btn-pin.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin:focus, .btn-pin:active, .btn-pin.active {
  background-color: #68090d;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin.dropdown-toggle {
  background-color: #c61118 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin.dropdown-toggle:hover, .btn-pin.dropdown-toggle:focus {
  background-color: #dd131b !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin:not([disabled]):not(.disabled):active, .btn-pin.active:not([disabled]):not(.disabled), .show > .btn-pin.dropdown-toggle {
  background-color: #68090d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-pin:not([disabled]):not(.disabled):active:focus, .btn-pin.active:not([disabled]):not(.disabled):focus, .show > .btn-pin.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.pin-ic {
  color: #c61118 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.pin-ic:hover, .pin-ic:focus {
  color: #c61118;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-pin {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins {
  color: #fff;
  background-color: #2e5e86 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins:hover {
  color: #fff;
  background-color: #356b99;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins:focus, .btn-ins.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins:focus, .btn-ins:active, .btn-ins.active {
  background-color: #14293a;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins.dropdown-toggle {
  background-color: #2e5e86 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins.dropdown-toggle:hover, .btn-ins.dropdown-toggle:focus {
  background-color: #356b99 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins:not([disabled]):not(.disabled):active, .btn-ins.active:not([disabled]):not(.disabled), .show > .btn-ins.dropdown-toggle {
  background-color: #14293a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-ins:not([disabled]):not(.disabled):active:focus, .btn-ins.active:not([disabled]):not(.disabled):focus, .show > .btn-ins.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.ins-ic {
  color: #2e5e86 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.ins-ic:hover, .ins-ic:focus {
  color: #2e5e86;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-ins {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git {
  color: #fff;
  background-color: #333 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git:hover {
  color: #fff;
  background-color: #404040;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git:focus, .btn-git.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git:focus, .btn-git:active, .btn-git.active {
  background-color: black;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git.dropdown-toggle {
  background-color: #333 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git.dropdown-toggle:hover, .btn-git.dropdown-toggle:focus {
  background-color: #404040 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git:not([disabled]):not(.disabled):active, .btn-git.active:not([disabled]):not(.disabled), .show > .btn-git.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-git:not([disabled]):not(.disabled):active:focus, .btn-git.active:not([disabled]):not(.disabled):focus, .show > .btn-git.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.git-ic {
  color: #333 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.git-ic:hover, .git-ic:focus {
  color: #333;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-git {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm {
  color: #fff;
  background-color: #30cfc0 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm:hover {
  color: #fff;
  background-color: #45d4c6;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm:focus, .btn-comm.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm:focus, .btn-comm:active, .btn-comm.active {
  background-color: #1d7c73;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm.dropdown-toggle {
  background-color: #30cfc0 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm.dropdown-toggle:hover, .btn-comm.dropdown-toggle:focus {
  background-color: #45d4c6 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm:not([disabled]):not(.disabled):active, .btn-comm.active:not([disabled]):not(.disabled), .show > .btn-comm.dropdown-toggle {
  background-color: #1d7c73 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-comm:not([disabled]):not(.disabled):active:focus, .btn-comm.active:not([disabled]):not(.disabled):focus, .show > .btn-comm.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.comm-ic {
  color: #30cfc0 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.comm-ic:hover, .comm-ic:focus {
  color: #30cfc0;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-comm {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk {
  color: #fff;
  background-color: #4c75a3 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #5882b1;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk:focus, .btn-vk.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk:focus, .btn-vk:active, .btn-vk.active {
  background-color: #2c435d;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk.dropdown-toggle {
  background-color: #4c75a3 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk.dropdown-toggle:hover, .btn-vk.dropdown-toggle:focus {
  background-color: #5882b1 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk:not([disabled]):not(.disabled):active, .btn-vk.active:not([disabled]):not(.disabled), .show > .btn-vk.dropdown-toggle {
  background-color: #2c435d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-vk:not([disabled]):not(.disabled):active:focus, .btn-vk.active:not([disabled]):not(.disabled):focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.vk-ic {
  color: #4c75a3 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.vk-ic:hover, .vk-ic:focus {
  color: #4c75a3;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-vk {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble {
  color: #fff;
  background-color: #ec4a89 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble:hover {
  color: #fff;
  background-color: #ee6198;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active {
  background-color: #bc1455;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble.dropdown-toggle {
  background-color: #ec4a89 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble.dropdown-toggle:hover, .btn-dribbble.dropdown-toggle:focus {
  background-color: #ee6198 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble:not([disabled]):not(.disabled):active, .btn-dribbble.active:not([disabled]):not(.disabled), .show > .btn-dribbble.dropdown-toggle {
  background-color: #bc1455 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-dribbble:not([disabled]):not(.disabled):active:focus, .btn-dribbble.active:not([disabled]):not(.disabled):focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.dribbble-ic {
  color: #ec4a89 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.dribbble-ic:hover, .dribbble-ic:focus {
  color: #ec4a89;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-dribbble {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so {
  color: #fff;
  background-color: #ffac44 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so:hover {
  color: #fff;
  background-color: #ffb75e;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so:focus, .btn-so.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so:focus, .btn-so:active, .btn-so.active {
  background-color: #dd7b00;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so.dropdown-toggle {
  background-color: #ffac44 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so.dropdown-toggle:hover, .btn-so.dropdown-toggle:focus {
  background-color: #ffb75e !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so:not([disabled]):not(.disabled):active, .btn-so.active:not([disabled]):not(.disabled), .show > .btn-so.dropdown-toggle {
  background-color: #dd7b00 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-so:not([disabled]):not(.disabled):active:focus, .btn-so.active:not([disabled]):not(.disabled):focus, .show > .btn-so.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.so-ic {
  color: #ffac44 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.so-ic:hover, .so-ic:focus {
  color: #ffac44;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-so {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack {
  color: #fff;
  background-color: #56b68b !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack:hover {
  color: #fff;
  background-color: #68be97;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack:focus, .btn-slack.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack:focus, .btn-slack:active, .btn-slack.active {
  background-color: #327456;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack.dropdown-toggle {
  background-color: #56b68b !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack.dropdown-toggle:hover, .btn-slack.dropdown-toggle:focus {
  background-color: #68be97 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack:not([disabled]):not(.disabled):active, .btn-slack.active:not([disabled]):not(.disabled), .show > .btn-slack.dropdown-toggle {
  background-color: #327456 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-slack:not([disabled]):not(.disabled):active:focus, .btn-slack.active:not([disabled]):not(.disabled):focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.slack-ic {
  color: #56b68b !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.slack-ic:hover, .slack-ic:focus {
  color: #56b68b;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-slack {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email {
  color: #fff;
  background-color: #4b515d !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email:hover {
  color: #fff;
  background-color: #565d6b;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email:focus, .btn-email.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email:focus, .btn-email:active, .btn-email.active {
  background-color: #1d2025;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email.dropdown-toggle {
  background-color: #4b515d !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email.dropdown-toggle:hover, .btn-email.dropdown-toggle:focus {
  background-color: #565d6b !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email:not([disabled]):not(.disabled):active, .btn-email.active:not([disabled]):not(.disabled), .show > .btn-email.dropdown-toggle {
  background-color: #1d2025 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-email:not([disabled]):not(.disabled):active:focus, .btn-email.active:not([disabled]):not(.disabled):focus, .show > .btn-email.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.email-ic {
  color: #4b515d !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.email-ic:hover, .email-ic:focus {
  color: #4b515d;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-email {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit {
  color: #fff;
  background-color: #ff4500 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit:hover {
  color: #fff;
  background-color: #ff581a;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit:focus, .btn-reddit:active, .btn-reddit.active {
  background-color: #992900;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit.dropdown-toggle {
  background-color: #ff4500 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit.dropdown-toggle:hover, .btn-reddit.dropdown-toggle:focus {
  background-color: #ff581a !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit:not([disabled]):not(.disabled):active, .btn-reddit.active:not([disabled]):not(.disabled), .show > .btn-reddit.dropdown-toggle {
  background-color: #992900 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-reddit:not([disabled]):not(.disabled):active:focus, .btn-reddit.active:not([disabled]):not(.disabled):focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.reddit-ic {
  color: #ff4500 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.reddit-ic:hover, .reddit-ic:focus {
  color: #ff4500;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-reddit {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch {
  color: #fff;
  background-color: #6441a4 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch:hover {
  color: #fff;
  background-color: #6f48b6;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch:focus, .btn-twitch.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch:focus, .btn-twitch:active, .btn-twitch.active {
  background-color: #37245b;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch.dropdown-toggle {
  background-color: #6441a4 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch.dropdown-toggle:hover, .btn-twitch.dropdown-toggle:focus {
  background-color: #6f48b6 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch:not([disabled]):not(.disabled):active, .btn-twitch.active:not([disabled]):not(.disabled), .show > .btn-twitch.dropdown-toggle {
  background-color: #37245b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-twitch:not([disabled]):not(.disabled):active:focus, .btn-twitch.active:not([disabled]):not(.disabled):focus, .show > .btn-twitch.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.twitch-ic {
  color: #6441a4 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.twitch-ic:hover, .twitch-ic:focus {
  color: #6441a4;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-twitch {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord {
  color: #fff;
  background-color: #7289da !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord:hover {
  color: #fff;
  background-color: #869adf;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord:focus, .btn-discord.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord:focus, .btn-discord:active, .btn-discord.active {
  background-color: #304eb6;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord.dropdown-toggle {
  background-color: #7289da !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord.dropdown-toggle:hover, .btn-discord.dropdown-toggle:focus {
  background-color: #869adf !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord:not([disabled]):not(.disabled):active, .btn-discord.active:not([disabled]):not(.disabled), .show > .btn-discord.dropdown-toggle {
  background-color: #304eb6 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-discord:not([disabled]):not(.disabled):active:focus, .btn-discord.active:not([disabled]):not(.disabled):focus, .show > .btn-discord.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.discord-ic {
  color: #7289da !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.discord-ic:hover, .discord-ic:focus {
  color: #7289da;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-discord {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp {
  color: #fff;
  background-color: #25d366 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp:hover {
  color: #fff;
  background-color: #36dc74;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp:focus, .btn-whatsapp.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp:focus, .btn-whatsapp:active, .btn-whatsapp.active {
  background-color: #167c3c;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp.dropdown-toggle {
  background-color: #25d366 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp.dropdown-toggle:hover, .btn-whatsapp.dropdown-toggle:focus {
  background-color: #36dc74 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp:not([disabled]):not(.disabled):active, .btn-whatsapp.active:not([disabled]):not(.disabled), .show > .btn-whatsapp.dropdown-toggle {
  background-color: #167c3c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.btn-whatsapp:not([disabled]):not(.disabled):active:focus, .btn-whatsapp.active:not([disabled]):not(.disabled):focus, .show > .btn-whatsapp.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.whatsapp-ic {
  color: #25d366 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.whatsapp-ic:hover, .whatsapp-ic:focus {
  color: #25d366;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
table.table a.btn.btn-whatsapp {
  color: #fff;
}

/* line 2, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs {
  position: relative;
  z-index: 1;
  padding: 0.7rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  margin-left: 1rem;
  background-color: #2bbbad;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 13, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-item + .nav-item {
  margin-left: 0;
}

/* line 17, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-item.disabled {
  pointer-events: none !important;
}

/* line 19, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-item.disabled .nav-link {
  color: #6c757d;
}

/* line 24, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-link {
  color: #fff;
  border: 0;
  transition: all 0.4s;
}

/* line 29, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-link.active,
.md-tabs .nav-item.open .nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  transition: all 1s;
}

/* line 36, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #2bbbad;
  border-radius: 0.25rem;
  transition: all 1s;
}

/* line 42, vendor/assets/stylesheets/pro/_tabs.scss */
.md-tabs .nav-item.show .nav-link.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 46, vendor/assets/stylesheets/pro/_tabs.scss */
.tab-content {
  padding: 1rem;
  padding-top: 2rem;
}

/* line 50, vendor/assets/stylesheets/pro/_tabs.scss */
.tab-content.vertical {
  padding-top: 0;
}

/* line 55, vendor/assets/stylesheets/pro/_tabs.scss */
.md-pills {
  border: 0;
}

/* line 57, vendor/assets/stylesheets/pro/_tabs.scss */
.md-pills li {
  padding: 0.6rem;
}

/* line 60, vendor/assets/stylesheets/pro/_tabs.scss */
.md-pills .show > .nav-link {
  color: #fff;
  background-color: #2bbbad;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 65, vendor/assets/stylesheets/pro/_tabs.scss */
.md-pills .nav-link {
  color: #666;
  text-align: center;
  border-radius: 2px;
  transition: all 0.4s;
}

/* line 74, vendor/assets/stylesheets/pro/_tabs.scss */
.md-pills .nav-link.active {
  color: #fff;
  background-color: #2bbbad;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 79, vendor/assets/stylesheets/pro/_tabs.scss */
.md-pills .nav-link.active:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-primary .show > .nav-link {
  background-color: #4285f4 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-primary .nav-link.active {
  background-color: #4285f4 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-primary {
  background-color: #4285f4 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-danger .show > .nav-link {
  background-color: #ff3547 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-danger .nav-link.active {
  background-color: #ff3547 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-danger {
  background-color: #ff3547 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-warning .show > .nav-link {
  background-color: #fb3 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-warning .nav-link.active {
  background-color: #fb3 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-warning {
  background-color: #fb3 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-success .show > .nav-link {
  background-color: #00c851 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-success .nav-link.active {
  background-color: #00c851 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-success {
  background-color: #00c851 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-info .show > .nav-link {
  background-color: #33b5e5 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-info .nav-link.active {
  background-color: #33b5e5 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-info {
  background-color: #33b5e5 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-default .show > .nav-link {
  background-color: #2bbbad !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-default .nav-link.active {
  background-color: #2bbbad !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-default {
  background-color: #2bbbad !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-secondary .show > .nav-link {
  background-color: #a6c !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-secondary .nav-link.active {
  background-color: #a6c !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-secondary {
  background-color: #a6c !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-elegant .show > .nav-link {
  background-color: #2e2e2e !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-elegant .nav-link.active {
  background-color: #2e2e2e !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-elegant {
  background-color: #2e2e2e !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-unique .show > .nav-link {
  background-color: #880e4f !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-unique .nav-link.active {
  background-color: #880e4f !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-unique {
  background-color: #880e4f !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-dark-green .show > .nav-link {
  background-color: #388e3c !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-dark-green .nav-link.active {
  background-color: #388e3c !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-dark-green {
  background-color: #388e3c !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-mdb-color .show > .nav-link {
  background-color: #59698d !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-mdb-color .nav-link.active {
  background-color: #59698d !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-mdb-color {
  background-color: #59698d !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-red .show > .nav-link {
  background-color: #d32f2f !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-red .nav-link.active {
  background-color: #d32f2f !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-red {
  background-color: #d32f2f !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-pink .show > .nav-link {
  background-color: #ec407a !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-pink .nav-link.active {
  background-color: #ec407a !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-pink {
  background-color: #ec407a !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-purple .show > .nav-link {
  background-color: #8e24aa !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-purple .nav-link.active {
  background-color: #8e24aa !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-purple {
  background-color: #8e24aa !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-deep-purple .show > .nav-link {
  background-color: #512da8 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-deep-purple .nav-link.active {
  background-color: #512da8 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-deep-purple {
  background-color: #512da8 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-indigo .show > .nav-link {
  background-color: #3f51b5 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-indigo .nav-link.active {
  background-color: #3f51b5 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-indigo {
  background-color: #3f51b5 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-blue .show > .nav-link {
  background-color: #1976d2 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-blue .nav-link.active {
  background-color: #1976d2 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-blue {
  background-color: #1976d2 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-light-blue .show > .nav-link {
  background-color: #82b1ff !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-light-blue .nav-link.active {
  background-color: #82b1ff !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-light-blue {
  background-color: #82b1ff !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-cyan .show > .nav-link {
  background-color: #00bcd4 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-cyan .nav-link.active {
  background-color: #00bcd4 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-cyan {
  background-color: #00bcd4 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-teal .show > .nav-link {
  background-color: #00796b !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-teal .nav-link.active {
  background-color: #00796b !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-teal {
  background-color: #00796b !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-green .show > .nav-link {
  background-color: #388e3c !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-green .nav-link.active {
  background-color: #388e3c !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-green {
  background-color: #388e3c !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-light-green .show > .nav-link {
  background-color: #8bc34a !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-light-green .nav-link.active {
  background-color: #8bc34a !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-light-green {
  background-color: #8bc34a !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-lime .show > .nav-link {
  background-color: #afb42b !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-lime .nav-link.active {
  background-color: #afb42b !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-lime {
  background-color: #afb42b !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-yellow .show > .nav-link {
  background-color: #fbc02d !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-yellow .nav-link.active {
  background-color: #fbc02d !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-yellow {
  background-color: #fbc02d !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-amber .show > .nav-link {
  background-color: #ffa000 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-amber .nav-link.active {
  background-color: #ffa000 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-amber {
  background-color: #ffa000 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-orange .show > .nav-link {
  background-color: #f57c00 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-orange .nav-link.active {
  background-color: #f57c00 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-orange {
  background-color: #f57c00 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-deep-orange .show > .nav-link {
  background-color: #ff7043 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-deep-orange .nav-link.active {
  background-color: #ff7043 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-deep-orange {
  background-color: #ff7043 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-brown .show > .nav-link {
  background-color: #795548 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-brown .nav-link.active {
  background-color: #795548 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-brown {
  background-color: #795548 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-grey .show > .nav-link {
  background-color: #616161 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-grey .nav-link.active {
  background-color: #616161 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-grey {
  background-color: #616161 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-blue-grey .show > .nav-link {
  background-color: #78909c !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-blue-grey .nav-link.active {
  background-color: #78909c !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-blue-grey {
  background-color: #78909c !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-dark .show > .nav-link {
  background-color: #212121 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-dark .nav-link.active {
  background-color: #212121 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-dark {
  background-color: #212121 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-light .show > .nav-link {
  background-color: #e0e0e0 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-light .nav-link.active {
  background-color: #e0e0e0 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-light {
  background-color: #e0e0e0 !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-white .show > .nav-link {
  background-color: #fff !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-white .nav-link.active {
  background-color: #fff !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-white {
  background-color: #fff !important;
}

/* line 87, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-black .show > .nav-link {
  background-color: #000 !important;
}

/* line 91, vendor/assets/stylesheets/pro/_tabs.scss */
.pills-black .nav-link.active {
  background-color: #000 !important;
}

/* line 96, vendor/assets/stylesheets/pro/_tabs.scss */
.tabs-black {
  background-color: #000 !important;
}

/* line 102, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 0.3rem 0.3rem 0 0;
}

@media (min-width: 62rem) {
  /* line 102, vendor/assets/stylesheets/pro/_tabs.scss */
  .classic-tabs .nav {
    overflow-x: hidden;
  }
}

/* line 111, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav li a {
  display: block;
  padding: 20px 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}

/* line 119, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav li a:not(.active) {
  margin-bottom: 3px;
}

/* line 122, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav li a.active {
  color: #fff;
  border-bottom: 3px solid;
}

@media (min-width: 62em) {
  /* line 128, vendor/assets/stylesheets/pro/_tabs.scss */
  .classic-tabs .nav li:first-child {
    margin-left: 56px;
  }
}

/* line 137, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-cyan li a.active {
  border-color: #ffeb3b;
}

/* line 137, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-orange li a.active {
  border-color: #e53935;
}

/* line 137, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-grey li a.active {
  border-color: #fff;
}

/* line 137, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-pink li a.active {
  border-color: #673ab7;
}

/* line 137, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-green li a.active {
  border-color: #1565c0;
}

/* line 137, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-primary li a.active {
  border-color: #fff;
}

/* line 147, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated li a.active {
  border: none;
}

/* line 154, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated.tabs-cyan .floor {
  background-color: #ffeb3b;
}

/* line 154, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated.tabs-orange .floor {
  background-color: #e53935;
}

/* line 154, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated.tabs-grey .floor {
  background-color: #fff;
}

/* line 154, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated.tabs-pink .floor {
  background-color: #673ab7;
}

/* line 154, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated.tabs-green .floor {
  background-color: #1565c0;
}

/* line 154, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated.tabs-primary .floor {
  background-color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .nav.tabs-animated .floor {
  position: absolute;
  bottom: 0;
  z-index: 1200;
  display: inline-block;
  width: 30px;
  height: 3px;
  transition: all .4s linear;
}

/* line 171, vendor/assets/stylesheets/pro/_tabs.scss */
.classic-tabs .tab-content.card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-image {
  width: 100%;
  background-position: center;
  background-size: cover;
}

/* line 7, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-image [class*="rgba-"] {
  border-radius: 0.25rem;
}

/* line 14, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade .view.view-cascade {
  border-radius: 0.25rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 17, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade .view.view-cascade.gradient-card-header {
  padding: 1.6rem 1rem;
  color: #fff;
  text-align: center;
}

/* line 21, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade .view.view-cascade.gradient-card-header .card-header-title {
  font-weight: 500;
}

/* line 24, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade .view.view-cascade.gradient-card-header .btn-floating {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 30, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.wider {
  background-color: transparent;
  box-shadow: none;
}

/* line 34, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.wider .view.view-cascade {
  z-index: 2;
}

/* line 39, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.wider .card-body.card-body-cascade {
  z-index: 1;
  margin-right: 4%;
  margin-left: 4%;
  background: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 46, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.wider .card-body.card-body-cascade .card-footer {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

/* line 54, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.wider.reverse .card-body.card-body-cascade {
  z-index: 3;
  margin-top: -1rem;
  border-radius: 0.25rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 63, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.narrower {
  margin-top: 1.25rem;
}

/* line 66, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.card-cascade.narrower .view.view-cascade {
  margin-top: -1.25rem;
  margin-right: 4%;
  margin-left: 4%;
}

/* line 74, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .btn-action {
  margin-top: -1.44rem;
  margin-bottom: -1.44rem;
}

/* line 78, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .activator {
  position: absolute;
  right: 0;
  font-size: 1.2rem;
}

/* line 83, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-reveal {
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* line 91, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-reveal .content {
  position: relative;
}

/* line 95, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card.ovf-hidden {
  overflow: hidden;
}

/* line 98, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-share {
  position: relative;
}

/* line 100, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-share .social-reveal {
  position: absolute;
  top: -1.44rem;
  right: 1.88rem;
  width: auto;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: translateZ(0);
  transform: translateX(80px);
}

/* line 110, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-share .social-reveal-active {
  z-index: 11;
  opacity: 1;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: translateZ(0);
  transform: translateX(-48px);
}

/* line 121, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-reveal .card-title,
.card-wrapper .card-rotating .card-title {
  cursor: pointer;
}

/* line 125, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card .card-reveal .card-title i,
.card-wrapper .card-rotating .card-title i {
  position: absolute;
  right: 0.63rem;
  color: #9e9e9e;
}

/* line 133, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  perspective: 800px;
}

/* line 138, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-up {
  height: 200px;
  overflow: hidden;
}

/* line 141, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-up img {
  vertical-align: middle;
}

/* line 145, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .avatar {
  display: block;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
}

/* line 150, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .avatar img {
  width: 100%;
  background: none repeat scroll 0 0 #fff;
  border: 5px solid #fff;
}

/* line 156, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-rotating {
  height: 100%;
  transition: .5s;
  transform-style: preserve-3d;
}

/* line 160, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-rotating .face {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #fff;
  backface-visibility: hidden;
}

/* line 167, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-rotating.flipped {
  transform: rotateY(180deg);
}

/* line 170, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-rotating .front {
  z-index: 1;
}

/* line 173, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-rotating .back {
  transform: rotateY(-180deg);
}

/* line 176, vendor/assets/stylesheets/pro/_cards-basic.scss */
.card-wrapper .card-rotating .front,
.card-wrapper .card-rotating .back {
  transition: 1s;
}

/* line 185, vendor/assets/stylesheets/pro/_cards-basic.scss */
.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 191, vendor/assets/stylesheets/pro/_cards-basic.scss */
.testimonial-card .avatar {
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
}

/* line 198, vendor/assets/stylesheets/pro/_cards-basic.scss */
.testimonial-card .avatar img {
  width: 100%;
}

/* line 201, vendor/assets/stylesheets/pro/_cards-basic.scss */
.testimonial-card .card-body {
  text-align: center;
}

/* line 7, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu,
.dropup .dropdown-menu,
.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  padding: 0.5rem;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active,
.dropup .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropup .dropdown-menu.dropdown-primary .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item.active,
.dropright .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropright .dropdown-menu.dropdown-primary .dropdown-item.active {
  background-color: #4285f4 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-primary .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-primary .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-primary .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-primary .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-primary .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-primary .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-primary .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active, .dropdown .dropdown-menu.dropdown-danger .dropdown-item.active,
.dropup .dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-danger .dropdown-item:active,
.dropup .dropdown-menu.dropdown-danger .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-danger .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-danger .dropdown-item.active,
.dropright .dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-danger .dropdown-item:active,
.dropright .dropdown-menu.dropdown-danger .dropdown-item.active {
  background-color: #c00 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-danger .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-danger .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-danger .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-danger .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-danger .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-danger .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-danger .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-danger .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-danger .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-danger .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-danger .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-danger .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active, .dropdown .dropdown-menu.dropdown-default .dropdown-item.active,
.dropup .dropdown-menu.dropdown-default .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-default .dropdown-item:active,
.dropup .dropdown-menu.dropdown-default .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-default .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-default .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-default .dropdown-item.active,
.dropright .dropdown-menu.dropdown-default .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-default .dropdown-item:active,
.dropright .dropdown-menu.dropdown-default .dropdown-item.active {
  background-color: #2bbbad !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-default .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-default .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-default .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-default .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-default .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-default .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-default .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-default .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-default .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-default .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-default .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-default .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active,
.dropup .dropdown-menu.dropdown-secondary .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-secondary .dropdown-item:active,
.dropup .dropdown-menu.dropdown-secondary .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-secondary .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-secondary .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-secondary .dropdown-item.active,
.dropright .dropdown-menu.dropdown-secondary .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-secondary .dropdown-item:active,
.dropright .dropdown-menu.dropdown-secondary .dropdown-item.active {
  background-color: #a6c !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-secondary .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-secondary .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-secondary .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-secondary .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-secondary .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-secondary .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active, .dropdown .dropdown-menu.dropdown-success .dropdown-item.active,
.dropup .dropdown-menu.dropdown-success .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-success .dropdown-item:active,
.dropup .dropdown-menu.dropdown-success .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-success .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-success .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-success .dropdown-item.active,
.dropright .dropdown-menu.dropdown-success .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-success .dropdown-item:active,
.dropright .dropdown-menu.dropdown-success .dropdown-item.active {
  background-color: #00c851 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-success .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-success .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-success .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-success .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-success .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-success .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-success .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-success .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-success .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-success .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-success .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-success .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active, .dropdown .dropdown-menu.dropdown-info .dropdown-item.active,
.dropup .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-info .dropdown-item:active,
.dropup .dropdown-menu.dropdown-info .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-info .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-info .dropdown-item.active,
.dropright .dropdown-menu.dropdown-info .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-info .dropdown-item:active,
.dropright .dropdown-menu.dropdown-info .dropdown-item.active {
  background-color: #33b5e5 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-info .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-info .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-info .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-info .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-info .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-info .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-info .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-info .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-info .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-info .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-info .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-info .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active, .dropdown .dropdown-menu.dropdown-warning .dropdown-item.active,
.dropup .dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-warning .dropdown-item:active,
.dropup .dropdown-menu.dropdown-warning .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-warning .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-warning .dropdown-item.active,
.dropright .dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-warning .dropdown-item:active,
.dropright .dropdown-menu.dropdown-warning .dropdown-item.active {
  background-color: #fb3 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-warning .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-warning .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-warning .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-warning .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-warning .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-warning .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-warning .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-warning .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-warning .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-warning .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-warning .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-warning .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active, .dropdown .dropdown-menu.dropdown-dark .dropdown-item.active,
.dropup .dropdown-menu.dropdown-dark .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-dark .dropdown-item:active,
.dropup .dropdown-menu.dropdown-dark .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-dark .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-dark .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-dark .dropdown-item.active,
.dropright .dropdown-menu.dropdown-dark .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-dark .dropdown-item:active,
.dropright .dropdown-menu.dropdown-dark .dropdown-item.active {
  background-color: #2e2e2e !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-dark .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-dark .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-dark .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-dark .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-dark .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-dark .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-dark .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-dark .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-dark .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-dark .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-dark .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-dark .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 15, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active, .dropdown .dropdown-menu.dropdown-ins .dropdown-item.active,
.dropup .dropdown-menu.dropdown-ins .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-ins .dropdown-item:active,
.dropup .dropdown-menu.dropdown-ins .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-ins .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-ins .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-ins .dropdown-item.active,
.dropright .dropdown-menu.dropdown-ins .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-ins .dropdown-item:active,
.dropright .dropdown-menu.dropdown-ins .dropdown-item.active {
  background-color: #2e5e86 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-ins .dropdown-item.disabled:hover, .dropdown .dropdown-menu.dropdown-ins .dropdown-item.disabled:active, .dropdown .dropdown-menu.dropdown-ins .dropdown-item.active.disabled,
.dropup .dropdown-menu.dropdown-ins .dropdown-item.disabled:hover,
.dropup .dropdown-menu.dropdown-ins .dropdown-item.disabled:active,
.dropup .dropdown-menu.dropdown-ins .dropdown-item.active.disabled,
.dropleft .dropdown-menu.dropdown-ins .dropdown-item.disabled:hover,
.dropleft .dropdown-menu.dropdown-ins .dropdown-item.disabled:active,
.dropleft .dropdown-menu.dropdown-ins .dropdown-item.active.disabled,
.dropright .dropdown-menu.dropdown-ins .dropdown-item.disabled:hover,
.dropright .dropdown-menu.dropdown-ins .dropdown-item.disabled:active,
.dropright .dropdown-menu.dropdown-ins .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}

/* line 30, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item,
.dropleft .dropdown-menu .dropdown-item,
.dropright .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  margin-left: 0;
  font-size: 0.9rem;
}

/* line 35, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item.disabled,
.dropup .dropdown-menu .dropdown-item.disabled,
.dropleft .dropdown-menu .dropdown-item.disabled,
.dropright .dropdown-menu .dropdown-item.disabled {
  color: #868e96;
}

/* line 38, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item.disabled:hover, .dropdown .dropdown-menu .dropdown-item.disabled:active, .dropdown .dropdown-menu .dropdown-item.disabled:focus,
.dropup .dropdown-menu .dropdown-item.disabled:hover,
.dropup .dropdown-menu .dropdown-item.disabled:active,
.dropup .dropdown-menu .dropdown-item.disabled:focus,
.dropleft .dropdown-menu .dropdown-item.disabled:hover,
.dropleft .dropdown-menu .dropdown-item.disabled:active,
.dropleft .dropdown-menu .dropdown-item.disabled:focus,
.dropright .dropdown-menu .dropdown-item.disabled:hover,
.dropright .dropdown-menu .dropdown-item.disabled:active,
.dropright .dropdown-menu .dropdown-item.disabled:focus {
  color: #868e96 !important;
  background-color: transparent !important;
  box-shadow: none;
}

/* line 47, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active {
  background-color: #4285f4;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.1s linear;
}

/* line 61, vendor/assets/stylesheets/pro/_dropdowns.scss */
.navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 68, vendor/assets/stylesheets/pro/_dropdowns.scss */
.dropdown-menu.animated {
  /* Speed up animations */
  animation-duration: 0.55s;
  animation-timing-function: ease;
}

/* line 4, vendor/assets/stylesheets/pro/_navbars.scss */
.navbar .nav-item.avatar {
  padding: 0;
}

/* line 6, vendor/assets/stylesheets/pro/_navbars.scss */
.navbar .nav-item.avatar.active {
  background-color: transparent !important;
}

/* line 9, vendor/assets/stylesheets/pro/_navbars.scss */
.navbar .nav-item.avatar .dropdown-toggle {
  padding: 0;
}

/* line 11, vendor/assets/stylesheets/pro/_navbars.scss */
.navbar .nav-item.avatar .dropdown-toggle img {
  height: 35px;
}

/* line 14, vendor/assets/stylesheets/pro/_navbars.scss */
.navbar .nav-item.avatar .dropdown-toggle:after {
  display: none;
}

@media (max-width: 992px) {
  /* line 22, vendor/assets/stylesheets/pro/_navbars.scss */
  .double-nav {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (max-width: 768px) {
  /* line 27, vendor/assets/stylesheets/pro/_navbars.scss */
  .double-nav .container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 33, vendor/assets/stylesheets/pro/_navbars.scss */
.double-nav a {
  font-size: 15px;
  color: #fff;
}

/* line 38, vendor/assets/stylesheets/pro/_navbars.scss */
.double-nav .breadcrumb-dn p {
  padding-top: 0;
  padding-left: 1rem;
  margin: 0;
}

@media (max-width: 993px) {
  /* line 37, vendor/assets/stylesheets/pro/_navbars.scss */
  .double-nav .breadcrumb-dn {
    display: none;
  }
}

/* line 47, vendor/assets/stylesheets/pro/_navbars.scss */
.double-nav .button-collapse {
  position: absolute;
  left: 10px;
  font-size: 1.5rem;
}

@media (min-width: 1441px) {
  /* line 47, vendor/assets/stylesheets/pro/_navbars.scss */
  .double-nav .button-collapse {
    display: none;
  }
}

@media (max-width: 1441px) {
  /* line 47, vendor/assets/stylesheets/pro/_navbars.scss */
  .double-nav .button-collapse {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

/* line 5, vendor/assets/stylesheets/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a {
  color: #666;
  text-align: left;
  border-radius: 0;
}

/* line 10, vendor/assets/stylesheets/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a:hover {
  color: #45526e;
  background-color: transparent;
  border-left: 0.0625rem solid #45526e;
  font-weight: 500;
}

/* line 17, vendor/assets/stylesheets/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a.active {
  color: #45526e;
  background-color: transparent;
  border-left: 0.125rem solid #45526e;
  box-shadow: none;
  font-weight: 500;
}

/* line 24, vendor/assets/stylesheets/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a.active:hover, .nav-pills.default-pills .nav-item a.active:active, .nav-pills.default-pills .nav-item a.active:focus {
  color: #45526e;
  background-color: transparent;
  font-weight: 500;
}

/* line 37, vendor/assets/stylesheets/pro/_scrollspy.scss */
.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  /* line 43, vendor/assets/stylesheets/pro/_scrollspy.scss */
  .sticky,
.sticky-placeholder {
    display: none;
  }
}

/* line 49, vendor/assets/stylesheets/pro/_scrollspy.scss */
#scrollspy {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  /* line 55, vendor/assets/stylesheets/pro/_scrollspy.scss */
  .col-md-4 .sticky,
.col-lg-4 .sticky,
.col-xl-4 .sticky {
    width: 12.5rem;
  }
}

@media only screen and (min-width: 992px) {
  /* line 64, vendor/assets/stylesheets/pro/_scrollspy.scss */
  .col-md-4 .sticky .col-lg-4 .sticky,
.col-xl-4 .sticky {
    width: 25rem;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 72, vendor/assets/stylesheets/pro/_scrollspy.scss */
  .col-md-4 .sticky {
    width: 18.75rem;
  }
}

@media only screen and (min-width: 1441px) {
  /* line 78, vendor/assets/stylesheets/pro/_scrollspy.scss */
  .col-md-4 .sticky {
    width: 21.875rem;
  }
}

/* line 85, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy {
  position: fixed;
  top: 50%;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.55);
  transform: translateY(-50%);
  border-radius: 0.125rem 0 0 0.125rem;
}

/* line 94, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy li {
  display: block;
  padding: 0 1rem;
}

/* line 98, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy li:first-child {
  padding-top: 0.625rem;
}

/* line 102, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy li:last-child {
  padding-bottom: 0.625rem;
}

/* line 106, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy li a {
  padding: 0.5rem;
}

/* line 109, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy li a span {
  display: block;
  background-color: rgba(255, 255, 255, 0.54);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

/* line 118, vendor/assets/stylesheets/pro/_scrollspy.scss */
.dotted-scrollspy li a.active span {
  background: #fff;
}

/* line 126, vendor/assets/stylesheets/pro/_scrollspy.scss */
.scrollspy-example {
  position: relative;
  padding: 1rem;
  overflow-y: scroll;
  height: 12.5rem;
}

/*! PhotoSwipe main cSS by dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* line 11, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  outline: none;
}

/* line 25, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp * {
  box-sizing: border-box;
}

/* line 29, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
/* line 37, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--animate_opacity {
  /* .001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: .001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 46, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--open {
  display: block;
}

/* line 50, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: zoom-in;
}

/* line 55, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: grab;
}

/* line 60, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: grabbing;
}

/*
  background is added as a separate element.
  as animating opacity is much faster than animating rgba() background-color.
*/
/* line 71, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 85, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 94, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  touch-action: none;
}

/* Prevent selection and tap highlights */
/* line 107, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 114, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top;
}

/* line 124, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

/* line 134, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* line 143, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
/*
  div element that matches size of large image
  large image loads on top of it
*/
/* line 166, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 170, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/*
  error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
/* line 183, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
  font-size: 14px;
  line-height: 16px;
  color: #ccc;
  text-align: center;
}

/* line 195, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe default UI cSS by dmitry Semenov | photoswipe.com | MIT license */
/*

  contents:

  1. buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. caption
  5. Loading indicator
  6. additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. buttons

 */
/* <button> css reset */
/* line 228, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button {
  position: relative;
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: .75;
  transition: opacity .2s;
}

/* line 243, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

/* line 247, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button:active {
  outline: none;
  opacity: .9;
}

/* line 251, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 260, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 264, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button,
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  width: 44px;
  height: 44px;
  background: url(/../img/lightbox/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 278, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left::before,
.pswp--svg .pswp__button--arrow--right::before {
    background-image: url(/../img/lightbox/default-skin.svg);
  }
  /* line 283, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

/* line 289, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 293, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 297, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--fs {
  display: none;
}

/* line 301, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 305, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 309, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 314, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 318, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
/* line 326, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
/* line 338, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: none;
}

/* line 348, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--arrow--left {
  left: 0;
}

/* line 352, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--arrow--right {
  right: 0;
}

/* line 356, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 366, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--arrow--left::before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 371, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__button--arrow--right::before {
  right: 6px;
  background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

 */
/* line 383, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 388, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity;
}

/* line 403, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-modal--hidden {
  display: none;
}

/* line 407, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 44px;
  z-index: 1620;
  display: block;
  width: auto;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transition: transform .25s;
  transform: translateY(6px);
  will-change: transform;
}

/* line 420, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}

/* line 427, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

/* line 431, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

/* line 435, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 441, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-modal--fade-in {
  opacity: 1;
}

/* line 443, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
/* line 451, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 456, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share--facebook::before {
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}

/* line 468, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share--facebook:hover {
  color: #fff;
  background: #3e5c9a;
}

/* line 471, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share--facebook:hover::before {
  border-bottom-color: #3e5c9a;
}

/* line 478, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share--twitter:hover {
  color: #fff;
  background: #55acee;
}

/* line 485, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share--pinterest:hover {
  color: #ce272d;
  background: #ccc;
}

/* line 492, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__share--download:hover {
  background: #ddd;
}

/*

  3. Index indicator ("1 of X" counter)

 */
/* line 504, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
}

/*

  4. caption

 */
/* line 523, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
}

/* line 529, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

/* line 535, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__caption__center {
  max-width: 500px;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 20px;
  color: #ccc;
  text-align: center;
}

/* line 545, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 552, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yybWoR

 */
/* line 565, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__preloader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  direction: ltr;
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity;
}

/* line 578, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 584, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__preloader--active {
  opacity: 1;
}

/* line 586, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support cSS animation */
  background: url(/../img/lightbox/preloader.gif) 0 0 no-repeat;
}

/* line 593, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

/* line 595, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

/* line 598, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

/* line 602, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  opacity: .75;
}

/* line 612, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

/* line 622, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--css_animation .pswp__preloader__donut {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  /* line 639, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
  .pswp__preloader {
    position: relative;
    top: auto;
    left: auto;
    float: right;
    margin: 0;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*

  6. additional styles

 */
/* root element of UI */
/* line 679, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui {
  z-index: 1550;
  visibility: visible;
  opacity: 1;
  -webkit-font-smoothing: auto;
}

/* top black bar with buttons and "1 of X" indicator */
/* line 689, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}

/* line 697, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 709, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 715, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 724, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 734, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

/* line 737, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
/* line 750, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: .001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 763, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 770, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp__element--disabled {
  display: none;
}

/* line 776, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* line 783, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox figure {
  float: left;
  margin: 0;
}

/* line 786, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox figure .img-fluid, .mdb-lightbox figure .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .mdb-lightbox figure .modal-header {
  display: inline;
}

/* line 789, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox figure img {
  cursor: zoom-in;
  border-radius: 0;
  transition: opacity 0.4s;
}

/* line 793, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox figure img:hover {
  opacity: 0.8;
}

/* line 797, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox figure figcaption {
  display: none;
}

/* line 802, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox.no-margin [class*="col-"] {
  padding: 0;
}

/* line 806, vendor/assets/stylesheets/pro/modules/lightbox/_module.scss */
.mdb-lightbox [class*="col-"] {
  padding: 0.5rem;
}

/* line 2, vendor/assets/stylesheets/pro/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  background-color: #eceff1;
  border-radius: 16px;
  transition: all 0.3s linear;
}

/* line 17, vendor/assets/stylesheets/pro/_chips.scss */
.chip:hover {
  background-color: #e0e0e0;
  transition: all 0.3s linear;
}

/* line 22, vendor/assets/stylesheets/pro/_chips.scss */
.chip:focus {
  background-color: #bdbdbd;
  transition: all 0.3s linear;
}

/* line 27, vendor/assets/stylesheets/pro/_chips.scss */
.chip:active {
  transition: all 0.3s linear;
}

/* line 32, vendor/assets/stylesheets/pro/_chips.scss */
.chip img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
  border-radius: 50%;
}

/* line 40, vendor/assets/stylesheets/pro/_chips.scss */
.chip .close {
  float: right;
  padding-left: 8px;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  transition: all .1s linear;
}

/* line 50, vendor/assets/stylesheets/pro/_chips.scss */
.chips {
  min-height: 45px;
  padding-bottom: 1rem;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
  box-shadow: none;
  transition: all .3s;
}

/* line 60, vendor/assets/stylesheets/pro/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 65, vendor/assets/stylesheets/pro/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 69, vendor/assets/stylesheets/pro/_chips.scss */
.chips .tag.selected {
  color: #fff;
  border-bottom: 1px solid #4285f4;
}

/* line 74, vendor/assets/stylesheets/pro/_chips.scss */
.chips .input {
  display: inline-block;
  width: 120px !important;
  height: 32px;
  padding: 0 !important;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  background: none;
  border: 0;
  outline: 0;
}

/* line 88, vendor/assets/stylesheets/pro/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 97, vendor/assets/stylesheets/pro/_chips.scss */
.chips-autocomplete .chips {
  padding-bottom: unset;
}

/* line 101, vendor/assets/stylesheets/pro/_chips.scss */
.chips-autocomplete .chip-span {
  position: relative;
  left: -15px;
}

/* line 106, vendor/assets/stylesheets/pro/_chips.scss */
.chips-autocomplete .chip-ul {
  position: absolute;
  right: 0;
  z-index: 100;
  width: 140px;
  max-height: 210px;
  padding-left: 0;
  overflow-y: auto;
  list-style-type: none;
  background: #fff;
  outline: none;
}

/* line 118, vendor/assets/stylesheets/pro/_chips.scss */
.chips-autocomplete .chip-ul li {
  padding: 12px 15px;
  font-size: .875rem;
  cursor: pointer;
}

/* line 123, vendor/assets/stylesheets/pro/_chips.scss */
.chips-autocomplete .chip-ul li:hover {
  background: #eee;
}

/* line 5, vendor/assets/stylesheets/pro/_msc.scss */
.table fieldset.form-check {
  margin-bottom: 0;
}

/* line 9, vendor/assets/stylesheets/pro/_msc.scss */
.table fieldset label.form-check-label {
  height: 0.94rem;
}

/* line 18, vendor/assets/stylesheets/pro/_msc.scss */
.product-table img {
  min-width: 50px;
  max-height: 150px;
}

/* line 22, vendor/assets/stylesheets/pro/_msc.scss */
.product-table td {
  vertical-align: middle;
}

/* line 27, vendor/assets/stylesheets/pro/_msc.scss */
.streak {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}

/* line 32, vendor/assets/stylesheets/pro/_msc.scss */
.streak.streak-md {
  height: 400px;
}

@media (max-width: 736px) {
  /* line 32, vendor/assets/stylesheets/pro/_msc.scss */
  .streak.streak-md {
    height: 300px;
  }
}

/* line 38, vendor/assets/stylesheets/pro/_msc.scss */
.streak.streak-lg {
  height: 650px;
}

@media (max-width: 450px) {
  /* line 38, vendor/assets/stylesheets/pro/_msc.scss */
  .streak.streak-lg {
    height: 900px;
  }
}

/* line 44, vendor/assets/stylesheets/pro/_msc.scss */
.streak.streak-long {
  height: 200px;
}

@media (max-width: 450px) {
  /* line 44, vendor/assets/stylesheets/pro/_msc.scss */
  .streak.streak-long {
    height: 620px;
  }
}

/* line 50, vendor/assets/stylesheets/pro/_msc.scss */
.streak.streak-long-2 {
  height: 400px;
}

@media (max-width: 450px) {
  /* line 50, vendor/assets/stylesheets/pro/_msc.scss */
  .streak.streak-long-2 {
    height: 700px;
  }
}

/* line 56, vendor/assets/stylesheets/pro/_msc.scss */
.streak.streak-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1366px) {
  /* line 56, vendor/assets/stylesheets/pro/_msc.scss */
  .streak.streak-photo {
    background-attachment: fixed;
  }
}

/* line 64, vendor/assets/stylesheets/pro/_msc.scss */
.streak.no-flex {
  height: auto;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

/* line 75, vendor/assets/stylesheets/pro/_msc.scss */
.collapse-content table.collapse:not(.show),
.collapse-content p.collapse:not(.show) {
  display: flex;
  height: 2.65rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 83, vendor/assets/stylesheets/pro/_msc.scss */
.collapse-content table.collapsing,
.collapse-content p.collapsing {
  min-height: 2.65rem;
}

/* line 89, vendor/assets/stylesheets/pro/_msc.scss */
.collapse-content a.collapsed:after {
  content: "Read More";
}

/* line 94, vendor/assets/stylesheets/pro/_msc.scss */
.collapse-content a:not(.collapsed):after {
  content: "Read Less";
}

/* line 2, vendor/assets/stylesheets/pro/_forms.scss */
.form-header {
  padding: 1rem;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 2, vendor/assets/stylesheets/pro/_radio.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

/* line 13, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:not(:checked) + label, .form-check-input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.28s ease;
}

/* line 25, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"] + label:before, .form-check-input[type="radio"] + label:after,
label.btn input[type="radio"] + label:before,
label.btn input[type="radio"] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  content: "";
  transition: 0.28s ease;
}

/* line 39, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:not(:checked) + label:before, .form-check-input[type="radio"]:not(:checked) + label:after, .form-check-input[type="radio"]:checked + label:before, .form-check-input[type="radio"]:checked + label:after, .form-check-input.with-gap[type="radio"]:checked + label:before, .form-check-input.with-gap[type="radio"]:checked + label:after,
label.btn input[type="radio"]:not(:checked) + label:before,
label.btn input[type="radio"]:not(:checked) + label:after,
label.btn input[type="radio"]:checked + label:before,
label.btn input[type="radio"]:checked + label:after,
label.btn input.with-gap[type="radio"]:checked + label:before,
label.btn input.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 48, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:not(:checked) + label:before, .form-check-input[type="radio"]:not(:checked) + label:after,
label.btn input[type="radio"]:not(:checked) + label:before,
label.btn input[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 53, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:not(:checked) + label:after,
label.btn input[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* line 58, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:checked + label:before,
label.btn input[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 62, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:checked + label:after, .form-check-input.with-gap[type="radio"]:checked + label:before, .form-check-input.with-gap[type="radio"]:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input.with-gap[type="radio"]:checked + label:before,
label.btn input.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #4285f4;
}

/* line 68, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:checked + label:after, .form-check-input.with-gap[type="radio"]:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input.with-gap[type="radio"]:checked + label:after {
  background-color: #4285f4;
}

/* line 73, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:checked + label:after,
label.btn input[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* line 78, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input.with-gap[type="radio"]:checked + label:after,
label.btn input.with-gap[type="radio"]:checked + label:after {
  transform: scale(0.5);
}

/* line 83, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input.with-gap[type="radio"]:disabled:checked + label:before,
label.btn input.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.46);
}

/* line 87, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input.with-gap[type="radio"]:disabled:checked + label:after,
label.btn input.with-gap[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.46);
  border: none;
}

/* line 93, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:disabled:not(:checked) + label:before, .form-check-input[type="radio"]:disabled:checked + label:before,
label.btn input[type="radio"]:disabled:not(:checked) + label:before,
label.btn input[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.46);
}

/* line 99, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:disabled + span,
label.btn input[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.46);
}

/* line 103, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:disabled:not(:checked) + span:before,
label.btn input[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.46);
}

/* line 107, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:disabled:checked + span:after,
label.btn input[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #bdbdbd;
}

/* line 112, vendor/assets/stylesheets/pro/_radio.scss */
.form-check-input[type="radio"]:checked + label:after .disabled-material,
label.btn input[type="radio"]:checked + label:after .disabled-material {
  background-color: rgba(66, 133, 244, 0.2);
}

/* line 118, vendor/assets/stylesheets/pro/_radio.scss */
.md-disabled::after {
  background-color: rgba(66, 133, 244, 0.5) !important;
  border-color: rgba(66, 133, 244, 0.2) !important;
}

/* line 123, vendor/assets/stylesheets/pro/_radio.scss */
.md-disabled::before {
  border-color: rgba(66, 133, 244, 0.25) !important;
}

/* line 2, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper .select-dropdown {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 6, vendor/assets/stylesheets/pro/_material-select.scss */
.select-label {
  position: absolute;
}

/* line 10, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper {
  position: relative;
}

/* line 13, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper:not(.md-outline) .select-dropdown:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 20, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.active span.caret,
.select-wrapper.active label.mdb-main-label {
  color: #007bff;
}

/* line 24, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.active + label {
  color: #007bff;
}

/* line 30, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input::-moz-selection {
  background: transparent;
}
.select-wrapper input::selection {
  background: transparent;
}

/* line 34, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 0 0.94rem 0;
  font-size: 1rem;
  line-height: 2.9rem;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
}

/* line 51, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 57, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input.select-dropdown .selected,
.select-wrapper input.select-dropdown li:focus {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 62, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input.select-dropdown li.active {
  background: transparent;
}

/* line 66, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input.select-dropdown .fas,
.select-wrapper input.select-dropdown .fab,
.select-wrapper input.select-dropdown .far {
  color: inherit;
}

/* line 73, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper input.active {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 83, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper .search-wrap {
  display: block;
  padding: 1rem 0 0;
  margin: 0 0.7rem;
}

/* line 88, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper .search-wrap .md-form {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 92, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper .search-wrap .md-form input {
  padding-bottom: 0.4rem;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}

/* line 99, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper .search-wrap .md-form input:focus {
  box-shadow: none !important;
  box-shadow: 0 1px 0 0 #4285f4 !important;
}

/* line 107, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper span.caret {
  position: absolute;
  top: .8rem;
  right: 0;
  font-size: 0.63rem;
  color: #495057;
}

/* line 115, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 120, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper + label {
  position: absolute;
  top: 2.125rem;
  font-weight: 300;
  color: #757575;
  transition: 0.2s ease-out;
}

/* line 127, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper + label.active {
  top: 1.5rem;
  left: 15px;
  font-size: .8rem;
  transform: translateY(-14px);
}

/* line 134, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper + label.active-check {
  color: #4285f4;
}

/* line 139, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper + label.mdb-main-label {
  z-index: 1;
}

/* line 143, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper + label.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 147, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper > label.mdb-main-label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
  color: #757575;
  transition: .2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

/* line 160, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper > label.mdb-main-label.active {
  top: 0;
  left: 0;
  font-size: .8rem;
  transform: translateY(-14px);
}

/* line 167, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper > label.mdb-main-label.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 172, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-primary > label.mdb-main-label.active {
  color: #4285f4;
}

/* line 173, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-danger > label.mdb-main-label.active {
  color: #c00;
}

/* line 174, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-default > label.mdb-main-label.active {
  color: #2bbbad;
}

/* line 175, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-secondary > label.mdb-main-label.active {
  color: #a6c;
}

/* line 176, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-success > label.mdb-main-label.active {
  color: #00c851;
}

/* line 177, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-info > label.mdb-main-label.active {
  color: #33b5e5;
}

/* line 178, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-warning > label.mdb-main-label.active {
  color: #fb3;
}

/* line 179, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-ins > label.mdb-main-label.active {
  color: #2e5e86;
}

/* line 180, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.dropdown-dark > label.mdb-main-label.active {
  color: #2e2e2e;
}

/* line 182, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 186, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper ul {
  padding-left: 0;
  list-style-type: none;
}

/* line 194, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form > ul li label {
  top: 0;
  font-size: .9rem;
  color: #4285f4;
  transform: none;
}

/* line 202, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form > ul li.select-toggle-all label {
  padding-left: 38px;
}

/* line 214, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.colorful-select > ul li.select-toggle-all:hover label {
  color: #fff;
}

/* line 225, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline span.caret {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 228, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline span.caret.active {
  color: #4285f4 !important;
}

/* line 234, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline .dropdown-content {
  top: 2.7rem !important;
}

/* line 239, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline input.select-dropdown {
  padding: .375rem .75rem;
  color: #495057;
}

/* line 243, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline input.select-dropdown:focus {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

/* line 250, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline + label {
  position: absolute;
  top: .5em !important;
  left: 23px;
  z-index: 2 !important;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  transform: translateY(40%);
}

/* line 262, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper.md-form.md-outline + label.active {
  color: #4285f4;
}

/* line 269, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper .select-add-option {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: none;
  color: #4285f4;
  cursor: pointer;
}

/* line 278, vendor/assets/stylesheets/pro/_material-select.scss */
.select-wrapper ~ .invalid-feedback,
.select-wrapper ~ .valid-feedback {
  margin-top: -1rem;
}

/* line 284, vendor/assets/stylesheets/pro/_material-select.scss */
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 287, vendor/assets/stylesheets/pro/_material-select.scss */
select.mdb-select {
  display: none !important;
}

/* line 289, vendor/assets/stylesheets/pro/_material-select.scss */
select.mdb-select ~ .btn {
  display: none !important;
}

/* line 294, vendor/assets/stylesheets/pro/_material-select.scss */
select.browser-default {
  display: block !important;
}

/* line 298, vendor/assets/stylesheets/pro/_material-select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 304, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown [type="checkbox"]:disabled:not(:checked) + label:before {
  margin-top: 3px;
  margin-left: 0;
}

/* line 309, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown ul {
  padding: 0;
  list-style-type: none;
}

/* line 315, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown li img {
  float: right;
  width: 30px;
  height: 30px;
  margin: 0.3rem 0.75rem;
}

/* line 322, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  cursor: context-menu;
  background-color: transparent !important;
}

/* line 330, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 333, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 337, vendor/assets/stylesheets/pro/_material-select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 344, vendor/assets/stylesheets/pro/_material-select.scss */
.multiple-select-dropdown li [type="checkbox"] + label {
  height: 0.63rem;
}

/* line 348, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-content {
  position: absolute;
  z-index: 1021;
  display: none;
  min-width: 6.25rem;
  max-height: 40.625rem;
  margin: 0;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  will-change: width, height;
}

/* line 362, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-content li {
  width: 100%;
  clear: both;
  line-height: 1.3rem;
  color: #000;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

/* line 371, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 376, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-content li > a, .dropdown-content li > span {
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #4285f4;
}

/* line 385, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

/* line 394, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content {
  padding: 0.5rem;
}

/* line 398, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li.active span {
  color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 402, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li.active span [type="checkbox"]:checked + label:before {
  border-color: transparent #fff #fff transparent;
}

/* line 407, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li a:hover,
.colorful-select .dropdown-content li span:hover {
  color: #fff !important;
  border-radius: 0.125rem;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.15s;
}

/* line 414, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li a:hover [type="checkbox"] + label:before,
.colorful-select .dropdown-content li span:hover [type="checkbox"] + label:before {
  border-color: #fff;
}

/* line 418, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li a:hover [type="checkbox"]:checked + label:before,
.colorful-select .dropdown-content li span:hover [type="checkbox"]:checked + label:before {
  border-color: transparent #fff #fff transparent;
}

/* line 426, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li.disabled.active span, .colorful-select .dropdown-content li.active:disabled span, .colorful-select .dropdown-content li.optgroup.active span {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}

/* line 433, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li.disabled a:hover,
.colorful-select .dropdown-content li.disabled span:hover, .colorful-select .dropdown-content li:disabled a:hover,
.colorful-select .dropdown-content li:disabled span:hover, .colorful-select .dropdown-content li.optgroup a:hover,
.colorful-select .dropdown-content li.optgroup span:hover {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  background-color: #fff !important;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}

/* line 442, vendor/assets/stylesheets/pro/_material-select.scss */
.colorful-select .dropdown-content li.disabled label, .colorful-select .dropdown-content li:disabled label, .colorful-select .dropdown-content li.optgroup label {
  cursor: default;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-primary .dropdown-content li.active,
.dropdown-primary .dropdown-content li a,
.dropdown-primary .dropdown-content li span:hover {
  background-color: #4285f4 !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-primary .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-primary .search-wrap input:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-danger .dropdown-content li.active,
.dropdown-danger .dropdown-content li a,
.dropdown-danger .dropdown-content li span:hover {
  background-color: #c00 !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-danger .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-danger .search-wrap input:focus {
  border-bottom: 1px solid #c00;
  box-shadow: 0 1px 0 0 #c00;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-default .dropdown-content li.active,
.dropdown-default .dropdown-content li a,
.dropdown-default .dropdown-content li span:hover {
  background-color: #2bbbad !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-default .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-default .search-wrap input:focus {
  border-bottom: 1px solid #2bbbad;
  box-shadow: 0 1px 0 0 #2bbbad;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-secondary .dropdown-content li.active,
.dropdown-secondary .dropdown-content li a,
.dropdown-secondary .dropdown-content li span:hover {
  background-color: #a6c !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-secondary .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-secondary .search-wrap input:focus {
  border-bottom: 1px solid #a6c;
  box-shadow: 0 1px 0 0 #a6c;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-success .dropdown-content li.active,
.dropdown-success .dropdown-content li a,
.dropdown-success .dropdown-content li span:hover {
  background-color: #00c851 !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-success .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-success .search-wrap input:focus {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-info .dropdown-content li.active,
.dropdown-info .dropdown-content li a,
.dropdown-info .dropdown-content li span:hover {
  background-color: #33b5e5 !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-info .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-info .search-wrap input:focus {
  border-bottom: 1px solid #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-warning .dropdown-content li.active,
.dropdown-warning .dropdown-content li a,
.dropdown-warning .dropdown-content li span:hover {
  background-color: #fb3 !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-warning .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-warning .search-wrap input:focus {
  border-bottom: 1px solid #fb3;
  box-shadow: 0 1px 0 0 #fb3;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-dark .dropdown-content li.active,
.dropdown-dark .dropdown-content li a,
.dropdown-dark .dropdown-content li span:hover {
  background-color: #2e2e2e !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-dark .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-dark .search-wrap input:focus {
  border-bottom: 1px solid #2e2e2e;
  box-shadow: 0 1px 0 0 #2e2e2e;
}

/* line 455, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-ins .dropdown-content li.active,
.dropdown-ins .dropdown-content li a,
.dropdown-ins .dropdown-content li span:hover {
  background-color: #2e5e86 !important;
}

/* line 462, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-ins .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 468, vendor/assets/stylesheets/pro/_material-select.scss */
.dropdown-ins .search-wrap input:focus {
  border-bottom: 1px solid #2e5e86;
  box-shadow: 0 1px 0 0 #2e5e86;
}

/* line 478, vendor/assets/stylesheets/pro/_material-select.scss */
.md-dropdown li.disabled.active {
  background-color: transparent !important;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* line 488, vendor/assets/stylesheets/pro/_material-select.scss */
    .select-wrapper.md-form.md-outline input.select-dropdown {
      padding: 0 .75rem;
    }
    /* line 491, vendor/assets/stylesheets/pro/_material-select.scss */
    .select-wrapper input.select-dropdown {
      line-height: 2.5rem;
    }
  }
}

/* line 2, vendor/assets/stylesheets/pro/_switch.scss */
.switch label {
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 9, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #dccfe2;
}

/* line 13, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"]:checked + .lever:after {
  left: 1.5rem;
  background-color: #a6c;
}

/* line 18, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4), 0 0 0 0.9375rem rgba(170, 102, 204, 0.1);
}

/* line 22, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4), 0 0 0 0.9375rem rgba(0, 0, 0, 0.08);
}

/* line 26, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"]:disabled + .lever {
  cursor: default;
}

/* line 30, vendor/assets/stylesheets/pro/_switch.scss */
.switch label input[type="checkbox"]:disabled + .lever:after, .switch label input[type="checkbox"]:disabled:checked + .lever:after {
  background-color: #bdbdbd;
}

/* line 36, vendor/assets/stylesheets/pro/_switch.scss */
.switch label .lever {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  content: "";
  background-color: #818181;
  border-radius: 0.9375rem;
  width: 2.5rem;
  height: 0.9375rem;
  transition: background 0.3s ease;
}

/* line 48, vendor/assets/stylesheets/pro/_switch.scss */
.switch label .lever:after {
  position: absolute;
  top: -0.1875rem;
  left: -0.3125rem;
  display: inline-block;
  content: "";
  background-color: #f1f1f1;
  border-radius: 1.3125rem;
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  width: 1.3125rem;
  height: 1.3125rem;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
}

/* line 2, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field {
  position: relative;
}

/* line 4, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field .file-path-wrapper {
  height: 2.5rem;
  padding-left: 10px;
  overflow: hidden;
}

/* line 10, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field input.file-path {
  width: 100%;
  height: 36px;
}

/* line 16, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field .btn {
  float: left;
}

/* line 19, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 22, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 25, vendor/assets/stylesheets/pro/_file-input.scss */
.file-field input[type="file"]::-webkit-file-upload-button {
  display: none;
}

/* line 3, vendor/assets/stylesheets/pro/_range.scss */
.range-field {
  position: relative;
}

/* line 5, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"] {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 15px 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border: 1px solid #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* fix for FF unable to apply focus style bug  */
}

/* line 21, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]:focus {
  outline: none;
}

/* line 25, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"] + .thumb {
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  background-color: #4285f4;
  border: none;
  border-radius: 50%;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

/* line 37, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"] + .thumb .value {
  display: block;
  width: 30px;
  font-size: 0;
  color: #4285f4;
  text-align: center;
  transform: rotate(45deg);
}

/* line 46, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 49, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"] + .thumb.active .value {
  margin-top: 8px;
  margin-left: -1px;
  font-size: 10px;
  color: #fff;
}

/* line 58, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 64, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin: -5px 0 0 0;
  background-color: #4285f4;
  border: none;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform-origin: 50% 50%;
  -webkit-appearance: none;
          appearance: none;
}

/* line 76, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

/* line 81, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-moz-range-track {
  /* required for proper track sizing in FF */
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 88, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background: #4285f4;
  border: none;
  border-radius: 50%;
}

/* line 97, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]:-moz-focusring {
  /* hide the outline behind the border */
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 103, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]:focus::-moz-range-track {
  background: #c2c0c2;
}

/* line 108, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-ms-track {
  height: 3px;
  color: transparent;
  background: transparent;
  /* remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /* leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  /* remove default tick marks */
}

/* line 122, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-ms-fill-lower {
  background: #c2c0c2;
}

/* line 126, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-ms-fill-upper {
  background: #c2c0c2;
}

/* line 130, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]::-ms-thumb {
  width: 14px;
  height: 14px;
  background: #4285f4;
  border: none;
  border-radius: 50%;
}

/* line 138, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]:focus::-ms-fill-lower {
  background: #c2c0c2;
}

/* line 142, vendor/assets/stylesheets/pro/_mixins.scss */
.range-field input[type="range"]:focus::-ms-fill-upper {
  background: #c2c0c2;
}

/* line 2, vendor/assets/stylesheets/pro/_input-group.scss */
.md-form.input-group .input-group-text [type="checkbox"] + label,
.input-group .input-group-text [type="checkbox"] + label {
  padding-left: 18px;
}

/* line 6, vendor/assets/stylesheets/pro/_input-group.scss */
.md-form.input-group .input-group-text .filled-in[type="checkbox"] + label,
.input-group .input-group-text .filled-in[type="checkbox"] + label {
  height: 20px;
}

/* line 10, vendor/assets/stylesheets/pro/_input-group.scss */
.md-form.input-group .input-group-text [type="radio"] + label,
.input-group .input-group-text [type="radio"] + label {
  height: 24px;
  padding-left: 24px;
}

/* line 2, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete {
  margin-bottom: 1px;
}

/* line 5, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete::-webkit-search-decoration, .mdb-autocomplete::-webkit-search-cancel-button, .mdb-autocomplete::-webkit-search-results-button, .mdb-autocomplete::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* line 13, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete ~ label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 19, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete ~ label.active {
  color: #007bff;
}

/* line 25, vendor/assets/stylesheets/pro/_autocomplete.scss */
button:focus {
  outline: 0 !important;
}

/* line 29, vendor/assets/stylesheets/pro/_autocomplete.scss */
button.mdb-autocomplete-clear {
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
  background: transparent;
  border: none;
}

/* line 39, vendor/assets/stylesheets/pro/_autocomplete.scss */
button.mdb-autocomplete-clear svg {
  fill: #a6a6a6;
}

/* line 45, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete-wrap {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  padding-left: 0;
  overflow-y: auto;
  list-style-type: none;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 56, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete-wrap li {
  padding: 12px 15px;
  font-size: 0.875rem;
  cursor: pointer;
}

/* line 61, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete-wrap li:hover {
  background: #eee;
}

/* line 64, vendor/assets/stylesheets/pro/_autocomplete.scss */
.mdb-autocomplete-wrap li.selected {
  background-color: #eee;
}

/* line 73, vendor/assets/stylesheets/pro/_autocomplete.scss */
.form-inline .md-form .form-control.mdb-autocomplete {
  width: 15rem;
}

/* line 3, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card {
  overflow: visible;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
}

/* line 8, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card:first-of-type, .md-accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}

/* line 12, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card .card-header {
  padding: 1rem 1.5rem;
  background: transparent;
  border-bottom: 0;
}

/* line 16, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card .card-header .card-title {
  font-weight: 400;
}

/* line 19, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card .card-header a {
  transition: ease-in-out 0.3s;
}

/* line 23, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

/* line 28, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card .fa-angle-down {
  float: right;
}

/* line 31, vendor/assets/stylesheets/pro/_accordion-basic.scss */
.md-accordion .card .card-body {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  color: #626262;
}

/* line 2, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion-gradient-bcg {
  background: linear-gradient(45deg, rgba(234, 21, 129, 0.6), rgba(10, 23, 187, 0.6) 100%);
}

/* line 15, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-1 p, .accordion.md-accordion.accordion-2 p, .accordion.md-accordion.accordion-3 p, .accordion.md-accordion.accordion-4 p, .accordion.md-accordion.accordion-5 p {
  font-size: 1rem;
}

/* line 24, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-1 .card, .accordion.md-accordion.accordion-2 .card, .accordion.md-accordion.accordion-4 .card, .accordion.md-accordion.accordion-5 .card {
  border: 0;
}

/* line 26, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-1 .card .card-header, .accordion.md-accordion.accordion-2 .card .card-header, .accordion.md-accordion.accordion-4 .card .card-header, .accordion.md-accordion.accordion-5 .card .card-header {
  border: 0;
}

/* line 33, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-1 .card .card-body {
  line-height: 1.4;
}

/* line 40, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-2 .card {
  background-color: transparent;
}

/* line 42, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-2 .card .card-body {
  border: 0;
  border-radius: 3px;
}

/* line 49, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-3 {
  border-radius: 3px;
}

/* line 54, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-3 .fas.fa-angle-down,
.accordion.md-accordion.accordion-3 .fab.fa-angle-down,
.accordion.md-accordion.accordion-3 .far.fa-angle-down {
  margin-top: -10px;
}

/* line 63, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-4 .card:last-of-type .card-body {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 72, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-5 .card {
  background-color: transparent;
}

/* line 74, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-5 .card .card-header {
  background-color: #f44336;
  transition: .3s;
}

/* line 77, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-5 .card .card-header:hover {
  background-color: #455a64;
  transition: .3s;
}

/* line 81, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-5 .card .card-header .fas,
.accordion.md-accordion.accordion-5 .card .card-header .fab,
.accordion.md-accordion.accordion-5 .card .card-header .far {
  background-color: #fff;
  border-top-left-radius: 3px;
}

/* line 88, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-5 .card .card-body {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 96, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-blocks .card {
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 99, vendor/assets/stylesheets/pro/modules/accordion-extended/_module.scss */
.accordion.md-accordion.accordion-blocks .card .card-body {
  border-top: 1px solid #eee;
}

/* line 2, vendor/assets/stylesheets/pro/modules/parallax/_module.scss */
.jarallax-keep-img {
  position: relative;
  z-index: 0;
}

/* line 7, vendor/assets/stylesheets/pro/modules/parallax/_module.scss */
.jarallax-keep-img > .jarallax-img {
  position: relative;
  z-index: -100;
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 15, vendor/assets/stylesheets/pro/modules/parallax/_module.scss */
.jarallax {
  min-height: 600px;
}

/* line 19, vendor/assets/stylesheets/pro/modules/parallax/_module.scss */
.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
}

/* line 2, vendor/assets/stylesheets/pro/_sidenav.scss */
.sn-bg-1 {
  background-image: url("https://mdbootstrap.com/img/Photos/Others/sidenav1.jpg");
}

/* line 6, vendor/assets/stylesheets/pro/_sidenav.scss */
.sn-bg-2 {
  background-image: url("https://mdbootstrap.com/img/Photos/Others/sidenav2.jpg");
}

/* line 10, vendor/assets/stylesheets/pro/_sidenav.scss */
.sn-bg-3 {
  background-image: url("https://mdbootstrap.com/img/Photos/Others/sidenav3.jpg");
}

/* line 14, vendor/assets/stylesheets/pro/_sidenav.scss */
.sn-bg-4 {
  background-image: url("https://mdbootstrap.com/img/Photos/Others/sidenav4.jpg");
}

/* line 19, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 15rem;
  height: 100%;
  padding: 0;
  padding-bottom: 3.75rem;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  background-color: #2c2f34;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  backface-visibility: hidden;
  will-change: transform;
}

/* line 42, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide {
  width: 15rem;
  transition-timing-function: linear, linear, ease;
  transition-duration: .5s, .5s, .55s;
  transition-property: top, bottom, width;
}

/* line 49, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper {
  height: 5rem;
  padding: 19px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 54, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper a {
  line-height: 2.6rem;
  color: #fff;
}

/* line 58, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper a span {
  padding-left: .7rem;
  margin-top: -1rem;
}

/* line 63, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper a img {
  max-width: 2.5rem;
  padding: 0;
}

/* line 72, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .collapsible a {
  padding-left: 23px;
  transition: all .3s ease-in-out;
}

/* line 76, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .collapsible a .sv-normal {
  opacity: 1;
  transition: all .1s linear;
}

/* line 81, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .collapsible a .sv-slim {
  display: none;
  opacity: 0;
  transition: all .1s linear;
}

/* line 88, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .collapsible .sv-slim-icon {
  width: 30px;
  height: 36px;
  padding-left: 0;
  margin-right: 0;
  text-align: left;
}

/* line 97, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .collapsible-body a {
  padding-left: 47px;
}

/* line 102, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide .fa-angle-down.rotate-icon {
  display: block;
  opacity: 1;
}

/* line 108, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide.slim {
  right: 3.75rem;
  width: 3.75rem !important;
  transition-timing-function: linear, linear, ease;
  transition-duration: .5s, .5s, .55s;
  transition-property: top, bottom, width;
}

/* line 116, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide.slim .collapsible a {
  padding-left: 23px;
  transition: all .3s ease-in-out;
}

/* line 120, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide.slim .collapsible a .sv-normal {
  opacity: 0;
  transition: all .1s linear;
}

/* line 125, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide.slim .collapsible a .sv-slim {
  display: block;
  opacity: 1;
  transition: all .1s linear;
}

/* line 132, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide.slim .collapsible .sv-slim-icon {
  width: 30px;
  height: 36px;
  padding-left: 0;
  margin-right: 0;
  text-align: left;
}

/* line 142, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.wide.slim .fa-angle-down.rotate-icon {
  display: none;
  opacity: 0;
}

/* line 150, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav > ul {
  max-height: 100vh;
}

/* line 154, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav ul {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}

/* line 159, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav ul li {
  padding: 0;
}

/* line 164, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.right-aligned {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

/* line 171, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light {
  background-color: #e5e5e5;
}

/* line 174, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .logo-wrapper {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 177, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .logo-wrapper.sn-ad-avatar-wrapper {
  color: #555;
}

/* line 182, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .about {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 185, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .about p {
  color: #555;
}

/* line 190, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 193, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .social .fas,
.side-nav.side-nav-light .social .fab,
.side-nav.side-nav-light .social .far,
.side-nav.side-nav-light .social .fa-solid {
  color: #555;
}

/* line 202, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .search-form input[type="text"] {
  color: #555 !important;
  border-bottom-color: rgba(153, 153, 153, 0.3);
}

/* line 144, vendor/assets/stylesheets/core/_mixins.scss */
.side-nav.side-nav-light .search-form input[type="text"]::-moz-placeholder {
  color: #555 !important;
}
.side-nav.side-nav-light .search-form input[type="text"]::placeholder {
  color: #555 !important;
}

/* line 213, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible a {
  color: #555;
}

/* line 219, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible-body a {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 225, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 229, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible li .collapsible-header.active {
  color: #4285f4;
  background-color: transparent;
}

/* line 237, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.fixed {
  position: fixed;
  left: 0;
  transform: translateX(0);
}

/* line 242, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 1441px) {
  /* line 250, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 253, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
}

/* line 260, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

/* line 267, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 273, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible > li {
  border-radius: 2px;
}

/* line 277, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible > li a.collapsible-header:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 281, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible > li a.collapsible-header.active {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 287, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible ul {
  padding: 0;
  list-style-type: none;
}

/* line 292, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible a {
  height: 36px;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

/* line 299, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible a.active, .side-nav .collapsible a:hover {
  border-radius: 2px;
}

/* line 305, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible .fas,
.side-nav .collapsible .fab,
.side-nav .collapsible .far,
.side-nav .collapsible .fa-solid {
  margin-right: 13px;
  font-size: 0.8rem;
}

/* line 314, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .collapsible-body a {
  height: 36px;
  padding-left: 47px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 321, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav a {
  display: block;
  height: 56px;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 56px;
}

/* line 331, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .fa-angle-down.rotate-icon {
  position: absolute;
  top: 0.8rem;
  right: 0;
  margin-right: 1.25rem;
}

/* line 340, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .sidenav-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 15rem;
  background-attachment: fixed;
}

/* line 349, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .sidenav-bg:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
  content: "";
}

/* line 365, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper {
  height: 8.75rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 369, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper a {
  width: 15rem;
  height: 8.75rem;
  padding: 0;
}

/* line 375, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper img {
  height: auto;
  padding-top: 20%;
  padding-right: 50px;
  padding-bottom: 20%;
  padding-left: 50px;
}

@media (max-height: 992px) {
  /* line 365, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav .logo-wrapper {
    height: 80px;
  }
  /* line 386, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav .logo-wrapper a {
    height: 80px;
  }
  /* line 390, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav .logo-wrapper img {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}

/* line 396, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper.sn-avatar-wrapper {
  padding-top: 10%;
  padding-right: 33%;
  padding-bottom: 10%;
  padding-left: 33%;
}

/* line 402, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper.sn-avatar-wrapper img {
  max-width: 90px;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-height: 992px) {
  /* line 396, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav .logo-wrapper.sn-avatar-wrapper {
    padding-right: 40%;
    padding-left: 40%;
  }
  /* line 413, vendor/assets/stylesheets/pro/_sidenav.scss */
  .side-nav .logo-wrapper.sn-avatar-wrapper img {
    max-width: 50px;
  }
}

/* line 419, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper.sn-ad-avatar-wrapper {
  height: auto;
  margin-bottom: 0;
}

/* line 423, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper.sn-ad-avatar-wrapper img {
  float: left;
  max-width: 3.75rem;
  padding: 1.25rem 0.63rem;
}

/* line 429, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .logo-wrapper.sn-ad-avatar-wrapper p {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
  font-size: 0.94rem;
}

/* line 439, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .about {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 443, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .about p {
  margin-bottom: 0;
  text-align: center;
}

/* line 450, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .social {
  padding-top: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 455, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .social li {
  display: inline-block;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin: 0;
}

/* line 462, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .social a {
  padding: 0;
  margin: 0;
}

/* line 467, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .social .fas,
.side-nav .social .fab,
.side-nav .social .far,
.side-nav .social .fa-solid {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  font-size: 0.9rem;
  color: #dbe4e7;
  transition: 0.3s;
}

/* line 477, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .social .fas:hover,
.side-nav .social .fab:hover,
.side-nav .social .far:hover,
.side-nav .social .fa-solid:hover {
  color: #afc4cb;
  transition: 0.3s;
}

/* line 485, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .search-form {
  padding: 0;
}

/* line 488, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .search-form input[type="text"] {
  padding-left: 1.88rem;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 144, vendor/assets/stylesheets/core/_mixins.scss */
.side-nav .search-form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.side-nav .search-form input[type="text"]::placeholder {
  color: #fff;
}

/* line 498, vendor/assets/stylesheets/pro/_sidenav.scss */
.side-nav .search-form .form-control {
  margin-bottom: 0;
}

/* line 507, vendor/assets/stylesheets/pro/_sidenav.scss */
.drag-target {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 10px;
  height: 100%;
}

/* line 515, vendor/assets/stylesheets/pro/_sidenav.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 997;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  will-change: opacity;
}

/* line 527, vendor/assets/stylesheets/pro/_sidenav.scss */
.transform-fix-input {
  transform: translateX(0) !important;
}

/* line 4, vendor/assets/stylesheets/pro/_ecommerce.scss */
.collection-card .stripe {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  padding: 1.2rem;
  text-align: center;
}

/* line 10, vendor/assets/stylesheets/pro/_ecommerce.scss */
.collection-card .stripe.dark {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 13, vendor/assets/stylesheets/pro/_ecommerce.scss */
.collection-card .stripe.dark a p {
  color: #eee;
}

/* line 18, vendor/assets/stylesheets/pro/_ecommerce.scss */
.collection-card .stripe.light {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 21, vendor/assets/stylesheets/pro/_ecommerce.scss */
.collection-card .stripe.light a p {
  color: #424242;
}

/* line 27, vendor/assets/stylesheets/pro/_ecommerce.scss */
.collection-card .stripe a p {
  padding: 0;
  margin: 0;
  letter-spacing: 0.25rem;
}

/* line 36, vendor/assets/stylesheets/pro/_ecommerce.scss */
.rating {
  padding: 0;
  color: #ffa000;
  list-style-type: none;
}

/* line 40, vendor/assets/stylesheets/pro/_ecommerce.scss */
.rating li {
  display: inline-block;
}

/* line 47, vendor/assets/stylesheets/pro/_ecommerce.scss */
.cart-modal .table,
.cart-modal th {
  text-align: center;
}

/* line 52, vendor/assets/stylesheets/pro/_ecommerce.scss */
.cart-modal .table .total {
  font-weight: 600;
  text-transform: uppercase;
}

/* line 56, vendor/assets/stylesheets/pro/_ecommerce.scss */
.cart-modal .table .fa-times {
  color: #4285f4;
}

/* line 64, vendor/assets/stylesheets/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer {
  background-color: transparent;
}

/* line 66, vendor/assets/stylesheets/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer .discount {
  color: #9e9e9e;
}

/* line 69, vendor/assets/stylesheets/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer a {
  color: #757575;
  transition: 0.4s;
}

/* line 72, vendor/assets/stylesheets/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer a:hover {
  color: #d50000;
  transition: 0.4s;
}

/* line 76, vendor/assets/stylesheets/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer a.active {
  color: #d50000;
}

/* line 87, vendor/assets/stylesheets/pro/_ecommerce.scss */
.product-table .btn.btn-sm {
  padding: 0.3rem 0.6rem;
}

/* line 2, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item {
  margin-bottom: 5rem;
}

/* line 5, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-inner {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

/* line 10, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-inner .carousel-item.active,
.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev {
  display: block;
}

/* line 16, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-inner.v-2 .carousel-item.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
  display: flex;
}

/* line 22, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-next {
  transform: translateX(100%);
}

@media (min-width: 768px) {
  /* line 22, vendor/assets/stylesheets/pro/_carousels.scss */
  .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-next {
    transform: translateX(33%);
  }
}

/* line 30, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  /* line 30, vendor/assets/stylesheets/pro/_carousels.scss */
  .carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    transform: translateX(-33%);
  }
}

/* line 38, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-left {
  transform: translateX(0%);
}

/* line 43, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-indicators li {
  width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  margin-bottom: -3.75rem;
  background-color: #4285f4;
}

/* line 51, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-indicators .active {
  width: 1.56rem;
  max-width: 1.56rem;
  height: 1.56rem;
  background-color: #4285f4;
  border-radius: 50%;
}

/* line 59, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .controls-top {
  margin-bottom: 1.88rem;
  text-align: center;
}

/* line 63, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}

/* line 68, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .carousel-indicators {
  margin-bottom: -1em;
}

/* line 72, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-multi-item .card-cascade.narrower {
  margin-top: 1.25rem;
  margin-bottom: 0.3rem;
}

@media (min-width: 768px) {
  /* line 78, vendor/assets/stylesheets/pro/_carousels.scss */
  .carousel-multi-item [class*="col-"] {
    float: left;
  }
}

@media only screen and (max-width: 992px) {
  /* line 86, vendor/assets/stylesheets/pro/_carousels.scss */
  .carousel-multi-item .carousel-indicators li {
    margin-bottom: -1.88rem;
  }
}

/* line 94, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-right: initial;
  margin-left: initial;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 103, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

/* line 109, vendor/assets/stylesheets/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators > li .active img {
  opacity: 1;
}

/* line 120, vendor/assets/stylesheets/pro/_carousels.scss */
.wrapper-carousel-fix .carousel-fade .active.carousel-item-left, .wrapper-carousel-fix .carousel-fade .active.carousel-item-right {
  transition: transform .6s ease;
  transition-property: opacity;
}

/* line 4, vendor/assets/stylesheets/pro/_blog.scss */
.comments-list .avatar,
.reply-form .avatar {
  max-width: 100px;
}

/* line 2, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-title {
  font-weight: 400;
}

/* line 6, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-message {
  word-wrap: break-word;
}

/* line 16, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

/* line 21, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-close-button {
  position: relative;
  top: -0.3em;
  right: -0.3em;
  float: right;
  font-size: 1.25rem;
  font-weight: 400;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 35, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-close-button:hover,
.md-toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 45, vendor/assets/stylesheets/pro/_toasts.scss */
button.md-toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 53, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 59, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-bottom-center {
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 65, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 71, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-bottom-full-width {
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 77, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 82, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 87, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 92, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 97, vendor/assets/stylesheets/pro/_toasts.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
}

/* line 102, vendor/assets/stylesheets/pro/_toasts.scss */
#toast-container * {
  box-sizing: border-box;
}

/* line 106, vendor/assets/stylesheets/pro/_toasts.scss */
#toast-container > div {
  position: relative;
  width: 18.75rem;
  padding: 15px 15px 15px 50px;
  margin: 0 0 6px;
  overflow: hidden;
  filter: alpha(opacity=95);
  background-repeat: no-repeat;
  background-position: 15px center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.95;
}

/* line 121, vendor/assets/stylesheets/pro/_toasts.scss */
#toast-container > :hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
  transition: 0.45s;
}

/* line 129, vendor/assets/stylesheets/pro/_toasts.scss */
#toast-container.md-toast-top-center > div,
#toast-container.md-toast-bottom-center > div {
  width: 18.75rem;
  margin: auto;
}

/* line 135, vendor/assets/stylesheets/pro/_toasts.scss */
#toast-container.md-toast-top-full-width > div,
#toast-container.md-toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 141, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast {
  background-color: #030303;
}

/* line 145, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-success {
  background-color: #00c851;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 150, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-error {
  background-color: #ff3547;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 155, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-info {
  background-color: #33b5e5;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 160, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-warning {
  background-color: #fb3;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 165, vendor/assets/stylesheets/pro/_toasts.scss */
.md-toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 3, vendor/assets/stylesheets/pro/_animations.scss */
.collapsible .active .rotate-icon {
  transition: all 150ms ease-in 0s;
  transform: rotate(180deg);
}

/* line 2, vendor/assets/stylesheets/pro/_progress.scss */
.md-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #eee;
  box-shadow: none;
}

/* line 11, vendor/assets/stylesheets/pro/_progress.scss */
.md-progress .progress-bar {
  height: 0.25rem;
  background-color: #0d47a1;
  border-radius: 0;
  box-shadow: none;
}

/* line 17, vendor/assets/stylesheets/pro/_progress.scss */
.md-progress .progress-bar-animated {
  transition: width 2s ease-in-out;
}

/* line 20, vendor/assets/stylesheets/pro/_progress.scss */
.md-progress .indeterminate {
  background-color: #90caf9;
}

/* line 22, vendor/assets/stylesheets/pro/_progress.scss */
.md-progress .indeterminate:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: inherit;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  will-change: left, right;
}

/* line 33, vendor/assets/stylesheets/pro/_progress.scss */
.md-progress .indeterminate:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: inherit;
  animation: indeterminate 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
  will-change: left, right;
}

@keyframes indeterminate {
  0% {
    right: 100%;
    left: -35%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: -90%;
    left: 100%;
  }
}

@keyframes indeterminate-short {
  0% {
    right: 100%;
    left: -200%;
  }
  60% {
    right: -8%;
    left: 107%;
  }
  100% {
    right: -8%;
    left: 107%;
  }
}

/*********************
  CIRCLE
**********************/
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/*************************   */
/* STYLES FOR THE SPINNER */
/*************************   */
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 116, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 0;
}

/* line 122, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper.small {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 126, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper.big {
  width: 4rem;
  height: 4rem;
}

/* line 130, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

/* line 134, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper.crazy {
  animation-duration: 333ms;
}

/* line 137, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  /**
         * Patch the gap that appear between the two adjacent div.circle-clipper while the
         * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
         */
}

/* line 147, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 155, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer .gap-patch .circle {
  left: -450%;
  width: 1000%;
}

/* line 161, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 168, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  border-color: inherit;
  /* STROKEWIDTH */
  border-style: solid;
  border-width: 0.1875rem;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
}

/* line 184, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 189, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 197, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-blue,
.preloader-wrapper .spinner-blue-only {
  border-color: #4285f4;
}

/* line 202, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-red,
.preloader-wrapper .spinner-red-only {
  border-color: #db4437;
}

/* line 207, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-yellow,
.preloader-wrapper .spinner-yellow-only {
  border-color: #f4b400;
}

/* line 212, vendor/assets/stylesheets/pro/_progress.scss */
.preloader-wrapper .spinner-green,
.preloader-wrapper .spinner-green-only {
  border-color: #0f9d58;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 240, vendor/assets/stylesheets/pro/_progress.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 244, vendor/assets/stylesheets/pro/_progress.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 248, vendor/assets/stylesheets/pro/_progress.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 252, vendor/assets/stylesheets/pro/_progress.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 256, vendor/assets/stylesheets/pro/_progress.scss */
.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-primary-color-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 266, vendor/assets/stylesheets/pro/_progress.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 270, vendor/assets/stylesheets/pro/_progress.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 418, vendor/assets/stylesheets/pro/_progress.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 432, vendor/assets/stylesheets/pro/_progress.scss */
#mdb-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* change if the mask should have another color then white */
  z-index: 9998;
  width: 100%;
  /* makes sure it stays on top */
  height: 100%;
  background-color: #000;
}

/*
 * Container style
 */
/* line 4, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps {
  overflow: hidden !important;
  touch-action: auto;
  overflow-anchor: none;
  -ms-overflow-style: none;
  position: relative;
}

/*
 * Scrollbar rail styles
 */
/* line 16, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__rail-x {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  display: none;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

/* line 29, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  display: none;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

/* line 42, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 48, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: .6;
}

/* line 57, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
/* line 70, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__thumb-x {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
}

/* line 83, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  width: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
}

/* line 96, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

/* line 103, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  /* line 112, vendor/assets/stylesheets/pro/_scrollbar.scss */
  .ps {
    overflow: auto !important;
  }
}

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

/* line 124, vendor/assets/stylesheets/pro/_scrollbar.scss */
.ps__rail-y {
  top: 0;
}

/* line 8, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown {
  position: static;
}

/* line 11, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu {
  width: 100%;
  border: none;
  border-radius: 0;
}

/* line 16, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .news-title {
  font-size: 1.1rem;
  transition: .2s;
}

/* line 19, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .news-title.smaller {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

/* line 25, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .sub-title {
  border-bottom: 1px solid #e0e0e0;
}

/* line 30, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a {
  width: 100%;
  transition: .3s;
}

/* line 33, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: .3s;
}

/* line 43, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-single {
  border-bottom: 1px solid #e0e0e0;
}

/* line 46, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-title {
  color: #4f4f4f;
}

/* line 48, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-title:hover {
  color: #2196f3;
}

/* line 52, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .m-sm {
  margin-bottom: -6px;
  font-size: .9rem;
  color: #2196f3;
}

/* line 56, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .m-sm:hover {
  color: #2196f3;
}

/* line 64, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .news-title {
  color: #fff;
}

/* line 69, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
  color: #fff;
}

/* line 71, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a:hover {
  color: #fff;
}

/* line 77, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .sub-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 87, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a {
  color: #fff;
}

/* line 89, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a:hover {
  color: #fff;
}

/* line 95, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title {
  color: #fff;
}

/* line 97, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title:hover {
  color: #e0e0e0;
}

@media (max-width: 1024px) {
  /* line 11, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
  .navbar .mega-dropdown .dropdown-menu.mega-menu {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

/* line 114, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu {
  position: relative;
}

/* line 116, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

/* line 119, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.r-100 {
  right: 100%;
}

/* line 122, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.l-auto {
  left: auto;
}

/* line 127, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: .3s;
}

/* line 130, vendor/assets/stylesheets/pro/modules/megamenu/_module.scss */
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
  transition: .3s;
}

/* line 4, vendor/assets/stylesheets/pro/_tooltips.scss */
.md-tooltip.show,
.md-tooltip-main.show,
.md-tooltip-email.show {
  opacity: 1 !important;
}

/* line 9, vendor/assets/stylesheets/pro/_tooltips.scss */
.md-inner {
  min-height: 24px !important;
  padding: 7px 8px;
  font-size: 10px;
  background: rgba(97, 97, 97, 0.9) !important;
  border-radius: 4px;
}

/* line 17, vendor/assets/stylesheets/pro/_tooltips.scss */
.md-arrow {
  display: none;
}

/* line 21, vendor/assets/stylesheets/pro/_tooltips.scss */
.md-inner-main {
  min-height: 32px !important;
  padding: 9px 16px;
  font-size: 14px;
  background: rgba(97, 97, 97, 0.9) !important;
  border-radius: 4px;
}

/* line 29, vendor/assets/stylesheets/pro/_tooltips.scss */
.md-tooltip,
.md-tooltip-main {
  line-height: 1;
}

/* line 34, vendor/assets/stylesheets/pro/_tooltips.scss */
.md-inner-email {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 12px;
  background-color: #232f34 !important;
  border-radius: 25px;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .gradient {
  background: #fff;
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .primary-color, .test-skin ul.stepper li.active a .circle, ul.stepper li.active a .test-skin .circle, .test-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .test-skin .circle {
  background-color: #fff !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .navbar {
  color: #fff;
  background-color: #fff;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .test-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .test-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #f2f2f2;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.test-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .page-footer {
  background-color: #fff;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav {
  background-color: #fff;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #d9d9d9;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .social a:hover .fas,
.test-skin .side-nav .social a:hover .fab,
.test-skin .side-nav .social a:hover .far {
  color: #fff !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: #fff;
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: #fff;
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li .collapsible-body a:hover, .test-skin .side-nav .collapsible li .collapsible-body a.active, .test-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #fff;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li .collapsible-body a .fas,
.test-skin .side-nav .collapsible li .collapsible-body a .fab,
.test-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .test-skin .side-nav .collapsible li a.active:not(.collapsible-header), .test-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #fff !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .sidenav-bg:after, .test-skin .side-nav .sidenav-bg.mask-strong:after {
  background: #fff;
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .sidenav-bg.mask-light:after {
  background: #fff;
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .side-nav .sidenav-bg.mask-slight:after {
  background: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary {
  color: #000;
  background-color: #fff !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary:hover {
  color: #000;
  background-color: white;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary:focus, .test-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary:focus, .test-skin .btn-primary:active, .test-skin .btn-primary.active {
  background-color: #cccccc;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary.dropdown-toggle {
  background-color: #fff !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary.dropdown-toggle:hover, .test-skin .btn-primary.dropdown-toggle:focus {
  background-color: white !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary:not([disabled]):not(.disabled):active, .test-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .test-skin .btn-primary.dropdown-toggle {
  background-color: #cccccc !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .test-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .test-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .primary-ic {
  color: #fff !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .primary-ic:hover, .test-skin .primary-ic:focus {
  color: #fff;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin a.btn:not([href]):not([tabindex]),
.test-skin a.btn:not([href]):not([tabindex]):focus,
.test-skin a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin table.table a.btn.btn-primary {
  color: #000;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary {
  color: #000;
  background-color: #fff !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary:hover {
  color: #000;
  background-color: white;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary:focus, .test-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary:focus, .test-skin .btn-secondary:active, .test-skin .btn-secondary.active {
  background-color: #cccccc;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary.dropdown-toggle {
  background-color: #fff !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary.dropdown-toggle:hover, .test-skin .btn-secondary.dropdown-toggle:focus {
  background-color: white !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary:not([disabled]):not(.disabled):active, .test-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .test-skin .btn-secondary.dropdown-toggle {
  background-color: #cccccc !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .test-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .test-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .secondary-ic {
  color: #fff !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .secondary-ic:hover, .test-skin .secondary-ic:focus {
  color: #fff;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin a.btn:not([href]):not([tabindex]),
.test-skin a.btn:not([href]):not([tabindex]):focus,
.test-skin a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin table.table a.btn.btn-secondary {
  color: #000;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default {
  color: #000;
  background-color: #fff !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default:hover {
  color: #000;
  background-color: white;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default:focus, .test-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default:focus, .test-skin .btn-default:active, .test-skin .btn-default.active {
  background-color: #cccccc;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default.dropdown-toggle {
  background-color: #fff !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default.dropdown-toggle:hover, .test-skin .btn-default.dropdown-toggle:focus {
  background-color: white !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default:not([disabled]):not(.disabled):active, .test-skin .btn-default.active:not([disabled]):not(.disabled), .show > .test-skin .btn-default.dropdown-toggle {
  background-color: #cccccc !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-default:not([disabled]):not(.disabled):active:focus, .test-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .test-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .default-ic {
  color: #fff !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .default-ic:hover, .test-skin .default-ic:focus {
  color: #fff;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin a.btn:not([href]):not([tabindex]),
.test-skin a.btn:not([href]):not([tabindex]):focus,
.test-skin a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin table.table a.btn.btn-default {
  color: #000;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-primary {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-primary:hover, .test-skin .btn-outline-primary:focus, .test-skin .btn-outline-primary:active, .test-skin .btn-outline-primary:active:focus, .test-skin .btn-outline-primary.active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .test-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .test-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .test-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .test-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-secondary {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-secondary:hover, .test-skin .btn-outline-secondary:focus, .test-skin .btn-outline-secondary:active, .test-skin .btn-outline-secondary:active:focus, .test-skin .btn-outline-secondary.active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .test-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .test-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .test-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .test-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-default {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-default:hover, .test-skin .btn-outline-default:focus, .test-skin .btn-outline-default:active, .test-skin .btn-outline-default:active:focus, .test-skin .btn-outline-default.active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-default:not([disabled]):not(.disabled):active, .test-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .test-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.test-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .test-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .test-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .card .btn-action {
  background: #fff;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .card .btn-action:hover, .test-skin .card .btn-action:focus {
  background-color: white !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .card .btn-action.active {
  background-color: #cccccc !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .md-outline input[type="text"]:focus:not([readonly]),
.test-skin .md-outline input[type="password"]:focus:not([readonly]),
.test-skin .md-outline input[type="email"]:focus:not([readonly]),
.test-skin .md-outline input[type="url"]:focus:not([readonly]),
.test-skin .md-outline input[type="time"]:focus:not([readonly]),
.test-skin .md-outline input[type="date"]:focus:not([readonly]),
.test-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.test-skin .md-outline input[type="tel"]:focus:not([readonly]),
.test-skin .md-outline input[type="number"]:focus:not([readonly]),
.test-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.test-skin .md-outline input[type="search"]:focus:not([readonly]),
.test-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.test-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.test-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #fff;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .md-bg input[type="text"],
.test-skin .md-bg input[type="password"],
.test-skin .md-bg input[type="email"],
.test-skin .md-bg input[type="url"],
.test-skin .md-bg input[type="time"],
.test-skin .md-bg input[type="date"],
.test-skin .md-bg input[type="datetime-local"],
.test-skin .md-bg input[type="tel"],
.test-skin .md-bg input[type="number"],
.test-skin .md-bg input[type="search-md"],
.test-skin .md-bg input[type="search"],
.test-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin input[type="email"]:focus:not([readonly]),
.test-skin input[type="text"]:focus:not([readonly]),
.test-skin input[type="password"]:focus:not([readonly]),
.test-skin input[type="number"]:focus:not([readonly]),
.test-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: 0 1px 0 0 #fff;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin input[type="email"]:focus:not([readonly]) + label,
.test-skin input[type="text"]:focus:not([readonly]) + label,
.test-skin input[type="password"]:focus:not([readonly]) + label,
.test-skin input[type="number"]:focus:not([readonly]) + label,
.test-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #fff;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #fff;
  border-color: #fff;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .md-form .prefix.active {
  color: #fff;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #fff !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #fff;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.test-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.test-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #fff !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .top-nav-collapse {
  background-color: #fff;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .carousel-multi-item .controls-top > a,
.test-skin .carousel-multi-item .carousel-indicators li,
.test-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #fff;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .form-header,
.test-skin .card-header {
  background-color: white;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .spinner-primary-color,
.test-skin .spinner-primary-color-only {
  border-color: #fff;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .pagination-primary-color .page-item.active .page-link,
.test-skin .pagination-primary-color .page-item.active .page-link:focus,
.test-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #fff;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .pagination-primary-color .page-link {
  color: #fff;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.test-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .gradient {
  background: #ababab;
  background: linear-gradient(135deg, #ababab 0%, #fff 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .primary-color, .white-skin ul.stepper li.active a .circle, ul.stepper li.active a .white-skin .circle, .white-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .white-skin .circle {
  background-color: #4285f4 !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar {
  color: #424242;
  background-color: #fff;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #2a75f3;
}

/* line 31, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar .navbar-nav .nav-item a {
  color: #424242;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar.double-nav a {
  color: #424242;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #424242;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #424242;
}
.white-skin .navbar form .md-form .form-control::placeholder {
  color: #424242;
}

/* line 60, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar.navbar-dark form .md-form .form-control {
  color: #fff;
}

/* line 64, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.white-skin .navbar.navbar-dark form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .page-footer {
  background-color: #6f7178;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav {
  background-color: #f9f9f9;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #0d5bdd;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 97, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .social a .fas,
.white-skin .side-nav .social a .fab,
.white-skin .side-nav .social a .far {
  color: #424242;
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .social a:hover .fas,
.white-skin .side-nav .social a:hover .fab,
.white-skin .side-nav .social a:hover .far {
  color: #4285f4 !important;
  transition: all 0.3s linear;
}

/* line 117, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .search-form .md-form input {
  color: #424242 !important;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 144, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .side-nav .search-form .md-form input::-moz-placeholder {
  color: rgba(66, 66, 66, 0.5) !important;
}
.white-skin .side-nav .search-form .md-form input::placeholder {
  color: rgba(66, 66, 66, 0.5) !important;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 131, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li a {
  font-weight: 400;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-header {
  color: #424242;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-header.active {
  color: #4285f4;
  background-color: transparent;
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-body a {
  color: #424242;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-body a:hover, .white-skin .side-nav .collapsible li .collapsible-body a.active, .white-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #4285f4;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-body a .fas,
.white-skin .side-nav .collapsible li .collapsible-body a .fab,
.white-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #424242;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #424242;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .white-skin .side-nav .collapsible li a.active:not(.collapsible-header), .white-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #4285f4 !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .sidenav-bg:after, .white-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(255, 255, 255, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(255, 255, 255, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(255, 255, 255, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary {
  color: #fff;
  background-color: #4285f4 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary:hover {
  color: #fff;
  background-color: #5a95f5;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary:focus, .white-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary:focus, .white-skin .btn-primary:active, .white-skin .btn-primary.active {
  background-color: #0b51c5;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary.dropdown-toggle {
  background-color: #4285f4 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary.dropdown-toggle:hover, .white-skin .btn-primary.dropdown-toggle:focus {
  background-color: #5a95f5 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary:not([disabled]):not(.disabled):active, .white-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .white-skin .btn-primary.dropdown-toggle {
  background-color: #0b51c5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .primary-ic {
  color: #4285f4 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .primary-ic:hover, .white-skin .primary-ic:focus {
  color: #4285f4;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin a.btn:not([href]):not([tabindex]),
.white-skin a.btn:not([href]):not([tabindex]):focus,
.white-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary {
  color: #fff;
  background-color: #fc685f !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary:hover {
  color: #fff;
  background-color: #fc8078;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary:focus, .white-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary:focus, .white-skin .btn-secondary:active, .white-skin .btn-secondary.active {
  background-color: #f01205;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary.dropdown-toggle {
  background-color: #fc685f !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary.dropdown-toggle:hover, .white-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #fc8078 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary:not([disabled]):not(.disabled):active, .white-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .white-skin .btn-secondary.dropdown-toggle {
  background-color: #f01205 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .secondary-ic {
  color: #fc685f !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .secondary-ic:hover, .white-skin .secondary-ic:focus {
  color: #fc685f;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin a.btn:not([href]):not([tabindex]),
.white-skin a.btn:not([href]):not([tabindex]):focus,
.white-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default {
  color: #fff;
  background-color: #454545 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default:hover {
  color: #fff;
  background-color: #525252;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default:focus, .white-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default:focus, .white-skin .btn-default:active, .white-skin .btn-default.active {
  background-color: #121212;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default.dropdown-toggle {
  background-color: #454545 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default.dropdown-toggle:hover, .white-skin .btn-default.dropdown-toggle:focus {
  background-color: #525252 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default:not([disabled]):not(.disabled):active, .white-skin .btn-default.active:not([disabled]):not(.disabled), .show > .white-skin .btn-default.dropdown-toggle {
  background-color: #121212 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-default:not([disabled]):not(.disabled):active:focus, .white-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .default-ic {
  color: #454545 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .default-ic:hover, .white-skin .default-ic:focus {
  color: #454545;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin a.btn:not([href]):not([tabindex]),
.white-skin a.btn:not([href]):not([tabindex]):focus,
.white-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-primary {
  color: #4285f4 !important;
  background-color: transparent !important;
  border: 2px solid #4285f4 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-primary:hover, .white-skin .btn-outline-primary:focus, .white-skin .btn-outline-primary:active, .white-skin .btn-outline-primary:active:focus, .white-skin .btn-outline-primary.active {
  color: #4285f4 !important;
  background-color: transparent !important;
  border-color: #4285f4 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .white-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .white-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #4285f4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-secondary {
  color: #fc685f !important;
  background-color: transparent !important;
  border: 2px solid #fc685f !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-secondary:hover, .white-skin .btn-outline-secondary:focus, .white-skin .btn-outline-secondary:active, .white-skin .btn-outline-secondary:active:focus, .white-skin .btn-outline-secondary.active {
  color: #fc685f !important;
  background-color: transparent !important;
  border-color: #fc685f !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .white-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .white-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fc685f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-default {
  color: #454545 !important;
  background-color: transparent !important;
  border: 2px solid #454545 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-default:hover, .white-skin .btn-outline-default:focus, .white-skin .btn-outline-default:active, .white-skin .btn-outline-default:active:focus, .white-skin .btn-outline-default.active {
  color: #454545 !important;
  background-color: transparent !important;
  border-color: #454545 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-default:not([disabled]):not(.disabled):active, .white-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .white-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #454545 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.white-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .white-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .card .btn-action {
  background: #454545;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .card .btn-action:hover, .white-skin .card .btn-action:focus {
  background-color: #525252 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .card .btn-action.active {
  background-color: #121212 !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .md-outline input[type="text"]:focus:not([readonly]),
.white-skin .md-outline input[type="password"]:focus:not([readonly]),
.white-skin .md-outline input[type="email"]:focus:not([readonly]),
.white-skin .md-outline input[type="url"]:focus:not([readonly]),
.white-skin .md-outline input[type="time"]:focus:not([readonly]),
.white-skin .md-outline input[type="date"]:focus:not([readonly]),
.white-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.white-skin .md-outline input[type="tel"]:focus:not([readonly]),
.white-skin .md-outline input[type="number"]:focus:not([readonly]),
.white-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.white-skin .md-outline input[type="search"]:focus:not([readonly]),
.white-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.white-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.white-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .md-bg input[type="text"],
.white-skin .md-bg input[type="password"],
.white-skin .md-bg input[type="email"],
.white-skin .md-bg input[type="url"],
.white-skin .md-bg input[type="time"],
.white-skin .md-bg input[type="date"],
.white-skin .md-bg input[type="datetime-local"],
.white-skin .md-bg input[type="tel"],
.white-skin .md-bg input[type="number"],
.white-skin .md-bg input[type="search-md"],
.white-skin .md-bg input[type="search"],
.white-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin input[type="email"]:focus:not([readonly]),
.white-skin input[type="text"]:focus:not([readonly]),
.white-skin input[type="password"]:focus:not([readonly]),
.white-skin input[type="number"]:focus:not([readonly]),
.white-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin input[type="email"]:focus:not([readonly]) + label,
.white-skin input[type="text"]:focus:not([readonly]) + label,
.white-skin input[type="password"]:focus:not([readonly]) + label,
.white-skin input[type="number"]:focus:not([readonly]) + label,
.white-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #4285f4;
  border-color: #4285f4;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .md-form .prefix.active {
  color: #4285f4;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #4285f4 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #4285f4;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.white-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.white-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #4285f4 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .top-nav-collapse {
  background-color: #fff;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .carousel-multi-item .controls-top > a,
.white-skin .carousel-multi-item .carousel-indicators li,
.white-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #4285f4;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .form-header,
.white-skin .card-header {
  background-color: #4c8bf5;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .spinner-primary-color,
.white-skin .spinner-primary-color-only {
  border-color: #4285f4;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .pagination-primary-color .page-item.active .page-link,
.white-skin .pagination-primary-color .page-item.active .page-link:focus,
.white-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #4285f4;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .pagination-primary-color .page-link {
  color: #4285f4;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.white-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .gradient {
  background: #000;
  background: linear-gradient(135deg, #000 0%, #616161 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .primary-color, .black-skin ul.stepper li.active a .circle, ul.stepper li.active a .black-skin .circle, .black-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .black-skin .circle {
  background-color: #2ad1a3 !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .navbar {
  color: #fff;
  background-color: #222;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #26bc92;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.black-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .page-footer {
  background-color: #222;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav {
  background-color: #222;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #1d9171;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .social a:hover .fas,
.black-skin .side-nav .social a:hover .fab,
.black-skin .side-nav .social a:hover .far {
  color: #2ad1a3 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: #2ad1a3;
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: #2ad1a3;
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-body a:hover, .black-skin .side-nav .collapsible li .collapsible-body a.active, .black-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #2ad1a3;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-body a .fas,
.black-skin .side-nav .collapsible li .collapsible-body a .fab,
.black-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .black-skin .side-nav .collapsible li a.active:not(.collapsible-header), .black-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #2ad1a3 !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .sidenav-bg:after, .black-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(0, 0, 0, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(0, 0, 0, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(0, 0, 0, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary {
  color: #fff;
  background-color: #2ad1a3 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary:hover {
  color: #fff;
  background-color: #3dd8ad;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary:focus, .black-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary:focus, .black-skin .btn-primary:active, .black-skin .btn-primary.active {
  background-color: #197c61;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary.dropdown-toggle {
  background-color: #2ad1a3 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary.dropdown-toggle:hover, .black-skin .btn-primary.dropdown-toggle:focus {
  background-color: #3dd8ad !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary:not([disabled]):not(.disabled):active, .black-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .black-skin .btn-primary.dropdown-toggle {
  background-color: #197c61 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .primary-ic {
  color: #2ad1a3 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .primary-ic:hover, .black-skin .primary-ic:focus {
  color: #2ad1a3;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin a.btn:not([href]):not([tabindex]),
.black-skin a.btn:not([href]):not([tabindex]):focus,
.black-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary {
  color: #fff;
  background-color: #0f478a !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary:hover {
  color: #fff;
  background-color: #1253a1;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary:focus, .black-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary:focus, .black-skin .btn-secondary:active, .black-skin .btn-secondary.active {
  background-color: #05182e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary.dropdown-toggle {
  background-color: #0f478a !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary.dropdown-toggle:hover, .black-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #1253a1 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary:not([disabled]):not(.disabled):active, .black-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .black-skin .btn-secondary.dropdown-toggle {
  background-color: #05182e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .secondary-ic {
  color: #0f478a !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .secondary-ic:hover, .black-skin .secondary-ic:focus {
  color: #0f478a;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin a.btn:not([href]):not([tabindex]),
.black-skin a.btn:not([href]):not([tabindex]):focus,
.black-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default {
  color: #fff;
  background-color: #222 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default:hover {
  color: #fff;
  background-color: #2f2f2f;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default:focus, .black-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default:focus, .black-skin .btn-default:active, .black-skin .btn-default.active {
  background-color: black;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default.dropdown-toggle {
  background-color: #222 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default.dropdown-toggle:hover, .black-skin .btn-default.dropdown-toggle:focus {
  background-color: #2f2f2f !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default:not([disabled]):not(.disabled):active, .black-skin .btn-default.active:not([disabled]):not(.disabled), .show > .black-skin .btn-default.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-default:not([disabled]):not(.disabled):active:focus, .black-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .default-ic {
  color: #222 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .default-ic:hover, .black-skin .default-ic:focus {
  color: #222;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin a.btn:not([href]):not([tabindex]),
.black-skin a.btn:not([href]):not([tabindex]):focus,
.black-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-primary {
  color: #2ad1a3 !important;
  background-color: transparent !important;
  border: 2px solid #2ad1a3 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-primary:hover, .black-skin .btn-outline-primary:focus, .black-skin .btn-outline-primary:active, .black-skin .btn-outline-primary:active:focus, .black-skin .btn-outline-primary.active {
  color: #2ad1a3 !important;
  background-color: transparent !important;
  border-color: #2ad1a3 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .black-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .black-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2ad1a3 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-secondary {
  color: #0f478a !important;
  background-color: transparent !important;
  border: 2px solid #0f478a !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-secondary:hover, .black-skin .btn-outline-secondary:focus, .black-skin .btn-outline-secondary:active, .black-skin .btn-outline-secondary:active:focus, .black-skin .btn-outline-secondary.active {
  color: #0f478a !important;
  background-color: transparent !important;
  border-color: #0f478a !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .black-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .black-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #0f478a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-default {
  color: #222 !important;
  background-color: transparent !important;
  border: 2px solid #222 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-default:hover, .black-skin .btn-outline-default:focus, .black-skin .btn-outline-default:active, .black-skin .btn-outline-default:active:focus, .black-skin .btn-outline-default.active {
  color: #222 !important;
  background-color: transparent !important;
  border-color: #222 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-default:not([disabled]):not(.disabled):active, .black-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .black-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #222 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.black-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .black-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .card .btn-action {
  background: #222;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .card .btn-action:hover, .black-skin .card .btn-action:focus {
  background-color: #2f2f2f !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .card .btn-action.active {
  background-color: black !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .md-outline input[type="text"]:focus:not([readonly]),
.black-skin .md-outline input[type="password"]:focus:not([readonly]),
.black-skin .md-outline input[type="email"]:focus:not([readonly]),
.black-skin .md-outline input[type="url"]:focus:not([readonly]),
.black-skin .md-outline input[type="time"]:focus:not([readonly]),
.black-skin .md-outline input[type="date"]:focus:not([readonly]),
.black-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.black-skin .md-outline input[type="tel"]:focus:not([readonly]),
.black-skin .md-outline input[type="number"]:focus:not([readonly]),
.black-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.black-skin .md-outline input[type="search"]:focus:not([readonly]),
.black-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #2ad1a3;
  box-shadow: inset 0 0 0 1px #2ad1a3;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.black-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.black-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #2ad1a3;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .md-bg input[type="text"],
.black-skin .md-bg input[type="password"],
.black-skin .md-bg input[type="email"],
.black-skin .md-bg input[type="url"],
.black-skin .md-bg input[type="time"],
.black-skin .md-bg input[type="date"],
.black-skin .md-bg input[type="datetime-local"],
.black-skin .md-bg input[type="tel"],
.black-skin .md-bg input[type="number"],
.black-skin .md-bg input[type="search-md"],
.black-skin .md-bg input[type="search"],
.black-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #2ad1a3, #2ad1a3), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin input[type="email"]:focus:not([readonly]),
.black-skin input[type="text"]:focus:not([readonly]),
.black-skin input[type="password"]:focus:not([readonly]),
.black-skin input[type="number"]:focus:not([readonly]),
.black-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #2ad1a3;
  box-shadow: 0 1px 0 0 #2ad1a3;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin input[type="email"]:focus:not([readonly]) + label,
.black-skin input[type="text"]:focus:not([readonly]) + label,
.black-skin input[type="password"]:focus:not([readonly]) + label,
.black-skin input[type="number"]:focus:not([readonly]) + label,
.black-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #2ad1a3;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #2ad1a3;
  border-bottom: 2px solid #2ad1a3;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #2ad1a3;
  border-color: #2ad1a3;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .md-form .prefix.active {
  color: #2ad1a3;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #2ad1a3 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #2ad1a3;
  box-shadow: inset 0 0 0 1px #2ad1a3;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #2ad1a3;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.black-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.black-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #2ad1a3 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .top-nav-collapse {
  background-color: #222;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .carousel-multi-item .controls-top > a,
.black-skin .carousel-multi-item .carousel-indicators li,
.black-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #2ad1a3;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .form-header,
.black-skin .card-header {
  background-color: #30d5a8;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .spinner-primary-color,
.black-skin .spinner-primary-color-only {
  border-color: #2ad1a3;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .pagination-primary-color .page-item.active .page-link,
.black-skin .pagination-primary-color .page-item.active .page-link:focus,
.black-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #2ad1a3;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .pagination-primary-color .page-link {
  color: #2ad1a3;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.black-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .gradient {
  background: #114861;
  background: linear-gradient(135deg, #114861 0%, #45b0c0 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .primary-color, .cyan-skin ul.stepper li.active a .circle, ul.stepper li.active a .cyan-skin .circle, .cyan-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .cyan-skin .circle {
  background-color: #4fada7 !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .navbar {
  color: #fff;
  background-color: #114861;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #eea82f;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.cyan-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .page-footer {
  background-color: #114861;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav {
  background-color: #24879d;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #d99012;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .social a:hover .fas,
.cyan-skin .side-nav .social a:hover .fab,
.cyan-skin .side-nav .social a:hover .far {
  color: #f0b247 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(29, 65, 82, 0.8);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(29, 65, 82, 0.8);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-body a:hover, .cyan-skin .side-nav .collapsible li .collapsible-body a.active, .cyan-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #ffa742;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-body a .fas,
.cyan-skin .side-nav .collapsible li .collapsible-body a .fab,
.cyan-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .cyan-skin .side-nav .collapsible li a.active:not(.collapsible-header), .cyan-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #ffa742 !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .sidenav-bg:after, .cyan-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(21, 78, 96, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(21, 78, 96, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(21, 78, 96, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary {
  color: #fff;
  background-color: #ffa742 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary:hover {
  color: #fff;
  background-color: #ffb35c;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary:focus, .cyan-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary:focus, .cyan-skin .btn-primary:active, .cyan-skin .btn-primary.active {
  background-color: #db7500;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary.dropdown-toggle {
  background-color: #ffa742 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary.dropdown-toggle:hover, .cyan-skin .btn-primary.dropdown-toggle:focus {
  background-color: #ffb35c !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary:not([disabled]):not(.disabled):active, .cyan-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-primary.dropdown-toggle {
  background-color: #db7500 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .primary-ic {
  color: #ffa742 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .primary-ic:hover, .cyan-skin .primary-ic:focus {
  color: #ffa742;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin a.btn:not([href]):not([tabindex]),
.cyan-skin a.btn:not([href]):not([tabindex]):focus,
.cyan-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary {
  color: #fff;
  background-color: #45b0c0 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary:hover {
  color: #fff;
  background-color: #58b8c6;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary:focus, .cyan-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary:focus, .cyan-skin .btn-secondary:active, .cyan-skin .btn-secondary.active {
  background-color: #286d77;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary.dropdown-toggle {
  background-color: #45b0c0 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary.dropdown-toggle:hover, .cyan-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #58b8c6 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary:not([disabled]):not(.disabled):active, .cyan-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-secondary.dropdown-toggle {
  background-color: #286d77 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .secondary-ic {
  color: #45b0c0 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .secondary-ic:hover, .cyan-skin .secondary-ic:focus {
  color: #45b0c0;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin a.btn:not([href]):not([tabindex]),
.cyan-skin a.btn:not([href]):not([tabindex]):focus,
.cyan-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default {
  color: #fff;
  background-color: #114861 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default:hover {
  color: #fff;
  background-color: #155877;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default:focus, .cyan-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default:focus, .cyan-skin .btn-default:active, .cyan-skin .btn-default.active {
  background-color: #02080a;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default.dropdown-toggle {
  background-color: #114861 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default.dropdown-toggle:hover, .cyan-skin .btn-default.dropdown-toggle:focus {
  background-color: #155877 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default:not([disabled]):not(.disabled):active, .cyan-skin .btn-default.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-default.dropdown-toggle {
  background-color: #02080a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .default-ic {
  color: #114861 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .default-ic:hover, .cyan-skin .default-ic:focus {
  color: #114861;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin a.btn:not([href]):not([tabindex]),
.cyan-skin a.btn:not([href]):not([tabindex]):focus,
.cyan-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-primary {
  color: #ffa742 !important;
  background-color: transparent !important;
  border: 2px solid #ffa742 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-primary:hover, .cyan-skin .btn-outline-primary:focus, .cyan-skin .btn-outline-primary:active, .cyan-skin .btn-outline-primary:active:focus, .cyan-skin .btn-outline-primary.active {
  color: #ffa742 !important;
  background-color: transparent !important;
  border-color: #ffa742 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .cyan-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ffa742 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-secondary {
  color: #45b0c0 !important;
  background-color: transparent !important;
  border: 2px solid #45b0c0 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-secondary:hover, .cyan-skin .btn-outline-secondary:focus, .cyan-skin .btn-outline-secondary:active, .cyan-skin .btn-outline-secondary:active:focus, .cyan-skin .btn-outline-secondary.active {
  color: #45b0c0 !important;
  background-color: transparent !important;
  border-color: #45b0c0 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .cyan-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #45b0c0 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-default {
  color: #114861 !important;
  background-color: transparent !important;
  border: 2px solid #114861 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-default:hover, .cyan-skin .btn-outline-default:focus, .cyan-skin .btn-outline-default:active, .cyan-skin .btn-outline-default:active:focus, .cyan-skin .btn-outline-default.active {
  color: #114861 !important;
  background-color: transparent !important;
  border-color: #114861 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-default:not([disabled]):not(.disabled):active, .cyan-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #114861 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.cyan-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .card .btn-action {
  background: #114861;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .card .btn-action:hover, .cyan-skin .card .btn-action:focus {
  background-color: #155877 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .card .btn-action.active {
  background-color: #02080a !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .md-outline input[type="text"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="password"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="email"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="url"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="time"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="date"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="tel"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="number"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.cyan-skin .md-outline input[type="search"]:focus:not([readonly]),
.cyan-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #f0b247;
  box-shadow: inset 0 0 0 1px #f0b247;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.cyan-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.cyan-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #f0b247;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .md-bg input[type="text"],
.cyan-skin .md-bg input[type="password"],
.cyan-skin .md-bg input[type="email"],
.cyan-skin .md-bg input[type="url"],
.cyan-skin .md-bg input[type="time"],
.cyan-skin .md-bg input[type="date"],
.cyan-skin .md-bg input[type="datetime-local"],
.cyan-skin .md-bg input[type="tel"],
.cyan-skin .md-bg input[type="number"],
.cyan-skin .md-bg input[type="search-md"],
.cyan-skin .md-bg input[type="search"],
.cyan-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #f0b247, #f0b247), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin input[type="email"]:focus:not([readonly]),
.cyan-skin input[type="text"]:focus:not([readonly]),
.cyan-skin input[type="password"]:focus:not([readonly]),
.cyan-skin input[type="number"]:focus:not([readonly]),
.cyan-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #f0b247;
  box-shadow: 0 1px 0 0 #f0b247;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin input[type="email"]:focus:not([readonly]) + label,
.cyan-skin input[type="text"]:focus:not([readonly]) + label,
.cyan-skin input[type="password"]:focus:not([readonly]) + label,
.cyan-skin input[type="number"]:focus:not([readonly]) + label,
.cyan-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #f0b247;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #f0b247;
  border-bottom: 2px solid #f0b247;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #f0b247;
  border-color: #f0b247;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .md-form .prefix.active {
  color: #f0b247;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #f0b247 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #f0b247;
  box-shadow: inset 0 0 0 1px #f0b247;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #f0b247;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.cyan-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.cyan-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #f0b247 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .top-nav-collapse {
  background-color: #114861;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .carousel-multi-item .controls-top > a,
.cyan-skin .carousel-multi-item .carousel-indicators li,
.cyan-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #f0b247;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .form-header,
.cyan-skin .card-header {
  background-color: #f1b650;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .spinner-primary-color,
.cyan-skin .spinner-primary-color-only {
  border-color: #4fada7;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .pagination-primary-color .page-item.active .page-link,
.cyan-skin .pagination-primary-color .page-item.active .page-link:focus,
.cyan-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #4fada7;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .pagination-primary-color .page-link {
  color: #4fada7;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.cyan-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .gradient {
  background: #0e2135;
  background: linear-gradient(135deg, #0e2135 0%, #2c76b8 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .primary-color, .mdb-skin ul.stepper li.active a .circle, ul.stepper li.active a .mdb-skin .circle, .mdb-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .mdb-skin .circle {
  background-color: #33b5e5 !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .navbar {
  color: #fff;
  background-color: #243a51;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #1dade2;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.mdb-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .page-footer {
  background-color: #243a51;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav {
  background-color: #224562;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #178ab4;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .social a:hover .fas,
.mdb-skin .side-nav .social a:hover .fab,
.mdb-skin .side-nav .social a:hover .far {
  color: #33b5e5 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(72, 198, 255, 0.8);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(72, 198, 255, 0.8);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-body a:hover, .mdb-skin .side-nav .collapsible li .collapsible-body a.active, .mdb-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #67d5ff;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-body a .fas,
.mdb-skin .side-nav .collapsible li .collapsible-body a .fab,
.mdb-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .mdb-skin .side-nav .collapsible li a.active:not(.collapsible-header), .mdb-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #67d5ff !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .sidenav-bg:after, .mdb-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(13, 36, 60, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(13, 36, 60, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(13, 36, 60, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary {
  color: #fff;
  background-color: #33b5e5 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary:hover {
  color: #fff;
  background-color: #4abde8;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary:focus, .mdb-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary:focus, .mdb-skin .btn-primary:active, .mdb-skin .btn-primary.active {
  background-color: #14799e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary.dropdown-toggle {
  background-color: #33b5e5 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary.dropdown-toggle:hover, .mdb-skin .btn-primary.dropdown-toggle:focus {
  background-color: #4abde8 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary:not([disabled]):not(.disabled):active, .mdb-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-primary.dropdown-toggle {
  background-color: #14799e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .primary-ic {
  color: #33b5e5 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .primary-ic:hover, .mdb-skin .primary-ic:focus {
  color: #33b5e5;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin a.btn:not([href]):not([tabindex]),
.mdb-skin a.btn:not([href]):not([tabindex]):focus,
.mdb-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary {
  color: #fff;
  background-color: #0e3d67 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary:hover {
  color: #fff;
  background-color: #114a7d;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary:focus, .mdb-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary:focus, .mdb-skin .btn-secondary:active, .mdb-skin .btn-secondary.active {
  background-color: #02080d;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary.dropdown-toggle {
  background-color: #0e3d67 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary.dropdown-toggle:hover, .mdb-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #114a7d !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary:not([disabled]):not(.disabled):active, .mdb-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-secondary.dropdown-toggle {
  background-color: #02080d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .secondary-ic {
  color: #0e3d67 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .secondary-ic:hover, .mdb-skin .secondary-ic:focus {
  color: #0e3d67;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin a.btn:not([href]):not([tabindex]),
.mdb-skin a.btn:not([href]):not([tabindex]):focus,
.mdb-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default {
  color: #fff;
  background-color: #1a6398 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default:hover {
  color: #fff;
  background-color: #1e71ae;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default:focus, .mdb-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default:focus, .mdb-skin .btn-default:active, .mdb-skin .btn-default.active {
  background-color: #0b2a41;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default.dropdown-toggle {
  background-color: #1a6398 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default.dropdown-toggle:hover, .mdb-skin .btn-default.dropdown-toggle:focus {
  background-color: #1e71ae !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default:not([disabled]):not(.disabled):active, .mdb-skin .btn-default.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-default.dropdown-toggle {
  background-color: #0b2a41 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .default-ic {
  color: #1a6398 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .default-ic:hover, .mdb-skin .default-ic:focus {
  color: #1a6398;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin a.btn:not([href]):not([tabindex]),
.mdb-skin a.btn:not([href]):not([tabindex]):focus,
.mdb-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-primary {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border: 2px solid #33b5e5 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-primary:hover, .mdb-skin .btn-outline-primary:focus, .mdb-skin .btn-outline-primary:active, .mdb-skin .btn-outline-primary:active:focus, .mdb-skin .btn-outline-primary.active {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border-color: #33b5e5 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .mdb-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #33b5e5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-secondary {
  color: #0e3d67 !important;
  background-color: transparent !important;
  border: 2px solid #0e3d67 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-secondary:hover, .mdb-skin .btn-outline-secondary:focus, .mdb-skin .btn-outline-secondary:active, .mdb-skin .btn-outline-secondary:active:focus, .mdb-skin .btn-outline-secondary.active {
  color: #0e3d67 !important;
  background-color: transparent !important;
  border-color: #0e3d67 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .mdb-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #0e3d67 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-default {
  color: #1a6398 !important;
  background-color: transparent !important;
  border: 2px solid #1a6398 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-default:hover, .mdb-skin .btn-outline-default:focus, .mdb-skin .btn-outline-default:active, .mdb-skin .btn-outline-default:active:focus, .mdb-skin .btn-outline-default.active {
  color: #1a6398 !important;
  background-color: transparent !important;
  border-color: #1a6398 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-default:not([disabled]):not(.disabled):active, .mdb-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #1a6398 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.mdb-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .card .btn-action {
  background: #1a6398;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .card .btn-action:hover, .mdb-skin .card .btn-action:focus {
  background-color: #1e71ae !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .card .btn-action.active {
  background-color: #0b2a41 !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .md-outline input[type="text"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="password"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="email"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="url"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="time"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="date"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="tel"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="number"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.mdb-skin .md-outline input[type="search"]:focus:not([readonly]),
.mdb-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #33b5e5;
  box-shadow: inset 0 0 0 1px #33b5e5;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.mdb-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.mdb-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #33b5e5;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .md-bg input[type="text"],
.mdb-skin .md-bg input[type="password"],
.mdb-skin .md-bg input[type="email"],
.mdb-skin .md-bg input[type="url"],
.mdb-skin .md-bg input[type="time"],
.mdb-skin .md-bg input[type="date"],
.mdb-skin .md-bg input[type="datetime-local"],
.mdb-skin .md-bg input[type="tel"],
.mdb-skin .md-bg input[type="number"],
.mdb-skin .md-bg input[type="search-md"],
.mdb-skin .md-bg input[type="search"],
.mdb-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #33b5e5, #33b5e5), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin input[type="email"]:focus:not([readonly]),
.mdb-skin input[type="text"]:focus:not([readonly]),
.mdb-skin input[type="password"]:focus:not([readonly]),
.mdb-skin input[type="number"]:focus:not([readonly]),
.mdb-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin input[type="email"]:focus:not([readonly]) + label,
.mdb-skin input[type="text"]:focus:not([readonly]) + label,
.mdb-skin input[type="password"]:focus:not([readonly]) + label,
.mdb-skin input[type="number"]:focus:not([readonly]) + label,
.mdb-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #33b5e5;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #33b5e5;
  border-bottom: 2px solid #33b5e5;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #33b5e5;
  border-color: #33b5e5;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .md-form .prefix.active {
  color: #33b5e5;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #33b5e5 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #33b5e5;
  box-shadow: inset 0 0 0 1px #33b5e5;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #33b5e5;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #33b5e5 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .top-nav-collapse {
  background-color: #243a51;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .carousel-multi-item .controls-top > a,
.mdb-skin .carousel-multi-item .carousel-indicators li,
.mdb-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #33b5e5;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .form-header,
.mdb-skin .card-header {
  background-color: #3cb8e6;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .spinner-primary-color,
.mdb-skin .spinner-primary-color-only {
  border-color: #33b5e5;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .pagination-primary-color .page-item.active .page-link,
.mdb-skin .pagination-primary-color .page-item.active .page-link:focus,
.mdb-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #33b5e5;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .pagination-primary-color .page-link {
  color: #33b5e5;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.mdb-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .gradient {
  background: #2e1f49;
  background: linear-gradient(135deg, #2e1f49 0%, #a47fe3 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .primary-color, .deep-purple-skin ul.stepper li.active a .circle, ul.stepper li.active a .deep-purple-skin .circle, .deep-purple-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .deep-purple-skin .circle {
  background-color: #d0637c !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .navbar {
  color: #fff;
  background-color: #7f7e91;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #9d6eed;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.deep-purple-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .page-footer {
  background-color: #7f7e91;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav {
  background-color: #372e5f;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #7e41e8;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .social a:hover .fas,
.deep-purple-skin .side-nav .social a:hover .fab,
.deep-purple-skin .side-nav .social a:hover .far {
  color: #ac85f0 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(176, 139, 240, 0.5);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(176, 139, 240, 0.5);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-body a:hover, .deep-purple-skin .side-nav .collapsible li .collapsible-body a.active, .deep-purple-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #c9abfc;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-body a .fas,
.deep-purple-skin .side-nav .collapsible li .collapsible-body a .fab,
.deep-purple-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .deep-purple-skin .side-nav .collapsible li a.active:not(.collapsible-header), .deep-purple-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #c9abfc !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .sidenav-bg:after, .deep-purple-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(36, 9, 56, 0.88);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(36, 9, 56, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(36, 9, 56, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary {
  color: #fff;
  background-color: #ac85f0 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary:hover {
  color: #fff;
  background-color: #bb9cf3;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary:focus, .deep-purple-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary:focus, .deep-purple-skin .btn-primary:active, .deep-purple-skin .btn-primary.active {
  background-color: #6e2ae5;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary.dropdown-toggle {
  background-color: #ac85f0 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary.dropdown-toggle:hover, .deep-purple-skin .btn-primary.dropdown-toggle:focus {
  background-color: #bb9cf3 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-primary.dropdown-toggle {
  background-color: #6e2ae5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .primary-ic {
  color: #ac85f0 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .primary-ic:hover, .deep-purple-skin .primary-ic:focus {
  color: #ac85f0;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin a.btn:not([href]):not([tabindex]),
.deep-purple-skin a.btn:not([href]):not([tabindex]):focus,
.deep-purple-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary {
  color: #fff;
  background-color: #6e4ca3 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary:hover {
  color: #fff;
  background-color: #7a58b1;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary:focus, .deep-purple-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary:focus, .deep-purple-skin .btn-secondary:active, .deep-purple-skin .btn-secondary.active {
  background-color: #3f2c5d;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary.dropdown-toggle {
  background-color: #6e4ca3 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary.dropdown-toggle:hover, .deep-purple-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #7a58b1 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-secondary.dropdown-toggle {
  background-color: #3f2c5d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .secondary-ic {
  color: #6e4ca3 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .secondary-ic:hover, .deep-purple-skin .secondary-ic:focus {
  color: #6e4ca3;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin a.btn:not([href]):not([tabindex]),
.deep-purple-skin a.btn:not([href]):not([tabindex]):focus,
.deep-purple-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default {
  color: #fff;
  background-color: #372e5f !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default:hover {
  color: #fff;
  background-color: #413670;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default:focus, .deep-purple-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default:focus, .deep-purple-skin .btn-default:active, .deep-purple-skin .btn-default.active {
  background-color: #0f0d1a;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default.dropdown-toggle {
  background-color: #372e5f !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default.dropdown-toggle:hover, .deep-purple-skin .btn-default.dropdown-toggle:focus {
  background-color: #413670 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-default.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-default.dropdown-toggle {
  background-color: #0f0d1a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .default-ic {
  color: #372e5f !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .default-ic:hover, .deep-purple-skin .default-ic:focus {
  color: #372e5f;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin a.btn:not([href]):not([tabindex]),
.deep-purple-skin a.btn:not([href]):not([tabindex]):focus,
.deep-purple-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-primary {
  color: #ac85f0 !important;
  background-color: transparent !important;
  border: 2px solid #ac85f0 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-primary:hover, .deep-purple-skin .btn-outline-primary:focus, .deep-purple-skin .btn-outline-primary:active, .deep-purple-skin .btn-outline-primary:active:focus, .deep-purple-skin .btn-outline-primary.active {
  color: #ac85f0 !important;
  background-color: transparent !important;
  border-color: #ac85f0 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ac85f0 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-secondary {
  color: #6e4ca3 !important;
  background-color: transparent !important;
  border: 2px solid #6e4ca3 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-secondary:hover, .deep-purple-skin .btn-outline-secondary:focus, .deep-purple-skin .btn-outline-secondary:active, .deep-purple-skin .btn-outline-secondary:active:focus, .deep-purple-skin .btn-outline-secondary.active {
  color: #6e4ca3 !important;
  background-color: transparent !important;
  border-color: #6e4ca3 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #6e4ca3 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-default {
  color: #372e5f !important;
  background-color: transparent !important;
  border: 2px solid #372e5f !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-default:hover, .deep-purple-skin .btn-outline-default:focus, .deep-purple-skin .btn-outline-default:active, .deep-purple-skin .btn-outline-default:active:focus, .deep-purple-skin .btn-outline-default.active {
  color: #372e5f !important;
  background-color: transparent !important;
  border-color: #372e5f !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-default:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #372e5f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.deep-purple-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .card .btn-action {
  background: #372e5f;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .card .btn-action:hover, .deep-purple-skin .card .btn-action:focus {
  background-color: #413670 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .card .btn-action.active {
  background-color: #0f0d1a !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .md-outline input[type="text"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="password"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="email"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="url"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="time"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="date"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="tel"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="number"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.deep-purple-skin .md-outline input[type="search"]:focus:not([readonly]),
.deep-purple-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #ac85f0;
  box-shadow: inset 0 0 0 1px #ac85f0;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.deep-purple-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #ac85f0;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .md-bg input[type="text"],
.deep-purple-skin .md-bg input[type="password"],
.deep-purple-skin .md-bg input[type="email"],
.deep-purple-skin .md-bg input[type="url"],
.deep-purple-skin .md-bg input[type="time"],
.deep-purple-skin .md-bg input[type="date"],
.deep-purple-skin .md-bg input[type="datetime-local"],
.deep-purple-skin .md-bg input[type="tel"],
.deep-purple-skin .md-bg input[type="number"],
.deep-purple-skin .md-bg input[type="search-md"],
.deep-purple-skin .md-bg input[type="search"],
.deep-purple-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #ac85f0, #ac85f0), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin input[type="email"]:focus:not([readonly]),
.deep-purple-skin input[type="text"]:focus:not([readonly]),
.deep-purple-skin input[type="password"]:focus:not([readonly]),
.deep-purple-skin input[type="number"]:focus:not([readonly]),
.deep-purple-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #ac85f0;
  box-shadow: 0 1px 0 0 #ac85f0;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin input[type="email"]:focus:not([readonly]) + label,
.deep-purple-skin input[type="text"]:focus:not([readonly]) + label,
.deep-purple-skin input[type="password"]:focus:not([readonly]) + label,
.deep-purple-skin input[type="number"]:focus:not([readonly]) + label,
.deep-purple-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #ac85f0;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #ac85f0;
  border-bottom: 2px solid #ac85f0;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #ac85f0;
  border-color: #ac85f0;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .md-form .prefix.active {
  color: #ac85f0;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #ac85f0 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #ac85f0;
  box-shadow: inset 0 0 0 1px #ac85f0;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #ac85f0;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.deep-purple-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.deep-purple-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #ac85f0 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .top-nav-collapse {
  background-color: #7f7e91;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .carousel-multi-item .controls-top > a,
.deep-purple-skin .carousel-multi-item .carousel-indicators li,
.deep-purple-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #ac85f0;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .form-header,
.deep-purple-skin .card-header {
  background-color: #b28ef1;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .spinner-primary-color,
.deep-purple-skin .spinner-primary-color-only {
  border-color: #d0637c;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .pagination-primary-color .page-item.active .page-link,
.deep-purple-skin .pagination-primary-color .page-item.active .page-link:focus,
.deep-purple-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #d0637c;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .pagination-primary-color .page-link {
  color: #d0637c;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.deep-purple-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .gradient {
  background: #222735;
  background: linear-gradient(135deg, #222735 0%, #4f68a6 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .primary-color, .navy-blue-skin ul.stepper li.active a .circle, ul.stepper li.active a .navy-blue-skin .circle, .navy-blue-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .navy-blue-skin .circle {
  background-color: #309e9e !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .navbar {
  color: #fff;
  background-color: #353b50;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #36b6b6;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.navy-blue-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .page-footer {
  background-color: #353b50;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav {
  background-color: #4c5678;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #2b8f8f;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .social a:hover .fas,
.navy-blue-skin .side-nav .social a:hover .fab,
.navy-blue-skin .side-nav .social a:hover .far {
  color: #40c6c6 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(37, 207, 207, 0.8);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(37, 207, 207, 0.8);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-body a:hover, .navy-blue-skin .side-nav .collapsible li .collapsible-body a.active, .navy-blue-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #40c6c6;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-body a .fas,
.navy-blue-skin .side-nav .collapsible li .collapsible-body a .fab,
.navy-blue-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .navy-blue-skin .side-nav .collapsible li a.active:not(.collapsible-header), .navy-blue-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #40c6c6 !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .sidenav-bg:after, .navy-blue-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(14, 15, 32, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(14, 15, 32, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(14, 15, 32, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary {
  color: #fff;
  background-color: #40c6c6 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary:hover {
  color: #fff;
  background-color: #54cccc;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary:focus, .navy-blue-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary:focus, .navy-blue-skin .btn-primary:active, .navy-blue-skin .btn-primary.active {
  background-color: #257b7b;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary.dropdown-toggle {
  background-color: #40c6c6 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary.dropdown-toggle:hover, .navy-blue-skin .btn-primary.dropdown-toggle:focus {
  background-color: #54cccc !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-primary.dropdown-toggle {
  background-color: #257b7b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .primary-ic {
  color: #40c6c6 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .primary-ic:hover, .navy-blue-skin .primary-ic:focus {
  color: #40c6c6;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin a.btn:not([href]):not([tabindex]),
.navy-blue-skin a.btn:not([href]):not([tabindex]):focus,
.navy-blue-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary {
  color: #fff;
  background-color: #7e51b4 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary:hover {
  color: #fff;
  background-color: #8b63bc;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary:focus, .navy-blue-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary:focus, .navy-blue-skin .btn-secondary:active, .navy-blue-skin .btn-secondary.active {
  background-color: #4d306f;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #7e51b4 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary.dropdown-toggle:hover, .navy-blue-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #8b63bc !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #4d306f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .secondary-ic {
  color: #7e51b4 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .secondary-ic:hover, .navy-blue-skin .secondary-ic:focus {
  color: #7e51b4;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin a.btn:not([href]):not([tabindex]),
.navy-blue-skin a.btn:not([href]):not([tabindex]):focus,
.navy-blue-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default {
  color: #fff;
  background-color: #293756 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default:hover {
  color: #fff;
  background-color: #314267;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default:focus, .navy-blue-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default:focus, .navy-blue-skin .btn-default:active, .navy-blue-skin .btn-default.active {
  background-color: #080b11;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default.dropdown-toggle {
  background-color: #293756 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default.dropdown-toggle:hover, .navy-blue-skin .btn-default.dropdown-toggle:focus {
  background-color: #314267 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-default.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-default.dropdown-toggle {
  background-color: #080b11 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .default-ic {
  color: #293756 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .default-ic:hover, .navy-blue-skin .default-ic:focus {
  color: #293756;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin a.btn:not([href]):not([tabindex]),
.navy-blue-skin a.btn:not([href]):not([tabindex]):focus,
.navy-blue-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-primary {
  color: #40c6c6 !important;
  background-color: transparent !important;
  border: 2px solid #40c6c6 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-primary:hover, .navy-blue-skin .btn-outline-primary:focus, .navy-blue-skin .btn-outline-primary:active, .navy-blue-skin .btn-outline-primary:active:focus, .navy-blue-skin .btn-outline-primary.active {
  color: #40c6c6 !important;
  background-color: transparent !important;
  border-color: #40c6c6 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #40c6c6 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-secondary {
  color: #7e51b4 !important;
  background-color: transparent !important;
  border: 2px solid #7e51b4 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-secondary:hover, .navy-blue-skin .btn-outline-secondary:focus, .navy-blue-skin .btn-outline-secondary:active, .navy-blue-skin .btn-outline-secondary:active:focus, .navy-blue-skin .btn-outline-secondary.active {
  color: #7e51b4 !important;
  background-color: transparent !important;
  border-color: #7e51b4 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #7e51b4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-default {
  color: #293756 !important;
  background-color: transparent !important;
  border: 2px solid #293756 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-default:hover, .navy-blue-skin .btn-outline-default:focus, .navy-blue-skin .btn-outline-default:active, .navy-blue-skin .btn-outline-default:active:focus, .navy-blue-skin .btn-outline-default.active {
  color: #293756 !important;
  background-color: transparent !important;
  border-color: #293756 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-default:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #293756 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.navy-blue-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .card .btn-action {
  background: #293756;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .card .btn-action:hover, .navy-blue-skin .card .btn-action:focus {
  background-color: #314267 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .card .btn-action.active {
  background-color: #080b11 !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .md-outline input[type="text"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="password"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="email"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="url"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="time"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="date"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="tel"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="number"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.navy-blue-skin .md-outline input[type="search"]:focus:not([readonly]),
.navy-blue-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #40c6c6;
  box-shadow: inset 0 0 0 1px #40c6c6;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.navy-blue-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #40c6c6;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .md-bg input[type="text"],
.navy-blue-skin .md-bg input[type="password"],
.navy-blue-skin .md-bg input[type="email"],
.navy-blue-skin .md-bg input[type="url"],
.navy-blue-skin .md-bg input[type="time"],
.navy-blue-skin .md-bg input[type="date"],
.navy-blue-skin .md-bg input[type="datetime-local"],
.navy-blue-skin .md-bg input[type="tel"],
.navy-blue-skin .md-bg input[type="number"],
.navy-blue-skin .md-bg input[type="search-md"],
.navy-blue-skin .md-bg input[type="search"],
.navy-blue-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #40c6c6, #40c6c6), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin input[type="email"]:focus:not([readonly]),
.navy-blue-skin input[type="text"]:focus:not([readonly]),
.navy-blue-skin input[type="password"]:focus:not([readonly]),
.navy-blue-skin input[type="number"]:focus:not([readonly]),
.navy-blue-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #40c6c6;
  box-shadow: 0 1px 0 0 #40c6c6;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin input[type="email"]:focus:not([readonly]) + label,
.navy-blue-skin input[type="text"]:focus:not([readonly]) + label,
.navy-blue-skin input[type="password"]:focus:not([readonly]) + label,
.navy-blue-skin input[type="number"]:focus:not([readonly]) + label,
.navy-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #40c6c6;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #40c6c6;
  border-bottom: 2px solid #40c6c6;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #40c6c6;
  border-color: #40c6c6;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .md-form .prefix.active {
  color: #40c6c6;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #40c6c6 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #40c6c6;
  box-shadow: inset 0 0 0 1px #40c6c6;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #40c6c6;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.navy-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.navy-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #40c6c6 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .top-nav-collapse {
  background-color: #353b50;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .carousel-multi-item .controls-top > a,
.navy-blue-skin .carousel-multi-item .carousel-indicators li,
.navy-blue-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #40c6c6;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .form-header,
.navy-blue-skin .card-header {
  background-color: #48c8c8;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .spinner-primary-color,
.navy-blue-skin .spinner-primary-color-only {
  border-color: #309e9e;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .pagination-primary-color .page-item.active .page-link,
.navy-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
.navy-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #309e9e;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .pagination-primary-color .page-link {
  color: #309e9e;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.navy-blue-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .gradient {
  background: #812b5a;
  background: linear-gradient(135deg, #812b5a 0%, #f28cc0 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .primary-color, .pink-skin ul.stepper li.active a .circle, ul.stepper li.active a .pink-skin .circle, .pink-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .pink-skin .circle {
  background-color: #bd5d70 !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .navbar {
  color: #fff;
  background-color: #535466;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #9192a2;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.pink-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .page-footer {
  background-color: #535466;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav {
  background-color: #aa5077;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #76778b;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .social a:hover .fas,
.pink-skin .side-nav .social a:hover .fab,
.pink-skin .side-nav .social a:hover .far {
  color: #9fa0ae !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-body a:hover, .pink-skin .side-nav .collapsible li .collapsible-body a.active, .pink-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #ffb0e6;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-body a .fas,
.pink-skin .side-nav .collapsible li .collapsible-body a .fab,
.pink-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .pink-skin .side-nav .collapsible li a.active:not(.collapsible-header), .pink-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #ffb0e6 !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .sidenav-bg:after, .pink-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(152, 47, 88, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(152, 47, 88, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(152, 47, 88, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary {
  color: #fff;
  background-color: #601f39 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary:hover {
  color: #fff;
  background-color: #732544;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary:focus, .pink-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary:focus, .pink-skin .btn-primary:active, .pink-skin .btn-primary.active {
  background-color: #13060b;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary.dropdown-toggle {
  background-color: #601f39 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary.dropdown-toggle:hover, .pink-skin .btn-primary.dropdown-toggle:focus {
  background-color: #732544 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary:not([disabled]):not(.disabled):active, .pink-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-primary.dropdown-toggle {
  background-color: #13060b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .primary-ic {
  color: #601f39 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .primary-ic:hover, .pink-skin .primary-ic:focus {
  color: #601f39;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin a.btn:not([href]):not([tabindex]),
.pink-skin a.btn:not([href]):not([tabindex]):focus,
.pink-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary {
  color: #fff;
  background-color: #e7649d !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary:hover {
  color: #fff;
  background-color: #ea7aab;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary:focus, .pink-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary:focus, .pink-skin .btn-secondary:active, .pink-skin .btn-secondary.active {
  background-color: #c61f68;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary.dropdown-toggle {
  background-color: #e7649d !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary.dropdown-toggle:hover, .pink-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #ea7aab !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary:not([disabled]):not(.disabled):active, .pink-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-secondary.dropdown-toggle {
  background-color: #c61f68 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .secondary-ic {
  color: #e7649d !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .secondary-ic:hover, .pink-skin .secondary-ic:focus {
  color: #e7649d;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin a.btn:not([href]):not([tabindex]),
.pink-skin a.btn:not([href]):not([tabindex]):focus,
.pink-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default {
  color: #fff;
  background-color: #535466 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default:hover {
  color: #fff;
  background-color: #5e6074;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default:focus, .pink-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default:focus, .pink-skin .btn-default:active, .pink-skin .btn-default.active {
  background-color: #25262e;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default.dropdown-toggle {
  background-color: #535466 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default.dropdown-toggle:hover, .pink-skin .btn-default.dropdown-toggle:focus {
  background-color: #5e6074 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default:not([disabled]):not(.disabled):active, .pink-skin .btn-default.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-default.dropdown-toggle {
  background-color: #25262e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-default:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .default-ic {
  color: #535466 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .default-ic:hover, .pink-skin .default-ic:focus {
  color: #535466;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin a.btn:not([href]):not([tabindex]),
.pink-skin a.btn:not([href]):not([tabindex]):focus,
.pink-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-primary {
  color: #601f39 !important;
  background-color: transparent !important;
  border: 2px solid #601f39 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-primary:hover, .pink-skin .btn-outline-primary:focus, .pink-skin .btn-outline-primary:active, .pink-skin .btn-outline-primary:active:focus, .pink-skin .btn-outline-primary.active {
  color: #601f39 !important;
  background-color: transparent !important;
  border-color: #601f39 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .pink-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #601f39 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-secondary {
  color: #e7649d !important;
  background-color: transparent !important;
  border: 2px solid #e7649d !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-secondary:hover, .pink-skin .btn-outline-secondary:focus, .pink-skin .btn-outline-secondary:active, .pink-skin .btn-outline-secondary:active:focus, .pink-skin .btn-outline-secondary.active {
  color: #e7649d !important;
  background-color: transparent !important;
  border-color: #e7649d !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .pink-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #e7649d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-default {
  color: #535466 !important;
  background-color: transparent !important;
  border: 2px solid #535466 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-default:hover, .pink-skin .btn-outline-default:focus, .pink-skin .btn-outline-default:active, .pink-skin .btn-outline-default:active:focus, .pink-skin .btn-outline-default.active {
  color: #535466 !important;
  background-color: transparent !important;
  border-color: #535466 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-default:not([disabled]):not(.disabled):active, .pink-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #535466 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.pink-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .card .btn-action {
  background: #535466;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .card .btn-action:hover, .pink-skin .card .btn-action:focus {
  background-color: #5e6074 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .card .btn-action.active {
  background-color: #25262e !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .md-outline input[type="text"]:focus:not([readonly]),
.pink-skin .md-outline input[type="password"]:focus:not([readonly]),
.pink-skin .md-outline input[type="email"]:focus:not([readonly]),
.pink-skin .md-outline input[type="url"]:focus:not([readonly]),
.pink-skin .md-outline input[type="time"]:focus:not([readonly]),
.pink-skin .md-outline input[type="date"]:focus:not([readonly]),
.pink-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.pink-skin .md-outline input[type="tel"]:focus:not([readonly]),
.pink-skin .md-outline input[type="number"]:focus:not([readonly]),
.pink-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.pink-skin .md-outline input[type="search"]:focus:not([readonly]),
.pink-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #9fa0ae;
  box-shadow: inset 0 0 0 1px #9fa0ae;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.pink-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.pink-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #9fa0ae;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .md-bg input[type="text"],
.pink-skin .md-bg input[type="password"],
.pink-skin .md-bg input[type="email"],
.pink-skin .md-bg input[type="url"],
.pink-skin .md-bg input[type="time"],
.pink-skin .md-bg input[type="date"],
.pink-skin .md-bg input[type="datetime-local"],
.pink-skin .md-bg input[type="tel"],
.pink-skin .md-bg input[type="number"],
.pink-skin .md-bg input[type="search-md"],
.pink-skin .md-bg input[type="search"],
.pink-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #9fa0ae, #9fa0ae), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin input[type="email"]:focus:not([readonly]),
.pink-skin input[type="text"]:focus:not([readonly]),
.pink-skin input[type="password"]:focus:not([readonly]),
.pink-skin input[type="number"]:focus:not([readonly]),
.pink-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #9fa0ae;
  box-shadow: 0 1px 0 0 #9fa0ae;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin input[type="email"]:focus:not([readonly]) + label,
.pink-skin input[type="text"]:focus:not([readonly]) + label,
.pink-skin input[type="password"]:focus:not([readonly]) + label,
.pink-skin input[type="number"]:focus:not([readonly]) + label,
.pink-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #9fa0ae;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #9fa0ae;
  border-bottom: 2px solid #9fa0ae;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #9fa0ae;
  border-color: #9fa0ae;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .md-form .prefix.active {
  color: #9fa0ae;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #9fa0ae !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #9fa0ae;
  box-shadow: inset 0 0 0 1px #9fa0ae;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #9fa0ae;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.pink-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.pink-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #9fa0ae !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .top-nav-collapse {
  background-color: #535466;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .carousel-multi-item .controls-top > a,
.pink-skin .carousel-multi-item .carousel-indicators li,
.pink-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #9fa0ae;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .form-header,
.pink-skin .card-header {
  background-color: #a5a5b3;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .spinner-primary-color,
.pink-skin .spinner-primary-color-only {
  border-color: #bd5d70;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .pagination-primary-color .page-item.active .page-link,
.pink-skin .pagination-primary-color .page-item.active .page-link:focus,
.pink-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #bd5d70;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .pagination-primary-color .page-link {
  color: #bd5d70;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.pink-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .gradient {
  background: #272d6e;
  background: linear-gradient(135deg, #272d6e 0%, #90a8ff 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .primary-color, .indigo-skin ul.stepper li.active a .circle, ul.stepper li.active a .indigo-skin .circle, .indigo-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .indigo-skin .circle {
  background-color: #7f82c5 !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .navbar {
  color: #fff;
  background-color: #9095aa;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #fd4d79;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.indigo-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .page-footer {
  background-color: #9095aa;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav {
  background-color: #404f9f;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #fc1a53;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .social a:hover .fas,
.indigo-skin .side-nav .social a:hover .fab,
.indigo-skin .side-nav .social a:hover .far {
  color: #fd668c !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(250, 80, 121, 0.8);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(250, 80, 121, 0.8);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-body a:hover, .indigo-skin .side-nav .collapsible li .collapsible-body a.active, .indigo-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #ff89ac;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-body a .fas,
.indigo-skin .side-nav .collapsible li .collapsible-body a .fab,
.indigo-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .indigo-skin .side-nav .collapsible li a.active:not(.collapsible-header), .indigo-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #ff89ac !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .sidenav-bg:after, .indigo-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(35, 65, 134, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(35, 65, 134, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(35, 65, 134, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary {
  color: #fff;
  background-color: #fd668c !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary:hover {
  color: #fff;
  background-color: #fd7f9f;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary:focus, .indigo-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary:focus, .indigo-skin .btn-primary:active, .indigo-skin .btn-primary.active {
  background-color: #fa0341;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary.dropdown-toggle {
  background-color: #fd668c !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary.dropdown-toggle:hover, .indigo-skin .btn-primary.dropdown-toggle:focus {
  background-color: #fd7f9f !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary:not([disabled]):not(.disabled):active, .indigo-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-primary.dropdown-toggle {
  background-color: #fa0341 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .primary-ic {
  color: #fd668c !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .primary-ic:hover, .indigo-skin .primary-ic:focus {
  color: #fd668c;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin a.btn:not([href]):not([tabindex]),
.indigo-skin a.btn:not([href]):not([tabindex]):focus,
.indigo-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary {
  color: #fff;
  background-color: #3c61ae !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary:hover {
  color: #fff;
  background-color: #456cbf;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary:focus, .indigo-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary:focus, .indigo-skin .btn-secondary:active, .indigo-skin .btn-secondary.active {
  background-color: #223762;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary.dropdown-toggle {
  background-color: #3c61ae !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary.dropdown-toggle:hover, .indigo-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #456cbf !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary:not([disabled]):not(.disabled):active, .indigo-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-secondary.dropdown-toggle {
  background-color: #223762 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .secondary-ic {
  color: #3c61ae !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .secondary-ic:hover, .indigo-skin .secondary-ic:focus {
  color: #3c61ae;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin a.btn:not([href]):not([tabindex]),
.indigo-skin a.btn:not([href]):not([tabindex]):focus,
.indigo-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default {
  color: #fff;
  background-color: #9095aa !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default:hover {
  color: #fff;
  background-color: #9ea3b5;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default:focus, .indigo-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default:focus, .indigo-skin .btn-default:active, .indigo-skin .btn-default.active {
  background-color: #5c6178;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default.dropdown-toggle {
  background-color: #9095aa !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default.dropdown-toggle:hover, .indigo-skin .btn-default.dropdown-toggle:focus {
  background-color: #9ea3b5 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default:not([disabled]):not(.disabled):active, .indigo-skin .btn-default.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-default.dropdown-toggle {
  background-color: #5c6178 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .default-ic {
  color: #9095aa !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .default-ic:hover, .indigo-skin .default-ic:focus {
  color: #9095aa;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin a.btn:not([href]):not([tabindex]),
.indigo-skin a.btn:not([href]):not([tabindex]):focus,
.indigo-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-primary {
  color: #fd668c !important;
  background-color: transparent !important;
  border: 2px solid #fd668c !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-primary:hover, .indigo-skin .btn-outline-primary:focus, .indigo-skin .btn-outline-primary:active, .indigo-skin .btn-outline-primary:active:focus, .indigo-skin .btn-outline-primary.active {
  color: #fd668c !important;
  background-color: transparent !important;
  border-color: #fd668c !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .indigo-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fd668c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-secondary {
  color: #3c61ae !important;
  background-color: transparent !important;
  border: 2px solid #3c61ae !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-secondary:hover, .indigo-skin .btn-outline-secondary:focus, .indigo-skin .btn-outline-secondary:active, .indigo-skin .btn-outline-secondary:active:focus, .indigo-skin .btn-outline-secondary.active {
  color: #3c61ae !important;
  background-color: transparent !important;
  border-color: #3c61ae !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .indigo-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #3c61ae !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-default {
  color: #9095aa !important;
  background-color: transparent !important;
  border: 2px solid #9095aa !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-default:hover, .indigo-skin .btn-outline-default:focus, .indigo-skin .btn-outline-default:active, .indigo-skin .btn-outline-default:active:focus, .indigo-skin .btn-outline-default.active {
  color: #9095aa !important;
  background-color: transparent !important;
  border-color: #9095aa !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-default:not([disabled]):not(.disabled):active, .indigo-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #9095aa !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.indigo-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .card .btn-action {
  background: #9095aa;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .card .btn-action:hover, .indigo-skin .card .btn-action:focus {
  background-color: #9ea3b5 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .card .btn-action.active {
  background-color: #5c6178 !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .md-outline input[type="text"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="password"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="email"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="url"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="time"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="date"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="tel"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="number"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.indigo-skin .md-outline input[type="search"]:focus:not([readonly]),
.indigo-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #fd668c;
  box-shadow: inset 0 0 0 1px #fd668c;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.indigo-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.indigo-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #fd668c;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .md-bg input[type="text"],
.indigo-skin .md-bg input[type="password"],
.indigo-skin .md-bg input[type="email"],
.indigo-skin .md-bg input[type="url"],
.indigo-skin .md-bg input[type="time"],
.indigo-skin .md-bg input[type="date"],
.indigo-skin .md-bg input[type="datetime-local"],
.indigo-skin .md-bg input[type="tel"],
.indigo-skin .md-bg input[type="number"],
.indigo-skin .md-bg input[type="search-md"],
.indigo-skin .md-bg input[type="search"],
.indigo-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #fd668c, #fd668c), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin input[type="email"]:focus:not([readonly]),
.indigo-skin input[type="text"]:focus:not([readonly]),
.indigo-skin input[type="password"]:focus:not([readonly]),
.indigo-skin input[type="number"]:focus:not([readonly]),
.indigo-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fd668c;
  box-shadow: 0 1px 0 0 #fd668c;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin input[type="email"]:focus:not([readonly]) + label,
.indigo-skin input[type="text"]:focus:not([readonly]) + label,
.indigo-skin input[type="password"]:focus:not([readonly]) + label,
.indigo-skin input[type="number"]:focus:not([readonly]) + label,
.indigo-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #fd668c;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fd668c;
  border-bottom: 2px solid #fd668c;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #fd668c;
  border-color: #fd668c;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .md-form .prefix.active {
  color: #fd668c;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #fd668c !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #fd668c;
  box-shadow: inset 0 0 0 1px #fd668c;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #fd668c;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.indigo-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.indigo-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #fd668c !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .top-nav-collapse {
  background-color: #9095aa;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .carousel-multi-item .controls-top > a,
.indigo-skin .carousel-multi-item .carousel-indicators li,
.indigo-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #fd668c;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .form-header,
.indigo-skin .card-header {
  background-color: #fd7094;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .spinner-primary-color,
.indigo-skin .spinner-primary-color-only {
  border-color: #7f82c5;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .pagination-primary-color .page-item.active .page-link,
.indigo-skin .pagination-primary-color .page-item.active .page-link:focus,
.indigo-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #7f82c5;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .pagination-primary-color .page-link {
  color: #7f82c5;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.indigo-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .gradient {
  background: #69adf4;
  background: linear-gradient(135deg, #69adf4 0%, #69adf4 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .primary-color, .light-blue-skin ul.stepper li.active a .circle, ul.stepper li.active a .light-blue-skin .circle, .light-blue-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .light-blue-skin .circle {
  background-color: #3d799c !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .navbar {
  color: #fff;
  background-color: #3f5c80;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #a5b6be;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.light-blue-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .page-footer {
  background-color: #3f5c80;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav {
  background-color: #6a9ed3;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #889ea9;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .social a:hover .fas,
.light-blue-skin .side-nav .social a:hover .fab,
.light-blue-skin .side-nav .social a:hover .far {
  color: #b4c2c9 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(29, 54, 86, 0.6);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(29, 54, 86, 0.6);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-body a:hover, .light-blue-skin .side-nav .collapsible li .collapsible-body a.active, .light-blue-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #aadeff;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-body a .fas,
.light-blue-skin .side-nav .collapsible li .collapsible-body a .fab,
.light-blue-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .light-blue-skin .side-nav .collapsible li a.active:not(.collapsible-header), .light-blue-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #aadeff !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .sidenav-bg:after, .light-blue-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(87, 134, 180, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(87, 134, 180, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(87, 134, 180, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary {
  color: #fff;
  background-color: #ff4a67 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary:hover {
  color: #fff;
  background-color: #ff647c;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary:focus, .light-blue-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary:focus, .light-blue-skin .btn-primary:active, .light-blue-skin .btn-primary.active {
  background-color: #e30024;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary.dropdown-toggle {
  background-color: #ff4a67 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary.dropdown-toggle:hover, .light-blue-skin .btn-primary.dropdown-toggle:focus {
  background-color: #ff647c !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-primary.dropdown-toggle {
  background-color: #e30024 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .primary-ic {
  color: #ff4a67 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .primary-ic:hover, .light-blue-skin .primary-ic:focus {
  color: #ff4a67;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin a.btn:not([href]):not([tabindex]),
.light-blue-skin a.btn:not([href]):not([tabindex]):focus,
.light-blue-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary {
  color: #fff;
  background-color: #64c3f0 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary:hover {
  color: #fff;
  background-color: #7bccf2;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary:focus, .light-blue-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary:focus, .light-blue-skin .btn-secondary:active, .light-blue-skin .btn-secondary.active {
  background-color: #159ad9;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #64c3f0 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary.dropdown-toggle:hover, .light-blue-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #7bccf2 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #159ad9 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .secondary-ic {
  color: #64c3f0 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .secondary-ic:hover, .light-blue-skin .secondary-ic:focus {
  color: #64c3f0;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin a.btn:not([href]):not([tabindex]),
.light-blue-skin a.btn:not([href]):not([tabindex]):focus,
.light-blue-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default {
  color: #fff;
  background-color: #2d486a !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default:hover {
  color: #fff;
  background-color: #35547c;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default:focus, .light-blue-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default:focus, .light-blue-skin .btn-default:active, .light-blue-skin .btn-default.active {
  background-color: #0f1722;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default.dropdown-toggle {
  background-color: #2d486a !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default.dropdown-toggle:hover, .light-blue-skin .btn-default.dropdown-toggle:focus {
  background-color: #35547c !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .btn-default.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-default.dropdown-toggle {
  background-color: #0f1722 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .default-ic {
  color: #2d486a !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .default-ic:hover, .light-blue-skin .default-ic:focus {
  color: #2d486a;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin a.btn:not([href]):not([tabindex]),
.light-blue-skin a.btn:not([href]):not([tabindex]):focus,
.light-blue-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-primary {
  color: #ff4a67 !important;
  background-color: transparent !important;
  border: 2px solid #ff4a67 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-primary:hover, .light-blue-skin .btn-outline-primary:focus, .light-blue-skin .btn-outline-primary:active, .light-blue-skin .btn-outline-primary:active:focus, .light-blue-skin .btn-outline-primary.active {
  color: #ff4a67 !important;
  background-color: transparent !important;
  border-color: #ff4a67 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff4a67 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-secondary {
  color: #64c3f0 !important;
  background-color: transparent !important;
  border: 2px solid #64c3f0 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-secondary:hover, .light-blue-skin .btn-outline-secondary:focus, .light-blue-skin .btn-outline-secondary:active, .light-blue-skin .btn-outline-secondary:active:focus, .light-blue-skin .btn-outline-secondary.active {
  color: #64c3f0 !important;
  background-color: transparent !important;
  border-color: #64c3f0 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #64c3f0 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-default {
  color: #2d486a !important;
  background-color: transparent !important;
  border: 2px solid #2d486a !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-default:hover, .light-blue-skin .btn-outline-default:focus, .light-blue-skin .btn-outline-default:active, .light-blue-skin .btn-outline-default:active:focus, .light-blue-skin .btn-outline-default.active {
  color: #2d486a !important;
  background-color: transparent !important;
  border-color: #2d486a !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-default:not([disabled]):not(.disabled):active, .light-blue-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2d486a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.light-blue-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .card .btn-action {
  background: #2d486a;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .card .btn-action:hover, .light-blue-skin .card .btn-action:focus {
  background-color: #35547c !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .card .btn-action.active {
  background-color: #0f1722 !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .md-outline input[type="text"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="password"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="email"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="url"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="time"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="date"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="tel"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="number"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.light-blue-skin .md-outline input[type="search"]:focus:not([readonly]),
.light-blue-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #b4c2c9;
  box-shadow: inset 0 0 0 1px #b4c2c9;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.light-blue-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #b4c2c9;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .md-bg input[type="text"],
.light-blue-skin .md-bg input[type="password"],
.light-blue-skin .md-bg input[type="email"],
.light-blue-skin .md-bg input[type="url"],
.light-blue-skin .md-bg input[type="time"],
.light-blue-skin .md-bg input[type="date"],
.light-blue-skin .md-bg input[type="datetime-local"],
.light-blue-skin .md-bg input[type="tel"],
.light-blue-skin .md-bg input[type="number"],
.light-blue-skin .md-bg input[type="search-md"],
.light-blue-skin .md-bg input[type="search"],
.light-blue-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #b4c2c9, #b4c2c9), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin input[type="email"]:focus:not([readonly]),
.light-blue-skin input[type="text"]:focus:not([readonly]),
.light-blue-skin input[type="password"]:focus:not([readonly]),
.light-blue-skin input[type="number"]:focus:not([readonly]),
.light-blue-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #b4c2c9;
  box-shadow: 0 1px 0 0 #b4c2c9;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin input[type="email"]:focus:not([readonly]) + label,
.light-blue-skin input[type="text"]:focus:not([readonly]) + label,
.light-blue-skin input[type="password"]:focus:not([readonly]) + label,
.light-blue-skin input[type="number"]:focus:not([readonly]) + label,
.light-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #b4c2c9;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #b4c2c9;
  border-bottom: 2px solid #b4c2c9;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #b4c2c9;
  border-color: #b4c2c9;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .md-form .prefix.active {
  color: #b4c2c9;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #b4c2c9 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #b4c2c9;
  box-shadow: inset 0 0 0 1px #b4c2c9;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #b4c2c9;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.light-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.light-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #b4c2c9 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .top-nav-collapse {
  background-color: #3f5c80;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .carousel-multi-item .controls-top > a,
.light-blue-skin .carousel-multi-item .carousel-indicators li,
.light-blue-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #b4c2c9;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .form-header,
.light-blue-skin .card-header {
  background-color: #bac7cd;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .spinner-primary-color,
.light-blue-skin .spinner-primary-color-only {
  border-color: #3d799c;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .pagination-primary-color .page-item.active .page-link,
.light-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
.light-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #3d799c;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .pagination-primary-color .page-link {
  color: #3d799c;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.light-blue-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .gradient {
  background: #383838;
  background: linear-gradient(135deg, #383838 0%, #a5a4a4 100%);
}

/* line 10, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .primary-color, .grey-skin ul.stepper li.active a .circle, ul.stepper li.active a .grey-skin .circle, .grey-skin ul.stepper li.completed a .circle, ul.stepper li.completed a .grey-skin .circle {
  background-color: #2b2b2b !important;
}

/* line 14, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .navbar {
  color: #fff;
  background-color: #44474b;
}

/* line 20, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}

/* line 23, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #5eb7ee;
}

/* line 39, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .navbar.double-nav a {
  color: #fff;
}

/* line 46, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}

/* line 50, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.grey-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}

/* line 74, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .page-footer {
  background-color: #44474b;
}

/* line 78, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav {
  background-color: #a5a4a4;
}

/* line 82, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}

/* line 87, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #30a2e9;
}

/* line 91, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

/* line 106, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .social a:hover .fas,
.grey-skin .side-nav .social a:hover .fab,
.grey-skin .side-nav .social a:hover .far {
  color: #75c1f0 !important;
  transition: all 0.3s linear;
}

/* line 127, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li {
  background-color: transparent;
}

/* line 136, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 140, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 151, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 156, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}

/* line 159, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-body a:hover, .grey-skin .side-nav .collapsible li .collapsible-body a.active, .grey-skin .side-nav .collapsible li .collapsible-body a:active {
  color: #afdffc;
}

/* line 165, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-body a .fas,
.grey-skin .side-nav .collapsible li .collapsible-body a .fab,
.grey-skin .side-nav .collapsible li .collapsible-body a .far {
  color: #fff;
}

/* line 173, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all 0.3s linear;
}

/* line 177, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .grey-skin .side-nav .collapsible li a.active:not(.collapsible-header), .grey-skin .side-nav .collapsible li a:not(.collapsible-header):active {
  color: #afdffc !important;
}

/* line 188, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .sidenav-bg:after, .grey-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(121, 121, 121, 0.8);
}

/* line 193, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(121, 121, 121, 0.65);
}

/* line 197, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(121, 121, 121, 0.5);
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary {
  color: #fff;
  background-color: #46aded !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary:hover {
  color: #fff;
  background-color: #5db7ef;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary:focus, .grey-skin .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary:focus, .grey-skin .btn-primary:active, .grey-skin .btn-primary.active {
  background-color: #127abb;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary.dropdown-toggle {
  background-color: #46aded !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary.dropdown-toggle:hover, .grey-skin .btn-primary.dropdown-toggle:focus {
  background-color: #5db7ef !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary:not([disabled]):not(.disabled):active, .grey-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-primary.dropdown-toggle {
  background-color: #127abb !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .primary-ic {
  color: #46aded !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .primary-ic:hover, .grey-skin .primary-ic:focus {
  color: #46aded;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin a.btn:not([href]):not([tabindex]),
.grey-skin a.btn:not([href]):not([tabindex]):focus,
.grey-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin table.table a.btn.btn-primary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary {
  color: #fff;
  background-color: #7d8488 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary:hover {
  color: #fff;
  background-color: #8a9194;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary:focus, .grey-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary:focus, .grey-skin .btn-secondary:active, .grey-skin .btn-secondary.active {
  background-color: #4c5053;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary.dropdown-toggle {
  background-color: #7d8488 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary.dropdown-toggle:hover, .grey-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #8a9194 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary:not([disabled]):not(.disabled):active, .grey-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-secondary.dropdown-toggle {
  background-color: #4c5053 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .secondary-ic {
  color: #7d8488 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .secondary-ic:hover, .grey-skin .secondary-ic:focus {
  color: #7d8488;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin a.btn:not([href]):not([tabindex]),
.grey-skin a.btn:not([href]):not([tabindex]):focus,
.grey-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 298, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default {
  color: #fff;
  background-color: #353637 !important;
}

/* line 302, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default:hover {
  color: #fff;
  background-color: #424344;
}

/* line 307, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default:focus, .grey-skin .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 312, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default:focus, .grey-skin .btn-default:active, .grey-skin .btn-default.active {
  background-color: #030303;
}

/* line 318, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default.dropdown-toggle {
  background-color: #353637 !important;
}

/* line 321, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default.dropdown-toggle:hover, .grey-skin .btn-default.dropdown-toggle:focus {
  background-color: #424344 !important;
}

/* line 327, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default:not([disabled]):not(.disabled):active, .grey-skin .btn-default.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-default.dropdown-toggle {
  background-color: #030303 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 334, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-default:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 341, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .default-ic {
  color: #353637 !important;
}

/* line 344, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .default-ic:hover, .grey-skin .default-ic:focus {
  color: #353637;
}

/* line 350, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin a.btn:not([href]):not([tabindex]),
.grey-skin a.btn:not([href]):not([tabindex]):focus,
.grey-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 359, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin table.table a.btn.btn-default {
  color: #fff;
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-primary {
  color: #46aded !important;
  background-color: transparent !important;
  border: 2px solid #46aded !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-primary:hover, .grey-skin .btn-outline-primary:focus, .grey-skin .btn-outline-primary:active, .grey-skin .btn-outline-primary:active:focus, .grey-skin .btn-outline-primary.active {
  color: #46aded !important;
  background-color: transparent !important;
  border-color: #46aded !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .grey-skin .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #46aded !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-secondary {
  color: #7d8488 !important;
  background-color: transparent !important;
  border: 2px solid #7d8488 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-secondary:hover, .grey-skin .btn-outline-secondary:focus, .grey-skin .btn-outline-secondary:active, .grey-skin .btn-outline-secondary:active:focus, .grey-skin .btn-outline-secondary.active {
  color: #7d8488 !important;
  background-color: transparent !important;
  border-color: #7d8488 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .grey-skin .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #7d8488 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 370, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-default {
  color: #353637 !important;
  background-color: transparent !important;
  border: 2px solid #353637 !important;
}

/* line 375, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-default:hover, .grey-skin .btn-outline-default:focus, .grey-skin .btn-outline-default:active, .grey-skin .btn-outline-default:active:focus, .grey-skin .btn-outline-default.active {
  color: #353637 !important;
  background-color: transparent !important;
  border-color: #353637 !important;
}

/* line 385, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-default:not([disabled]):not(.disabled):active, .grey-skin .btn-outline-default.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #353637 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 393, vendor/assets/stylesheets/core/_mixins.scss */
.grey-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 210, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .card .btn-action {
  background: #353637;
}

/* line 213, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .card .btn-action:hover, .grey-skin .card .btn-action:focus {
  background-color: #424344 !important;
}

/* line 218, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .card .btn-action.active {
  background-color: #030303 !important;
}

/* line 238, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .md-outline input[type="text"]:focus:not([readonly]),
.grey-skin .md-outline input[type="password"]:focus:not([readonly]),
.grey-skin .md-outline input[type="email"]:focus:not([readonly]),
.grey-skin .md-outline input[type="url"]:focus:not([readonly]),
.grey-skin .md-outline input[type="time"]:focus:not([readonly]),
.grey-skin .md-outline input[type="date"]:focus:not([readonly]),
.grey-skin .md-outline input[type="datetime-local"]:focus:not([readonly]),
.grey-skin .md-outline input[type="tel"]:focus:not([readonly]),
.grey-skin .md-outline input[type="number"]:focus:not([readonly]),
.grey-skin .md-outline input[type="search-md"]:focus:not([readonly]),
.grey-skin .md-outline input[type="search"]:focus:not([readonly]),
.grey-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #75c1f0;
  box-shadow: inset 0 0 0 1px #75c1f0;
}

/* line 243, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .md-outline input[type="text"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="password"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="email"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="url"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="time"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="date"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="tel"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="number"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="search-md"]:focus:not([readonly]) + label,
.grey-skin .md-outline input[type="search"]:focus:not([readonly]) + label,
.grey-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #75c1f0;
}

/* line 252, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .md-bg input[type="text"],
.grey-skin .md-bg input[type="password"],
.grey-skin .md-bg input[type="email"],
.grey-skin .md-bg input[type="url"],
.grey-skin .md-bg input[type="time"],
.grey-skin .md-bg input[type="date"],
.grey-skin .md-bg input[type="datetime-local"],
.grey-skin .md-bg input[type="tel"],
.grey-skin .md-bg input[type="number"],
.grey-skin .md-bg input[type="search-md"],
.grey-skin .md-bg input[type="search"],
.grey-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #75c1f0, #75c1f0), linear-gradient(to bottom, #ced4da, #ced4da);
}

/* line 269, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin input[type="email"]:focus:not([readonly]),
.grey-skin input[type="text"]:focus:not([readonly]),
.grey-skin input[type="password"]:focus:not([readonly]),
.grey-skin input[type="number"]:focus:not([readonly]),
.grey-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #75c1f0;
  box-shadow: 0 1px 0 0 #75c1f0;
}

/* line 277, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin input[type="email"]:focus:not([readonly]) + label,
.grey-skin input[type="text"]:focus:not([readonly]) + label,
.grey-skin input[type="password"]:focus:not([readonly]) + label,
.grey-skin input[type="number"]:focus:not([readonly]) + label,
.grey-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #75c1f0;
}

/* line 284, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #75c1f0;
  border-bottom: 2px solid #75c1f0;
}

/* line 293, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin input.filled-in[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* line 298, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin input.filled-in[type="checkbox"]:checked + label:after {
  background-color: #75c1f0;
  border-color: #75c1f0;
}

/* line 307, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .md-form .prefix.active {
  color: #75c1f0;
}

/* line 319, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #75c1f0 !important;
}

/* line 326, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #75c1f0;
  box-shadow: inset 0 0 0 1px #75c1f0;
}

/* line 333, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #75c1f0;
}

/* line 339, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.grey-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.grey-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: #75c1f0 !important;
}

/* line 345, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

/* line 354, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .top-nav-collapse {
  background-color: #44474b;
}

/* line 360, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .carousel-multi-item .controls-top > a,
.grey-skin .carousel-multi-item .carousel-indicators li,
.grey-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #75c1f0;
}

/* line 368, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .form-header,
.grey-skin .card-header {
  background-color: #7ec5f1;
}

/* line 373, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .spinner-primary-color,
.grey-skin .spinner-primary-color-only {
  border-color: #2b2b2b;
}

/* line 380, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .pagination-primary-color .page-item.active .page-link,
.grey-skin .pagination-primary-color .page-item.active .page-link:focus,
.grey-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #2b2b2b;
}

/* line 387, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .pagination-primary-color .page-link {
  color: #2b2b2b;
}

/* line 390, vendor/assets/stylesheets/pro/_skins.scss */
.grey-skin .pagination-primary-color .page-link:focus {
  box-shadow: none;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * The picker input element.
 */
/* line 12, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 19, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 26, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker {
  position: absolute;
  z-index: 10000;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /**
   * The holder is the only "scrollable" top-level container element. The holder should overlay the entire screen.
   */
  /*!
   * Default mobile-first, responsive styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
   * Note: the root picker element should *NOT* be styled more than what's here.
   */
  /**
   * Make the holder and frame fullscreen.
   */
  /**
   * The frame that bounds the box contents of the picker.
   */
  /**
   * The box contains all the picker contents.
   */
}

/* line 38, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker .picker__holder {
  position: fixed;
  width: 100%;
  overflow-y: auto;
  overflow-scrolling: touch;
  transition: background 0.15s ease-out, top 0s 0.15s;
  backface-visibility: hidden;
}

/* line 61, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker .picker__holder,
.picker .picker__frame {
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 72, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker .picker__frame {
  position: absolute;
  width: 18.75rem;
  min-width: 16rem;
  max-width: 20.3125rem;
  max-height: 21.875rem;
  margin: 0 auto;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.15s ease-out;
  /**
     * The wrapper sets the stage to vertically align the box contents.
     */
}

@media (min-height: 28.875em) {
  /* line 72, vendor/assets/stylesheets/pro/picker/_default.scss */
  .picker .picker__frame {
    top: auto;
    bottom: -100%;
    max-height: 80%;
    overflow: visible;
  }
}

@media (min-height: 40.125em) {
  /* line 72, vendor/assets/stylesheets/pro/picker/_default.scss */
  .picker .picker__frame {
    margin-bottom: 7.5%;
  }
}

/* line 96, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker .picker__frame .picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  /* line 96, vendor/assets/stylesheets/pro/picker/_default.scss */
  .picker .picker__frame .picker__wrap {
    display: block;
  }
}

/* line 109, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker .picker__box {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

@media (min-height: 28.875em) {
  /* line 109, vendor/assets/stylesheets/pro/picker/_default.scss */
  .picker .picker__box {
    display: block;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0.75rem 2.25rem 1rem rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */
/* line 129, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker--opened .picker__holder {
  top: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 136, vendor/assets/stylesheets/pro/picker/_default.scss */
.picker--opened .picker__frame {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (min-height: 35.875em) {
  /* line 136, vendor/assets/stylesheets/pro/picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 156, vendor/assets/stylesheets/pro/picker/_default.scss */
.datepicker.picker__input.picker__input--active,
.timepicker.picker__input.picker__input--active {
  border-bottom: 1px solid #e3f2fd;
}

/* line 161, vendor/assets/stylesheets/pro/picker/_default.scss */
.time-date-ghost {
  display: none;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/* line 11, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker_container.clockpicker .picker__box .clockpicker-am-pm-block {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1.125rem;
  height: 100%;
}

/* line 18, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker_container.clockpicker .picker__box .clockpicker-am-pm-block span {
  cursor: pointer;
}

/* line 25, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker_container.clockpicker .picker__box .picker__footer {
  display: flex;
  padding: 16px 0;
  justify-content: flex-end;
}

/* line 29, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker_container.clockpicker .picker__box .picker__footer .clockpicker-button {
  margin: 0;
  margin-top: 1rem;
  padding: 6px 8px;
  font-size: 0.8rem;
  min-width: 64px;
}

/* line 35, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker_container.clockpicker .picker__box .picker__footer .clockpicker-button:focus {
  outline: 5px auto #4285f4 !important;
}

/* line 39, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker_container.clockpicker .picker__box .picker__footer .clockpicker-button.clear-button {
  margin-right: auto;
}

/* line 47, vendor/assets/stylesheets/pro/picker/_default-time.scss */
div.timepicker input ~ i.input-prefix {
  cursor: pointer;
  pointer-events: all;
}

/**
 * The list of times.
 */
/* line 56, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list {
  padding: 0.75em 0 4.2em;
  margin: 0;
  list-style: none;
}

/**
 * The times on the clock.
 */
/* line 65, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list-item {
  position: relative;
  padding: 0.75em 1.25em;
  margin-bottom: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /* Hovered time */
}

@media (min-height: 46.75em) {
  /* line 65, vendor/assets/stylesheets/pro/picker/_default-time.scss */
  .picker__list-item {
    padding: 0.5em 1em;
  }
}

/* line 78, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list-item:hover {
  z-index: 10;
  cursor: pointer;
  background: #b1dcfb;
  background-color: #000 !important;
  border-color: #0089ec;
}

/* Highlighted and hovered/focused time */
/* line 89, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list-item--highlighted {
  z-index: 10;
  border-color: #0089ec;
}

/* line 93, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  color: #000;
  cursor: pointer;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 101, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  z-index: 10;
  background: #0089ec;
}

/* Disabled time */
/* line 111, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  z-index: auto;
  color: #ddd;
  cursor: default;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

/**
 * The clear button
 */
/* line 126, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  padding: 1em 1.25em;
  margin: 1em auto 0;
  font-size: 0.67em;
  font-weight: 500;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: 0;
}

/* line 138, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  color: #000;
  cursor: pointer;
  background: #b1dcfb;
  border-color: #e20;
}

/* line 151, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker--time .picker__button--clear::before {
  top: -0.25em;
  font-size: 1.25em;
  font-weight: 700;
  color: #666;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 167, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker--time .picker__frame {
  min-width: 16rem;
  max-width: 20rem;
}

/**
 * The picker box.
 */
/* line 175, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker--time .picker__box {
  padding: 0;
  font-size: 1em;
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  /* line 175, vendor/assets/stylesheets/pro/picker/_default-time.scss */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Further modified
 * Copyright 2015 Ching Yaw Hao.
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 197, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display {
  padding-bottom: 0.9375rem;
  margin-bottom: 1rem;
  font-weight: 300;
  text-align: center;
  background-color: #4285f4;
}

/* line 206, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display {
  display: inline-block;
  height: 5.3125rem;
  padding: 0.625rem;
  padding-bottom: 0;
  margin: auto;
  font-size: 4.375rem;
  color: #b2dfdb;
  vertical-align: middle;
}

/* line 215, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-column {
  float: left;
}

/* line 217, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary {
  animation-name: pulse;
}

/* line 225, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-column #click-am,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer;
}

/* line 230, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-am-pm {
  height: 5.3125rem;
  padding-left: 0.3125rem;
  vertical-align: bottom;
}

/* line 234, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  color: #b2dfdb;
}

/* line 241, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-span-hours, .picker__date-display .clockpicker-display .clockpicker-span-minutes {
  cursor: pointer;
  transition: color 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
}

/* line 249, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display {
  display: inline-block;
  height: 5.3125rem;
  padding: 0.625rem;
  padding-bottom: 0;
  margin: auto;
  font-size: 4.375rem;
  color: #b2dfdb;
  text-align: center;
  vertical-align: middle;
}

/* line 259, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-column {
  float: left;
}

/* line 261, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary,
.clockpicker-display .clockpicker-display-column #click-am.text-primary,
.clockpicker-display .clockpicker-display-column #click-pm.text-primary {
  animation-name: pulse;
}

/* line 269, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-column #click-am,
.clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer;
}

/* line 274, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-am-pm {
  height: 5.3125rem;
  padding-left: 0.3125rem;
  vertical-align: bottom;
}

/* line 278, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  color: #b2dfdb;
}

/* line 285, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-span-hours,
.clockpicker-display .clockpicker-span-minutes {
  cursor: pointer;
  animation-duration: 500ms;
  animation-fill-mode: both;
  transition: color 500ms;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 306, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-moving {
  cursor: move;
}

/* line 309, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate {
  position: relative;
  width: 16.875rem;
  height: 16.875rem;
  margin: auto;
  margin-top: 1.25rem;
  overflow: visible;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #eee;
  border-radius: 50%;
}

/* line 321, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-canvas,
.clockpicker-plate .clockpicker-dial {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16.875rem;
  height: 16.875rem;
}

/* line 329, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 331, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial .clockpicker-tick {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #666;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 150, 136, 0);
  border-radius: 50%;
  transition: background-color 300ms;
}

/* line 342, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial .clockpicker-tick.active, .clockpicker-plate .clockpicker-dial .clockpicker-tick:hover {
  background-color: rgba(0, 150, 136, 0.25);
}

/* line 348, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-minutes {
  visibility: hidden;
}

/* line 351, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial-out {
  opacity: 0;
}

/* line 354, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2, 1.2);
}

/* line 357, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-minutes.clockpicker-dial-out {
  transform: scale(0.8, 0.8);
}

/* line 362, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas {
  transition: opacity 300ms;
}

/* line 364, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas line {
  stroke: rgba(0, 150, 136, 0.25);
  stroke-width: 1;
}

/* line 369, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 372, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas-bearing {
  fill: rgba(0, 77, 64, 0.75);
  stroke: none;
}

/* line 376, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas-fg {
  fill: rgba(0, 77, 64, 0);
  stroke: none;
}

/* line 379, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas-fg.active {
  fill: rgba(0, 77, 64, 0.5);
}

/* line 383, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas-bg {
  fill: rgba(0, 150, 136, 0.25);
  stroke: none;
}

/* line 387, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-canvas-bg-trans {
  fill: rgba(0, 150, 136, 0.25);
}

/* line 391, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-am-pm-block {
  width: 100%;
}

/* line 393, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-am-pm-block .clockpicker-button.am-button {
  float: left;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0;
}

/* line 399, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.clockpicker-am-pm-block .clockpicker-button.pm-button {
  float: right;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0;
}

/* line 407, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.btn-floating.btn-flat {
  padding: 0;
  color: #fff;
  background: #4285f4;
}

/* line 411, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.btn-floating.btn-flat:hover {
  box-shadow: none;
}

/* line 414, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.btn-floating.btn-flat:hover, .btn-floating.btn-flat:focus {
  background-color: #5a95f5;
}

/* line 418, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.btn-floating.btn-flat.active {
  background-color: #0b51c5;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 424, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__footer {
  width: 100%;
}

/* line 426, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: 0.9375rem;
  padding: 6px 8px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 1rem;
}

/* line 433, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__footer .clockpicker-button:focus {
  background-color: transparent;
}

/* line 436, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.picker__footer .clockpicker-button:active {
  background-color: rgba(0, 150, 136, 0.25);
}

/* line 443, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box {
  background-color: #212121;
}

/* line 445, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__date-display {
  background-color: transparent;
}

/* line 458, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate {
  background-color: transparent;
}

/* line 460, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick {
  background-color: rgba(255, 64, 129, 0);
}

/* line 464, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick.active, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick:hover {
  background-color: rgba(255, 64, 129, 0.25);
}

/* line 469, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas line {
  stroke: rgba(255, 64, 129, 0.25);
}

/* line 472, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bearing {
  fill: #fff;
}

/* line 475, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg {
  fill: rgba(255, 64, 129, 0);
}

/* line 477, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg.active {
  fill: rgba(255, 64, 129, 0.5);
}

/* line 481, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg {
  fill: rgba(255, 64, 129, 0.25);
}

/* line 484, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg-trans {
  fill: rgba(255, 64, 129, 0.5);
}

/* line 494, vendor/assets/stylesheets/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__footer .clockpicker-button:active {
  background-color: rgba(255, 64, 129, 0.25);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 9, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box {
  padding: 0;
  overflow: hidden;
  border-radius: 0.125rem;
  /**
   * The header containing the month and year stuff.
   */
  /**
   * The calendar table of dates
   */
  /**
   * The footer containing the "today", "clear", and "close" buttons.
   */
}

/* line 17, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header {
  position: relative;
  margin-bottom: 1.25rem;
  text-align: center;
  /**
       * The month and year labels.
       */
  /**
       * The month and year selectors.
       */
  /**
       * The month navigation buttons.
       */
}

/* line 22, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header select {
  display: inline-block !important;
}

/* line 26, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display {
  display: flex;
  justify-content: center;
  padding-bottom: .3125rem;
  font-weight: 400;
  background-color: #4285f4;
}

/* line 35, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__weekday-display {
  padding: .875rem .4375rem .3125rem .5rem;
  margin-top: 1.25rem;
  font-size: 2.1rem;
  letter-spacing: 0.5;
}

/* line 42, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__month-display {
  padding: .875rem .3125rem .25rem;
  margin-top: 1.25rem;
  font-size: 2.1rem;
}

/* line 48, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__day-display {
  padding: .875rem .3125rem .25rem;
  margin-top: 1.25rem;
  font-size: 2.1rem;
}

/* line 54, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__year-display {
  position: absolute;
  top: .625rem;
  left: 45%;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 66, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__month,
.picker__box .picker__header .picker__year {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
}

/* line 76, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--month,
.picker__box .picker__header .picker__select--year {
  display: inline-block;
  height: 2em;
  padding: 0;
  margin-right: 0.25em;
  margin-left: 0.25em;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: 0;
}

/* line 88, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--month:focus,
.picker__box .picker__header .picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/* line 93, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--year {
  width: 30%;
}

/* line 98, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--month.browser-default {
  display: inline;
  width: 40%;
}

/* line 105, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--year.browser-default {
  display: inline;
  width: 25%;
}

/* line 115, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev,
.picker__box .picker__header .picker__nav--next {
  position: absolute;
  box-sizing: content-box;
  padding: .1875rem .625rem;
}

/* line 121, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev:hover,
.picker__box .picker__header .picker__nav--next:hover {
  color: #000;
  cursor: pointer;
}

/* line 126, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev:before,
.picker__box .picker__header .picker__nav--next:before {
  display: block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}

/* line 133, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev {
  left: -.5em;
  padding-right: 1.25em;
}

/* line 137, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev:before {
  content: "\f104";
}

/* line 142, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--next {
  right: -.2em;
  padding-left: 1.25em;
}

/* line 146, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--next:before {
  content: "\f105";
}

/* line 151, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--disabled,
.picker__box .picker__header .picker__nav--disabled:hover,
.picker__box .picker__header .picker__nav--disabled:before,
.picker__box .picker__header .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/* line 166, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table {
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  text-align: center;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  /**
       * The weekday labels
       */
  /**
       * The days on the calendar
       */
}

/* line 176, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table th,
.picker__box .picker__table td {
  text-align: center;
}

/* line 181, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table td {
  padding: 0;
  margin: 0;
}

/* line 189, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__weekday {
  width: 14%;
  padding-bottom: 0.25em;
  font-size: 0.9em;
  font-weight: 500;
  color: #999;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 189, vendor/assets/stylesheets/pro/picker/_default-date.scss */
  .picker__box .picker__table .picker__weekday {
    padding-bottom: 0.25em;
  }
}

/* line 205, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--today {
  position: relative;
  padding: 0.75rem 0;
  font-weight: 400;
  letter-spacing: -0.3;
  border: 1px solid transparent;
}

/* line 213, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day.picker__day--today {
  color: #4285f4;
}

/* line 218, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--disabled:before {
  border-top-color: #aaa;
}

/* line 223, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--infocus {
  padding: 0.75rem 0;
  font-weight: 400;
  color: #595959;
  letter-spacing: -0.3;
  border: #595959 transparent;
}

/* line 230, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--infocus:hover {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

/* line 237, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--outfocus {
  display: none;
  padding: 0.75rem 0;
}

/* line 243, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--outfocus:hover {
  font-weight: 500;
  color: #ddd;
  cursor: pointer;
}

/* line 250, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--highlighted:hover,
.picker__box .picker__table .picker--focused .picker__day--highlighted {
  cursor: pointer;
}

/* line 255, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused {
  background-color: #4285f4;
  border-radius: 50%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
}

/* line 264, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--selected.picker__day--outfocus,
.picker__box .picker__table .picker__day--selected.picker__day--outfocus:hover,
.picker__box .picker__table .picker--focused.picker__day--outfocus {
  background-color: #ecf2fc;
}

/* line 272, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--disabled,
.picker__box .picker__table .picker__day--disabled:hover,
.picker__box .picker__table .picker--focused {
  color: #ddd;
  cursor: default;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 281, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--highlighted.picker__day--disabled,
.picker__box .picker__table .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/* line 291, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 0.625rem;
  text-align: right;
}

/* line 298, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today,
.picker__box .picker__footer .picker__button--clear,
.picker__box .picker__footer .picker__button--close {
  display: inline-block;
  width: 33%;
  padding: 1rem 0 0.7rem 0;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #fff;
}

/* line 311, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:hover,
.picker__box .picker__footer .picker__button--clear:hover,
.picker__box .picker__footer .picker__button--close:hover {
  color: #000;
  cursor: pointer;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 318, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:focus,
.picker__box .picker__footer .picker__button--clear:focus,
.picker__box .picker__footer .picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 324, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:before,
.picker__box .picker__footer .picker__button--clear:before,
.picker__box .picker__footer .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 333, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:before,
.picker__box .picker__footer .picker__button--clear:before {
  margin-right: 0.45em;
  content: " ";
}

/* line 340, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

/* line 349, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

/* line 357, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--close:before {
  top: -0.1em;
  margin-right: 0.35em;
  font-size: 1.1em;
  color: #777;
  vertical-align: top;
  content: "\D7";
}

/* line 367, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today[disabled],
.picker__box .picker__footer .picker__button--today[disabled]:hover {
  color: #ddd;
  cursor: default;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 375, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 386, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__calendar-container {
  padding: 0 1rem;
}

/* line 389, vendor/assets/stylesheets/pro/picker/_default-date.scss */
.picker__calendar-container thead {
  border: none;
}

/* line 4, vendor/assets/stylesheets/pro/sections/_templates.scss */
.fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
  padding-left: 15rem;
}

/* line 9, vendor/assets/stylesheets/pro/sections/_templates.scss */
.fixed-sn main {
  padding-top: 5.5rem;
}

@media (max-width: 1441px) {
  /* line 13, vendor/assets/stylesheets/pro/sections/_templates.scss */
  .fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
    padding-left: 0;
  }
}

@media (min-width: 600px) {
  /* line 20, vendor/assets/stylesheets/pro/sections/_templates.scss */
  .fixed-sn main,
.fixed-sn .page-footer .container-fluid {
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media (min-width: 992px) {
  /* line 27, vendor/assets/stylesheets/pro/sections/_templates.scss */
  .fixed-sn main,
.fixed-sn .page-footer .container-fluid {
    margin-right: 5%;
    margin-left: 5%;
  }
}

@media (min-width: 1200px) {
  /* line 34, vendor/assets/stylesheets/pro/sections/_templates.scss */
  .fixed-sn main,
.fixed-sn .page-footer .container-fluid {
    margin-right: 6%;
    margin-left: 6%;
  }
}

/* line 44, vendor/assets/stylesheets/pro/sections/_templates.scss */
.hidden-sn main {
  padding-top: 5.5rem;
}

/* line 47, vendor/assets/stylesheets/pro/sections/_templates.scss */
.hidden-sn .button-collapse {
  position: relative;
  display: block;
  padding-left: 0;
  margin-right: 0.625rem;
  margin-left: -0.375rem;
  font-size: 1.4rem;
}

/* line 8, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news {
  display: flex;
}

/* line 10, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .label {
  display: block;
  flex: 0 0 auto;
  align-self: stretch;
  width: 2.5rem;
}

/* line 15, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .label img {
  width: 100%;
  height: auto;
}

/* line 20, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt {
  display: block;
  flex: 1 1 auto;
  align-self: stretch;
  margin: 0 0 1.2rem 1.2rem;
  word-wrap: break-word;
}

/* line 26, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief {
  padding-bottom: .5rem;
  font-weight: 500;
}

/* line 29, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief a {
  color: #4285f4;
}

/* line 32, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief .name {
  display: inline-block;
  vertical-align: baseline;
}

/* line 36, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief .date {
  display: inline-block;
  float: none;
  padding-left: .7rem;
  font-size: .86rem;
  font-weight: 300;
  color: #9e9e9e;
}

/* line 45, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .added-images {
  margin-bottom: .6rem;
}

/* line 47, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .added-images img {
  display: inline-block;
  width: 7rem;
  margin-right: .3rem;
}

/* line 53, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .added-text {
  max-width: 450px;
  margin-bottom: .6rem;
}

/* line 58, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like {
  font-size: .86rem;
  font-weight: 300;
  color: #9e9e9e;
}

/* line 63, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like:hover .fas,
.mdb-feed .news .excerpt .feed-footer .like:hover .fab,
.mdb-feed .news .excerpt .feed-footer .like:hover .far {
  color: #f44336;
  transition: .4s;
}

/* line 69, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like:hover span {
  color: #000;
  transition: .4s;
}

/* line 74, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like .fas,
.mdb-feed .news .excerpt .feed-footer .like .fab,
.mdb-feed .news .excerpt .feed-footer .like .far {
  padding-right: .5rem;
}

/* line 80, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer span a {
  padding-right: .3rem;
  color: #4285f4;
  cursor: default;
}

/* line 86, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .thumbs .fas,
.mdb-feed .news .excerpt .feed-footer .thumbs .fab,
.mdb-feed .news .excerpt .feed-footer .thumbs .far {
  color: #9e9e9e;
  transition: .4s;
}

/* line 91, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .thumbs .fas:hover,
.mdb-feed .news .excerpt .feed-footer .thumbs .fab:hover,
.mdb-feed .news .excerpt .feed-footer .thumbs .far:hover {
  color: #757575;
}

/* line 95, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .thumbs .fa-thumbs-up {
  padding-right: .3rem;
}

/* line 99, vendor/assets/stylesheets/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .comment {
  color: #9e9e9e;
}

/* line 110, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body .card-title {
  margin-bottom: .3rem;
  font-weight: 400;
}

/* line 113, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body .card-title.title-one {
  transition: .4s;
}

/* line 115, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body .card-title.title-one:hover {
  color: #4285f4;
}

/* line 120, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body .card-meta {
  font-size: .86rem;
  font-weight: 300;
  color: #757575;
}

/* line 124, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body .card-meta .fas,
.card-personal .card-body .card-meta .fab,
.card-personal .card-body .card-meta .far {
  padding-right: .5rem;
}

/* line 130, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body span {
  transition: .5s;
}

/* line 132, vendor/assets/stylesheets/pro/sections/_social.scss */
.card-personal .card-body span:hover {
  color: #4285f4;
}

/* line 142, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .content .right-side-meta {
  float: right;
  margin-top: .3rem;
  font-weight: 300;
  color: #9e9e9e;
}

/* line 148, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .content .avatar-img {
  width: 2rem;
  margin-right: 1rem;
}

/* line 152, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .content img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 160, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .social-meta .fas,
.news-card .social-meta .fab,
.news-card .social-meta .far {
  padding-right: .6rem;
}

/* line 165, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .social-meta .fa-heart-o {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: .53s;
}

/* line 169, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .social-meta .fa-heart-o:hover {
  color: #f44336;
}

/* line 173, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .social-meta span {
  float: right;
}

/* line 177, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .md-form {
  margin-top: 1.3rem;
  margin-bottom: .3rem;
}

/* line 180, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .md-form .prefix {
  margin-left: .2rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.4);
}

/* line 184, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .md-form .prefix ~ input,
.news-card .md-form .prefix .md-form .prefix ~ textarea {
  width: calc(100% - 4rem);
}

/* line 189, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .md-form .prefix.active {
  color: rgba(0, 0, 0, 0.4);
}

/* line 192, vendor/assets/stylesheets/pro/sections/_social.scss */
.news-card .md-form .form-control {
  height: 1.3rem;
  padding-top: 0;
  padding-bottom: .5rem;
  margin-bottom: 0;
  margin-left: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6, vendor/assets/stylesheets/pro/sections/_team.scss */
.team-section .avatar img {
  max-width: 200px;
  height: auto;
}

/* line 9, vendor/assets/stylesheets/pro/sections/_team.scss */
.team-section .avatar img.rounded-circle {
  max-width: 150px;
}

/* line 3, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control {
  top: 50%;
  background-image: none;
  transform: translateY(-35%);
}

/* line 7, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control::before {
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.4s;
}

/* line 13, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control:hover::before {
  color: #000;
  transition: 0.4s;
}

/* line 18, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.left {
  left: 6%;
}

/* line 20, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.left::before {
  content: "\2039";
}

/* line 24, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.right {
  right: 6%;
}

/* line 26, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.right::before {
  content: "\203a";
}

/* line 31, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial {
  margin-right: 23%;
  margin-left: 23%;
}

/* line 35, vendor/assets/stylesheets/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial .avatar img {
  max-width: 170px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 3, vendor/assets/stylesheets/pro/sections/_magazine.scss */
.magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0;
}

/* line 5, vendor/assets/stylesheets/pro/sections/_magazine.scss */
.magazine-section .single-news:last-of-type {
  border-bottom: none;
}

/* line 2, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card {
  text-align: center;
}

/* line 4, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card ul {
  padding: 0;
  list-style-type: none;
}

/* line 8, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .header {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 11, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .option {
  padding: 2.5rem;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 16, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .price {
  position: relative;
  padding-top: 3.94rem;
}

/* line 19, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .price .number {
  padding: 1.5rem;
  font-size: 5rem;
  font-weight: 300;
}

/* line 23, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .price .number::before {
  position: absolute;
  margin-top: 0.7rem;
  margin-left: -1.2rem;
  font-size: 1.88rem;
  content: "$";
}

/* line 30, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .price .number::after {
  position: absolute;
  margin-top: 3rem;
  font-size: 1.88rem;
  content: "/mo";
}

/* line 37, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .price .version {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 47, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .striped {
  padding: 1rem;
}

/* line 49, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .striped li {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(238, 238, 238, 0.298039);
}

/* line 54, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .striped.green-striped li {
  border-color: #33c28a;
}

/* line 59, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .striped.orange-striped li {
  border-color: #e97d63;
}

/* line 64, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .striped.purple-striped li {
  border-color: #963c94;
}

/* line 69, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .striped.darker-striped li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.298039);
}

/* line 74, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.pricing-card .card-background {
  background-color: #28283f;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 82, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.card .card-circle {
  width: 7.5rem;
  height: 7.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
}

/* line 87, vendor/assets/stylesheets/pro/sections/_pricing.scss */
.card .card-circle .fas,
.card .card-circle .fab,
.card .card-circle .far {
  font-size: 4rem;
}

/* line 4, vendor/assets/stylesheets/pro/sections/_contacts.scss */
.contact-section .form .btn-floating {
  position: relative;
  bottom: 3rem;
  float: right;
  margin-right: 0;
}

/* line 11, vendor/assets/stylesheets/pro/sections/_contacts.scss */
.contact-section .contact {
  background-color: #103f6d;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 14, vendor/assets/stylesheets/pro/sections/_contacts.scss */
.contact-section .contact .fas,
.contact-section .contact .fab,
.contact-section .contact .far {
  color: #6b89a5;
}

/* Materializecss Stepper - By Kinark 2016
// https://github.com/Kinark/Materialize-stepper
// CSS v2.1.3
*/
/* Validate.js FIX */
/* line 8, vendor/assets/stylesheets/addons-pro/_steppers.scss */
label.invalid {
  top: 50px !important;
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 500;
  color: #f00 !important;
}

/* line 15, vendor/assets/stylesheets/addons-pro/_steppers.scss */
label.invalid.active {
  transform: translateY(0%) !important;
}

/* Validate.js FIX */
/* line 23, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .wait-feedback {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 37, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step {
  position: relative;
  list-style: none;
}

/* line 41, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step.feedbacking .step-new-content > *:not(.wait-feedback) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: .1;
}

/* line 46, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step.active:not(:last-of-type) {
  margin-bottom: 2.25rem;
}

/* line 50, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step:before {
  position: absolute;
  top: .75rem;
  width: 1.75rem;
  height: 1.75rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #fff;
  text-align: center;
  content: counter(section);
  counter-increment: section;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

/* line 65, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step.active:before {
  background-color: #4285f4;
}

/* line 69, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step.done:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  content: "\f00c";
  background-color: #00c851;
}

/* line 77, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step.wrong:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  content: "\f071";
  background-color: #ff3547;
}

/* line 86, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper > li:not(:last-of-type) {
  margin-bottom: .625rem;
  transition: margin-bottom .4s;
}

/* line 91, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-title {
  display: block;
  padding: .9688rem 2.75rem 1.5rem 4rem;
  margin: 0 -1.3rem;
  cursor: pointer;
}

/* line 97, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-title:after {
  position: absolute;
  display: block;
  font-size: .8rem;
  font-weight: 400;
  color: #424242;
  content: attr(data-step-label);
}

/* line 106, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-title:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

/* line 111, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step.active .step-title {
  font-weight: 500;
}

/* line 115, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-new-content {
  position: relative;
  display: none;
  width: inherit;
  height: calc(100% - 132px);
  margin-right: 24px;
  margin-left: 41px;
  overflow: visible;
}

/* line 126, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper > .step:not(:last-of-type):after {
  position: absolute;
  top: 3.125rem;
  left: .8438rem;
  width: .0625rem;
  height: 40%;
  height: calc(100% - 38px);
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  transition: all .4s;
}

/* line 138, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper > .step.active:not(:last-child):after {
  height: 93%;
  height: calc(100% - 12px);
}

/* line 143, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper > .step[data-last="true"] {
  margin-bottom: 0;
}

/* line 144, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper > .step[data-last="true"]:after {
  width: 0;
  height: 0;
}

/* line 153, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-actions {
  display: flex;
  -webkit-box-pack: start;
}

/* line 156, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-actions .btn:not(:last-child),
ul.stepper .step-actions .btn-flat:not(:last-child),
ul.stepper .step-actions .btn-large:not(:last-child) {
  margin-right: .3125rem;
}

/* line 163, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .step-new-content .row {
  margin-bottom: .4375rem;
}

/* line 168, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .md-form label {
  left: .875rem;
}

/* line 172, vendor/assets/stylesheets/addons-pro/_steppers.scss */
ul.stepper .md-form .validate {
  margin-bottom: 0;
}

@media only screen and (min-width: 993px) {
  /* line 179, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 20rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    overflow: hidden;
  }
  /* line 190, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal:before {
    position: absolute;
    left: -3px;
    width: 100%;
    min-height: 5.25rem;
    content: "";
    background-color: transparent;
    border-top-left-radius: 2px;
  }
  /* line 200, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal:first-child {
    margin-top: -2.7rem;
  }
  /* line 204, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.25rem !important;
    margin: 0;
  }
  /* line 212, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step:not(:last-of-type):after {
    position: static;
    display: inline-block;
    width: 100%;
    height: .0625rem;
    content: "";
  }
  /* line 219, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step.active .step-title:before {
    background-color: #4285f4;
  }
  /* line 223, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step.done .step-title:before {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    content: "\f00c";
    background: #00c851;
  }
  /* line 231, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step.wrong .step-title:before {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    content: "\f071";
    background-color: #ff3547;
  }
  /* line 238, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step:before {
    content: none;
  }
  /* line 242, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step .step-title:before {
    position: absolute;
    top: 1.7813rem;
    left: 1.1875rem;
    width: 1.75rem;
    height: 1.75rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #fff;
    text-align: center;
    content: counter(section);
    counter-increment: section;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
  }
  /* line 261, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal > .step:last-of-type, ul.stepper.horizontal > .step[data-last="true"] {
    width: auto !important;
  }
  /* line 267, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal > .step.active:not(:last-of-type):after {
    position: static;
    display: inline-block;
    width: 100%;
    height: .0625rem;
    content: "";
  }
  /* line 275, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step-title {
    display: inline-block;
    flex-shrink: 0;
    max-width: 13.75rem;
    height: 5.25rem;
    padding: 0 1.5625rem 0 4.0625rem;
    margin: 0;
    overflow: hidden;
    line-height: 5.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex-negative: 0;
  }
  /* line 289, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step-title:after {
    top: .9375rem;
  }
  /* line 293, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step-new-content {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 84px);
    padding: 1.25rem 1.25rem 4.75rem 1.25rem;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  /* line 305, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: row-reverse;
    width: 100%;
    padding: 20px;
  }
  /* line 313, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step-actions .btn:not(:last-child),
ul.stepper.horizontal .step-actions .btn-flat:not(:last-child),
ul.stepper.horizontal .step-actions .btn-large:not(:last-child) {
    margin-right: 0;
    margin-left: .3125rem;
  }
  /* line 322, vendor/assets/stylesheets/addons-pro/_steppers.scss */
  ul.stepper.horizontal .step-new-content,
ul.stepper.horizontal .step-actions {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

/* Navbar */
/* line 2, app/assets/stylesheets/navbar.scss */
.navbar {
  z-index: 1040;
}

/* line 5, app/assets/stylesheets/navbar.scss */
.side-nav {
  margin-top: 48px !important;
}

@media (min-width: 1280px) {
  /* line 10, app/assets/stylesheets/navbar.scss */
  .fixed-sn main {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }
}

/* Navbar animation */
/* line 17, app/assets/stylesheets/navbar.scss */
.navbar {
  background-color: rgba(0, 0, 0, 0);
}

/* line 20, app/assets/stylesheets/navbar.scss */
.top-nav-collapse {
  background-color: #1C2331;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  /* line 25, app/assets/stylesheets/navbar.scss */
  .navbar {
    background-color: #1C2331;
  }
}

/* Footer color for sake of consistency with Navbar */
/* line 29, app/assets/stylesheets/navbar.scss */
.page-footer {
  background-color: #1C2331;
}

/* Originally in <style> tag in header */
/* line 33, app/assets/stylesheets/navbar.scss */
html,
body,
intro-header,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  /* line 42, app/assets/stylesheets/navbar.scss */
  html,
body,
intro-header,
.view {
    height: 1050px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  /* line 52, app/assets/stylesheets/navbar.scss */
  html,
body,
intro-header,
.view {
    height: 700px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  /* line 61, app/assets/stylesheets/navbar.scss */
  .navbar:not(.top-nav-collapse) {
    background: #1C2331 !important;
  }
}

/* Navbar Font Colors */
/* line 68, app/assets/stylesheets/navbar.scss */
.breadcrumb-dn {
  color: #fff;
}

/* Sidenav Logo */
/* line 74, app/assets/stylesheets/navbar.scss */
.logo-wrapper {
  height: auto !important;
}

/* line 76, app/assets/stylesheets/navbar.scss */
.logo-wrapper a {
  height: auto !important;
}

/* Adjustment to prevent navbar overlap */
/* line 83, app/assets/stylesheets/navbar.scss */
.navbar-offset {
  margin-top: 64px;
  padding-top: 1rem;
}

/* line 88, app/assets/stylesheets/navbar.scss */
main {
  margin-top: 64px;
  padding-top: 1rem;
}

/* line 93, app/assets/stylesheets/navbar.scss */
.alert-top {
  margin-top: 64px;
  margin-bottom: 0;
  border-radius: 0;
  margin-bottom: -64px;
}

@media (min-width: 1441px) {
  /* line 101, app/assets/stylesheets/navbar.scss */
  main {
    margin-left: 240px;
  }
  /* line 105, app/assets/stylesheets/navbar.scss */
  .alert-top {
    margin-left: 240px;
    margin-bottom: -64px;
  }
}

/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
/* line 9, app/assets/stylesheets/custom.scss */
body {
  background-color: #f5f5f5;
}

/* line 13, app/assets/stylesheets/custom.scss */
.block-text {
  font-size: 1.25rem;
}

/* line 17, app/assets/stylesheets/custom.scss */
.brand {
  font-size: 2rem;
}

/* line 21, app/assets/stylesheets/custom.scss */
.mark-urgent {
  background-color: #eb9494;
}

/* line 25, app/assets/stylesheets/custom.scss */
.mark-half {
  background: linear-gradient(0deg, #ffeb3b 25%, transparent 25%);
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/custom.scss */
  .intro-text {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/custom.scss */
  .intro-text {
    font-size: 7vw;
  }
}

@media (max-width: 740px) {
  /* line 40, app/assets/stylesheets/custom.scss */
  .full-page-intro {
    height: 1000px;
  }
}

/* Half Page Carousel itself*/
/* line 44, app/assets/stylesheets/custom.scss */
.carousel {
  height: 50%;
}

/* line 46, app/assets/stylesheets/custom.scss */
.carousel .carousel-inner {
  height: 100%;
}

/* line 48, app/assets/stylesheets/custom.scss */
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
  height: 100%;
}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  /* line 54, app/assets/stylesheets/custom.scss */
  .carousel {
    height: 100%;
  }
}

/* Adjustment to offset in-page links to account for navbar height */
/* line 58, app/assets/stylesheets/custom.scss */
:target:before {
  content: "";
  display: block;
  height: 52px;
  /* fixed header height*/
  margin: -52px 0 0;
  /* negative fixed header height */
}

/* Table hyperlink sytling */
/* line 67, app/assets/stylesheets/custom.scss */
table.table a {
  color: #007bff;
}

/* Signature Pad */
/*signature pad*/
/* line 75, app/assets/stylesheets/custom.scss */
.signature_pad {
  margin: 0 auto;
}

/* line 79, app/assets/stylesheets/custom.scss */
.signature_pad_body canvas {
  height: 100%;
  width: 100%;
  border: dotted #444;
  background: #CCCCCC;
}

/* Field Proposal */
/* line 88, app/assets/stylesheets/custom.scss */
.add-work-item {
  min-width: 80px;
}

/* Hack to hide form labels on radio/checkboxes */
/* line 94, app/assets/stylesheets/custom.scss */
legend.col-form-label {
  display: none;
}

/* Map Revision list item legend */
/* line 100, app/assets/stylesheets/custom.scss */
.map-legend-item {
  max-width: 50px;
  max-height: 40px;
}

/* line 105, app/assets/stylesheets/custom.scss */
.font-up-bold .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

/* line 107, app/assets/stylesheets/custom.scss */
.font-up-bold .breadcrumb-item a h5::after {
  content: "/";
  margin-left: 1rem;
  color: #868e96;
}

/* line 112, app/assets/stylesheets/custom.scss */
.select-wrapper.disable-toggle-all .select-toggle-all {
  display: none;
}

/* https://css-tricks.com/accessible-simple-responsive-tables/ */
/* Variables
================================== */
/* Tables
================================== */
/* line 125, app/assets/stylesheets/custom.scss */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}

/* line 131, app/assets/stylesheets/custom.scss */
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: fade(slategrey, 20%);
}

/* line 140, app/assets/stylesheets/custom.scss */
.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 {
  margin: 0;
}

/* Table column sizing
================================== */
/* line 145, app/assets/stylesheets/custom.scss */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}

/* line 146, app/assets/stylesheets/custom.scss */
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}

/* line 147, app/assets/stylesheets/custom.scss */
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}

/* line 148, app/assets/stylesheets/custom.scss */
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}

/* line 149, app/assets/stylesheets/custom.scss */
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* line 151, app/assets/stylesheets/custom.scss */
.upload {
  border-top: solid 1px #CCC;
  width: auto;
  padding-top: 10px;
  margin-top: 10px;
}

/* line 158, app/assets/stylesheets/custom.scss */
.upload .progress .bar {
  background: #3EC144;
}

/* line 164, app/assets/stylesheets/custom.scss */
table .fixed-layout {
  table-layout: fixed;
  width: 100%;
}

/* line 169, app/assets/stylesheets/custom.scss */
.border-left-dashed {
  border-left: 2px dashed #dee2e6;
}

/* line 173, app/assets/stylesheets/custom.scss */
.border-right-dashed {
  border-right: 2px dashed #dee2e6;
}

/* line 177, app/assets/stylesheets/custom.scss */
.border-top-dashed {
  border-top: 2px dashed #dee2e6;
}

/* line 181, app/assets/stylesheets/custom.scss */
.border-bottom-dashed {
  border-bottom: 2px dashed #dee2e6;
}

/* line 185, app/assets/stylesheets/custom.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 189, app/assets/stylesheets/custom.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 80px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* Responsive borders
https://stackoverflow.com/questions/46412541/applying-borders-on-elements-depending-on-device-size-with-bootstrap */
/* line 215, app/assets/stylesheets/custom.scss */
.border-top {
  border-top: 1px solid #dee2e6;
}

/* line 216, app/assets/stylesheets/custom.scss */
.border-right {
  border-right: 1px solid #dee2e6;
}

/* line 217, app/assets/stylesheets/custom.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

/* line 218, app/assets/stylesheets/custom.scss */
.border-left {
  border-left: 1px solid #dee2e6;
}

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

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

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

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

/* line 225, app/assets/stylesheets/custom.scss */
.border-x {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

/* line 230, app/assets/stylesheets/custom.scss */
.border-y {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

/* line 235, app/assets/stylesheets/custom.scss */
.border {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

/* line 241, app/assets/stylesheets/custom.scss */
.border-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

@media (min-width: 576px) {
  /* line 215, app/assets/stylesheets/custom.scss */
  .border-sm-top {
    border-top: 1px solid #dee2e6;
  }
  /* line 216, app/assets/stylesheets/custom.scss */
  .border-sm-right {
    border-right: 1px solid #dee2e6;
  }
  /* line 217, app/assets/stylesheets/custom.scss */
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 218, app/assets/stylesheets/custom.scss */
  .border-sm-left {
    border-left: 1px solid #dee2e6;
  }
  /* line 220, app/assets/stylesheets/custom.scss */
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  /* line 221, app/assets/stylesheets/custom.scss */
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  /* line 222, app/assets/stylesheets/custom.scss */
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 223, app/assets/stylesheets/custom.scss */
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  /* line 225, app/assets/stylesheets/custom.scss */
  .border-sm-x {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 230, app/assets/stylesheets/custom.scss */
  .border-sm-y {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  /* line 235, app/assets/stylesheets/custom.scss */
  .border-sm {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 241, app/assets/stylesheets/custom.scss */
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  /* line 215, app/assets/stylesheets/custom.scss */
  .border-md-top {
    border-top: 1px solid #dee2e6;
  }
  /* line 216, app/assets/stylesheets/custom.scss */
  .border-md-right {
    border-right: 1px solid #dee2e6;
  }
  /* line 217, app/assets/stylesheets/custom.scss */
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 218, app/assets/stylesheets/custom.scss */
  .border-md-left {
    border-left: 1px solid #dee2e6;
  }
  /* line 220, app/assets/stylesheets/custom.scss */
  .border-md-top-0 {
    border-top: 0 !important;
  }
  /* line 221, app/assets/stylesheets/custom.scss */
  .border-md-right-0 {
    border-right: 0 !important;
  }
  /* line 222, app/assets/stylesheets/custom.scss */
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 223, app/assets/stylesheets/custom.scss */
  .border-md-left-0 {
    border-left: 0 !important;
  }
  /* line 225, app/assets/stylesheets/custom.scss */
  .border-md-x {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 230, app/assets/stylesheets/custom.scss */
  .border-md-y {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  /* line 235, app/assets/stylesheets/custom.scss */
  .border-md {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 241, app/assets/stylesheets/custom.scss */
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 215, app/assets/stylesheets/custom.scss */
  .border-lg-top {
    border-top: 1px solid #dee2e6;
  }
  /* line 216, app/assets/stylesheets/custom.scss */
  .border-lg-right {
    border-right: 1px solid #dee2e6;
  }
  /* line 217, app/assets/stylesheets/custom.scss */
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 218, app/assets/stylesheets/custom.scss */
  .border-lg-left {
    border-left: 1px solid #dee2e6;
  }
  /* line 220, app/assets/stylesheets/custom.scss */
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  /* line 221, app/assets/stylesheets/custom.scss */
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  /* line 222, app/assets/stylesheets/custom.scss */
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 223, app/assets/stylesheets/custom.scss */
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  /* line 225, app/assets/stylesheets/custom.scss */
  .border-lg-x {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 230, app/assets/stylesheets/custom.scss */
  .border-lg-y {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  /* line 235, app/assets/stylesheets/custom.scss */
  .border-lg {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 241, app/assets/stylesheets/custom.scss */
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  /* line 215, app/assets/stylesheets/custom.scss */
  .border-xl-top {
    border-top: 1px solid #dee2e6;
  }
  /* line 216, app/assets/stylesheets/custom.scss */
  .border-xl-right {
    border-right: 1px solid #dee2e6;
  }
  /* line 217, app/assets/stylesheets/custom.scss */
  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 218, app/assets/stylesheets/custom.scss */
  .border-xl-left {
    border-left: 1px solid #dee2e6;
  }
  /* line 220, app/assets/stylesheets/custom.scss */
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  /* line 221, app/assets/stylesheets/custom.scss */
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  /* line 222, app/assets/stylesheets/custom.scss */
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  /* line 223, app/assets/stylesheets/custom.scss */
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  /* line 225, app/assets/stylesheets/custom.scss */
  .border-xl-x {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 230, app/assets/stylesheets/custom.scss */
  .border-xl-y {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  /* line 235, app/assets/stylesheets/custom.scss */
  .border-xl {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  /* line 241, app/assets/stylesheets/custom.scss */
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/* line 249, app/assets/stylesheets/custom.scss */
.bg-transparent-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 253, app/assets/stylesheets/custom.scss */
.overflow {
  overflow-y: scroll;
  height: 200px;
  margin: 0 auto;
}

/* line 263, app/assets/stylesheets/custom.scss */
.dt-head-center {
  text-align: center;
}

/* custom styles */
/* line 3, app/assets/stylesheets/leaflet.scss */
#map {
  height: 50rem;
}

/* line 7, app/assets/stylesheets/leaflet.scss */
#map_index {
  height: 25rem;
}

/* required styles */
/* line 13, app/assets/stylesheets/leaflet.scss */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 27, app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/leaflet.scss */
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
/* line 39, app/assets/stylesheets/leaflet.scss */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
/* line 43, app/assets/stylesheets/leaflet.scss */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 48, app/assets/stylesheets/leaflet.scss */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
/* line 54, app/assets/stylesheets/leaflet.scss */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}

/* line 62, app/assets/stylesheets/leaflet.scss */
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

/* line 66, app/assets/stylesheets/leaflet.scss */
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}

/* line 69, app/assets/stylesheets/leaflet.scss */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

/* line 73, app/assets/stylesheets/leaflet.scss */
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

/* line 77, app/assets/stylesheets/leaflet.scss */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 80, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
/* line 88, app/assets/stylesheets/leaflet.scss */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 92, app/assets/stylesheets/leaflet.scss */
.leaflet-pane {
  z-index: 400;
}

/* line 94, app/assets/stylesheets/leaflet.scss */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 95, app/assets/stylesheets/leaflet.scss */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 96, app/assets/stylesheets/leaflet.scss */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 97, app/assets/stylesheets/leaflet.scss */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 98, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 99, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-pane {
  z-index: 700;
}

/* line 101, app/assets/stylesheets/leaflet.scss */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 102, app/assets/stylesheets/leaflet.scss */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 104, app/assets/stylesheets/leaflet.scss */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 108, app/assets/stylesheets/leaflet.scss */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
/* line 117, app/assets/stylesheets/leaflet.scss */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* line 123, app/assets/stylesheets/leaflet.scss */
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 129, app/assets/stylesheets/leaflet.scss */
.leaflet-top {
  top: 0;
}

/* line 132, app/assets/stylesheets/leaflet.scss */
.leaflet-right {
  right: 0;
}

/* line 135, app/assets/stylesheets/leaflet.scss */
.leaflet-bottom {
  bottom: 0;
}

/* line 138, app/assets/stylesheets/leaflet.scss */
.leaflet-left {
  left: 0;
}

/* line 141, app/assets/stylesheets/leaflet.scss */
.leaflet-control {
  float: left;
  clear: both;
}

/* line 145, app/assets/stylesheets/leaflet.scss */
.leaflet-right .leaflet-control {
  float: right;
}

/* line 148, app/assets/stylesheets/leaflet.scss */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 151, app/assets/stylesheets/leaflet.scss */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 154, app/assets/stylesheets/leaflet.scss */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 157, app/assets/stylesheets/leaflet.scss */
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
/* line 164, app/assets/stylesheets/leaflet.scss */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

/* line 167, app/assets/stylesheets/leaflet.scss */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 174, app/assets/stylesheets/leaflet.scss */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 177, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-animated {
  transform-origin: 0 0;
}

/* line 182, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

/* line 185, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 191, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

/* line 199, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
/* line 206, app/assets/stylesheets/leaflet.scss */
.leaflet-interactive {
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/leaflet.scss */
.leaflet-grab {
  cursor: -moz-grab;
}

/* line 213, app/assets/stylesheets/leaflet.scss */
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 217, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 221, app/assets/stylesheets/leaflet.scss */
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
/* line 230, app/assets/stylesheets/leaflet.scss */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

/* line 238, app/assets/stylesheets/leaflet.scss */
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
/* line 247, app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

/* line 251, app/assets/stylesheets/leaflet.scss */
.leaflet-container a {
  color: #0078A8;
}

/* line 254, app/assets/stylesheets/leaflet.scss */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 257, app/assets/stylesheets/leaflet.scss */
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* line 264, app/assets/stylesheets/leaflet.scss */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
/* line 271, app/assets/stylesheets/leaflet.scss */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 275, app/assets/stylesheets/leaflet.scss */
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* line 287, app/assets/stylesheets/leaflet.scss */
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 293, app/assets/stylesheets/leaflet.scss */
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

/* line 296, app/assets/stylesheets/leaflet.scss */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 300, app/assets/stylesheets/leaflet.scss */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 305, app/assets/stylesheets/leaflet.scss */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 311, app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
/* line 320, app/assets/stylesheets/leaflet.scss */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

/* line 325, app/assets/stylesheets/leaflet.scss */
.leaflet-control-zoom-out {
  font-size: 20px;
}

/* line 329, app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

/* line 332, app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
/* line 339, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

/* line 344, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-toggle {
  background-image: url(/images/layers.png);
  width: 36px;
  height: 36px;
}

/* line 349, app/assets/stylesheets/leaflet.scss */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/layers-2x.png);
  background-size: 26px 26px;
}

/* line 353, app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 357, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 361, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 365, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 370, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}

/* line 374, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 379, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers label {
  display: block;
}

/* line 382, app/assets/stylesheets/leaflet.scss */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
/* line 389, app/assets/stylesheets/leaflet.scss */
.leaflet-default-icon-path {
  background-image: url(/images/marker-icon.png);
}

/* attribution and scale controls */
/* line 396, app/assets/stylesheets/leaflet.scss */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* line 401, app/assets/stylesheets/leaflet.scss */
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

/* line 406, app/assets/stylesheets/leaflet.scss */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 409, app/assets/stylesheets/leaflet.scss */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 412, app/assets/stylesheets/leaflet.scss */
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 416, app/assets/stylesheets/leaflet.scss */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 419, app/assets/stylesheets/leaflet.scss */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 422, app/assets/stylesheets/leaflet.scss */
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

/* line 436, app/assets/stylesheets/leaflet.scss */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

/* line 441, app/assets/stylesheets/leaflet.scss */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 445, app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* line 450, app/assets/stylesheets/leaflet.scss */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
/* line 459, app/assets/stylesheets/leaflet.scss */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

/* line 464, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

/* line 469, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

/* line 473, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 476, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

/* line 485, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

/* line 498, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 504, app/assets/stylesheets/leaflet.scss */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 519, app/assets/stylesheets/leaflet.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

/* line 522, app/assets/stylesheets/leaflet.scss */
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 528, app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

/* line 531, app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

/* line 538, app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 542, app/assets/stylesheets/leaflet.scss */
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
/* line 552, app/assets/stylesheets/leaflet.scss */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
/* line 560, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 575, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

/* line 579, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
/* line 592, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 595, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 598, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

/* line 603, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

/* line 608, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

/* line 614, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 617, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 620, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

/* line 625, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

/* line 630, app/assets/stylesheets/leaflet.scss */
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* line 1, app/assets/stylesheets/posts.scss */
.post-body {
  font-weight: 300;
  font-size: 1.15rem;
  color: #343a40;
}

/* line 1, vendor/assets/stylesheets/dataTables.checkboxes.css */
table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/dataTables.checkboxes.css */
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}

/* line 12, vendor/assets/stylesheets/dataTables.checkboxes.css */
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  /* line 18, vendor/assets/stylesheets/dataTables.checkboxes.css */
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/*
 * Table styles
 */
/* line 4, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 17, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 26, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 30, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 35, app/assets/stylesheets/jquery.dataTables.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;
  *cursor: hand;
}

/* line 43, app/assets/stylesheets/jquery.dataTables.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 {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 51, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/sort_both-96cffba6e8f38b2258ad73a3ad8a946836f52d22e8621ca552296fc292000fad.png);
}

/* line 54, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/sort_asc-a7da45de6f5c61cd2d96012bd18e2d50a2d0267ba6457e82b4a77f6ab57f9d10.png);
}

/* line 57, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/sort_desc-a7403ccecc9ef7deb8a9c1b152782b7f1fccd2c7eac77b7220186c8c17181ec5.png);
}

/* line 60, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/sort_asc_disabled-06dd868527bf4c66ebeb55ea1e1b0c3a5c48f4e7492339e66dac562399707e8c.png);
}

/* line 63, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/sort_desc_disabled-f94299adc4568faa8ea5dcabda808b551e6fb47082e84bcdb3bd880c3a238079.png);
}

/* line 66, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 69, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 72, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 76, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 79, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 84, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 88, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 92, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 96, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 99, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

/* line 102, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

/* line 105, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #aab7d1;
}

/* line 108, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

/* line 115, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

/* line 122, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 125, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 128, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 131, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 134, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 137, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 140, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

/* line 143, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

/* line 146, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

/* line 149, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 152, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 155, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 158, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 161, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

/* line 164, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

/* line 167, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 170, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 173, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 176, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 179, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 182, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 186, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 190, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 194, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 198, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 203, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 207, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 211, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 215, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 221, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 227, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 233, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 239, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 245, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 249, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 253, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 257, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 261, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 266, app/assets/stylesheets/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 276, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  margin-top: 0.5em;
}

/* line 283, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: right;
}

/* line 287, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}

/* line 292, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* line 296, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 301, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 306, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 320, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

/* line 337, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 344, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 361, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 378, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 381, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 400, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 407, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 410, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 414, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 417, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 425, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 428, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 432, app/assets/stylesheets/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 441, app/assets/stylesheets/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 446, app/assets/stylesheets/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 451, app/assets/stylesheets/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 456, app/assets/stylesheets/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* line 1, app/assets/stylesheets/direct_uploads.scss */
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

/* line 12, app/assets/stylesheets/direct_uploads.scss */
.direct-upload--pending {
  opacity: 0.6;
}

/* line 16, app/assets/stylesheets/direct_uploads.scss */
.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

/* line 27, app/assets/stylesheets/direct_uploads.scss */
.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

/* line 31, app/assets/stylesheets/direct_uploads.scss */
.direct-upload--error {
  border-color: red;
}

/* line 35, app/assets/stylesheets/direct_uploads.scss */
input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 6, app/assets/fontawesome/css/all.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 10, app/assets/fontawesome/css/all.scss */
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 31, app/assets/fontawesome/css/all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 34, app/assets/fontawesome/css/all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 37, app/assets/fontawesome/css/all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 40, app/assets/fontawesome/css/all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 43, app/assets/fontawesome/css/all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 46, app/assets/fontawesome/css/all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 49, app/assets/fontawesome/css/all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 52, app/assets/fontawesome/css/all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 55, app/assets/fontawesome/css/all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 58, app/assets/fontawesome/css/all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 61, app/assets/fontawesome/css/all.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 66, app/assets/fontawesome/css/all.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

/* line 71, app/assets/fontawesome/css/all.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

/* line 76, app/assets/fontawesome/css/all.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 81, app/assets/fontawesome/css/all.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

/* line 86, app/assets/fontawesome/css/all.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 91, app/assets/fontawesome/css/all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 95, app/assets/fontawesome/css/all.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 99, app/assets/fontawesome/css/all.scss */
.fa-ul > li {
  position: relative;
}

/* line 102, app/assets/fontawesome/css/all.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 109, app/assets/fontawesome/css/all.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 116, app/assets/fontawesome/css/all.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 120, app/assets/fontawesome/css/all.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 124, app/assets/fontawesome/css/all.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 138, app/assets/fontawesome/css/all.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 152, app/assets/fontawesome/css/all.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 166, app/assets/fontawesome/css/all.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 180, app/assets/fontawesome/css/all.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 194, app/assets/fontawesome/css/all.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 208, app/assets/fontawesome/css/all.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 222, app/assets/fontawesome/css/all.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 225, app/assets/fontawesome/css/all.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 239, app/assets/fontawesome/css/all.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 431, app/assets/fontawesome/css/all.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 435, app/assets/fontawesome/css/all.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 439, app/assets/fontawesome/css/all.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 443, app/assets/fontawesome/css/all.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 447, app/assets/fontawesome/css/all.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 451, app/assets/fontawesome/css/all.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 456, app/assets/fontawesome/css/all.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 460, app/assets/fontawesome/css/all.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 468, app/assets/fontawesome/css/all.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 476, app/assets/fontawesome/css/all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 479, app/assets/fontawesome/css/all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 482, app/assets/fontawesome/css/all.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 487, app/assets/fontawesome/css/all.scss */
.fa-0::before {
  content: "\30";
}

/* line 490, app/assets/fontawesome/css/all.scss */
.fa-1::before {
  content: "\31";
}

/* line 493, app/assets/fontawesome/css/all.scss */
.fa-2::before {
  content: "\32";
}

/* line 496, app/assets/fontawesome/css/all.scss */
.fa-3::before {
  content: "\33";
}

/* line 499, app/assets/fontawesome/css/all.scss */
.fa-4::before {
  content: "\34";
}

/* line 502, app/assets/fontawesome/css/all.scss */
.fa-5::before {
  content: "\35";
}

/* line 505, app/assets/fontawesome/css/all.scss */
.fa-6::before {
  content: "\36";
}

/* line 508, app/assets/fontawesome/css/all.scss */
.fa-7::before {
  content: "\37";
}

/* line 511, app/assets/fontawesome/css/all.scss */
.fa-8::before {
  content: "\38";
}

/* line 514, app/assets/fontawesome/css/all.scss */
.fa-9::before {
  content: "\39";
}

/* line 517, app/assets/fontawesome/css/all.scss */
.fa-a::before {
  content: "\41";
}

/* line 520, app/assets/fontawesome/css/all.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 523, app/assets/fontawesome/css/all.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 526, app/assets/fontawesome/css/all.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 529, app/assets/fontawesome/css/all.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 532, app/assets/fontawesome/css/all.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 535, app/assets/fontawesome/css/all.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 538, app/assets/fontawesome/css/all.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 541, app/assets/fontawesome/css/all.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 544, app/assets/fontawesome/css/all.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 547, app/assets/fontawesome/css/all.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 550, app/assets/fontawesome/css/all.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 553, app/assets/fontawesome/css/all.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 556, app/assets/fontawesome/css/all.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 559, app/assets/fontawesome/css/all.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 562, app/assets/fontawesome/css/all.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 565, app/assets/fontawesome/css/all.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 568, app/assets/fontawesome/css/all.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 571, app/assets/fontawesome/css/all.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 574, app/assets/fontawesome/css/all.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 577, app/assets/fontawesome/css/all.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 580, app/assets/fontawesome/css/all.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 583, app/assets/fontawesome/css/all.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 586, app/assets/fontawesome/css/all.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 589, app/assets/fontawesome/css/all.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 592, app/assets/fontawesome/css/all.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 595, app/assets/fontawesome/css/all.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 598, app/assets/fontawesome/css/all.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 601, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 604, app/assets/fontawesome/css/all.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 607, app/assets/fontawesome/css/all.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 610, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 613, app/assets/fontawesome/css/all.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 616, app/assets/fontawesome/css/all.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 619, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 622, app/assets/fontawesome/css/all.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 625, app/assets/fontawesome/css/all.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 628, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 631, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 634, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 637, app/assets/fontawesome/css/all.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 640, app/assets/fontawesome/css/all.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 643, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 646, app/assets/fontawesome/css/all.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 649, app/assets/fontawesome/css/all.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 652, app/assets/fontawesome/css/all.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 655, app/assets/fontawesome/css/all.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 658, app/assets/fontawesome/css/all.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 661, app/assets/fontawesome/css/all.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 664, app/assets/fontawesome/css/all.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 667, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 670, app/assets/fontawesome/css/all.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 673, app/assets/fontawesome/css/all.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 676, app/assets/fontawesome/css/all.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 679, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 682, app/assets/fontawesome/css/all.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 685, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 688, app/assets/fontawesome/css/all.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 691, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 694, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 697, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 700, app/assets/fontawesome/css/all.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 703, app/assets/fontawesome/css/all.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 706, app/assets/fontawesome/css/all.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 709, app/assets/fontawesome/css/all.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 712, app/assets/fontawesome/css/all.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 715, app/assets/fontawesome/css/all.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 718, app/assets/fontawesome/css/all.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 721, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 724, app/assets/fontawesome/css/all.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 727, app/assets/fontawesome/css/all.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 730, app/assets/fontawesome/css/all.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 733, app/assets/fontawesome/css/all.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 736, app/assets/fontawesome/css/all.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 739, app/assets/fontawesome/css/all.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 742, app/assets/fontawesome/css/all.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 745, app/assets/fontawesome/css/all.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 748, app/assets/fontawesome/css/all.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 751, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 754, app/assets/fontawesome/css/all.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 757, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 760, app/assets/fontawesome/css/all.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 763, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 766, app/assets/fontawesome/css/all.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 769, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 772, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 775, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 778, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 781, app/assets/fontawesome/css/all.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 784, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 787, app/assets/fontawesome/css/all.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 790, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 793, app/assets/fontawesome/css/all.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 796, app/assets/fontawesome/css/all.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 799, app/assets/fontawesome/css/all.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 802, app/assets/fontawesome/css/all.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 805, app/assets/fontawesome/css/all.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 808, app/assets/fontawesome/css/all.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 811, app/assets/fontawesome/css/all.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 814, app/assets/fontawesome/css/all.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 817, app/assets/fontawesome/css/all.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 820, app/assets/fontawesome/css/all.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 823, app/assets/fontawesome/css/all.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 826, app/assets/fontawesome/css/all.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 829, app/assets/fontawesome/css/all.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 832, app/assets/fontawesome/css/all.scss */
.fa-at::before {
  content: "\40";
}

/* line 835, app/assets/fontawesome/css/all.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 838, app/assets/fontawesome/css/all.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 841, app/assets/fontawesome/css/all.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 844, app/assets/fontawesome/css/all.scss */
.fa-award::before {
  content: "\f559";
}

/* line 847, app/assets/fontawesome/css/all.scss */
.fa-b::before {
  content: "\42";
}

/* line 850, app/assets/fontawesome/css/all.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 853, app/assets/fontawesome/css/all.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 856, app/assets/fontawesome/css/all.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 859, app/assets/fontawesome/css/all.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 862, app/assets/fontawesome/css/all.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 865, app/assets/fontawesome/css/all.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 868, app/assets/fontawesome/css/all.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 871, app/assets/fontawesome/css/all.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 874, app/assets/fontawesome/css/all.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 877, app/assets/fontawesome/css/all.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 880, app/assets/fontawesome/css/all.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 883, app/assets/fontawesome/css/all.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 886, app/assets/fontawesome/css/all.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 889, app/assets/fontawesome/css/all.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 892, app/assets/fontawesome/css/all.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 895, app/assets/fontawesome/css/all.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 898, app/assets/fontawesome/css/all.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 901, app/assets/fontawesome/css/all.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 904, app/assets/fontawesome/css/all.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 907, app/assets/fontawesome/css/all.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 910, app/assets/fontawesome/css/all.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 913, app/assets/fontawesome/css/all.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 916, app/assets/fontawesome/css/all.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 919, app/assets/fontawesome/css/all.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 922, app/assets/fontawesome/css/all.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 925, app/assets/fontawesome/css/all.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 928, app/assets/fontawesome/css/all.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 931, app/assets/fontawesome/css/all.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 934, app/assets/fontawesome/css/all.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 937, app/assets/fontawesome/css/all.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 940, app/assets/fontawesome/css/all.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 943, app/assets/fontawesome/css/all.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 946, app/assets/fontawesome/css/all.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 949, app/assets/fontawesome/css/all.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 952, app/assets/fontawesome/css/all.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 955, app/assets/fontawesome/css/all.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 958, app/assets/fontawesome/css/all.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 961, app/assets/fontawesome/css/all.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 964, app/assets/fontawesome/css/all.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 967, app/assets/fontawesome/css/all.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 970, app/assets/fontawesome/css/all.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 973, app/assets/fontawesome/css/all.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 976, app/assets/fontawesome/css/all.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 979, app/assets/fontawesome/css/all.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 982, app/assets/fontawesome/css/all.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 985, app/assets/fontawesome/css/all.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 988, app/assets/fontawesome/css/all.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 991, app/assets/fontawesome/css/all.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 994, app/assets/fontawesome/css/all.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 997, app/assets/fontawesome/css/all.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 1000, app/assets/fontawesome/css/all.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 1003, app/assets/fontawesome/css/all.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 1006, app/assets/fontawesome/css/all.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 1009, app/assets/fontawesome/css/all.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 1012, app/assets/fontawesome/css/all.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 1015, app/assets/fontawesome/css/all.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 1018, app/assets/fontawesome/css/all.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 1021, app/assets/fontawesome/css/all.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 1024, app/assets/fontawesome/css/all.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 1027, app/assets/fontawesome/css/all.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 1030, app/assets/fontawesome/css/all.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 1033, app/assets/fontawesome/css/all.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 1036, app/assets/fontawesome/css/all.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 1039, app/assets/fontawesome/css/all.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 1042, app/assets/fontawesome/css/all.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 1045, app/assets/fontawesome/css/all.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 1048, app/assets/fontawesome/css/all.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 1051, app/assets/fontawesome/css/all.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 1054, app/assets/fontawesome/css/all.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 1057, app/assets/fontawesome/css/all.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 1060, app/assets/fontawesome/css/all.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 1063, app/assets/fontawesome/css/all.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 1066, app/assets/fontawesome/css/all.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 1069, app/assets/fontawesome/css/all.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 1072, app/assets/fontawesome/css/all.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 1075, app/assets/fontawesome/css/all.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 1078, app/assets/fontawesome/css/all.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 1081, app/assets/fontawesome/css/all.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 1084, app/assets/fontawesome/css/all.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 1087, app/assets/fontawesome/css/all.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 1090, app/assets/fontawesome/css/all.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 1093, app/assets/fontawesome/css/all.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 1096, app/assets/fontawesome/css/all.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 1099, app/assets/fontawesome/css/all.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 1102, app/assets/fontawesome/css/all.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 1105, app/assets/fontawesome/css/all.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 1108, app/assets/fontawesome/css/all.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 1111, app/assets/fontawesome/css/all.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 1114, app/assets/fontawesome/css/all.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 1117, app/assets/fontawesome/css/all.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 1120, app/assets/fontawesome/css/all.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 1123, app/assets/fontawesome/css/all.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 1126, app/assets/fontawesome/css/all.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 1129, app/assets/fontawesome/css/all.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 1132, app/assets/fontawesome/css/all.scss */
.fa-box::before {
  content: "\f466";
}

/* line 1135, app/assets/fontawesome/css/all.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 1138, app/assets/fontawesome/css/all.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 1141, app/assets/fontawesome/css/all.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 1144, app/assets/fontawesome/css/all.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 1147, app/assets/fontawesome/css/all.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 1150, app/assets/fontawesome/css/all.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 1153, app/assets/fontawesome/css/all.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 1156, app/assets/fontawesome/css/all.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 1159, app/assets/fontawesome/css/all.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 1162, app/assets/fontawesome/css/all.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 1165, app/assets/fontawesome/css/all.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 1168, app/assets/fontawesome/css/all.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 1171, app/assets/fontawesome/css/all.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 1174, app/assets/fontawesome/css/all.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 1177, app/assets/fontawesome/css/all.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 1180, app/assets/fontawesome/css/all.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 1183, app/assets/fontawesome/css/all.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 1186, app/assets/fontawesome/css/all.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 1189, app/assets/fontawesome/css/all.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 1192, app/assets/fontawesome/css/all.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 1195, app/assets/fontawesome/css/all.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 1198, app/assets/fontawesome/css/all.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 1201, app/assets/fontawesome/css/all.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 1204, app/assets/fontawesome/css/all.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 1207, app/assets/fontawesome/css/all.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 1210, app/assets/fontawesome/css/all.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 1213, app/assets/fontawesome/css/all.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 1216, app/assets/fontawesome/css/all.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 1219, app/assets/fontawesome/css/all.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 1222, app/assets/fontawesome/css/all.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 1225, app/assets/fontawesome/css/all.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 1228, app/assets/fontawesome/css/all.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 1231, app/assets/fontawesome/css/all.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 1234, app/assets/fontawesome/css/all.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 1237, app/assets/fontawesome/css/all.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 1240, app/assets/fontawesome/css/all.scss */
.fa-c::before {
  content: "\43";
}

/* line 1243, app/assets/fontawesome/css/all.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 1246, app/assets/fontawesome/css/all.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 1249, app/assets/fontawesome/css/all.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 1252, app/assets/fontawesome/css/all.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 1255, app/assets/fontawesome/css/all.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 1258, app/assets/fontawesome/css/all.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 1261, app/assets/fontawesome/css/all.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 1264, app/assets/fontawesome/css/all.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 1267, app/assets/fontawesome/css/all.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 1270, app/assets/fontawesome/css/all.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 1273, app/assets/fontawesome/css/all.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 1276, app/assets/fontawesome/css/all.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 1279, app/assets/fontawesome/css/all.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 1282, app/assets/fontawesome/css/all.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 1285, app/assets/fontawesome/css/all.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 1288, app/assets/fontawesome/css/all.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 1291, app/assets/fontawesome/css/all.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 1294, app/assets/fontawesome/css/all.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 1297, app/assets/fontawesome/css/all.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 1300, app/assets/fontawesome/css/all.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 1303, app/assets/fontawesome/css/all.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 1306, app/assets/fontawesome/css/all.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 1309, app/assets/fontawesome/css/all.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 1312, app/assets/fontawesome/css/all.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 1315, app/assets/fontawesome/css/all.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 1318, app/assets/fontawesome/css/all.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 1321, app/assets/fontawesome/css/all.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 1324, app/assets/fontawesome/css/all.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 1327, app/assets/fontawesome/css/all.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 1330, app/assets/fontawesome/css/all.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 1333, app/assets/fontawesome/css/all.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 1336, app/assets/fontawesome/css/all.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 1339, app/assets/fontawesome/css/all.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 1342, app/assets/fontawesome/css/all.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 1345, app/assets/fontawesome/css/all.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 1348, app/assets/fontawesome/css/all.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 1351, app/assets/fontawesome/css/all.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 1354, app/assets/fontawesome/css/all.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 1357, app/assets/fontawesome/css/all.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 1360, app/assets/fontawesome/css/all.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 1363, app/assets/fontawesome/css/all.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 1366, app/assets/fontawesome/css/all.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 1369, app/assets/fontawesome/css/all.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 1372, app/assets/fontawesome/css/all.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 1375, app/assets/fontawesome/css/all.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 1378, app/assets/fontawesome/css/all.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 1381, app/assets/fontawesome/css/all.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 1384, app/assets/fontawesome/css/all.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 1387, app/assets/fontawesome/css/all.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 1390, app/assets/fontawesome/css/all.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 1393, app/assets/fontawesome/css/all.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 1396, app/assets/fontawesome/css/all.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 1399, app/assets/fontawesome/css/all.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 1402, app/assets/fontawesome/css/all.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 1405, app/assets/fontawesome/css/all.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 1408, app/assets/fontawesome/css/all.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 1411, app/assets/fontawesome/css/all.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 1414, app/assets/fontawesome/css/all.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 1417, app/assets/fontawesome/css/all.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 1420, app/assets/fontawesome/css/all.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 1423, app/assets/fontawesome/css/all.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 1426, app/assets/fontawesome/css/all.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 1429, app/assets/fontawesome/css/all.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 1432, app/assets/fontawesome/css/all.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 1435, app/assets/fontawesome/css/all.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 1438, app/assets/fontawesome/css/all.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 1441, app/assets/fontawesome/css/all.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 1444, app/assets/fontawesome/css/all.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 1447, app/assets/fontawesome/css/all.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 1450, app/assets/fontawesome/css/all.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 1453, app/assets/fontawesome/css/all.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 1456, app/assets/fontawesome/css/all.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 1459, app/assets/fontawesome/css/all.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 1462, app/assets/fontawesome/css/all.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 1465, app/assets/fontawesome/css/all.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 1468, app/assets/fontawesome/css/all.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 1471, app/assets/fontawesome/css/all.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 1474, app/assets/fontawesome/css/all.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 1477, app/assets/fontawesome/css/all.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 1480, app/assets/fontawesome/css/all.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 1483, app/assets/fontawesome/css/all.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 1486, app/assets/fontawesome/css/all.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 1489, app/assets/fontawesome/css/all.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 1492, app/assets/fontawesome/css/all.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 1495, app/assets/fontawesome/css/all.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 1498, app/assets/fontawesome/css/all.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 1501, app/assets/fontawesome/css/all.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 1504, app/assets/fontawesome/css/all.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 1507, app/assets/fontawesome/css/all.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 1510, app/assets/fontawesome/css/all.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 1513, app/assets/fontawesome/css/all.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 1516, app/assets/fontawesome/css/all.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 1519, app/assets/fontawesome/css/all.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 1522, app/assets/fontawesome/css/all.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 1525, app/assets/fontawesome/css/all.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 1528, app/assets/fontawesome/css/all.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 1531, app/assets/fontawesome/css/all.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 1534, app/assets/fontawesome/css/all.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 1537, app/assets/fontawesome/css/all.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 1540, app/assets/fontawesome/css/all.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 1543, app/assets/fontawesome/css/all.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 1546, app/assets/fontawesome/css/all.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 1549, app/assets/fontawesome/css/all.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 1552, app/assets/fontawesome/css/all.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 1555, app/assets/fontawesome/css/all.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 1558, app/assets/fontawesome/css/all.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 1561, app/assets/fontawesome/css/all.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 1564, app/assets/fontawesome/css/all.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 1567, app/assets/fontawesome/css/all.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 1570, app/assets/fontawesome/css/all.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 1573, app/assets/fontawesome/css/all.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 1576, app/assets/fontawesome/css/all.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 1579, app/assets/fontawesome/css/all.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 1582, app/assets/fontawesome/css/all.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 1585, app/assets/fontawesome/css/all.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 1588, app/assets/fontawesome/css/all.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 1591, app/assets/fontawesome/css/all.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 1594, app/assets/fontawesome/css/all.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 1597, app/assets/fontawesome/css/all.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 1600, app/assets/fontawesome/css/all.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 1603, app/assets/fontawesome/css/all.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 1606, app/assets/fontawesome/css/all.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 1609, app/assets/fontawesome/css/all.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 1612, app/assets/fontawesome/css/all.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 1615, app/assets/fontawesome/css/all.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 1618, app/assets/fontawesome/css/all.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 1621, app/assets/fontawesome/css/all.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 1624, app/assets/fontawesome/css/all.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 1627, app/assets/fontawesome/css/all.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 1630, app/assets/fontawesome/css/all.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 1633, app/assets/fontawesome/css/all.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 1636, app/assets/fontawesome/css/all.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 1639, app/assets/fontawesome/css/all.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 1642, app/assets/fontawesome/css/all.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 1645, app/assets/fontawesome/css/all.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 1648, app/assets/fontawesome/css/all.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 1651, app/assets/fontawesome/css/all.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 1654, app/assets/fontawesome/css/all.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 1657, app/assets/fontawesome/css/all.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 1660, app/assets/fontawesome/css/all.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 1663, app/assets/fontawesome/css/all.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 1666, app/assets/fontawesome/css/all.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 1669, app/assets/fontawesome/css/all.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 1672, app/assets/fontawesome/css/all.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 1675, app/assets/fontawesome/css/all.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 1678, app/assets/fontawesome/css/all.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 1681, app/assets/fontawesome/css/all.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 1684, app/assets/fontawesome/css/all.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 1687, app/assets/fontawesome/css/all.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 1690, app/assets/fontawesome/css/all.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 1693, app/assets/fontawesome/css/all.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 1696, app/assets/fontawesome/css/all.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 1699, app/assets/fontawesome/css/all.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 1702, app/assets/fontawesome/css/all.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 1705, app/assets/fontawesome/css/all.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 1708, app/assets/fontawesome/css/all.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 1711, app/assets/fontawesome/css/all.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 1714, app/assets/fontawesome/css/all.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 1717, app/assets/fontawesome/css/all.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 1720, app/assets/fontawesome/css/all.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 1723, app/assets/fontawesome/css/all.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 1726, app/assets/fontawesome/css/all.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 1729, app/assets/fontawesome/css/all.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 1732, app/assets/fontawesome/css/all.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 1735, app/assets/fontawesome/css/all.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 1738, app/assets/fontawesome/css/all.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 1741, app/assets/fontawesome/css/all.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 1744, app/assets/fontawesome/css/all.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 1747, app/assets/fontawesome/css/all.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 1750, app/assets/fontawesome/css/all.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 1753, app/assets/fontawesome/css/all.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 1756, app/assets/fontawesome/css/all.scss */
.fa-code::before {
  content: "\f121";
}

/* line 1759, app/assets/fontawesome/css/all.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 1762, app/assets/fontawesome/css/all.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 1765, app/assets/fontawesome/css/all.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 1768, app/assets/fontawesome/css/all.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 1771, app/assets/fontawesome/css/all.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 1774, app/assets/fontawesome/css/all.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 1777, app/assets/fontawesome/css/all.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 1780, app/assets/fontawesome/css/all.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 1783, app/assets/fontawesome/css/all.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 1786, app/assets/fontawesome/css/all.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 1789, app/assets/fontawesome/css/all.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 1792, app/assets/fontawesome/css/all.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 1795, app/assets/fontawesome/css/all.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 1798, app/assets/fontawesome/css/all.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 1801, app/assets/fontawesome/css/all.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 1804, app/assets/fontawesome/css/all.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 1807, app/assets/fontawesome/css/all.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 1810, app/assets/fontawesome/css/all.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 1813, app/assets/fontawesome/css/all.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 1816, app/assets/fontawesome/css/all.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 1819, app/assets/fontawesome/css/all.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 1822, app/assets/fontawesome/css/all.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 1825, app/assets/fontawesome/css/all.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 1828, app/assets/fontawesome/css/all.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 1831, app/assets/fontawesome/css/all.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 1834, app/assets/fontawesome/css/all.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 1837, app/assets/fontawesome/css/all.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 1840, app/assets/fontawesome/css/all.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 1843, app/assets/fontawesome/css/all.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 1846, app/assets/fontawesome/css/all.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 1849, app/assets/fontawesome/css/all.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 1852, app/assets/fontawesome/css/all.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 1855, app/assets/fontawesome/css/all.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 1858, app/assets/fontawesome/css/all.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 1861, app/assets/fontawesome/css/all.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 1864, app/assets/fontawesome/css/all.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 1867, app/assets/fontawesome/css/all.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 1870, app/assets/fontawesome/css/all.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 1873, app/assets/fontawesome/css/all.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 1876, app/assets/fontawesome/css/all.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 1879, app/assets/fontawesome/css/all.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 1882, app/assets/fontawesome/css/all.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 1885, app/assets/fontawesome/css/all.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 1888, app/assets/fontawesome/css/all.scss */
.fa-d::before {
  content: "\44";
}

/* line 1891, app/assets/fontawesome/css/all.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 1894, app/assets/fontawesome/css/all.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 1897, app/assets/fontawesome/css/all.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 1900, app/assets/fontawesome/css/all.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 1903, app/assets/fontawesome/css/all.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 1906, app/assets/fontawesome/css/all.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 1909, app/assets/fontawesome/css/all.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 1912, app/assets/fontawesome/css/all.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 1915, app/assets/fontawesome/css/all.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 1918, app/assets/fontawesome/css/all.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 1921, app/assets/fontawesome/css/all.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 1924, app/assets/fontawesome/css/all.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 1927, app/assets/fontawesome/css/all.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 1930, app/assets/fontawesome/css/all.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 1933, app/assets/fontawesome/css/all.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 1936, app/assets/fontawesome/css/all.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 1939, app/assets/fontawesome/css/all.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 1942, app/assets/fontawesome/css/all.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 1945, app/assets/fontawesome/css/all.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 1948, app/assets/fontawesome/css/all.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 1951, app/assets/fontawesome/css/all.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 1954, app/assets/fontawesome/css/all.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 1957, app/assets/fontawesome/css/all.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 1960, app/assets/fontawesome/css/all.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 1963, app/assets/fontawesome/css/all.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 1966, app/assets/fontawesome/css/all.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 1969, app/assets/fontawesome/css/all.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 1972, app/assets/fontawesome/css/all.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 1975, app/assets/fontawesome/css/all.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 1978, app/assets/fontawesome/css/all.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 1981, app/assets/fontawesome/css/all.scss */
.fa-usd::before {
  content: "\24";
}

/* line 1984, app/assets/fontawesome/css/all.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 1987, app/assets/fontawesome/css/all.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 1990, app/assets/fontawesome/css/all.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 1993, app/assets/fontawesome/css/all.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 1996, app/assets/fontawesome/css/all.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 1999, app/assets/fontawesome/css/all.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 2002, app/assets/fontawesome/css/all.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 2005, app/assets/fontawesome/css/all.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 2008, app/assets/fontawesome/css/all.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 2011, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 2014, app/assets/fontawesome/css/all.scss */
.fa-download::before {
  content: "\f019";
}

/* line 2017, app/assets/fontawesome/css/all.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 2020, app/assets/fontawesome/css/all.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 2023, app/assets/fontawesome/css/all.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 2026, app/assets/fontawesome/css/all.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 2029, app/assets/fontawesome/css/all.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 2032, app/assets/fontawesome/css/all.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 2035, app/assets/fontawesome/css/all.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 2038, app/assets/fontawesome/css/all.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 2041, app/assets/fontawesome/css/all.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 2044, app/assets/fontawesome/css/all.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 2047, app/assets/fontawesome/css/all.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 2050, app/assets/fontawesome/css/all.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 2053, app/assets/fontawesome/css/all.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 2056, app/assets/fontawesome/css/all.scss */
.fa-e::before {
  content: "\45";
}

/* line 2059, app/assets/fontawesome/css/all.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 2062, app/assets/fontawesome/css/all.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 2065, app/assets/fontawesome/css/all.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 2068, app/assets/fontawesome/css/all.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 2071, app/assets/fontawesome/css/all.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 2074, app/assets/fontawesome/css/all.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 2077, app/assets/fontawesome/css/all.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 2080, app/assets/fontawesome/css/all.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 2083, app/assets/fontawesome/css/all.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 2086, app/assets/fontawesome/css/all.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 2089, app/assets/fontawesome/css/all.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 2092, app/assets/fontawesome/css/all.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 2095, app/assets/fontawesome/css/all.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 2098, app/assets/fontawesome/css/all.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 2101, app/assets/fontawesome/css/all.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 2104, app/assets/fontawesome/css/all.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 2107, app/assets/fontawesome/css/all.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 2110, app/assets/fontawesome/css/all.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 2113, app/assets/fontawesome/css/all.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 2116, app/assets/fontawesome/css/all.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 2119, app/assets/fontawesome/css/all.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 2122, app/assets/fontawesome/css/all.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 2125, app/assets/fontawesome/css/all.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 2128, app/assets/fontawesome/css/all.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 2131, app/assets/fontawesome/css/all.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 2134, app/assets/fontawesome/css/all.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 2137, app/assets/fontawesome/css/all.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 2140, app/assets/fontawesome/css/all.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 2143, app/assets/fontawesome/css/all.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 2146, app/assets/fontawesome/css/all.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 2149, app/assets/fontawesome/css/all.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 2152, app/assets/fontawesome/css/all.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 2155, app/assets/fontawesome/css/all.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 2158, app/assets/fontawesome/css/all.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 2161, app/assets/fontawesome/css/all.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 2164, app/assets/fontawesome/css/all.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 2167, app/assets/fontawesome/css/all.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 2170, app/assets/fontawesome/css/all.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 2173, app/assets/fontawesome/css/all.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 2176, app/assets/fontawesome/css/all.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 2179, app/assets/fontawesome/css/all.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 2182, app/assets/fontawesome/css/all.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 2185, app/assets/fontawesome/css/all.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 2188, app/assets/fontawesome/css/all.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 2191, app/assets/fontawesome/css/all.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 2194, app/assets/fontawesome/css/all.scss */
.fa-f::before {
  content: "\46";
}

/* line 2197, app/assets/fontawesome/css/all.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 2200, app/assets/fontawesome/css/all.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 2203, app/assets/fontawesome/css/all.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 2206, app/assets/fontawesome/css/all.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 2209, app/assets/fontawesome/css/all.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 2212, app/assets/fontawesome/css/all.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 2215, app/assets/fontawesome/css/all.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 2218, app/assets/fontawesome/css/all.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 2221, app/assets/fontawesome/css/all.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 2224, app/assets/fontawesome/css/all.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 2227, app/assets/fontawesome/css/all.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 2230, app/assets/fontawesome/css/all.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 2233, app/assets/fontawesome/css/all.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 2236, app/assets/fontawesome/css/all.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 2239, app/assets/fontawesome/css/all.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 2242, app/assets/fontawesome/css/all.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 2245, app/assets/fontawesome/css/all.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 2248, app/assets/fontawesome/css/all.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 2251, app/assets/fontawesome/css/all.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 2254, app/assets/fontawesome/css/all.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 2257, app/assets/fontawesome/css/all.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 2260, app/assets/fontawesome/css/all.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 2263, app/assets/fontawesome/css/all.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 2266, app/assets/fontawesome/css/all.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 2269, app/assets/fontawesome/css/all.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 2272, app/assets/fontawesome/css/all.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 2275, app/assets/fontawesome/css/all.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 2278, app/assets/fontawesome/css/all.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 2281, app/assets/fontawesome/css/all.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 2284, app/assets/fontawesome/css/all.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 2287, app/assets/fontawesome/css/all.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 2290, app/assets/fontawesome/css/all.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 2293, app/assets/fontawesome/css/all.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 2296, app/assets/fontawesome/css/all.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 2299, app/assets/fontawesome/css/all.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 2302, app/assets/fontawesome/css/all.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 2305, app/assets/fontawesome/css/all.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 2308, app/assets/fontawesome/css/all.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 2311, app/assets/fontawesome/css/all.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 2314, app/assets/fontawesome/css/all.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 2317, app/assets/fontawesome/css/all.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 2320, app/assets/fontawesome/css/all.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 2323, app/assets/fontawesome/css/all.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 2326, app/assets/fontawesome/css/all.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 2329, app/assets/fontawesome/css/all.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 2332, app/assets/fontawesome/css/all.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 2335, app/assets/fontawesome/css/all.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 2338, app/assets/fontawesome/css/all.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 2341, app/assets/fontawesome/css/all.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 2344, app/assets/fontawesome/css/all.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 2347, app/assets/fontawesome/css/all.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 2350, app/assets/fontawesome/css/all.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 2353, app/assets/fontawesome/css/all.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 2356, app/assets/fontawesome/css/all.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 2359, app/assets/fontawesome/css/all.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 2362, app/assets/fontawesome/css/all.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 2365, app/assets/fontawesome/css/all.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 2368, app/assets/fontawesome/css/all.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 2371, app/assets/fontawesome/css/all.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 2374, app/assets/fontawesome/css/all.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 2377, app/assets/fontawesome/css/all.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 2380, app/assets/fontawesome/css/all.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 2383, app/assets/fontawesome/css/all.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 2386, app/assets/fontawesome/css/all.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 2389, app/assets/fontawesome/css/all.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 2392, app/assets/fontawesome/css/all.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 2395, app/assets/fontawesome/css/all.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 2398, app/assets/fontawesome/css/all.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 2401, app/assets/fontawesome/css/all.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 2404, app/assets/fontawesome/css/all.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 2407, app/assets/fontawesome/css/all.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 2410, app/assets/fontawesome/css/all.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 2413, app/assets/fontawesome/css/all.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 2416, app/assets/fontawesome/css/all.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 2419, app/assets/fontawesome/css/all.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 2422, app/assets/fontawesome/css/all.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 2425, app/assets/fontawesome/css/all.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 2428, app/assets/fontawesome/css/all.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 2431, app/assets/fontawesome/css/all.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 2434, app/assets/fontawesome/css/all.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 2437, app/assets/fontawesome/css/all.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 2440, app/assets/fontawesome/css/all.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 2443, app/assets/fontawesome/css/all.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 2446, app/assets/fontawesome/css/all.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 2449, app/assets/fontawesome/css/all.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 2452, app/assets/fontawesome/css/all.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 2455, app/assets/fontawesome/css/all.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 2458, app/assets/fontawesome/css/all.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 2461, app/assets/fontawesome/css/all.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 2464, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 2467, app/assets/fontawesome/css/all.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 2470, app/assets/fontawesome/css/all.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 2473, app/assets/fontawesome/css/all.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 2476, app/assets/fontawesome/css/all.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 2479, app/assets/fontawesome/css/all.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 2482, app/assets/fontawesome/css/all.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 2485, app/assets/fontawesome/css/all.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 2488, app/assets/fontawesome/css/all.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 2491, app/assets/fontawesome/css/all.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 2494, app/assets/fontawesome/css/all.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 2497, app/assets/fontawesome/css/all.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 2500, app/assets/fontawesome/css/all.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 2503, app/assets/fontawesome/css/all.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 2506, app/assets/fontawesome/css/all.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 2509, app/assets/fontawesome/css/all.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 2512, app/assets/fontawesome/css/all.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 2515, app/assets/fontawesome/css/all.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 2518, app/assets/fontawesome/css/all.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 2521, app/assets/fontawesome/css/all.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 2524, app/assets/fontawesome/css/all.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 2527, app/assets/fontawesome/css/all.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 2530, app/assets/fontawesome/css/all.scss */
.fa-film::before {
  content: "\f008";
}

/* line 2533, app/assets/fontawesome/css/all.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 2536, app/assets/fontawesome/css/all.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 2539, app/assets/fontawesome/css/all.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 2542, app/assets/fontawesome/css/all.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 2545, app/assets/fontawesome/css/all.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 2548, app/assets/fontawesome/css/all.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 2551, app/assets/fontawesome/css/all.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 2554, app/assets/fontawesome/css/all.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 2557, app/assets/fontawesome/css/all.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 2560, app/assets/fontawesome/css/all.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 2563, app/assets/fontawesome/css/all.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 2566, app/assets/fontawesome/css/all.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 2569, app/assets/fontawesome/css/all.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 2572, app/assets/fontawesome/css/all.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 2575, app/assets/fontawesome/css/all.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 2578, app/assets/fontawesome/css/all.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 2581, app/assets/fontawesome/css/all.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 2584, app/assets/fontawesome/css/all.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 2587, app/assets/fontawesome/css/all.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 2590, app/assets/fontawesome/css/all.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 2593, app/assets/fontawesome/css/all.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 2596, app/assets/fontawesome/css/all.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 2599, app/assets/fontawesome/css/all.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 2602, app/assets/fontawesome/css/all.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 2605, app/assets/fontawesome/css/all.scss */
.fa-font::before {
  content: "\f031";
}

/* line 2608, app/assets/fontawesome/css/all.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 2611, app/assets/fontawesome/css/all.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 2614, app/assets/fontawesome/css/all.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 2617, app/assets/fontawesome/css/all.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 2620, app/assets/fontawesome/css/all.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 2623, app/assets/fontawesome/css/all.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 2626, app/assets/fontawesome/css/all.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 2629, app/assets/fontawesome/css/all.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 2632, app/assets/fontawesome/css/all.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 2635, app/assets/fontawesome/css/all.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 2638, app/assets/fontawesome/css/all.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 2641, app/assets/fontawesome/css/all.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 2644, app/assets/fontawesome/css/all.scss */
.fa-g::before {
  content: "\47";
}

/* line 2647, app/assets/fontawesome/css/all.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 2650, app/assets/fontawesome/css/all.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 2653, app/assets/fontawesome/css/all.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 2656, app/assets/fontawesome/css/all.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 2659, app/assets/fontawesome/css/all.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 2662, app/assets/fontawesome/css/all.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 2665, app/assets/fontawesome/css/all.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 2668, app/assets/fontawesome/css/all.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 2671, app/assets/fontawesome/css/all.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 2674, app/assets/fontawesome/css/all.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 2677, app/assets/fontawesome/css/all.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 2680, app/assets/fontawesome/css/all.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 2683, app/assets/fontawesome/css/all.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 2686, app/assets/fontawesome/css/all.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 2689, app/assets/fontawesome/css/all.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 2692, app/assets/fontawesome/css/all.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 2695, app/assets/fontawesome/css/all.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 2698, app/assets/fontawesome/css/all.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 2701, app/assets/fontawesome/css/all.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 2704, app/assets/fontawesome/css/all.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 2707, app/assets/fontawesome/css/all.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 2710, app/assets/fontawesome/css/all.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 2713, app/assets/fontawesome/css/all.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 2716, app/assets/fontawesome/css/all.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 2719, app/assets/fontawesome/css/all.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 2722, app/assets/fontawesome/css/all.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 2725, app/assets/fontawesome/css/all.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 2728, app/assets/fontawesome/css/all.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 2731, app/assets/fontawesome/css/all.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 2734, app/assets/fontawesome/css/all.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 2737, app/assets/fontawesome/css/all.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 2740, app/assets/fontawesome/css/all.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 2743, app/assets/fontawesome/css/all.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 2746, app/assets/fontawesome/css/all.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 2749, app/assets/fontawesome/css/all.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 2752, app/assets/fontawesome/css/all.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 2755, app/assets/fontawesome/css/all.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 2758, app/assets/fontawesome/css/all.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 2761, app/assets/fontawesome/css/all.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 2764, app/assets/fontawesome/css/all.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 2767, app/assets/fontawesome/css/all.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 2770, app/assets/fontawesome/css/all.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 2773, app/assets/fontawesome/css/all.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 2776, app/assets/fontawesome/css/all.scss */
.fa-h::before {
  content: "\48";
}

/* line 2779, app/assets/fontawesome/css/all.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 2782, app/assets/fontawesome/css/all.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 2785, app/assets/fontawesome/css/all.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 2788, app/assets/fontawesome/css/all.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 2791, app/assets/fontawesome/css/all.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 2794, app/assets/fontawesome/css/all.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 2797, app/assets/fontawesome/css/all.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 2800, app/assets/fontawesome/css/all.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 2803, app/assets/fontawesome/css/all.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 2806, app/assets/fontawesome/css/all.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 2809, app/assets/fontawesome/css/all.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 2812, app/assets/fontawesome/css/all.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 2815, app/assets/fontawesome/css/all.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 2818, app/assets/fontawesome/css/all.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 2821, app/assets/fontawesome/css/all.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 2824, app/assets/fontawesome/css/all.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 2827, app/assets/fontawesome/css/all.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 2830, app/assets/fontawesome/css/all.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 2833, app/assets/fontawesome/css/all.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 2836, app/assets/fontawesome/css/all.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 2839, app/assets/fontawesome/css/all.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 2842, app/assets/fontawesome/css/all.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 2845, app/assets/fontawesome/css/all.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 2848, app/assets/fontawesome/css/all.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 2851, app/assets/fontawesome/css/all.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 2854, app/assets/fontawesome/css/all.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 2857, app/assets/fontawesome/css/all.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 2860, app/assets/fontawesome/css/all.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 2863, app/assets/fontawesome/css/all.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 2866, app/assets/fontawesome/css/all.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 2869, app/assets/fontawesome/css/all.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 2872, app/assets/fontawesome/css/all.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 2875, app/assets/fontawesome/css/all.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 2878, app/assets/fontawesome/css/all.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 2881, app/assets/fontawesome/css/all.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 2884, app/assets/fontawesome/css/all.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 2887, app/assets/fontawesome/css/all.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 2890, app/assets/fontawesome/css/all.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 2893, app/assets/fontawesome/css/all.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 2896, app/assets/fontawesome/css/all.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 2899, app/assets/fontawesome/css/all.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 2902, app/assets/fontawesome/css/all.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 2905, app/assets/fontawesome/css/all.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 2908, app/assets/fontawesome/css/all.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 2911, app/assets/fontawesome/css/all.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 2914, app/assets/fontawesome/css/all.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 2917, app/assets/fontawesome/css/all.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 2920, app/assets/fontawesome/css/all.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 2923, app/assets/fontawesome/css/all.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 2926, app/assets/fontawesome/css/all.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 2929, app/assets/fontawesome/css/all.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 2932, app/assets/fontawesome/css/all.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 2935, app/assets/fontawesome/css/all.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 2938, app/assets/fontawesome/css/all.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 2941, app/assets/fontawesome/css/all.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 2944, app/assets/fontawesome/css/all.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 2947, app/assets/fontawesome/css/all.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 2950, app/assets/fontawesome/css/all.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 2953, app/assets/fontawesome/css/all.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 2956, app/assets/fontawesome/css/all.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 2959, app/assets/fontawesome/css/all.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 2962, app/assets/fontawesome/css/all.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 2965, app/assets/fontawesome/css/all.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 2968, app/assets/fontawesome/css/all.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 2971, app/assets/fontawesome/css/all.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 2974, app/assets/fontawesome/css/all.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 2977, app/assets/fontawesome/css/all.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 2980, app/assets/fontawesome/css/all.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 2983, app/assets/fontawesome/css/all.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 2986, app/assets/fontawesome/css/all.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 2989, app/assets/fontawesome/css/all.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 2992, app/assets/fontawesome/css/all.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 2995, app/assets/fontawesome/css/all.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 2998, app/assets/fontawesome/css/all.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 3001, app/assets/fontawesome/css/all.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 3004, app/assets/fontawesome/css/all.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 3007, app/assets/fontawesome/css/all.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 3010, app/assets/fontawesome/css/all.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 3013, app/assets/fontawesome/css/all.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 3016, app/assets/fontawesome/css/all.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 3019, app/assets/fontawesome/css/all.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 3022, app/assets/fontawesome/css/all.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 3025, app/assets/fontawesome/css/all.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 3028, app/assets/fontawesome/css/all.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 3031, app/assets/fontawesome/css/all.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 3034, app/assets/fontawesome/css/all.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 3037, app/assets/fontawesome/css/all.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 3040, app/assets/fontawesome/css/all.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 3043, app/assets/fontawesome/css/all.scss */
.fa-hourglass-2::before {
  content: "\f254";
}

/* line 3046, app/assets/fontawesome/css/all.scss */
.fa-hourglass-half::before {
  content: "\f254";
}

/* line 3049, app/assets/fontawesome/css/all.scss */
.fa-hourglass-empty::before {
  content: "\f252";
}

/* line 3052, app/assets/fontawesome/css/all.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 3055, app/assets/fontawesome/css/all.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 3058, app/assets/fontawesome/css/all.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 3061, app/assets/fontawesome/css/all.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 3064, app/assets/fontawesome/css/all.scss */
.fa-house::before {
  content: "\f015";
}

/* line 3067, app/assets/fontawesome/css/all.scss */
.fa-home::before {
  content: "\f015";
}

/* line 3070, app/assets/fontawesome/css/all.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 3073, app/assets/fontawesome/css/all.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 3076, app/assets/fontawesome/css/all.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 3079, app/assets/fontawesome/css/all.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 3082, app/assets/fontawesome/css/all.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 3085, app/assets/fontawesome/css/all.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 3088, app/assets/fontawesome/css/all.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 3091, app/assets/fontawesome/css/all.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 3094, app/assets/fontawesome/css/all.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 3097, app/assets/fontawesome/css/all.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 3100, app/assets/fontawesome/css/all.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 3103, app/assets/fontawesome/css/all.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 3106, app/assets/fontawesome/css/all.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 3109, app/assets/fontawesome/css/all.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 3112, app/assets/fontawesome/css/all.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 3115, app/assets/fontawesome/css/all.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 3118, app/assets/fontawesome/css/all.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 3121, app/assets/fontawesome/css/all.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 3124, app/assets/fontawesome/css/all.scss */
.fa-i::before {
  content: "\49";
}

/* line 3127, app/assets/fontawesome/css/all.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 3130, app/assets/fontawesome/css/all.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 3133, app/assets/fontawesome/css/all.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 3136, app/assets/fontawesome/css/all.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 3139, app/assets/fontawesome/css/all.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 3142, app/assets/fontawesome/css/all.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 3145, app/assets/fontawesome/css/all.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 3148, app/assets/fontawesome/css/all.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 3151, app/assets/fontawesome/css/all.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 3154, app/assets/fontawesome/css/all.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 3157, app/assets/fontawesome/css/all.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 3160, app/assets/fontawesome/css/all.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 3163, app/assets/fontawesome/css/all.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 3166, app/assets/fontawesome/css/all.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 3169, app/assets/fontawesome/css/all.scss */
.fa-images::before {
  content: "\f302";
}

/* line 3172, app/assets/fontawesome/css/all.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 3175, app/assets/fontawesome/css/all.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 3178, app/assets/fontawesome/css/all.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 3181, app/assets/fontawesome/css/all.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 3184, app/assets/fontawesome/css/all.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 3187, app/assets/fontawesome/css/all.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 3190, app/assets/fontawesome/css/all.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 3193, app/assets/fontawesome/css/all.scss */
.fa-info::before {
  content: "\f129";
}

/* line 3196, app/assets/fontawesome/css/all.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 3199, app/assets/fontawesome/css/all.scss */
.fa-j::before {
  content: "\4a";
}

/* line 3202, app/assets/fontawesome/css/all.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 3205, app/assets/fontawesome/css/all.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 3208, app/assets/fontawesome/css/all.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 3211, app/assets/fontawesome/css/all.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 3214, app/assets/fontawesome/css/all.scss */
.fa-k::before {
  content: "\4b";
}

/* line 3217, app/assets/fontawesome/css/all.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 3220, app/assets/fontawesome/css/all.scss */
.fa-key::before {
  content: "\f084";
}

/* line 3223, app/assets/fontawesome/css/all.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 3226, app/assets/fontawesome/css/all.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 3229, app/assets/fontawesome/css/all.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 3232, app/assets/fontawesome/css/all.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 3235, app/assets/fontawesome/css/all.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 3238, app/assets/fontawesome/css/all.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 3241, app/assets/fontawesome/css/all.scss */
.fa-l::before {
  content: "\4c";
}

/* line 3244, app/assets/fontawesome/css/all.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 3247, app/assets/fontawesome/css/all.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 3250, app/assets/fontawesome/css/all.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 3253, app/assets/fontawesome/css/all.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 3256, app/assets/fontawesome/css/all.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 3259, app/assets/fontawesome/css/all.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 3262, app/assets/fontawesome/css/all.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 3265, app/assets/fontawesome/css/all.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 3268, app/assets/fontawesome/css/all.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 3271, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 3274, app/assets/fontawesome/css/all.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 3277, app/assets/fontawesome/css/all.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 3280, app/assets/fontawesome/css/all.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 3283, app/assets/fontawesome/css/all.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 3286, app/assets/fontawesome/css/all.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 3289, app/assets/fontawesome/css/all.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 3292, app/assets/fontawesome/css/all.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 3295, app/assets/fontawesome/css/all.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 3298, app/assets/fontawesome/css/all.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 3301, app/assets/fontawesome/css/all.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 3304, app/assets/fontawesome/css/all.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 3307, app/assets/fontawesome/css/all.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 3310, app/assets/fontawesome/css/all.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 3313, app/assets/fontawesome/css/all.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 3316, app/assets/fontawesome/css/all.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 3319, app/assets/fontawesome/css/all.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 3322, app/assets/fontawesome/css/all.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 3325, app/assets/fontawesome/css/all.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 3328, app/assets/fontawesome/css/all.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 3331, app/assets/fontawesome/css/all.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 3334, app/assets/fontawesome/css/all.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 3337, app/assets/fontawesome/css/all.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 3340, app/assets/fontawesome/css/all.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 3343, app/assets/fontawesome/css/all.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 3346, app/assets/fontawesome/css/all.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 3349, app/assets/fontawesome/css/all.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 3352, app/assets/fontawesome/css/all.scss */
.fa-location::before {
  content: "\f601";
}

/* line 3355, app/assets/fontawesome/css/all.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 3358, app/assets/fontawesome/css/all.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 3361, app/assets/fontawesome/css/all.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 3364, app/assets/fontawesome/css/all.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 3367, app/assets/fontawesome/css/all.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 3370, app/assets/fontawesome/css/all.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 3373, app/assets/fontawesome/css/all.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 3376, app/assets/fontawesome/css/all.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 3379, app/assets/fontawesome/css/all.scss */
.fa-m::before {
  content: "\4d";
}

/* line 3382, app/assets/fontawesome/css/all.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 3385, app/assets/fontawesome/css/all.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 3388, app/assets/fontawesome/css/all.scss */
.fa-search::before {
  content: "\f002";
}

/* line 3391, app/assets/fontawesome/css/all.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 3394, app/assets/fontawesome/css/all.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 3397, app/assets/fontawesome/css/all.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 3400, app/assets/fontawesome/css/all.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 3403, app/assets/fontawesome/css/all.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 3406, app/assets/fontawesome/css/all.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 3409, app/assets/fontawesome/css/all.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 3412, app/assets/fontawesome/css/all.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 3415, app/assets/fontawesome/css/all.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 3418, app/assets/fontawesome/css/all.scss */
.fa-map::before {
  content: "\f279";
}

/* line 3421, app/assets/fontawesome/css/all.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 3424, app/assets/fontawesome/css/all.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 3427, app/assets/fontawesome/css/all.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 3430, app/assets/fontawesome/css/all.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 3433, app/assets/fontawesome/css/all.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 3436, app/assets/fontawesome/css/all.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 3439, app/assets/fontawesome/css/all.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 3442, app/assets/fontawesome/css/all.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 3445, app/assets/fontawesome/css/all.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 3448, app/assets/fontawesome/css/all.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 3451, app/assets/fontawesome/css/all.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 3454, app/assets/fontawesome/css/all.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 3457, app/assets/fontawesome/css/all.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 3460, app/assets/fontawesome/css/all.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 3463, app/assets/fontawesome/css/all.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 3466, app/assets/fontawesome/css/all.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 3469, app/assets/fontawesome/css/all.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 3472, app/assets/fontawesome/css/all.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 3475, app/assets/fontawesome/css/all.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 3478, app/assets/fontawesome/css/all.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 3481, app/assets/fontawesome/css/all.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 3484, app/assets/fontawesome/css/all.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 3487, app/assets/fontawesome/css/all.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 3490, app/assets/fontawesome/css/all.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 3493, app/assets/fontawesome/css/all.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 3496, app/assets/fontawesome/css/all.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 3499, app/assets/fontawesome/css/all.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 3502, app/assets/fontawesome/css/all.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 3505, app/assets/fontawesome/css/all.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 3508, app/assets/fontawesome/css/all.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 3511, app/assets/fontawesome/css/all.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 3514, app/assets/fontawesome/css/all.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 3517, app/assets/fontawesome/css/all.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 3520, app/assets/fontawesome/css/all.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 3523, app/assets/fontawesome/css/all.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 3526, app/assets/fontawesome/css/all.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 3529, app/assets/fontawesome/css/all.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 3532, app/assets/fontawesome/css/all.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 3535, app/assets/fontawesome/css/all.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 3538, app/assets/fontawesome/css/all.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 3541, app/assets/fontawesome/css/all.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 3544, app/assets/fontawesome/css/all.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 3547, app/assets/fontawesome/css/all.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 3550, app/assets/fontawesome/css/all.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 3553, app/assets/fontawesome/css/all.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 3556, app/assets/fontawesome/css/all.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 3559, app/assets/fontawesome/css/all.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 3562, app/assets/fontawesome/css/all.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 3565, app/assets/fontawesome/css/all.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 3568, app/assets/fontawesome/css/all.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 3571, app/assets/fontawesome/css/all.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 3574, app/assets/fontawesome/css/all.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 3577, app/assets/fontawesome/css/all.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 3580, app/assets/fontawesome/css/all.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 3583, app/assets/fontawesome/css/all.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 3586, app/assets/fontawesome/css/all.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 3589, app/assets/fontawesome/css/all.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 3592, app/assets/fontawesome/css/all.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 3595, app/assets/fontawesome/css/all.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 3598, app/assets/fontawesome/css/all.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 3601, app/assets/fontawesome/css/all.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 3604, app/assets/fontawesome/css/all.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 3607, app/assets/fontawesome/css/all.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 3610, app/assets/fontawesome/css/all.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 3613, app/assets/fontawesome/css/all.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 3616, app/assets/fontawesome/css/all.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 3619, app/assets/fontawesome/css/all.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 3622, app/assets/fontawesome/css/all.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 3625, app/assets/fontawesome/css/all.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 3628, app/assets/fontawesome/css/all.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 3631, app/assets/fontawesome/css/all.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 3634, app/assets/fontawesome/css/all.scss */
.fa-music::before {
  content: "\f001";
}

/* line 3637, app/assets/fontawesome/css/all.scss */
.fa-n::before {
  content: "\4e";
}

/* line 3640, app/assets/fontawesome/css/all.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 3643, app/assets/fontawesome/css/all.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 3646, app/assets/fontawesome/css/all.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 3649, app/assets/fontawesome/css/all.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 3652, app/assets/fontawesome/css/all.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 3655, app/assets/fontawesome/css/all.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 3658, app/assets/fontawesome/css/all.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 3661, app/assets/fontawesome/css/all.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 3664, app/assets/fontawesome/css/all.scss */
.fa-o::before {
  content: "\4f";
}

/* line 3667, app/assets/fontawesome/css/all.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 3670, app/assets/fontawesome/css/all.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 3673, app/assets/fontawesome/css/all.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 3676, app/assets/fontawesome/css/all.scss */
.fa-om::before {
  content: "\f679";
}

/* line 3679, app/assets/fontawesome/css/all.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 3682, app/assets/fontawesome/css/all.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 3685, app/assets/fontawesome/css/all.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 3688, app/assets/fontawesome/css/all.scss */
.fa-p::before {
  content: "\50";
}

/* line 3691, app/assets/fontawesome/css/all.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 3694, app/assets/fontawesome/css/all.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 3697, app/assets/fontawesome/css/all.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 3700, app/assets/fontawesome/css/all.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 3703, app/assets/fontawesome/css/all.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 3706, app/assets/fontawesome/css/all.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 3709, app/assets/fontawesome/css/all.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 3712, app/assets/fontawesome/css/all.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 3715, app/assets/fontawesome/css/all.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 3718, app/assets/fontawesome/css/all.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 3721, app/assets/fontawesome/css/all.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 3724, app/assets/fontawesome/css/all.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 3727, app/assets/fontawesome/css/all.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 3730, app/assets/fontawesome/css/all.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 3733, app/assets/fontawesome/css/all.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 3736, app/assets/fontawesome/css/all.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 3739, app/assets/fontawesome/css/all.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 3742, app/assets/fontawesome/css/all.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 3745, app/assets/fontawesome/css/all.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 3748, app/assets/fontawesome/css/all.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 3751, app/assets/fontawesome/css/all.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 3754, app/assets/fontawesome/css/all.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 3757, app/assets/fontawesome/css/all.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 3760, app/assets/fontawesome/css/all.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 3763, app/assets/fontawesome/css/all.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 3766, app/assets/fontawesome/css/all.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 3769, app/assets/fontawesome/css/all.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 3772, app/assets/fontawesome/css/all.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 3775, app/assets/fontawesome/css/all.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 3778, app/assets/fontawesome/css/all.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 3781, app/assets/fontawesome/css/all.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 3784, app/assets/fontawesome/css/all.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 3787, app/assets/fontawesome/css/all.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 3790, app/assets/fontawesome/css/all.scss */
.fa-percent::before {
  content: "\25";
}

/* line 3793, app/assets/fontawesome/css/all.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 3796, app/assets/fontawesome/css/all.scss */
.fa-person::before {
  content: "\f183";
}

/* line 3799, app/assets/fontawesome/css/all.scss */
.fa-male::before {
  content: "\f183";
}

/* line 3802, app/assets/fontawesome/css/all.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 3805, app/assets/fontawesome/css/all.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 3808, app/assets/fontawesome/css/all.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 3811, app/assets/fontawesome/css/all.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 3814, app/assets/fontawesome/css/all.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 3817, app/assets/fontawesome/css/all.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 3820, app/assets/fontawesome/css/all.scss */
.fa-female::before {
  content: "\f182";
}

/* line 3823, app/assets/fontawesome/css/all.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 3826, app/assets/fontawesome/css/all.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 3829, app/assets/fontawesome/css/all.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 3832, app/assets/fontawesome/css/all.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 3835, app/assets/fontawesome/css/all.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 3838, app/assets/fontawesome/css/all.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 3841, app/assets/fontawesome/css/all.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 3844, app/assets/fontawesome/css/all.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 3847, app/assets/fontawesome/css/all.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 3850, app/assets/fontawesome/css/all.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 3853, app/assets/fontawesome/css/all.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 3856, app/assets/fontawesome/css/all.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 3859, app/assets/fontawesome/css/all.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 3862, app/assets/fontawesome/css/all.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 3865, app/assets/fontawesome/css/all.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 3868, app/assets/fontawesome/css/all.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 3871, app/assets/fontawesome/css/all.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 3874, app/assets/fontawesome/css/all.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 3877, app/assets/fontawesome/css/all.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 3880, app/assets/fontawesome/css/all.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 3883, app/assets/fontawesome/css/all.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 3886, app/assets/fontawesome/css/all.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 3889, app/assets/fontawesome/css/all.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 3892, app/assets/fontawesome/css/all.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 3895, app/assets/fontawesome/css/all.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 3898, app/assets/fontawesome/css/all.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 3901, app/assets/fontawesome/css/all.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 3904, app/assets/fontawesome/css/all.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 3907, app/assets/fontawesome/css/all.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 3910, app/assets/fontawesome/css/all.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 3913, app/assets/fontawesome/css/all.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 3916, app/assets/fontawesome/css/all.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 3919, app/assets/fontawesome/css/all.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 3922, app/assets/fontawesome/css/all.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 3925, app/assets/fontawesome/css/all.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 3928, app/assets/fontawesome/css/all.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 3931, app/assets/fontawesome/css/all.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 3934, app/assets/fontawesome/css/all.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 3937, app/assets/fontawesome/css/all.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 3940, app/assets/fontawesome/css/all.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 3943, app/assets/fontawesome/css/all.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 3946, app/assets/fontawesome/css/all.scss */
.fa-add::before {
  content: "\2b";
}

/* line 3949, app/assets/fontawesome/css/all.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 3952, app/assets/fontawesome/css/all.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 3955, app/assets/fontawesome/css/all.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 3958, app/assets/fontawesome/css/all.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 3961, app/assets/fontawesome/css/all.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 3964, app/assets/fontawesome/css/all.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 3967, app/assets/fontawesome/css/all.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 3970, app/assets/fontawesome/css/all.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 3973, app/assets/fontawesome/css/all.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 3976, app/assets/fontawesome/css/all.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 3979, app/assets/fontawesome/css/all.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 3982, app/assets/fontawesome/css/all.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 3985, app/assets/fontawesome/css/all.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 3988, app/assets/fontawesome/css/all.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 3991, app/assets/fontawesome/css/all.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 3994, app/assets/fontawesome/css/all.scss */
.fa-q::before {
  content: "\51";
}

/* line 3997, app/assets/fontawesome/css/all.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 4000, app/assets/fontawesome/css/all.scss */
.fa-question::before {
  content: "\3f";
}

/* line 4003, app/assets/fontawesome/css/all.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 4006, app/assets/fontawesome/css/all.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 4009, app/assets/fontawesome/css/all.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 4012, app/assets/fontawesome/css/all.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 4015, app/assets/fontawesome/css/all.scss */
.fa-r::before {
  content: "\52";
}

/* line 4018, app/assets/fontawesome/css/all.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 4021, app/assets/fontawesome/css/all.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 4024, app/assets/fontawesome/css/all.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 4027, app/assets/fontawesome/css/all.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 4030, app/assets/fontawesome/css/all.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 4033, app/assets/fontawesome/css/all.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 4036, app/assets/fontawesome/css/all.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 4039, app/assets/fontawesome/css/all.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 4042, app/assets/fontawesome/css/all.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 4045, app/assets/fontawesome/css/all.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 4048, app/assets/fontawesome/css/all.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 4051, app/assets/fontawesome/css/all.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 4054, app/assets/fontawesome/css/all.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 4057, app/assets/fontawesome/css/all.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 4060, app/assets/fontawesome/css/all.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 4063, app/assets/fontawesome/css/all.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 4066, app/assets/fontawesome/css/all.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 4069, app/assets/fontawesome/css/all.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 4072, app/assets/fontawesome/css/all.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 4075, app/assets/fontawesome/css/all.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 4078, app/assets/fontawesome/css/all.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 4081, app/assets/fontawesome/css/all.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 4084, app/assets/fontawesome/css/all.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 4087, app/assets/fontawesome/css/all.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 4090, app/assets/fontawesome/css/all.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 4093, app/assets/fontawesome/css/all.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 4096, app/assets/fontawesome/css/all.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 4099, app/assets/fontawesome/css/all.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 4102, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 4105, app/assets/fontawesome/css/all.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 4108, app/assets/fontawesome/css/all.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 4111, app/assets/fontawesome/css/all.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 4114, app/assets/fontawesome/css/all.scss */
.fa-road::before {
  content: "\f018";
}

/* line 4117, app/assets/fontawesome/css/all.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 4120, app/assets/fontawesome/css/all.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 4123, app/assets/fontawesome/css/all.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 4126, app/assets/fontawesome/css/all.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 4129, app/assets/fontawesome/css/all.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 4132, app/assets/fontawesome/css/all.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 4135, app/assets/fontawesome/css/all.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 4138, app/assets/fontawesome/css/all.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 4141, app/assets/fontawesome/css/all.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 4144, app/assets/fontawesome/css/all.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 4147, app/assets/fontawesome/css/all.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 4150, app/assets/fontawesome/css/all.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 4153, app/assets/fontawesome/css/all.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 4156, app/assets/fontawesome/css/all.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 4159, app/assets/fontawesome/css/all.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 4162, app/assets/fontawesome/css/all.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 4165, app/assets/fontawesome/css/all.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 4168, app/assets/fontawesome/css/all.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 4171, app/assets/fontawesome/css/all.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 4174, app/assets/fontawesome/css/all.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 4177, app/assets/fontawesome/css/all.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 4180, app/assets/fontawesome/css/all.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 4183, app/assets/fontawesome/css/all.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 4186, app/assets/fontawesome/css/all.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 4189, app/assets/fontawesome/css/all.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 4192, app/assets/fontawesome/css/all.scss */
.fa-s::before {
  content: "\53";
}

/* line 4195, app/assets/fontawesome/css/all.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 4198, app/assets/fontawesome/css/all.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 4201, app/assets/fontawesome/css/all.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 4204, app/assets/fontawesome/css/all.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 4207, app/assets/fontawesome/css/all.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 4210, app/assets/fontawesome/css/all.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 4213, app/assets/fontawesome/css/all.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 4216, app/assets/fontawesome/css/all.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 4219, app/assets/fontawesome/css/all.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 4222, app/assets/fontawesome/css/all.scss */
.fa-school::before {
  content: "\f549";
}

/* line 4225, app/assets/fontawesome/css/all.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 4228, app/assets/fontawesome/css/all.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 4231, app/assets/fontawesome/css/all.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 4234, app/assets/fontawesome/css/all.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 4237, app/assets/fontawesome/css/all.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 4240, app/assets/fontawesome/css/all.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 4243, app/assets/fontawesome/css/all.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 4246, app/assets/fontawesome/css/all.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 4249, app/assets/fontawesome/css/all.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 4252, app/assets/fontawesome/css/all.scss */
.fa-section::before {
  content: "\e447";
}

/* line 4255, app/assets/fontawesome/css/all.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 4258, app/assets/fontawesome/css/all.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 4261, app/assets/fontawesome/css/all.scss */
.fa-server::before {
  content: "\f233";
}

/* line 4264, app/assets/fontawesome/css/all.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 4267, app/assets/fontawesome/css/all.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 4270, app/assets/fontawesome/css/all.scss */
.fa-share::before {
  content: "\f064";
}

/* line 4273, app/assets/fontawesome/css/all.scss */
.fa-arrow-turn-right::before {
  content: "\f064";
}

/* line 4276, app/assets/fontawesome/css/all.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 4279, app/assets/fontawesome/css/all.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 4282, app/assets/fontawesome/css/all.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 4285, app/assets/fontawesome/css/all.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 4288, app/assets/fontawesome/css/all.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 4291, app/assets/fontawesome/css/all.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 4294, app/assets/fontawesome/css/all.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 4297, app/assets/fontawesome/css/all.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 4300, app/assets/fontawesome/css/all.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 4303, app/assets/fontawesome/css/all.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 4306, app/assets/fontawesome/css/all.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 4309, app/assets/fontawesome/css/all.scss */
.fa-shield-blank::before {
  content: "\f3ed";
}

/* line 4312, app/assets/fontawesome/css/all.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 4315, app/assets/fontawesome/css/all.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 4318, app/assets/fontawesome/css/all.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 4321, app/assets/fontawesome/css/all.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 4324, app/assets/fontawesome/css/all.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 4327, app/assets/fontawesome/css/all.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 4330, app/assets/fontawesome/css/all.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 4333, app/assets/fontawesome/css/all.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 4336, app/assets/fontawesome/css/all.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 4339, app/assets/fontawesome/css/all.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 4342, app/assets/fontawesome/css/all.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 4345, app/assets/fontawesome/css/all.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 4348, app/assets/fontawesome/css/all.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 4351, app/assets/fontawesome/css/all.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 4354, app/assets/fontawesome/css/all.scss */
.fa-random::before {
  content: "\f074";
}

/* line 4357, app/assets/fontawesome/css/all.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 4360, app/assets/fontawesome/css/all.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 4363, app/assets/fontawesome/css/all.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 4366, app/assets/fontawesome/css/all.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 4369, app/assets/fontawesome/css/all.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 4372, app/assets/fontawesome/css/all.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 4375, app/assets/fontawesome/css/all.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 4378, app/assets/fontawesome/css/all.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 4381, app/assets/fontawesome/css/all.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 4384, app/assets/fontawesome/css/all.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 4387, app/assets/fontawesome/css/all.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 4390, app/assets/fontawesome/css/all.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 4393, app/assets/fontawesome/css/all.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 4396, app/assets/fontawesome/css/all.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 4399, app/assets/fontawesome/css/all.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 4402, app/assets/fontawesome/css/all.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 4405, app/assets/fontawesome/css/all.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 4408, app/assets/fontawesome/css/all.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 4411, app/assets/fontawesome/css/all.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 4414, app/assets/fontawesome/css/all.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 4417, app/assets/fontawesome/css/all.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 4420, app/assets/fontawesome/css/all.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 4423, app/assets/fontawesome/css/all.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 4426, app/assets/fontawesome/css/all.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 4429, app/assets/fontawesome/css/all.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 4432, app/assets/fontawesome/css/all.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 4435, app/assets/fontawesome/css/all.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 4438, app/assets/fontawesome/css/all.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 4441, app/assets/fontawesome/css/all.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 4444, app/assets/fontawesome/css/all.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 4447, app/assets/fontawesome/css/all.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 4450, app/assets/fontawesome/css/all.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 4453, app/assets/fontawesome/css/all.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 4456, app/assets/fontawesome/css/all.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 4459, app/assets/fontawesome/css/all.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 4462, app/assets/fontawesome/css/all.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 4465, app/assets/fontawesome/css/all.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 4468, app/assets/fontawesome/css/all.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 4471, app/assets/fontawesome/css/all.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 4474, app/assets/fontawesome/css/all.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 4477, app/assets/fontawesome/css/all.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 4480, app/assets/fontawesome/css/all.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 4483, app/assets/fontawesome/css/all.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 4486, app/assets/fontawesome/css/all.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 4489, app/assets/fontawesome/css/all.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 4492, app/assets/fontawesome/css/all.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 4495, app/assets/fontawesome/css/all.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 4498, app/assets/fontawesome/css/all.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 4501, app/assets/fontawesome/css/all.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 4504, app/assets/fontawesome/css/all.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 4507, app/assets/fontawesome/css/all.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 4510, app/assets/fontawesome/css/all.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 4513, app/assets/fontawesome/css/all.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 4516, app/assets/fontawesome/css/all.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 4519, app/assets/fontawesome/css/all.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 4522, app/assets/fontawesome/css/all.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 4525, app/assets/fontawesome/css/all.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 4528, app/assets/fontawesome/css/all.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 4531, app/assets/fontawesome/css/all.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 4534, app/assets/fontawesome/css/all.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 4537, app/assets/fontawesome/css/all.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 4540, app/assets/fontawesome/css/all.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 4543, app/assets/fontawesome/css/all.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 4546, app/assets/fontawesome/css/all.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 4549, app/assets/fontawesome/css/all.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 4552, app/assets/fontawesome/css/all.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 4555, app/assets/fontawesome/css/all.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 4558, app/assets/fontawesome/css/all.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 4561, app/assets/fontawesome/css/all.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 4564, app/assets/fontawesome/css/all.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 4567, app/assets/fontawesome/css/all.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 4570, app/assets/fontawesome/css/all.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 4573, app/assets/fontawesome/css/all.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 4576, app/assets/fontawesome/css/all.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 4579, app/assets/fontawesome/css/all.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 4582, app/assets/fontawesome/css/all.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 4585, app/assets/fontawesome/css/all.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 4588, app/assets/fontawesome/css/all.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 4591, app/assets/fontawesome/css/all.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 4594, app/assets/fontawesome/css/all.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 4597, app/assets/fontawesome/css/all.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 4600, app/assets/fontawesome/css/all.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 4603, app/assets/fontawesome/css/all.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 4606, app/assets/fontawesome/css/all.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 4609, app/assets/fontawesome/css/all.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 4612, app/assets/fontawesome/css/all.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 4615, app/assets/fontawesome/css/all.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 4618, app/assets/fontawesome/css/all.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 4621, app/assets/fontawesome/css/all.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 4624, app/assets/fontawesome/css/all.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 4627, app/assets/fontawesome/css/all.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 4630, app/assets/fontawesome/css/all.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 4633, app/assets/fontawesome/css/all.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 4636, app/assets/fontawesome/css/all.scss */
.fa-star::before {
  content: "\f005";
}

/* line 4639, app/assets/fontawesome/css/all.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 4642, app/assets/fontawesome/css/all.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 4645, app/assets/fontawesome/css/all.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 4648, app/assets/fontawesome/css/all.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 4651, app/assets/fontawesome/css/all.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 4654, app/assets/fontawesome/css/all.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 4657, app/assets/fontawesome/css/all.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 4660, app/assets/fontawesome/css/all.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 4663, app/assets/fontawesome/css/all.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 4666, app/assets/fontawesome/css/all.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 4669, app/assets/fontawesome/css/all.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 4672, app/assets/fontawesome/css/all.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 4675, app/assets/fontawesome/css/all.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 4678, app/assets/fontawesome/css/all.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 4681, app/assets/fontawesome/css/all.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 4684, app/assets/fontawesome/css/all.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 4687, app/assets/fontawesome/css/all.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 4690, app/assets/fontawesome/css/all.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 4693, app/assets/fontawesome/css/all.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 4696, app/assets/fontawesome/css/all.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 4699, app/assets/fontawesome/css/all.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 4702, app/assets/fontawesome/css/all.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 4705, app/assets/fontawesome/css/all.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 4708, app/assets/fontawesome/css/all.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 4711, app/assets/fontawesome/css/all.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 4714, app/assets/fontawesome/css/all.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 4717, app/assets/fontawesome/css/all.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 4720, app/assets/fontawesome/css/all.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 4723, app/assets/fontawesome/css/all.scss */
.fa-t::before {
  content: "\54";
}

/* line 4726, app/assets/fontawesome/css/all.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 4729, app/assets/fontawesome/css/all.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 4732, app/assets/fontawesome/css/all.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 4735, app/assets/fontawesome/css/all.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 4738, app/assets/fontawesome/css/all.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 4741, app/assets/fontawesome/css/all.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 4744, app/assets/fontawesome/css/all.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 4747, app/assets/fontawesome/css/all.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 4750, app/assets/fontawesome/css/all.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 4753, app/assets/fontawesome/css/all.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 4756, app/assets/fontawesome/css/all.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 4759, app/assets/fontawesome/css/all.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 4762, app/assets/fontawesome/css/all.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 4765, app/assets/fontawesome/css/all.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 4768, app/assets/fontawesome/css/all.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 4771, app/assets/fontawesome/css/all.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 4774, app/assets/fontawesome/css/all.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 4777, app/assets/fontawesome/css/all.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 4780, app/assets/fontawesome/css/all.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 4783, app/assets/fontawesome/css/all.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 4786, app/assets/fontawesome/css/all.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 4789, app/assets/fontawesome/css/all.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 4792, app/assets/fontawesome/css/all.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 4795, app/assets/fontawesome/css/all.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 4798, app/assets/fontawesome/css/all.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 4801, app/assets/fontawesome/css/all.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 4804, app/assets/fontawesome/css/all.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 4807, app/assets/fontawesome/css/all.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 4810, app/assets/fontawesome/css/all.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 4813, app/assets/fontawesome/css/all.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 4816, app/assets/fontawesome/css/all.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 4819, app/assets/fontawesome/css/all.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 4822, app/assets/fontawesome/css/all.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 4825, app/assets/fontawesome/css/all.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 4828, app/assets/fontawesome/css/all.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 4831, app/assets/fontawesome/css/all.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 4834, app/assets/fontawesome/css/all.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 4837, app/assets/fontawesome/css/all.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 4840, app/assets/fontawesome/css/all.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 4843, app/assets/fontawesome/css/all.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 4846, app/assets/fontawesome/css/all.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 4849, app/assets/fontawesome/css/all.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 4852, app/assets/fontawesome/css/all.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 4855, app/assets/fontawesome/css/all.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 4858, app/assets/fontawesome/css/all.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 4861, app/assets/fontawesome/css/all.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 4864, app/assets/fontawesome/css/all.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 4867, app/assets/fontawesome/css/all.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 4870, app/assets/fontawesome/css/all.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 4873, app/assets/fontawesome/css/all.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 4876, app/assets/fontawesome/css/all.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 4879, app/assets/fontawesome/css/all.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 4882, app/assets/fontawesome/css/all.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 4885, app/assets/fontawesome/css/all.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 4888, app/assets/fontawesome/css/all.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 4891, app/assets/fontawesome/css/all.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 4894, app/assets/fontawesome/css/all.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 4897, app/assets/fontawesome/css/all.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 4900, app/assets/fontawesome/css/all.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 4903, app/assets/fontawesome/css/all.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 4906, app/assets/fontawesome/css/all.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 4909, app/assets/fontawesome/css/all.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 4912, app/assets/fontawesome/css/all.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 4915, app/assets/fontawesome/css/all.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 4918, app/assets/fontawesome/css/all.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 4921, app/assets/fontawesome/css/all.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 4924, app/assets/fontawesome/css/all.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 4927, app/assets/fontawesome/css/all.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 4930, app/assets/fontawesome/css/all.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 4933, app/assets/fontawesome/css/all.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 4936, app/assets/fontawesome/css/all.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 4939, app/assets/fontawesome/css/all.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 4942, app/assets/fontawesome/css/all.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 4945, app/assets/fontawesome/css/all.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 4948, app/assets/fontawesome/css/all.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 4951, app/assets/fontawesome/css/all.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 4954, app/assets/fontawesome/css/all.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 4957, app/assets/fontawesome/css/all.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 4960, app/assets/fontawesome/css/all.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 4963, app/assets/fontawesome/css/all.scss */
.fa-train::before {
  content: "\f238";
}

/* line 4966, app/assets/fontawesome/css/all.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 4969, app/assets/fontawesome/css/all.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 4972, app/assets/fontawesome/css/all.scss */
.fa-train-tram::before {
  content: "\f7da";
}

/* line 4975, app/assets/fontawesome/css/all.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 4978, app/assets/fontawesome/css/all.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 4981, app/assets/fontawesome/css/all.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 4984, app/assets/fontawesome/css/all.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 4987, app/assets/fontawesome/css/all.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 4990, app/assets/fontawesome/css/all.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 4993, app/assets/fontawesome/css/all.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 4996, app/assets/fontawesome/css/all.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 4999, app/assets/fontawesome/css/all.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 5002, app/assets/fontawesome/css/all.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 5005, app/assets/fontawesome/css/all.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 5008, app/assets/fontawesome/css/all.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 5011, app/assets/fontawesome/css/all.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 5014, app/assets/fontawesome/css/all.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 5017, app/assets/fontawesome/css/all.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 5020, app/assets/fontawesome/css/all.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 5023, app/assets/fontawesome/css/all.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 5026, app/assets/fontawesome/css/all.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 5029, app/assets/fontawesome/css/all.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 5032, app/assets/fontawesome/css/all.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 5035, app/assets/fontawesome/css/all.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 5038, app/assets/fontawesome/css/all.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 5041, app/assets/fontawesome/css/all.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 5044, app/assets/fontawesome/css/all.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 5047, app/assets/fontawesome/css/all.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 5050, app/assets/fontawesome/css/all.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 5053, app/assets/fontawesome/css/all.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 5056, app/assets/fontawesome/css/all.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 5059, app/assets/fontawesome/css/all.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 5062, app/assets/fontawesome/css/all.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 5065, app/assets/fontawesome/css/all.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 5068, app/assets/fontawesome/css/all.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 5071, app/assets/fontawesome/css/all.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 5074, app/assets/fontawesome/css/all.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5077, app/assets/fontawesome/css/all.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 5080, app/assets/fontawesome/css/all.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 5083, app/assets/fontawesome/css/all.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 5086, app/assets/fontawesome/css/all.scss */
.fa-u::before {
  content: "\55";
}

/* line 5089, app/assets/fontawesome/css/all.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 5092, app/assets/fontawesome/css/all.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 5095, app/assets/fontawesome/css/all.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 5098, app/assets/fontawesome/css/all.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 5101, app/assets/fontawesome/css/all.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 5104, app/assets/fontawesome/css/all.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 5107, app/assets/fontawesome/css/all.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 5110, app/assets/fontawesome/css/all.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 5113, app/assets/fontawesome/css/all.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 5116, app/assets/fontawesome/css/all.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 5119, app/assets/fontawesome/css/all.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 5122, app/assets/fontawesome/css/all.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 5125, app/assets/fontawesome/css/all.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 5128, app/assets/fontawesome/css/all.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 5131, app/assets/fontawesome/css/all.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 5134, app/assets/fontawesome/css/all.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 5137, app/assets/fontawesome/css/all.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 5140, app/assets/fontawesome/css/all.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 5143, app/assets/fontawesome/css/all.scss */
.fa-user::before {
  content: "\f007";
}

/* line 5146, app/assets/fontawesome/css/all.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 5149, app/assets/fontawesome/css/all.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 5152, app/assets/fontawesome/css/all.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 5155, app/assets/fontawesome/css/all.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 5158, app/assets/fontawesome/css/all.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 5161, app/assets/fontawesome/css/all.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 5164, app/assets/fontawesome/css/all.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 5167, app/assets/fontawesome/css/all.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 5170, app/assets/fontawesome/css/all.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 5173, app/assets/fontawesome/css/all.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 5176, app/assets/fontawesome/css/all.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 5179, app/assets/fontawesome/css/all.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 5182, app/assets/fontawesome/css/all.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 5185, app/assets/fontawesome/css/all.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 5188, app/assets/fontawesome/css/all.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 5191, app/assets/fontawesome/css/all.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 5194, app/assets/fontawesome/css/all.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 5197, app/assets/fontawesome/css/all.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 5200, app/assets/fontawesome/css/all.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 5203, app/assets/fontawesome/css/all.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 5206, app/assets/fontawesome/css/all.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 5209, app/assets/fontawesome/css/all.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 5212, app/assets/fontawesome/css/all.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 5215, app/assets/fontawesome/css/all.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 5218, app/assets/fontawesome/css/all.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 5221, app/assets/fontawesome/css/all.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 5224, app/assets/fontawesome/css/all.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 5227, app/assets/fontawesome/css/all.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 5230, app/assets/fontawesome/css/all.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 5233, app/assets/fontawesome/css/all.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 5236, app/assets/fontawesome/css/all.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 5239, app/assets/fontawesome/css/all.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 5242, app/assets/fontawesome/css/all.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 5245, app/assets/fontawesome/css/all.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 5248, app/assets/fontawesome/css/all.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 5251, app/assets/fontawesome/css/all.scss */
.fa-v::before {
  content: "\56";
}

/* line 5254, app/assets/fontawesome/css/all.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 5257, app/assets/fontawesome/css/all.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 5260, app/assets/fontawesome/css/all.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 5263, app/assets/fontawesome/css/all.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 5266, app/assets/fontawesome/css/all.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 5269, app/assets/fontawesome/css/all.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 5272, app/assets/fontawesome/css/all.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 5275, app/assets/fontawesome/css/all.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 5278, app/assets/fontawesome/css/all.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 5281, app/assets/fontawesome/css/all.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 5284, app/assets/fontawesome/css/all.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 5287, app/assets/fontawesome/css/all.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 5290, app/assets/fontawesome/css/all.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 5293, app/assets/fontawesome/css/all.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 5296, app/assets/fontawesome/css/all.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 5299, app/assets/fontawesome/css/all.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 5302, app/assets/fontawesome/css/all.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 5305, app/assets/fontawesome/css/all.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 5308, app/assets/fontawesome/css/all.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 5311, app/assets/fontawesome/css/all.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 5314, app/assets/fontawesome/css/all.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 5317, app/assets/fontawesome/css/all.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 5320, app/assets/fontawesome/css/all.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 5323, app/assets/fontawesome/css/all.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 5326, app/assets/fontawesome/css/all.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 5329, app/assets/fontawesome/css/all.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 5332, app/assets/fontawesome/css/all.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 5335, app/assets/fontawesome/css/all.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 5338, app/assets/fontawesome/css/all.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 5341, app/assets/fontawesome/css/all.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 5344, app/assets/fontawesome/css/all.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 5347, app/assets/fontawesome/css/all.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 5350, app/assets/fontawesome/css/all.scss */
.fa-w::before {
  content: "\57";
}

/* line 5353, app/assets/fontawesome/css/all.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 5356, app/assets/fontawesome/css/all.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 5359, app/assets/fontawesome/css/all.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 5362, app/assets/fontawesome/css/all.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 5365, app/assets/fontawesome/css/all.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 5368, app/assets/fontawesome/css/all.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 5371, app/assets/fontawesome/css/all.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 5374, app/assets/fontawesome/css/all.scss */
.fa-water::before {
  content: "\f773";
}

/* line 5377, app/assets/fontawesome/css/all.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 5380, app/assets/fontawesome/css/all.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 5383, app/assets/fontawesome/css/all.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 5386, app/assets/fontawesome/css/all.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 5389, app/assets/fontawesome/css/all.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 5392, app/assets/fontawesome/css/all.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 5395, app/assets/fontawesome/css/all.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 5398, app/assets/fontawesome/css/all.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 5401, app/assets/fontawesome/css/all.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 5404, app/assets/fontawesome/css/all.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 5407, app/assets/fontawesome/css/all.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 5410, app/assets/fontawesome/css/all.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 5413, app/assets/fontawesome/css/all.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 5416, app/assets/fontawesome/css/all.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 5419, app/assets/fontawesome/css/all.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 5422, app/assets/fontawesome/css/all.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 5425, app/assets/fontawesome/css/all.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 5428, app/assets/fontawesome/css/all.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 5431, app/assets/fontawesome/css/all.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 5434, app/assets/fontawesome/css/all.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 5437, app/assets/fontawesome/css/all.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 5440, app/assets/fontawesome/css/all.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 5443, app/assets/fontawesome/css/all.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 5446, app/assets/fontawesome/css/all.scss */
.fa-won::before {
  content: "\f159";
}

/* line 5449, app/assets/fontawesome/css/all.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 5452, app/assets/fontawesome/css/all.scss */
.fa-x::before {
  content: "\58";
}

/* line 5455, app/assets/fontawesome/css/all.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 5458, app/assets/fontawesome/css/all.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 5461, app/assets/fontawesome/css/all.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 5464, app/assets/fontawesome/css/all.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 5467, app/assets/fontawesome/css/all.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 5470, app/assets/fontawesome/css/all.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 5473, app/assets/fontawesome/css/all.scss */
.fa-y::before {
  content: "\59";
}

/* line 5476, app/assets/fontawesome/css/all.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 5479, app/assets/fontawesome/css/all.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 5482, app/assets/fontawesome/css/all.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 5485, app/assets/fontawesome/css/all.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 5488, app/assets/fontawesome/css/all.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 5491, app/assets/fontawesome/css/all.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 5494, app/assets/fontawesome/css/all.scss */
.fa-z::before {
  content: "\5a";
}

/* line 5497, app/assets/fontawesome/css/all.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 5509, app/assets/fontawesome/css/all.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 5520, app/assets/fontawesome/css/all.scss */
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-689ebcda664c840ab357df22284f0a61bcc131ec8c37564a161c2d1e5159d1d5.woff2) format("woff2"), url(/assets/fa-brands-400-f791825b853670c738a5b6bb73a7faf95df7ad6b36e4aa270c0d4715169d9012.ttf) format("truetype");
}

/* line 5530, app/assets/fontawesome/css/all.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* line 5535, app/assets/fontawesome/css/all.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 5538, app/assets/fontawesome/css/all.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 5541, app/assets/fontawesome/css/all.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5544, app/assets/fontawesome/css/all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 5547, app/assets/fontawesome/css/all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 5550, app/assets/fontawesome/css/all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 5553, app/assets/fontawesome/css/all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 5556, app/assets/fontawesome/css/all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 5559, app/assets/fontawesome/css/all.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 5562, app/assets/fontawesome/css/all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 5565, app/assets/fontawesome/css/all.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 5568, app/assets/fontawesome/css/all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 5571, app/assets/fontawesome/css/all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 5574, app/assets/fontawesome/css/all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 5577, app/assets/fontawesome/css/all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 5580, app/assets/fontawesome/css/all.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 5583, app/assets/fontawesome/css/all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 5586, app/assets/fontawesome/css/all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 5589, app/assets/fontawesome/css/all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 5592, app/assets/fontawesome/css/all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 5595, app/assets/fontawesome/css/all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 5598, app/assets/fontawesome/css/all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 5601, app/assets/fontawesome/css/all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 5604, app/assets/fontawesome/css/all.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 5607, app/assets/fontawesome/css/all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 5610, app/assets/fontawesome/css/all.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 5613, app/assets/fontawesome/css/all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 5616, app/assets/fontawesome/css/all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 5619, app/assets/fontawesome/css/all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 5622, app/assets/fontawesome/css/all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 5625, app/assets/fontawesome/css/all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 5628, app/assets/fontawesome/css/all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 5631, app/assets/fontawesome/css/all.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 5634, app/assets/fontawesome/css/all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 5637, app/assets/fontawesome/css/all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 5640, app/assets/fontawesome/css/all.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 5643, app/assets/fontawesome/css/all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 5646, app/assets/fontawesome/css/all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 5649, app/assets/fontawesome/css/all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 5652, app/assets/fontawesome/css/all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 5655, app/assets/fontawesome/css/all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 5658, app/assets/fontawesome/css/all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 5661, app/assets/fontawesome/css/all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 5664, app/assets/fontawesome/css/all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 5667, app/assets/fontawesome/css/all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 5670, app/assets/fontawesome/css/all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 5673, app/assets/fontawesome/css/all.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 5676, app/assets/fontawesome/css/all.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 5679, app/assets/fontawesome/css/all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 5682, app/assets/fontawesome/css/all.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 5685, app/assets/fontawesome/css/all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 5688, app/assets/fontawesome/css/all.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 5691, app/assets/fontawesome/css/all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 5694, app/assets/fontawesome/css/all.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 5697, app/assets/fontawesome/css/all.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 5700, app/assets/fontawesome/css/all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 5703, app/assets/fontawesome/css/all.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 5706, app/assets/fontawesome/css/all.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 5709, app/assets/fontawesome/css/all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 5712, app/assets/fontawesome/css/all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 5715, app/assets/fontawesome/css/all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 5718, app/assets/fontawesome/css/all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 5721, app/assets/fontawesome/css/all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 5724, app/assets/fontawesome/css/all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 5727, app/assets/fontawesome/css/all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 5730, app/assets/fontawesome/css/all.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 5733, app/assets/fontawesome/css/all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 5736, app/assets/fontawesome/css/all.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 5739, app/assets/fontawesome/css/all.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 5742, app/assets/fontawesome/css/all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 5745, app/assets/fontawesome/css/all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 5748, app/assets/fontawesome/css/all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 5751, app/assets/fontawesome/css/all.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 5754, app/assets/fontawesome/css/all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 5757, app/assets/fontawesome/css/all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 5760, app/assets/fontawesome/css/all.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 5763, app/assets/fontawesome/css/all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 5766, app/assets/fontawesome/css/all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 5769, app/assets/fontawesome/css/all.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 5772, app/assets/fontawesome/css/all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 5775, app/assets/fontawesome/css/all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 5778, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 5781, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 5784, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 5787, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 5790, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 5793, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 5796, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 5799, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 5802, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 5805, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 5808, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 5811, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 5814, app/assets/fontawesome/css/all.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 5817, app/assets/fontawesome/css/all.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 5820, app/assets/fontawesome/css/all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 5823, app/assets/fontawesome/css/all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 5826, app/assets/fontawesome/css/all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 5829, app/assets/fontawesome/css/all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 5832, app/assets/fontawesome/css/all.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 5835, app/assets/fontawesome/css/all.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 5838, app/assets/fontawesome/css/all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 5841, app/assets/fontawesome/css/all.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 5844, app/assets/fontawesome/css/all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 5847, app/assets/fontawesome/css/all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 5850, app/assets/fontawesome/css/all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 5853, app/assets/fontawesome/css/all.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 5856, app/assets/fontawesome/css/all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 5859, app/assets/fontawesome/css/all.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 5862, app/assets/fontawesome/css/all.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 5865, app/assets/fontawesome/css/all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 5868, app/assets/fontawesome/css/all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 5871, app/assets/fontawesome/css/all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 5874, app/assets/fontawesome/css/all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 5877, app/assets/fontawesome/css/all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 5880, app/assets/fontawesome/css/all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 5883, app/assets/fontawesome/css/all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 5886, app/assets/fontawesome/css/all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 5889, app/assets/fontawesome/css/all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 5892, app/assets/fontawesome/css/all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 5895, app/assets/fontawesome/css/all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 5898, app/assets/fontawesome/css/all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 5901, app/assets/fontawesome/css/all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 5904, app/assets/fontawesome/css/all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 5907, app/assets/fontawesome/css/all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 5910, app/assets/fontawesome/css/all.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 5913, app/assets/fontawesome/css/all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 5916, app/assets/fontawesome/css/all.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 5919, app/assets/fontawesome/css/all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 5922, app/assets/fontawesome/css/all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 5925, app/assets/fontawesome/css/all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 5928, app/assets/fontawesome/css/all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 5931, app/assets/fontawesome/css/all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 5934, app/assets/fontawesome/css/all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 5937, app/assets/fontawesome/css/all.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 5940, app/assets/fontawesome/css/all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 5943, app/assets/fontawesome/css/all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 5946, app/assets/fontawesome/css/all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 5949, app/assets/fontawesome/css/all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 5952, app/assets/fontawesome/css/all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 5955, app/assets/fontawesome/css/all.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 5958, app/assets/fontawesome/css/all.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 5961, app/assets/fontawesome/css/all.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 5964, app/assets/fontawesome/css/all.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 5967, app/assets/fontawesome/css/all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 5970, app/assets/fontawesome/css/all.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 5973, app/assets/fontawesome/css/all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 5976, app/assets/fontawesome/css/all.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 5979, app/assets/fontawesome/css/all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 5982, app/assets/fontawesome/css/all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 5985, app/assets/fontawesome/css/all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 5988, app/assets/fontawesome/css/all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 5991, app/assets/fontawesome/css/all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 5994, app/assets/fontawesome/css/all.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 5997, app/assets/fontawesome/css/all.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 6000, app/assets/fontawesome/css/all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 6003, app/assets/fontawesome/css/all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 6006, app/assets/fontawesome/css/all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 6009, app/assets/fontawesome/css/all.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 6012, app/assets/fontawesome/css/all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 6015, app/assets/fontawesome/css/all.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 6018, app/assets/fontawesome/css/all.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 6021, app/assets/fontawesome/css/all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 6024, app/assets/fontawesome/css/all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 6027, app/assets/fontawesome/css/all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 6030, app/assets/fontawesome/css/all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 6033, app/assets/fontawesome/css/all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 6036, app/assets/fontawesome/css/all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 6039, app/assets/fontawesome/css/all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 6042, app/assets/fontawesome/css/all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 6045, app/assets/fontawesome/css/all.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 6048, app/assets/fontawesome/css/all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 6051, app/assets/fontawesome/css/all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 6054, app/assets/fontawesome/css/all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 6057, app/assets/fontawesome/css/all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 6060, app/assets/fontawesome/css/all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 6063, app/assets/fontawesome/css/all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 6066, app/assets/fontawesome/css/all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 6069, app/assets/fontawesome/css/all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 6072, app/assets/fontawesome/css/all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 6075, app/assets/fontawesome/css/all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 6078, app/assets/fontawesome/css/all.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 6081, app/assets/fontawesome/css/all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 6084, app/assets/fontawesome/css/all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 6087, app/assets/fontawesome/css/all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 6090, app/assets/fontawesome/css/all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 6093, app/assets/fontawesome/css/all.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 6096, app/assets/fontawesome/css/all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 6099, app/assets/fontawesome/css/all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 6102, app/assets/fontawesome/css/all.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 6105, app/assets/fontawesome/css/all.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 6108, app/assets/fontawesome/css/all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 6111, app/assets/fontawesome/css/all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 6114, app/assets/fontawesome/css/all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 6117, app/assets/fontawesome/css/all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 6120, app/assets/fontawesome/css/all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 6123, app/assets/fontawesome/css/all.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 6126, app/assets/fontawesome/css/all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 6129, app/assets/fontawesome/css/all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 6132, app/assets/fontawesome/css/all.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 6135, app/assets/fontawesome/css/all.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 6138, app/assets/fontawesome/css/all.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 6141, app/assets/fontawesome/css/all.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 6144, app/assets/fontawesome/css/all.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 6147, app/assets/fontawesome/css/all.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 6150, app/assets/fontawesome/css/all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 6153, app/assets/fontawesome/css/all.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 6156, app/assets/fontawesome/css/all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 6159, app/assets/fontawesome/css/all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 6162, app/assets/fontawesome/css/all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 6165, app/assets/fontawesome/css/all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 6168, app/assets/fontawesome/css/all.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 6171, app/assets/fontawesome/css/all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 6174, app/assets/fontawesome/css/all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 6177, app/assets/fontawesome/css/all.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 6180, app/assets/fontawesome/css/all.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 6183, app/assets/fontawesome/css/all.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 6186, app/assets/fontawesome/css/all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 6189, app/assets/fontawesome/css/all.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 6192, app/assets/fontawesome/css/all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 6195, app/assets/fontawesome/css/all.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 6198, app/assets/fontawesome/css/all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 6201, app/assets/fontawesome/css/all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 6204, app/assets/fontawesome/css/all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 6207, app/assets/fontawesome/css/all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 6210, app/assets/fontawesome/css/all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 6213, app/assets/fontawesome/css/all.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 6216, app/assets/fontawesome/css/all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 6219, app/assets/fontawesome/css/all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 6222, app/assets/fontawesome/css/all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 6225, app/assets/fontawesome/css/all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 6228, app/assets/fontawesome/css/all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 6231, app/assets/fontawesome/css/all.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 6234, app/assets/fontawesome/css/all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 6237, app/assets/fontawesome/css/all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 6240, app/assets/fontawesome/css/all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 6243, app/assets/fontawesome/css/all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 6246, app/assets/fontawesome/css/all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 6249, app/assets/fontawesome/css/all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 6252, app/assets/fontawesome/css/all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 6255, app/assets/fontawesome/css/all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 6258, app/assets/fontawesome/css/all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 6261, app/assets/fontawesome/css/all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 6264, app/assets/fontawesome/css/all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 6267, app/assets/fontawesome/css/all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 6270, app/assets/fontawesome/css/all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 6273, app/assets/fontawesome/css/all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 6276, app/assets/fontawesome/css/all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 6279, app/assets/fontawesome/css/all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 6282, app/assets/fontawesome/css/all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 6285, app/assets/fontawesome/css/all.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 6288, app/assets/fontawesome/css/all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 6291, app/assets/fontawesome/css/all.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 6294, app/assets/fontawesome/css/all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 6297, app/assets/fontawesome/css/all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 6300, app/assets/fontawesome/css/all.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 6303, app/assets/fontawesome/css/all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 6306, app/assets/fontawesome/css/all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 6309, app/assets/fontawesome/css/all.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 6312, app/assets/fontawesome/css/all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 6315, app/assets/fontawesome/css/all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 6318, app/assets/fontawesome/css/all.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 6321, app/assets/fontawesome/css/all.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 6324, app/assets/fontawesome/css/all.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 6327, app/assets/fontawesome/css/all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 6330, app/assets/fontawesome/css/all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 6333, app/assets/fontawesome/css/all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 6336, app/assets/fontawesome/css/all.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 6339, app/assets/fontawesome/css/all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 6342, app/assets/fontawesome/css/all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 6345, app/assets/fontawesome/css/all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 6348, app/assets/fontawesome/css/all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 6351, app/assets/fontawesome/css/all.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 6354, app/assets/fontawesome/css/all.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 6357, app/assets/fontawesome/css/all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 6360, app/assets/fontawesome/css/all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 6363, app/assets/fontawesome/css/all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 6366, app/assets/fontawesome/css/all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 6369, app/assets/fontawesome/css/all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 6372, app/assets/fontawesome/css/all.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 6375, app/assets/fontawesome/css/all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 6378, app/assets/fontawesome/css/all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 6381, app/assets/fontawesome/css/all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 6384, app/assets/fontawesome/css/all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 6387, app/assets/fontawesome/css/all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 6390, app/assets/fontawesome/css/all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 6393, app/assets/fontawesome/css/all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 6396, app/assets/fontawesome/css/all.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 6399, app/assets/fontawesome/css/all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 6402, app/assets/fontawesome/css/all.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 6405, app/assets/fontawesome/css/all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 6408, app/assets/fontawesome/css/all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 6411, app/assets/fontawesome/css/all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 6414, app/assets/fontawesome/css/all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 6417, app/assets/fontawesome/css/all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 6420, app/assets/fontawesome/css/all.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 6423, app/assets/fontawesome/css/all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 6426, app/assets/fontawesome/css/all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 6429, app/assets/fontawesome/css/all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 6432, app/assets/fontawesome/css/all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 6435, app/assets/fontawesome/css/all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 6438, app/assets/fontawesome/css/all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 6441, app/assets/fontawesome/css/all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 6444, app/assets/fontawesome/css/all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 6447, app/assets/fontawesome/css/all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 6450, app/assets/fontawesome/css/all.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 6453, app/assets/fontawesome/css/all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 6456, app/assets/fontawesome/css/all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 6459, app/assets/fontawesome/css/all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 6462, app/assets/fontawesome/css/all.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 6465, app/assets/fontawesome/css/all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 6468, app/assets/fontawesome/css/all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 6471, app/assets/fontawesome/css/all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 6474, app/assets/fontawesome/css/all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 6477, app/assets/fontawesome/css/all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 6480, app/assets/fontawesome/css/all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 6483, app/assets/fontawesome/css/all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 6486, app/assets/fontawesome/css/all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 6489, app/assets/fontawesome/css/all.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 6492, app/assets/fontawesome/css/all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 6495, app/assets/fontawesome/css/all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 6498, app/assets/fontawesome/css/all.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 6501, app/assets/fontawesome/css/all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 6504, app/assets/fontawesome/css/all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 6507, app/assets/fontawesome/css/all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 6510, app/assets/fontawesome/css/all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 6513, app/assets/fontawesome/css/all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 6516, app/assets/fontawesome/css/all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 6519, app/assets/fontawesome/css/all.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 6522, app/assets/fontawesome/css/all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 6525, app/assets/fontawesome/css/all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 6528, app/assets/fontawesome/css/all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 6531, app/assets/fontawesome/css/all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 6534, app/assets/fontawesome/css/all.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 6537, app/assets/fontawesome/css/all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 6540, app/assets/fontawesome/css/all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 6543, app/assets/fontawesome/css/all.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 6546, app/assets/fontawesome/css/all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 6549, app/assets/fontawesome/css/all.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 6552, app/assets/fontawesome/css/all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 6555, app/assets/fontawesome/css/all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 6558, app/assets/fontawesome/css/all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 6561, app/assets/fontawesome/css/all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 6564, app/assets/fontawesome/css/all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 6567, app/assets/fontawesome/css/all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 6570, app/assets/fontawesome/css/all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 6573, app/assets/fontawesome/css/all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 6576, app/assets/fontawesome/css/all.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 6579, app/assets/fontawesome/css/all.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 6582, app/assets/fontawesome/css/all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 6585, app/assets/fontawesome/css/all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 6588, app/assets/fontawesome/css/all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 6591, app/assets/fontawesome/css/all.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 6594, app/assets/fontawesome/css/all.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 6597, app/assets/fontawesome/css/all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 6600, app/assets/fontawesome/css/all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 6603, app/assets/fontawesome/css/all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 6606, app/assets/fontawesome/css/all.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 6609, app/assets/fontawesome/css/all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 6612, app/assets/fontawesome/css/all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 6615, app/assets/fontawesome/css/all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 6618, app/assets/fontawesome/css/all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 6621, app/assets/fontawesome/css/all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 6624, app/assets/fontawesome/css/all.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 6627, app/assets/fontawesome/css/all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 6630, app/assets/fontawesome/css/all.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 6633, app/assets/fontawesome/css/all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 6636, app/assets/fontawesome/css/all.scss */
.fa-square-font-awesome:before {
  content: "\f425";
}

/* line 6639, app/assets/fontawesome/css/all.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 6642, app/assets/fontawesome/css/all.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 6645, app/assets/fontawesome/css/all.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 6648, app/assets/fontawesome/css/all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 6651, app/assets/fontawesome/css/all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 6654, app/assets/fontawesome/css/all.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 6657, app/assets/fontawesome/css/all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 6660, app/assets/fontawesome/css/all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 6663, app/assets/fontawesome/css/all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 6666, app/assets/fontawesome/css/all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 6669, app/assets/fontawesome/css/all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 6672, app/assets/fontawesome/css/all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 6675, app/assets/fontawesome/css/all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 6678, app/assets/fontawesome/css/all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 6681, app/assets/fontawesome/css/all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 6684, app/assets/fontawesome/css/all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 6687, app/assets/fontawesome/css/all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 6690, app/assets/fontawesome/css/all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 6693, app/assets/fontawesome/css/all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 6696, app/assets/fontawesome/css/all.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 6699, app/assets/fontawesome/css/all.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 6702, app/assets/fontawesome/css/all.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 6705, app/assets/fontawesome/css/all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 6708, app/assets/fontawesome/css/all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 6711, app/assets/fontawesome/css/all.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 6714, app/assets/fontawesome/css/all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 6717, app/assets/fontawesome/css/all.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 6720, app/assets/fontawesome/css/all.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 6723, app/assets/fontawesome/css/all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 6726, app/assets/fontawesome/css/all.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 6729, app/assets/fontawesome/css/all.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 6732, app/assets/fontawesome/css/all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 6735, app/assets/fontawesome/css/all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 6738, app/assets/fontawesome/css/all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 6741, app/assets/fontawesome/css/all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 6744, app/assets/fontawesome/css/all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 6747, app/assets/fontawesome/css/all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 6750, app/assets/fontawesome/css/all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 6753, app/assets/fontawesome/css/all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 6756, app/assets/fontawesome/css/all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 6759, app/assets/fontawesome/css/all.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 6762, app/assets/fontawesome/css/all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 6765, app/assets/fontawesome/css/all.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 6768, app/assets/fontawesome/css/all.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 6771, app/assets/fontawesome/css/all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 6774, app/assets/fontawesome/css/all.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 6777, app/assets/fontawesome/css/all.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 6780, app/assets/fontawesome/css/all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 6783, app/assets/fontawesome/css/all.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 6786, app/assets/fontawesome/css/all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 6789, app/assets/fontawesome/css/all.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 6792, app/assets/fontawesome/css/all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 6795, app/assets/fontawesome/css/all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 6798, app/assets/fontawesome/css/all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 6801, app/assets/fontawesome/css/all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 6804, app/assets/fontawesome/css/all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 6807, app/assets/fontawesome/css/all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 6810, app/assets/fontawesome/css/all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 6813, app/assets/fontawesome/css/all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 6816, app/assets/fontawesome/css/all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 6819, app/assets/fontawesome/css/all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 6822, app/assets/fontawesome/css/all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 6825, app/assets/fontawesome/css/all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 6828, app/assets/fontawesome/css/all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 6831, app/assets/fontawesome/css/all.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 6834, app/assets/fontawesome/css/all.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 6837, app/assets/fontawesome/css/all.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 6840, app/assets/fontawesome/css/all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 6843, app/assets/fontawesome/css/all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 6846, app/assets/fontawesome/css/all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 6849, app/assets/fontawesome/css/all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 6852, app/assets/fontawesome/css/all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 6855, app/assets/fontawesome/css/all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 6858, app/assets/fontawesome/css/all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 6861, app/assets/fontawesome/css/all.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 6864, app/assets/fontawesome/css/all.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 6867, app/assets/fontawesome/css/all.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 6870, app/assets/fontawesome/css/all.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 6873, app/assets/fontawesome/css/all.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 6876, app/assets/fontawesome/css/all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 6879, app/assets/fontawesome/css/all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 6882, app/assets/fontawesome/css/all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 6885, app/assets/fontawesome/css/all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 6888, app/assets/fontawesome/css/all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 6891, app/assets/fontawesome/css/all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 6894, app/assets/fontawesome/css/all.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 6897, app/assets/fontawesome/css/all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 6900, app/assets/fontawesome/css/all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 6903, app/assets/fontawesome/css/all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 6906, app/assets/fontawesome/css/all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 6909, app/assets/fontawesome/css/all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 6912, app/assets/fontawesome/css/all.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 6915, app/assets/fontawesome/css/all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 6918, app/assets/fontawesome/css/all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 6921, app/assets/fontawesome/css/all.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 6924, app/assets/fontawesome/css/all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 6927, app/assets/fontawesome/css/all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 6930, app/assets/fontawesome/css/all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 6933, app/assets/fontawesome/css/all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 6936, app/assets/fontawesome/css/all.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 6938, app/assets/fontawesome/css/all.scss */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-39170ca8e362e7f697e37a4877699ebea9ade648ced6dffc06f3b2bde55a958f.woff2) format("woff2"), url(/assets/fa-regular-400-d095a086d7b8a00288e5d13b25ba9844f3f770a42b773deeadf572c4ef12f522.ttf) format("truetype");
}

/* line 6948, app/assets/fontawesome/css/all.scss */
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

/* line 6952, app/assets/fontawesome/css/all.scss */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-4824e04266bae96c79b5162c1c8491cccfeef7e3466d46c517e2adc827c713b8.woff2) format("woff2"), url(/assets/fa-solid-900-df2c8532cbb08fbceb627c421920dd5cb5d508836849609fa98927f786f2beca.ttf) format("truetype");
}

/* line 6962, app/assets/fontawesome/css/all.scss */
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fa-brands-400-689ebcda664c840ab357df22284f0a61bcc131ec8c37564a161c2d1e5159d1d5.woff2) format("woff2"), url(/assets/fa-brands-400-f791825b853670c738a5b6bb73a7faf95df7ad6b36e4aa270c0d4715169d9012.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(/assets/fa-solid-900-4824e04266bae96c79b5162c1c8491cccfeef7e3466d46c517e2adc827c713b8.woff2) format("woff2"), url(/assets/fa-solid-900-df2c8532cbb08fbceb627c421920dd5cb5d508836849609fa98927f786f2beca.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fa-regular-400-39170ca8e362e7f697e37a4877699ebea9ade648ced6dffc06f3b2bde55a958f.woff2) format("woff2"), url(/assets/fa-regular-400-d095a086d7b8a00288e5d13b25ba9844f3f770a42b773deeadf572c4ef12f522.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-solid-900-4824e04266bae96c79b5162c1c8491cccfeef7e3466d46c517e2adc827c713b8.woff2) format("woff2"), url(/assets/fa-solid-900-df2c8532cbb08fbceb627c421920dd5cb5d508836849609fa98927f786f2beca.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-brands-400-689ebcda664c840ab357df22284f0a61bcc131ec8c37564a161c2d1e5159d1d5.woff2) format("woff2"), url(/assets/fa-brands-400-f791825b853670c738a5b6bb73a7faf95df7ad6b36e4aa270c0d4715169d9012.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-regular-400-39170ca8e362e7f697e37a4877699ebea9ade648ced6dffc06f3b2bde55a958f.woff2) format("woff2"), url(/assets/fa-regular-400-d095a086d7b8a00288e5d13b25ba9844f3f770a42b773deeadf572c4ef12f522.ttf) format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-v4compatibility-215568aa6e82b1fd0f730ceb9e648af88a6c0173f9f2b19f09886d36ee73f0ad.woff2) format("woff2"), url(/assets/fa-v4compatibility-28823a5939395279a19d4fafeb0403708c2f15da93eca86b81b85bc2e4131379.ttf) format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A;
}

@font-face {
  font-family: 'Yellowtail';
  src: url(/assets/Yellowtail/Yellowtail-Regular-6aaef74d0157b28a0d2121affc809b34ae2910947c40e6aec7e32a0a68997f3c.ttf);
}

@font-face {
  font-family: 'Babylonica';
  src: url(/assets/Babylonica/Babylonica-Regular-3fdc193431318093d7b59f3c531a131a7ee6e49623255a1335ad059aaffe32a9.ttf);
}

@font-face {
  font-family: 'Nothing You Could Do';
  src: url(/assets/Nothing_You_Could_Do/NothingYouCouldDo-Regular-7fcd26d4454ce10cb46b30c3c8b4f7bbbe854dc40276a1c618d066a65addd07b.ttf);
}

@font-face {
  font-family: 'Parisienne';
  src: url(/assets/Parisienne/Parisienne-Regular-d1d57bac740a2e6b6e2429fb6ce198cd86be1d26bcd357e25fb534ba4792daaf.ttf);
}

/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2021 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2021 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
/* line 44, vendor/assets/stylesheets/bootstrap-multiselect.css */
span.multiselect-native-select {
  position: relative;
}

/* line 47, vendor/assets/stylesheets/bootstrap-multiselect.css */
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

/* line 59, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect.dropdown-toggle:after {
  display: none;
}

/* line 62, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 66, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 72, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

/* line 75, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}

/* line 79, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 87, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 91, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}

/* line 95, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}

/* line 98, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

/* line 103, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-toggle {
  cursor: pointer;
}

/* line 111, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
}

/* line 116, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: lightgrey;
  color: black;
}

/* line 125, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  background-color: darkgray !important;
}

/* line 133, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
  padding: 0 5px 0 20px;
}

/* line 138, vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  outline: none;
}

/* line 143, vendor/assets/stylesheets/bootstrap-multiselect.css */
.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}

/* line 146, vendor/assets/stylesheets/bootstrap-multiselect.css */
.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(4em);
}

/* line 153, vendor/assets/stylesheets/bootstrap-multiselect.css */
.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}

/* line 157, vendor/assets/stylesheets/bootstrap-multiselect.css */
.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}

/* line 160, vendor/assets/stylesheets/bootstrap-multiselect.css */
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 164, vendor/assets/stylesheets/bootstrap-multiselect.css */
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .checkbox-list > li > a {
  display: block;
  padding: 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 11, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .checkbox-list > li > a:hover,
#example-checkbox-list-container .checkbox-list > li > a:focus {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

/* line 18, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .checkbox-list > .active > a,
#example-checkbox-list-container .checkbox-list > .active > a:hover,
#example-checkbox-list-container .checkbox-list > .active > a:focus {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

/* line 27, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .checkbox-list > .disabled > a,
#example-checkbox-list-container .checkbox-list > .disabled > a:hover,
#example-checkbox-list-container .checkbox-list > .disabled > a:focus {
  color: #777;
}

/* line 33, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .checkbox-list > .disabled > a:hover,
#example-checkbox-list-container .checkbox-list > .disabled > a:focus {
  text-decoration: none;
  cursor: unset;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 42, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .checkbox-list > li > a > label {
  padding: 3px 0 3px 20px;
}

@media (min-width: 768px) {
  /* line 47, app/assets/stylesheets/multiselect.scss */
  #example-checkbox-list-container .checkbox-list > li {
    float: left;
    width: 33%;
  }
  /* line 51, app/assets/stylesheets/multiselect.scss */
  #example-checkbox-list-container .checkbox-list-vertical > li {
    float: none;
    width: 100%;
  }
}

/* line 57, app/assets/stylesheets/multiselect.scss */
#example-checkbox-list-container .multiselect-container.checkbox-list {
  position: static;
}
