/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/nprogress/nprogress.css ***!
  \**********************************************************************************************************************************************************************************************************/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/bootstrap.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
:root {
  --primary-rgb: rgba(33, 204, 153, 0.25);
  --primary-clear: #f4f8f7;
  --primary-1: hsl(162, 36%, 95%);
  --primary-2: hsl(163, 40%, 85%);
  --primary-3: hsl(163, 40%, 75%);
  --primary-4: hsl(163, 42%, 63%);
  --primary-5: hsl(163, 42%, 53%);
  --primary-6: hsl(186, 100%, 33%); }

/** importbootstrap **/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #B5580D;
  --yellow: #946F00;
  --green: #208337;
  --teal: #20c997;
  --cyan: #128091;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #c137a2;
  --secondary: #694ed6;
  --success: #208337;
  --info: #128091;
  --warning: #946F00;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-alt: #694ed6;
  --aqua: #39a2ac;
  --clear-gray: #d3d4db;
  --gray: #555555;
  --dark-gray: #434343;
  --light-gray: #767676;
  --regular-gray: #b7b7b7;
  --black: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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; }

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #c137a2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #852670;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(.focus-visible) {
  outline: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.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) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #eec7e5; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #df97cf; }

.table-hover .table-primary:hover {
  background-color: #e8b3dc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #e8b3dc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d5cdf4; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b1a3ea; }

.table-hover .table-secondary:hover {
  background-color: #c3b8ef; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c3b8ef; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1dcc7; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8bbf97; }

.table-hover .table-success:hover {
  background-color: #b1d3b8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1d3b8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bddbe0; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #84bdc6; }

.table-hover .table-info:hover {
  background-color: #acd2d8; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #acd2d8; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #e1d7b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #c7b47a; }

.table-hover .table-warning:hover {
  background-color: #d9cda6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #d9cda6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-primary-alt,
.table-primary-alt > th,
.table-primary-alt > td {
  background-color: #d5cdf4; }

.table-primary-alt th,
.table-primary-alt td,
.table-primary-alt thead th,
.table-primary-alt tbody + tbody {
  border-color: #b1a3ea; }

.table-hover .table-primary-alt:hover {
  background-color: #c3b8ef; }
  .table-hover .table-primary-alt:hover > td,
  .table-hover .table-primary-alt:hover > th {
    background-color: #c3b8ef; }

.table-aqua,
.table-aqua > th,
.table-aqua > td {
  background-color: #c8e5e8; }

.table-aqua th,
.table-aqua td,
.table-aqua thead th,
.table-aqua tbody + tbody {
  border-color: #98cfd4; }

.table-hover .table-aqua:hover {
  background-color: #b6dde0; }
  .table-hover .table-aqua:hover > td,
  .table-hover .table-aqua:hover > th {
    background-color: #b6dde0; }

.table-clear-gray,
.table-clear-gray > th,
.table-clear-gray > td {
  background-color: #f3f3f5; }

.table-clear-gray th,
.table-clear-gray td,
.table-clear-gray thead th,
.table-clear-gray tbody + tbody {
  border-color: #e8e9ec; }

.table-hover .table-clear-gray:hover {
  background-color: #e5e5e9; }
  .table-hover .table-clear-gray:hover > td,
  .table-hover .table-clear-gray:hover > th {
    background-color: #e5e5e9; }

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #cfcfcf; }

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #a7a7a7; }

.table-hover .table-gray:hover {
  background-color: #c2c2c2; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #c2c2c2; }

.table-dark-gray,
.table-dark-gray > th,
.table-dark-gray > td {
  background-color: #cacaca; }

.table-dark-gray th,
.table-dark-gray td,
.table-dark-gray thead th,
.table-dark-gray tbody + tbody {
  border-color: #9d9d9d; }

.table-hover .table-dark-gray:hover {
  background-color: #bdbdbd; }
  .table-hover .table-dark-gray:hover > td,
  .table-hover .table-dark-gray:hover > th {
    background-color: #bdbdbd; }

.table-light-gray,
.table-light-gray > th,
.table-light-gray > td {
  background-color: #d9d9d9; }

.table-light-gray th,
.table-light-gray td,
.table-light-gray thead th,
.table-light-gray tbody + tbody {
  border-color: #b8b8b8; }

.table-hover .table-light-gray:hover {
  background-color: #cccccc; }
  .table-hover .table-light-gray:hover > td,
  .table-hover .table-light-gray:hover > th {
    background-color: #cccccc; }

.table-regular-gray,
.table-regular-gray > th,
.table-regular-gray > td {
  background-color: #ebebeb; }

.table-regular-gray th,
.table-regular-gray td,
.table-regular-gray thead th,
.table-regular-gray tbody + tbody {
  border-color: #dadada; }

.table-hover .table-regular-gray:hover {
  background-color: #dedede; }
  .table-hover .table-regular-gray:hover > td,
  .table-hover .table-regular-gray:hover > th {
    background-color: #dedede; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.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) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e196d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.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; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.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; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.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; }

.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; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #208337; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(32, 131, 55, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #208337;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23208337%27 d=%27M2.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%27/%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); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.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); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #208337;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23208337%27 d=%27M2.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%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #208337; }

.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; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #208337; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #208337; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2aac48;
  background-color: #2aac48; }

.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(32, 131, 55, 0.25); }

.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: #208337; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #208337; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #208337;
  box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.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=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%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); }
  .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); }

.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); }

.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=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.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; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.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; }

.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); }

.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; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.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); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #c137a2;
  border-color: #c137a2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a32f89;
    border-color: #992c81; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a32f89;
    border-color: #992c81;
    box-shadow: 0 0 0 0.2rem rgba(202, 85, 176, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #992c81;
    border-color: #8f2978; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(202, 85, 176, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #694ed6;
  border-color: #694ed6; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4;
    box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4b2dc4;
    border-color: #472bb9; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }

.btn-success {
  color: #fff;
  background-color: #208337;
  border-color: #208337; }
  .btn-success:hover {
    color: #fff;
    background-color: #18642a;
    border-color: #165a26; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #18642a;
    border-color: #165a26;
    box-shadow: 0 0 0 0.2rem rgba(65, 150, 85, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #208337;
    border-color: #208337; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #165a26;
    border-color: #135021; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 150, 85, 0.5); }

.btn-info {
  color: #fff;
  background-color: #128091;
  border-color: #128091; }
  .btn-info:hover {
    color: #fff;
    background-color: #0e626f;
    border-color: #0c5864; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0e626f;
    border-color: #0c5864;
    box-shadow: 0 0 0 0.2rem rgba(54, 147, 162, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #128091;
    border-color: #128091; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c5864;
    border-color: #0b4e58; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 147, 162, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #946F00;
  border-color: #946F00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #6e5200;
    border-color: #614900; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #6e5200;
    border-color: #614900;
    box-shadow: 0 0 0 0.2rem rgba(164, 133, 38, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #946F00;
    border-color: #946F00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #614900;
    border-color: #543f00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(164, 133, 38, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .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); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .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); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .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); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-primary-alt {
  color: #fff;
  background-color: #694ed6;
  border-color: #694ed6; }
  .btn-primary-alt:hover {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4; }
  .btn-primary-alt:focus, .btn-primary-alt.focus {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4;
    box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }
  .btn-primary-alt.disabled, .btn-primary-alt:disabled {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-primary-alt:not(:disabled):not(.disabled):active, .btn-primary-alt:not(:disabled):not(.disabled).active,
  .show > .btn-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #4b2dc4;
    border-color: #472bb9; }
    .btn-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-primary-alt:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-alt.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }

.btn-aqua {
  color: #fff;
  background-color: #39a2ac;
  border-color: #39a2ac; }
  .btn-aqua:hover {
    color: #fff;
    background-color: #2f878f;
    border-color: #2c7e86; }
  .btn-aqua:focus, .btn-aqua.focus {
    color: #fff;
    background-color: #2f878f;
    border-color: #2c7e86;
    box-shadow: 0 0 0 0.2rem rgba(87, 176, 184, 0.5); }
  .btn-aqua.disabled, .btn-aqua:disabled {
    color: #fff;
    background-color: #39a2ac;
    border-color: #39a2ac; }
  .btn-aqua:not(:disabled):not(.disabled):active, .btn-aqua:not(:disabled):not(.disabled).active,
  .show > .btn-aqua.dropdown-toggle {
    color: #fff;
    background-color: #2c7e86;
    border-color: #29757c; }
    .btn-aqua:not(:disabled):not(.disabled):active:focus, .btn-aqua:not(:disabled):not(.disabled).active:focus,
    .show > .btn-aqua.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 176, 184, 0.5); }

.btn-clear-gray {
  color: #212529;
  background-color: #d3d4db;
  border-color: #d3d4db; }
  .btn-clear-gray:hover {
    color: #212529;
    background-color: #bebfca;
    border-color: #b7b9c4; }
  .btn-clear-gray:focus, .btn-clear-gray.focus {
    color: #212529;
    background-color: #bebfca;
    border-color: #b7b9c4;
    box-shadow: 0 0 0 0.2rem rgba(184, 186, 192, 0.5); }
  .btn-clear-gray.disabled, .btn-clear-gray:disabled {
    color: #212529;
    background-color: #d3d4db;
    border-color: #d3d4db; }
  .btn-clear-gray:not(:disabled):not(.disabled):active, .btn-clear-gray:not(:disabled):not(.disabled).active,
  .show > .btn-clear-gray.dropdown-toggle {
    color: #212529;
    background-color: #b7b9c4;
    border-color: #b0b2be; }
    .btn-clear-gray:not(:disabled):not(.disabled):active:focus, .btn-clear-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clear-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(184, 186, 192, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #555555;
  border-color: #555555; }
  .btn-gray:hover {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c; }
  .btn-gray:focus, .btn-gray.focus {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c;
    box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #353535; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }

.btn-dark-gray {
  color: #fff;
  background-color: #434343;
  border-color: #434343; }
  .btn-dark-gray:hover {
    color: #fff;
    background-color: #303030;
    border-color: #2a2a2a; }
  .btn-dark-gray:focus, .btn-dark-gray.focus {
    color: #fff;
    background-color: #303030;
    border-color: #2a2a2a;
    box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5); }
  .btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
  .btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #232323; }
    .btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5); }

.btn-light-gray {
  color: #fff;
  background-color: #767676;
  border-color: #767676; }
  .btn-light-gray:hover {
    color: #fff;
    background-color: #636363;
    border-color: #5d5d5d; }
  .btn-light-gray:focus, .btn-light-gray.focus {
    color: #fff;
    background-color: #636363;
    border-color: #5d5d5d;
    box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }
  .btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }
  .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray.dropdown-toggle {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #565656; }
    .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }

.btn-regular-gray {
  color: #212529;
  background-color: #b7b7b7;
  border-color: #b7b7b7; }
  .btn-regular-gray:hover {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #9e9e9e; }
  .btn-regular-gray:focus, .btn-regular-gray.focus {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #9e9e9e;
    box-shadow: 0 0 0 0.2rem rgba(161, 161, 162, 0.5); }
  .btn-regular-gray.disabled, .btn-regular-gray:disabled {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7; }
  .btn-regular-gray:not(:disabled):not(.disabled):active, .btn-regular-gray:not(:disabled):not(.disabled).active,
  .show > .btn-regular-gray.dropdown-toggle {
    color: #212529;
    background-color: #9e9e9e;
    border-color: #979797; }
    .btn-regular-gray:not(:disabled):not(.disabled):active:focus, .btn-regular-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-regular-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(161, 161, 162, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary {
  color: #c137a2;
  border-color: #c137a2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #c137a2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.5); }

.btn-outline-secondary {
  color: #694ed6;
  border-color: #694ed6; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #694ed6;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.btn-outline-success {
  color: #208337;
  border-color: #208337; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #208337;
    border-color: #208337; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #208337;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #208337;
    border-color: #208337; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.5); }

.btn-outline-info {
  color: #128091;
  border-color: #128091; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #128091;
    border-color: #128091; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 128, 145, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #128091;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #128091;
    border-color: #128091; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 128, 145, 0.5); }

.btn-outline-warning {
  color: #946F00;
  border-color: #946F00; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #946F00;
    border-color: #946F00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 111, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #946F00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #946F00;
    border-color: #946F00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 111, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary-alt {
  color: #694ed6;
  border-color: #694ed6; }
  .btn-outline-primary-alt:hover {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-outline-primary-alt:focus, .btn-outline-primary-alt.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }
  .btn-outline-primary-alt.disabled, .btn-outline-primary-alt:disabled {
    color: #694ed6;
    background-color: transparent; }
  .btn-outline-primary-alt:not(:disabled):not(.disabled):active, .btn-outline-primary-alt:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
    .btn-outline-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-alt:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary-alt.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.btn-outline-aqua {
  color: #39a2ac;
  border-color: #39a2ac; }
  .btn-outline-aqua:hover {
    color: #fff;
    background-color: #39a2ac;
    border-color: #39a2ac; }
  .btn-outline-aqua:focus, .btn-outline-aqua.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 162, 172, 0.5); }
  .btn-outline-aqua.disabled, .btn-outline-aqua:disabled {
    color: #39a2ac;
    background-color: transparent; }
  .btn-outline-aqua:not(:disabled):not(.disabled):active, .btn-outline-aqua:not(:disabled):not(.disabled).active,
  .show > .btn-outline-aqua.dropdown-toggle {
    color: #fff;
    background-color: #39a2ac;
    border-color: #39a2ac; }
    .btn-outline-aqua:not(:disabled):not(.disabled):active:focus, .btn-outline-aqua:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-aqua.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 162, 172, 0.5); }

.btn-outline-clear-gray {
  color: #d3d4db;
  border-color: #d3d4db; }
  .btn-outline-clear-gray:hover {
    color: #212529;
    background-color: #d3d4db;
    border-color: #d3d4db; }
  .btn-outline-clear-gray:focus, .btn-outline-clear-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 212, 219, 0.5); }
  .btn-outline-clear-gray.disabled, .btn-outline-clear-gray:disabled {
    color: #d3d4db;
    background-color: transparent; }
  .btn-outline-clear-gray:not(:disabled):not(.disabled):active, .btn-outline-clear-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clear-gray.dropdown-toggle {
    color: #212529;
    background-color: #d3d4db;
    border-color: #d3d4db; }
    .btn-outline-clear-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-clear-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clear-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 212, 219, 0.5); }

.btn-outline-gray {
  color: #555555;
  border-color: #555555; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #555555;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.btn-outline-dark-gray {
  color: #434343;
  border-color: #434343; }
  .btn-outline-dark-gray:hover {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
  .btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #434343;
    background-color: transparent; }
  .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
    .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.btn-outline-light-gray {
  color: #767676;
  border-color: #767676; }
  .btn-outline-light-gray:hover {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }
  .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }
  .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
    color: #767676;
    background-color: transparent; }
  .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-gray.dropdown-toggle {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }
    .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }

.btn-outline-regular-gray {
  color: #b7b7b7;
  border-color: #b7b7b7; }
  .btn-outline-regular-gray:hover {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7; }
  .btn-outline-regular-gray:focus, .btn-outline-regular-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 183, 183, 0.5); }
  .btn-outline-regular-gray.disabled, .btn-outline-regular-gray:disabled {
    color: #b7b7b7;
    background-color: transparent; }
  .btn-outline-regular-gray:not(:disabled):not(.disabled):active, .btn-outline-regular-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-regular-gray.dropdown-toggle {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7; }
    .btn-outline-regular-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-regular-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-regular-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(183, 183, 183, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #c137a2;
  text-decoration: none; }
  .btn-link:hover {
    color: #852670;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .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; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.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; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.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; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.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; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.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; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.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; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c137a2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .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; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .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; }
  .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; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .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; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .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; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.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; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.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; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.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; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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; }

.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; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c137a2;
    background-color: #c137a2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e196d0; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ecbee2;
    border-color: #ecbee2; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .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; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #c137a2;
  background-color: #c137a2; }

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(193, 55, 162, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(193, 55, 162, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(193, 55, 162, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .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: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    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;
    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, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(193, 55, 162, 0.5); }

.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=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #e196d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.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; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #e196d0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.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;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .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; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #c137a2;
    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) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ecbee2; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #c137a2;
    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) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ecbee2; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #c137a2;
    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) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ecbee2; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c137a2; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .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; }

.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; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.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; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .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) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .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) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .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) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .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) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .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; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .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; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.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); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.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; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.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; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.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); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.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); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c137a2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #852670;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c137a2;
  border-color: #c137a2; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.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) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #c137a2; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #992c81; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #694ed6; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4b2dc4; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.badge-success {
  color: #fff;
  background-color: #208337; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #165a26; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.5); }

.badge-info {
  color: #fff;
  background-color: #128091; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0c5864; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 128, 145, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #946F00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #614900; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 111, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-primary-alt {
  color: #fff;
  background-color: #694ed6; }
  a.badge-primary-alt:hover, a.badge-primary-alt:focus {
    color: #fff;
    background-color: #4b2dc4; }
  a.badge-primary-alt:focus, a.badge-primary-alt.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.badge-aqua {
  color: #fff;
  background-color: #39a2ac; }
  a.badge-aqua:hover, a.badge-aqua:focus {
    color: #fff;
    background-color: #2c7e86; }
  a.badge-aqua:focus, a.badge-aqua.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(57, 162, 172, 0.5); }

.badge-clear-gray {
  color: #212529;
  background-color: #d3d4db; }
  a.badge-clear-gray:hover, a.badge-clear-gray:focus {
    color: #212529;
    background-color: #b7b9c4; }
  a.badge-clear-gray:focus, a.badge-clear-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(211, 212, 219, 0.5); }

.badge-gray {
  color: #fff;
  background-color: #555555; }
  a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #3c3c3c; }
  a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.badge-dark-gray {
  color: #fff;
  background-color: #434343; }
  a.badge-dark-gray:hover, a.badge-dark-gray:focus {
    color: #fff;
    background-color: #2a2a2a; }
  a.badge-dark-gray:focus, a.badge-dark-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.badge-light-gray {
  color: #fff;
  background-color: #767676; }
  a.badge-light-gray:hover, a.badge-light-gray:focus {
    color: #fff;
    background-color: #5d5d5d; }
  a.badge-light-gray:focus, a.badge-light-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }

.badge-regular-gray {
  color: #212529;
  background-color: #b7b7b7; }
  a.badge-regular-gray:hover, a.badge-regular-gray:focus {
    color: #212529;
    background-color: #9e9e9e; }
  a.badge-regular-gray:focus, a.badge-regular-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 183, 183, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #641d54;
  background-color: #f3d7ec;
  border-color: #eec7e5; }
  .alert-primary hr {
    border-top-color: #e8b3dc; }
  .alert-primary .alert-link {
    color: #3c1233; }

.alert-secondary {
  color: #37296f;
  background-color: #e1dcf7;
  border-color: #d5cdf4; }
  .alert-secondary hr {
    border-top-color: #c3b8ef; }
  .alert-secondary .alert-link {
    color: #251b4a; }

.alert-success {
  color: #11441d;
  background-color: #d2e6d7;
  border-color: #c1dcc7; }
  .alert-success hr {
    border-top-color: #b1d3b8; }
  .alert-success .alert-link {
    color: #071b0c; }

.alert-info {
  color: #09434b;
  background-color: #d0e6e9;
  border-color: #bddbe0; }
  .alert-info hr {
    border-top-color: #acd2d8; }
  .alert-info .alert-link {
    color: #041a1d; }

.alert-warning {
  color: #4d3a00;
  background-color: #eae2cc;
  border-color: #e1d7b8; }
  .alert-warning hr {
    border-top-color: #d9cda6; }
  .alert-warning .alert-link {
    color: #1a1400; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-primary-alt {
  color: #37296f;
  background-color: #e1dcf7;
  border-color: #d5cdf4; }
  .alert-primary-alt hr {
    border-top-color: #c3b8ef; }
  .alert-primary-alt .alert-link {
    color: #251b4a; }

.alert-aqua {
  color: #1e5459;
  background-color: #d7ecee;
  border-color: #c8e5e8; }
  .alert-aqua hr {
    border-top-color: #b6dde0; }
  .alert-aqua .alert-link {
    color: #113033; }

.alert-clear-gray {
  color: #6e6e72;
  background-color: #f6f6f8;
  border-color: #f3f3f5; }
  .alert-clear-gray hr {
    border-top-color: #e5e5e9; }
  .alert-clear-gray .alert-link {
    color: #555558; }

.alert-gray {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }
  .alert-gray hr {
    border-top-color: #c2c2c2; }
  .alert-gray .alert-link {
    color: #131313; }

.alert-dark-gray {
  color: #232323;
  background-color: #d9d9d9;
  border-color: #cacaca; }
  .alert-dark-gray hr {
    border-top-color: #bdbdbd; }
  .alert-dark-gray .alert-link {
    color: #0a0a0a; }

.alert-light-gray {
  color: #3d3d3d;
  background-color: #e4e4e4;
  border-color: #d9d9d9; }
  .alert-light-gray hr {
    border-top-color: #cccccc; }
  .alert-light-gray .alert-link {
    color: #242424; }

.alert-regular-gray {
  color: #5f5f5f;
  background-color: #f1f1f1;
  border-color: #ebebeb; }
  .alert-regular-gray hr {
    border-top-color: #dedede; }
  .alert-regular-gray .alert-link {
    color: #464646; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #c137a2;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #641d54;
  background-color: #eec7e5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #641d54;
    background-color: #e8b3dc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #641d54;
    border-color: #641d54; }

.list-group-item-secondary {
  color: #37296f;
  background-color: #d5cdf4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #37296f;
    background-color: #c3b8ef; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #37296f;
    border-color: #37296f; }

.list-group-item-success {
  color: #11441d;
  background-color: #c1dcc7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #11441d;
    background-color: #b1d3b8; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #11441d;
    border-color: #11441d; }

.list-group-item-info {
  color: #09434b;
  background-color: #bddbe0; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #09434b;
    background-color: #acd2d8; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #09434b;
    border-color: #09434b; }

.list-group-item-warning {
  color: #4d3a00;
  background-color: #e1d7b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #4d3a00;
    background-color: #d9cda6; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #4d3a00;
    border-color: #4d3a00; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-primary-alt {
  color: #37296f;
  background-color: #d5cdf4; }
  .list-group-item-primary-alt.list-group-item-action:hover, .list-group-item-primary-alt.list-group-item-action:focus {
    color: #37296f;
    background-color: #c3b8ef; }
  .list-group-item-primary-alt.list-group-item-action.active {
    color: #fff;
    background-color: #37296f;
    border-color: #37296f; }

.list-group-item-aqua {
  color: #1e5459;
  background-color: #c8e5e8; }
  .list-group-item-aqua.list-group-item-action:hover, .list-group-item-aqua.list-group-item-action:focus {
    color: #1e5459;
    background-color: #b6dde0; }
  .list-group-item-aqua.list-group-item-action.active {
    color: #fff;
    background-color: #1e5459;
    border-color: #1e5459; }

.list-group-item-clear-gray {
  color: #6e6e72;
  background-color: #f3f3f5; }
  .list-group-item-clear-gray.list-group-item-action:hover, .list-group-item-clear-gray.list-group-item-action:focus {
    color: #6e6e72;
    background-color: #e5e5e9; }
  .list-group-item-clear-gray.list-group-item-action.active {
    color: #fff;
    background-color: #6e6e72;
    border-color: #6e6e72; }

.list-group-item-gray {
  color: #2c2c2c;
  background-color: #cfcfcf; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #2c2c2c;
    background-color: #c2c2c2; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c; }

.list-group-item-dark-gray {
  color: #232323;
  background-color: #cacaca; }
  .list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
    color: #232323;
    background-color: #bdbdbd; }
  .list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #232323;
    border-color: #232323; }

.list-group-item-light-gray {
  color: #3d3d3d;
  background-color: #d9d9d9; }
  .list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
    color: #3d3d3d;
    background-color: #cccccc; }
  .list-group-item-light-gray.list-group-item-action.active {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d; }

.list-group-item-regular-gray {
  color: #5f5f5f;
  background-color: #ebebeb; }
  .list-group-item-regular-gray.list-group-item-action:hover, .list-group-item-regular-gray.list-group-item-action:focus {
    color: #5f5f5f;
    background-color: #dedede; }
  .list-group-item-regular-gray.list-group-item-action.active {
    color: #fff;
    background-color: #5f5f5f;
    border-color: #5f5f5f; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.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); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.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); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

[dir="ltr"] .tooltip {
  text-align: left; }

[dir="rtl"] .tooltip {
  text-align: right; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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-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; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #777777; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #777777; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #777777; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #777777; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #777777;
  border-radius: 0.25rem; }

[dir="ltr"] .popover {
  text-align: left; }

[dir="rtl"] .popover {
  text-align: right; }

.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", "Liberation 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-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; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"], .b-popover-primary.bs-popover-auto[x-placement^="top"], .b-popover-secondary.bs-popover-auto[x-placement^="top"], .b-popover-success.bs-popover-auto[x-placement^="top"], .b-popover-info.bs-popover-auto[x-placement^="top"], .b-popover-warning.bs-popover-auto[x-placement^="top"], .b-popover-danger.bs-popover-auto[x-placement^="top"], .b-popover-light.bs-popover-auto[x-placement^="top"], .b-popover-dark.bs-popover-auto[x-placement^="top"], .b-popover-primary-alt.bs-popover-auto[x-placement^="top"], .b-popover-aqua.bs-popover-auto[x-placement^="top"], .b-popover-clear-gray.bs-popover-auto[x-placement^="top"], .b-popover-gray.bs-popover-auto[x-placement^="top"], .b-popover-dark-gray.bs-popover-auto[x-placement^="top"], .b-popover-light-gray.bs-popover-auto[x-placement^="top"], .b-popover-regular-gray.bs-popover-auto[x-placement^="top"], .b-popover-black.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .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); }
    .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; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"], .b-popover-primary.bs-popover-auto[x-placement^="right"], .b-popover-secondary.bs-popover-auto[x-placement^="right"], .b-popover-success.bs-popover-auto[x-placement^="right"], .b-popover-info.bs-popover-auto[x-placement^="right"], .b-popover-warning.bs-popover-auto[x-placement^="right"], .b-popover-danger.bs-popover-auto[x-placement^="right"], .b-popover-light.bs-popover-auto[x-placement^="right"], .b-popover-dark.bs-popover-auto[x-placement^="right"], .b-popover-primary-alt.bs-popover-auto[x-placement^="right"], .b-popover-aqua.bs-popover-auto[x-placement^="right"], .b-popover-clear-gray.bs-popover-auto[x-placement^="right"], .b-popover-gray.bs-popover-auto[x-placement^="right"], .b-popover-dark-gray.bs-popover-auto[x-placement^="right"], .b-popover-light-gray.bs-popover-auto[x-placement^="right"], .b-popover-regular-gray.bs-popover-auto[x-placement^="right"], .b-popover-black.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .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; }
    .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); }
    .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; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"], .b-popover-primary.bs-popover-auto[x-placement^="bottom"], .b-popover-secondary.bs-popover-auto[x-placement^="bottom"], .b-popover-success.bs-popover-auto[x-placement^="bottom"], .b-popover-info.bs-popover-auto[x-placement^="bottom"], .b-popover-warning.bs-popover-auto[x-placement^="bottom"], .b-popover-danger.bs-popover-auto[x-placement^="bottom"], .b-popover-light.bs-popover-auto[x-placement^="bottom"], .b-popover-dark.bs-popover-auto[x-placement^="bottom"], .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"], .b-popover-aqua.bs-popover-auto[x-placement^="bottom"], .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-black.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .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); }
    .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; }
  .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; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"], .b-popover-primary.bs-popover-auto[x-placement^="left"], .b-popover-secondary.bs-popover-auto[x-placement^="left"], .b-popover-success.bs-popover-auto[x-placement^="left"], .b-popover-info.bs-popover-auto[x-placement^="left"], .b-popover-warning.bs-popover-auto[x-placement^="left"], .b-popover-danger.bs-popover-auto[x-placement^="left"], .b-popover-light.bs-popover-auto[x-placement^="left"], .b-popover-dark.bs-popover-auto[x-placement^="left"], .b-popover-primary-alt.bs-popover-auto[x-placement^="left"], .b-popover-aqua.bs-popover-auto[x-placement^="left"], .b-popover-clear-gray.bs-popover-auto[x-placement^="left"], .b-popover-gray.bs-popover-auto[x-placement^="left"], .b-popover-dark-gray.bs-popover-auto[x-placement^="left"], .b-popover-light-gray.bs-popover-auto[x-placement^="left"], .b-popover-regular-gray.bs-popover-auto[x-placement^="left"], .b-popover-black.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .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; }
    .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); }
    .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; }

.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); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.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; }

.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) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.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) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .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; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e"); }

.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; }
  .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) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #c137a2 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #992c81 !important; }

.bg-secondary {
  background-color: #694ed6 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4b2dc4 !important; }

.bg-success {
  background-color: #208337 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #165a26 !important; }

.bg-info {
  background-color: #128091 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c5864 !important; }

.bg-warning {
  background-color: #946F00 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #614900 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-primary-alt {
  background-color: #694ed6 !important; }

a.bg-primary-alt:hover, a.bg-primary-alt:focus,
button.bg-primary-alt:hover,
button.bg-primary-alt:focus {
  background-color: #4b2dc4 !important; }

.bg-aqua {
  background-color: #39a2ac !important; }

a.bg-aqua:hover, a.bg-aqua:focus,
button.bg-aqua:hover,
button.bg-aqua:focus {
  background-color: #2c7e86 !important; }

.bg-clear-gray {
  background-color: #d3d4db !important; }

a.bg-clear-gray:hover, a.bg-clear-gray:focus,
button.bg-clear-gray:hover,
button.bg-clear-gray:focus {
  background-color: #b7b9c4 !important; }

.bg-gray {
  background-color: #555555 !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #3c3c3c !important; }

.bg-dark-gray {
  background-color: #434343 !important; }

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #2a2a2a !important; }

.bg-light-gray {
  background-color: #767676 !important; }

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: #5d5d5d !important; }

.bg-regular-gray {
  background-color: #b7b7b7 !important; }

a.bg-regular-gray:hover, a.bg-regular-gray:focus,
button.bg-regular-gray:hover,
button.bg-regular-gray:focus {
  background-color: #9e9e9e !important; }

.bg-black {
  background-color: #000000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #c137a2 !important; }

.border-secondary {
  border-color: #694ed6 !important; }

.border-success {
  border-color: #208337 !important; }

.border-info {
  border-color: #128091 !important; }

.border-warning {
  border-color: #946F00 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-primary-alt {
  border-color: #694ed6 !important; }

.border-aqua {
  border-color: #39a2ac !important; }

.border-clear-gray {
  border-color: #d3d4db !important; }

.border-gray {
  border-color: #555555 !important; }

.border-dark-gray {
  border-color: #434343 !important; }

.border-light-gray {
  border-color: #767676 !important; }

.border-regular-gray {
  border-color: #b7b7b7 !important; }

.border-black {
  border-color: #000000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .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; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.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; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.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); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #c137a2 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #852670 !important; }

.text-secondary {
  color: #694ed6 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #4329af !important; }

.text-success {
  color: #208337 !important; }

a.text-success:hover, a.text-success:focus {
  color: #11461d !important; }

.text-info {
  color: #128091 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0a444d !important; }

.text-warning {
  color: #946F00 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #483600 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-primary-alt {
  color: #694ed6 !important; }

a.text-primary-alt:hover, a.text-primary-alt:focus {
  color: #4329af !important; }

.text-aqua {
  color: #39a2ac !important; }

a.text-aqua:hover, a.text-aqua:focus {
  color: #266c73 !important; }

.text-clear-gray {
  color: #d3d4db !important; }

a.text-clear-gray:hover, a.text-clear-gray:focus {
  color: #a9abb9 !important; }

.text-gray {
  color: #555555 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #2f2f2f !important; }

.text-dark-gray {
  color: #434343 !important; }

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #1d1d1d !important; }

.text-light-gray {
  color: #767676 !important; }

a.text-light-gray:hover, a.text-light-gray:focus {
  color: #505050 !important; }

.text-regular-gray {
  color: #b7b7b7 !important; }

a.text-regular-gray:hover, a.text-regular-gray:focus {
  color: #919191 !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.bv-no-focus-ring:focus {
  outline: none; }

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important; } }

@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important; } }

@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important; } }

@media (max-width: 1599.98px) {
  .bv-d-xl-down-none {
    display: none !important; } }

.bv-d-xxl-down-none {
  display: none !important; }

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #e196d0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .form-control.focus.is-valid {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }
  .form-control.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .b-avatar:focus {
    outline: 0; }
  .b-avatar.btn, .b-avatar[href] {
    padding: 0;
    border: 0; }
    .b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
      transition: -webkit-transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
      cursor: pointer; }
      .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
  .b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
    opacity: 0.65;
    pointer-events: none; }
  .b-avatar .b-avatar-custom,
  .b-avatar .b-avatar-text,
  .b-avatar .b-avatar-img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(white, black);
            mask-image: radial-gradient(white, black); }
  .b-avatar .b-avatar-text {
    text-transform: uppercase;
    white-space: nowrap; }
  .b-avatar[href] {
    text-decoration: none; }
  .b-avatar > .b-icon {
    width: 60%;
    height: auto;
    max-width: 100%; }
  .b-avatar .b-avatar-img img {
    width: 100%;
    height: 100%;
    max-height: auto;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover; }
  .b-avatar .b-avatar-badge {
    position: absolute;
    min-height: 1.5em;
    min-width: 1.5em;
    padding: 0.25em;
    line-height: 1;
    border-radius: 10em;
    font-size: 70%;
    font-weight: 700;
    z-index: 1; }

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem; }
  .b-avatar-sm .b-avatar-text {
    font-size: calc(0.6rem); }
  .b-avatar-sm .b-avatar-badge {
    font-size: calc(0.42rem); }

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem; }
  .b-avatar-lg .b-avatar-text {
    font-size: calc(1.4rem); }
  .b-avatar-lg .b-avatar-badge {
    font-size: calc(0.98rem); }

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap; }

.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6; }

.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1; }

.b-calendar {
  display: inline-flex; }
  .b-calendar .b-calendar-inner {
    min-width: 250px; }
  .b-calendar .b-calendar-header,
  .b-calendar .b-calendar-nav {
    margin-bottom: 0.25rem; }
  .b-calendar .b-calendar-nav .btn {
    padding: 0.25rem; }
  .b-calendar output {
    padding: 0.25rem;
    font-size: 80%; }
    .b-calendar output.readonly {
      background-color: #e9ecef;
      opacity: 1; }
  .b-calendar .b-calendar-footer {
    margin-top: 0.5rem; }
  .b-calendar .b-calendar-grid {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .b-calendar .b-calendar-grid .row {
      flex-wrap: nowrap; }
  .b-calendar .b-calendar-grid-caption {
    padding: 0.25rem; }
  .b-calendar .b-calendar-grid-body .col[data-date] .btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    margin: 3px auto;
    padding: 9px 0; }
  .b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled="true"] {
    cursor: default;
    pointer-events: none; }

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px); }

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important; }

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important; }

.dropdown .dropdown-menu:focus {
  outline: none; }

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400; }
  .b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important; }
  .b-dropdown-form.disabled, .b-dropdown-form:disabled {
    outline: 0 !important;
    color: #adb5bd;
    pointer-events: none; }

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter; }

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
  .custom-checkbox.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-checkbox .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3rem; }
  .custom-checkbox.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-checkbox .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%; }

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
  .custom-checkbox.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-checkbox .custom-control-label::before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.2rem; }
  .custom-checkbox.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-checkbox .custom-control-label::after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background-size: 50% 50%; }

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem; }
  .custom-switch.b-custom-control-lg .custom-control-label,
  .input-group-lg .custom-switch .custom-control-label {
    font-size: 1.25rem;
    line-height: 1.5; }
    .custom-switch.b-custom-control-lg .custom-control-label::before,
    .input-group-lg .custom-switch .custom-control-label::before {
      top: 0.3125rem;
      height: 1.25rem;
      left: -2.8125rem;
      width: 2.1875rem;
      border-radius: 0.625rem; }
    .custom-switch.b-custom-control-lg .custom-control-label::after,
    .input-group-lg .custom-switch .custom-control-label::after {
      top: calc( 0.3125rem + 2px);
      left: calc( -2.8125rem + 2px);
      width: calc( 1.25rem - 4px);
      height: calc( 1.25rem - 4px);
      border-radius: 0.625rem;
      background-size: 50% 50%; }
  .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(0.9375rem);
            transform: translateX(0.9375rem); }

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem; }
  .custom-switch.b-custom-control-sm .custom-control-label,
  .input-group-sm .custom-switch .custom-control-label {
    font-size: 0.875rem;
    line-height: 1.5; }
    .custom-switch.b-custom-control-sm .custom-control-label::before,
    .input-group-sm .custom-switch .custom-control-label::before {
      top: 0.21875rem;
      left: -1.96875rem;
      width: 1.53125rem;
      height: 0.875rem;
      border-radius: 0.4375rem; }
    .custom-switch.b-custom-control-sm .custom-control-label::after,
    .input-group-sm .custom-switch .custom-control-label::after {
      top: calc( 0.21875rem + 2px);
      left: calc( -1.96875rem + 2px);
      width: calc( 0.875rem - 4px);
      height: calc( 0.875rem - 4px);
      border-radius: 0.4375rem;
      background-size: 50% 50%; }
  .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(0.65625rem);
            transform: translateX(0.65625rem); }

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none; }
  .input-group .b-form-btn-label-control.form-control {
    padding: 0; }
  [dir="rtl"] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir="rtl"] {
    flex-direction: row-reverse; }
    [dir="rtl"] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir="rtl"] > label {
      text-align: right; }
  .b-form-btn-label-control.form-control > .btn {
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important;
    border: 0; }
    .b-form-btn-label-control.form-control > .btn:disabled {
      pointer-events: none; }
  .b-form-btn-label-control.form-control.is-valid > .btn {
    color: #208337; }
  .b-form-btn-label-control.form-control.is-invalid > .btn {
    color: #dc3545; }
  .b-form-btn-label-control.form-control > .dropdown-menu {
    padding: 0.5rem; }
  .b-form-btn-label-control.form-control > .form-control {
    height: auto;
    min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
    padding-left: 0.25rem;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    word-break: break-word;
    font-size: inherit;
    white-space: normal;
    cursor: pointer; }
    .b-form-btn-label-control.form-control > .form-control.form-control-sm {
      min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px); }
    .b-form-btn-label-control.form-control > .form-control.form-control-lg {
      min-height: calc(calc(1.5em + 1rem + 2px) - 2px); }
    .input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
      min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    .input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
      min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  .b-form-btn-label-control.form-control[aria-disabled="true"], .b-form-btn-label-control.form-control[aria-readonly="true"] {
    background-color: #e9ecef;
    opacity: 1; }
  .b-form-btn-label-control.form-control[aria-disabled="true"] {
    pointer-events: none; }
    .b-form-btn-label-control.form-control[aria-disabled="true"] > label {
      cursor: default; }

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem; }

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden; }

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px); }

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5; }

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem; }
  .b-custom-control-lg .custom-file-label::after,
  .input-group-lg .custom-file-label::after {
    font-size: inherit;
    height: calc( 1.5em + 1rem);
    border-radius: 0 0.3rem 0.3rem 0; }

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px); }

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5; }

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem; }
  .b-custom-control-sm .custom-file-label::after,
  .input-group-sm .custom-file-label::after {
    font-size: inherit;
    height: calc( 1.5em + 0.5rem);
    border-radius: 0 0.2rem 0.2rem 0; }

.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center; }

input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem; }

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem; }

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem; }

input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65; }

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }
  .input-group > .custom-range + .form-control,
  .input-group > .custom-range + .form-control-plaintext,
  .input-group > .custom-range + .custom-select,
  .input-group > .custom-range + .custom-range,
  .input-group > .custom-range + .custom-file {
    margin-left: -1px; }

.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px; }

.input-group > .custom-range:focus {
  z-index: 3; }

.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .input-group > .custom-range {
      transition: none; } }
  .input-group > .custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e196d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
    background-color: #e9ecef; }

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem; }

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem; }

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #208337; }
  .was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #78de8f; }

.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #78de8f; }

.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #78de8f; }

.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #208337;
  background-image: none; }
  .was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
    background-color: #78de8f;
    background-image: none; }

.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(32, 131, 55, 0.35); }

.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #208337;
  background-image: none; }
  .was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
    background-color: #78de8f;
    background-image: none; }

.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(32, 131, 55, 0.35); }

.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #208337;
  background-image: none; }
  .was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
    background-color: #78de8f;
    background-image: none; }

.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(32, 131, 55, 0.35); }

.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(32, 131, 55, 0.35); }

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545; }
  .was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; }

.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; }

.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; }

.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none; }
  .was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }

.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35); }

.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none; }
  .was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }

.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35); }

.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none; }
  .was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }

.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35); }

.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35); }

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
  .custom-radio.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-radio .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%; }
  .custom-radio.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-radio .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50% / 50% 50%; }

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
  .custom-radio.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-radio .custom-control-label::before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%; }
  .custom-radio.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-radio .custom-control-label::after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background: no-repeat 50% / 50% 50%; }

.b-rating {
  text-align: center; }
  .b-rating.d-inline-flex {
    width: auto; }
  .b-rating .b-rating-star,
  .b-rating .b-rating-value {
    padding: 0 0.25em; }
  .b-rating .b-rating-value {
    min-width: 2.5em; }
  .b-rating .b-rating-star {
    display: inline-flex;
    justify-content: center;
    outline: 0; }
    .b-rating .b-rating-star .b-rating-icon {
      display: inline-flex;
      transition: all 0.15s ease-in-out; }
  .b-rating.disabled, .b-rating:disabled {
    background-color: #e9ecef;
    color: #6c757d; }
  .b-rating:not(.disabled):not(.readonly) .b-rating-star {
    cursor: pointer; }
  .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
  .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .b-rating[dir="rtl"] .b-rating-star-half {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0; }
  [dir="rtl"] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir="rtl"]:not(.flex-column) {
    flex-direction: row-reverse; }
  .b-form-spinbutton output {
    font-size: inherit;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0 0.25rem; }
    .b-form-spinbutton output > div,
    .b-form-spinbutton output > bdi {
      display: block;
      min-width: 2.25em;
      height: 1.5em; }
  .b-form-spinbutton.flex-column {
    height: auto;
    width: auto; }
    .b-form-spinbutton.flex-column output {
      margin: 0 0.25rem;
      padding: 0.25rem 0; }
  .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
    output-width: 100%; }
  .b-form-spinbutton.d-inline-flex:not(.flex-column) {
    width: auto; }
  .b-form-spinbutton .btn {
    line-height: 1;
    box-shadow: none !important; }
    .b-form-spinbutton .btn:disabled {
      pointer-events: none; }
    .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
  .b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
    background-color: #e9ecef; }
  .b-form-spinbutton.disabled {
    pointer-events: none; }

.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem; }
  .b-form-tags .b-form-tags-list .b-from-tags-field,
  .b-form-tags .b-form-tags-list .b-form-tag {
    margin-top: 0.25rem; }

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #e196d0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .b-form-tags.focus.is-valid {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }
  .b-form-tags.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.b-form-tags.disabled {
  background-color: #e9ecef; }

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem; }
  .b-form-tag.disabled {
    opacity: 0.75; }
  .b-form-tag > button.b-form-tag-remove {
    color: inherit;
    font-size: 125%;
    line-height: 1;
    float: none;
    margin-left: 0.25rem; }

.form-control-sm .b-form-tag {
  line-height: 1.5; }

.form-control-lg .b-form-tag {
  line-height: 1.5; }

.media-aside {
  display: flex;
  margin-right: 1rem; }

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem; }

.modal-backdrop {
  opacity: 0.5; }

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1; }

.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0; }

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0; }
  .popover.b-popover.fade:not(.show) {
    opacity: 0; }
  .popover.b-popover.show {
    opacity: 1; }

.b-popover-primary.popover {
  background-color: #f3d7ec;
  border-color: #eec7e5; }

.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #eec7e5; }

.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f3d7ec; }

.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #eec7e5; }

.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f3d7ec; }

.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #eec7e5; }

.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #efcbe6; }

.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #efcbe6; }

.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #eec7e5; }

.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f3d7ec; }

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #efcbe6;
  border-bottom-color: #eab8dd; }

.b-popover-primary .popover-body {
  color: #641d54; }

.b-popover-secondary.popover {
  background-color: #e1dcf7;
  border-color: #d5cdf4; }

.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d5cdf4; }

.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e1dcf7; }

.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d5cdf4; }

.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e1dcf7; }

.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d5cdf4; }

.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d6d0f4; }

.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d6d0f4; }

.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d5cdf4; }

.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e1dcf7; }

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #d6d0f4;
  border-bottom-color: #c5bbef; }

.b-popover-secondary .popover-body {
  color: #37296f; }

.b-popover-success.popover {
  background-color: #d2e6d7;
  border-color: #c1dcc7; }

.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c1dcc7; }

.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d2e6d7; }

.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c1dcc7; }

.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d2e6d7; }

.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c1dcc7; }

.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c8e1ce; }

.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c8e1ce; }

.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c1dcc7; }

.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d2e6d7; }

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c8e1ce;
  border-bottom-color: #b8d7c0; }

.b-popover-success .popover-body {
  color: #11441d; }

.b-popover-info.popover {
  background-color: #d0e6e9;
  border-color: #bddbe0; }

.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bddbe0; }

.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d0e6e9; }

.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bddbe0; }

.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d0e6e9; }

.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bddbe0; }

.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c6e0e4; }

.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c6e0e4; }

.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bddbe0; }

.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d0e6e9; }

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c6e0e4;
  border-bottom-color: #b4d7dc; }

.b-popover-info .popover-body {
  color: #09434b; }

.b-popover-warning.popover {
  background-color: #eae2cc;
  border-color: #e1d7b8; }

.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e1d7b8; }

.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #eae2cc; }

.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e1d7b8; }

.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #eae2cc; }

.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e1d7b8; }

.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e6dcc1; }

.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e6dcc1; }

.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e1d7b8; }

.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #eae2cc; }

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #e6dcc1;
  border-bottom-color: #ded2af; }

.b-popover-warning .popover-body {
  color: #4d3a00; }

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb; }

.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da; }

.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb; }

.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da; }

.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb; }

.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace; }

.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace; }

.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb; }

.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da; }

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba; }

.b-popover-danger .popover-body {
  color: #721c24; }

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe; }

.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe; }

.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe; }

.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe; }

.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe; }

.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe; }

.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6; }

.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6; }

.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe; }

.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe; }

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea; }

.b-popover-light .popover-body {
  color: #818182; }

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca; }

.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9; }

.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca; }

.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9; }

.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca; }

.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2; }

.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2; }

.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca; }

.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9; }

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5; }

.b-popover-dark .popover-body {
  color: #1b1e21; }

.b-popover-primary-alt.popover {
  background-color: #e1dcf7;
  border-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-top > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-top > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e1dcf7; }

.b-popover-primary-alt.bs-popover-right > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-right > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e1dcf7; }

.b-popover-primary-alt.bs-popover-bottom > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-bottom > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d6d0f4; }

.b-popover-primary-alt.bs-popover-bottom .popover-header::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d6d0f4; }

.b-popover-primary-alt.bs-popover-left > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-left > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e1dcf7; }

.b-popover-primary-alt .popover-header {
  color: #212529;
  background-color: #d6d0f4;
  border-bottom-color: #c5bbef; }

.b-popover-primary-alt .popover-body {
  color: #37296f; }

.b-popover-aqua.popover {
  background-color: #d7ecee;
  border-color: #c8e5e8; }

.b-popover-aqua.bs-popover-top > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c8e5e8; }

.b-popover-aqua.bs-popover-top > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d7ecee; }

.b-popover-aqua.bs-popover-right > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c8e5e8; }

.b-popover-aqua.bs-popover-right > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d7ecee; }

.b-popover-aqua.bs-popover-bottom > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c8e5e8; }

.b-popover-aqua.bs-popover-bottom > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #cce7e9; }

.b-popover-aqua.bs-popover-bottom .popover-header::before, .b-popover-aqua.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #cce7e9; }

.b-popover-aqua.bs-popover-left > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c8e5e8; }

.b-popover-aqua.bs-popover-left > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d7ecee; }

.b-popover-aqua .popover-header {
  color: #212529;
  background-color: #cce7e9;
  border-bottom-color: #badee2; }

.b-popover-aqua .popover-body {
  color: #1e5459; }

.b-popover-clear-gray.popover {
  background-color: #f6f6f8;
  border-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-top > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-top > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f6f6f8; }

.b-popover-clear-gray.bs-popover-right > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-right > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f6f6f8; }

.b-popover-clear-gray.bs-popover-bottom > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-bottom > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ededf1; }

.b-popover-clear-gray.bs-popover-bottom .popover-header::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ededf1; }

.b-popover-clear-gray.bs-popover-left > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-left > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f6f6f8; }

.b-popover-clear-gray .popover-header {
  color: #212529;
  background-color: #ededf1;
  border-bottom-color: #dfdfe6; }

.b-popover-clear-gray .popover-body {
  color: #6e6e72; }

.b-popover-gray.popover {
  background-color: #dddddd;
  border-color: #cfcfcf; }

.b-popover-gray.bs-popover-top > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cfcfcf; }

.b-popover-gray.bs-popover-top > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dddddd; }

.b-popover-gray.bs-popover-right > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cfcfcf; }

.b-popover-gray.bs-popover-right > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dddddd; }

.b-popover-gray.bs-popover-bottom > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cfcfcf; }

.b-popover-gray.bs-popover-bottom > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d5d5d5; }

.b-popover-gray.bs-popover-bottom .popover-header::before, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d5d5d5; }

.b-popover-gray.bs-popover-left > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cfcfcf; }

.b-popover-gray.bs-popover-left > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dddddd; }

.b-popover-gray .popover-header {
  color: #212529;
  background-color: #d5d5d5;
  border-bottom-color: #c9c9c9; }

.b-popover-gray .popover-body {
  color: #2c2c2c; }

.b-popover-dark-gray.popover {
  background-color: #d9d9d9;
  border-color: #cacaca; }

.b-popover-dark-gray.bs-popover-top > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cacaca; }

.b-popover-dark-gray.bs-popover-top > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d9d9d9; }

.b-popover-dark-gray.bs-popover-right > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cacaca; }

.b-popover-dark-gray.bs-popover-right > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d9d9d9; }

.b-popover-dark-gray.bs-popover-bottom > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cacaca; }

.b-popover-dark-gray.bs-popover-bottom > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d1d1d1; }

.b-popover-dark-gray.bs-popover-bottom .popover-header::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d1d1d1; }

.b-popover-dark-gray.bs-popover-left > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cacaca; }

.b-popover-dark-gray.bs-popover-left > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d9d9d9; }

.b-popover-dark-gray .popover-header {
  color: #212529;
  background-color: #d1d1d1;
  border-bottom-color: #c5c5c5; }

.b-popover-dark-gray .popover-body {
  color: #232323; }

.b-popover-light-gray.popover {
  background-color: #e4e4e4;
  border-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-top > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-top > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e4e4e4; }

.b-popover-light-gray.bs-popover-right > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-right > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e4e4e4; }

.b-popover-light-gray.bs-popover-bottom > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-bottom > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: gainsboro; }

.b-popover-light-gray.bs-popover-bottom .popover-header::before, .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: gainsboro; }

.b-popover-light-gray.bs-popover-left > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-left > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e4e4e4; }

.b-popover-light-gray .popover-header {
  color: #212529;
  background-color: gainsboro;
  border-bottom-color: #d0d0d0; }

.b-popover-light-gray .popover-body {
  color: #3d3d3d; }

.b-popover-regular-gray.popover {
  background-color: #f1f1f1;
  border-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-top > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-top > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f1f1f1; }

.b-popover-regular-gray.bs-popover-right > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-right > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f1f1f1; }

.b-popover-regular-gray.bs-popover-bottom > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-bottom > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e9e9e9; }

.b-popover-regular-gray.bs-popover-bottom .popover-header::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e9e9e9; }

.b-popover-regular-gray.bs-popover-left > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-left > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f1f1f1; }

.b-popover-regular-gray .popover-header {
  color: #212529;
  background-color: #e9e9e9;
  border-bottom-color: #dddddd; }

.b-popover-regular-gray .popover-body {
  color: #5f5f5f; }

.b-popover-black.popover {
  background-color: #cccccc;
  border-color: #b8b8b8; }

.b-popover-black.bs-popover-top > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8b8b8; }

.b-popover-black.bs-popover-top > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cccccc; }

.b-popover-black.bs-popover-right > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8b8b8; }

.b-popover-black.bs-popover-right > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cccccc; }

.b-popover-black.bs-popover-bottom > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8b8b8; }

.b-popover-black.bs-popover-bottom > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c4c4c4; }

.b-popover-black.bs-popover-bottom .popover-header::before, .b-popover-black.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c4c4c4; }

.b-popover-black.bs-popover-left > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8b8b8; }

.b-popover-black.bs-popover-left > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cccccc; }

.b-popover-black .popover-header {
  color: #212529;
  background-color: #c4c4c4;
  border-bottom-color: #b8b8b8; }

.b-popover-black .popover-body {
  color: black; }

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5); }

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6; }

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .b-sidebar.slide {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .b-sidebar.slide {
        transition: none; } }
  .b-sidebar:not(.b-sidebar-right) {
    left: 0;
    right: auto; }
    .b-sidebar:not(.b-sidebar-right).slide:not(.show) {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
      margin-left: auto; }
  .b-sidebar.b-sidebar-right {
    left: auto;
    right: 0; }
    .b-sidebar.b-sidebar-right.slide:not(.show) {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .b-sidebar.b-sidebar-right > .b-sidebar-header .close {
      margin-right: auto; }
  .b-sidebar > .b-sidebar-header {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center; }
    [dir="rtl"] .b-sidebar > .b-sidebar-header {
      flex-direction: row-reverse; }
    .b-sidebar > .b-sidebar-header .close {
      float: none;
      font-size: 1.5rem; }
  .b-sidebar > .b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto; }
  .b-sidebar > .b-sidebar-footer {
    flex-grow: 0; }

.b-skeleton-wrapper {
  cursor: wait; }

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black); }
  .b-skeleton::before {
    content: "\00a0"; }

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem; }

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%; }

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem; }

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12); }

.b-skeleton-img {
  height: 100%;
  width: 100%; }

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
          animation: b-skeleton-animate-wave 1.75s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-wave::after {
      background: none;
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
          animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite; }
  @media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-fade {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
          animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite; }
  @media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-throb {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); } }

@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); } }

.table.b-table.b-table-fixed {
  table-layout: fixed; }

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0; }

.table.b-table[aria-busy="true"] {
  opacity: 0.55; }

.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important; }

.table.b-table > caption {
  caption-side: bottom; }

.table.b-table.b-table-caption-top > caption {
  caption-side: top !important; }

.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat; }

.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important; }

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat; }

.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
  margin-bottom: 1rem; }
  .b-table-sticky-header > .table,
  .table-responsive > .table,
  [class*="table-responsive-"] > .table {
    margin-bottom: 0; }

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px; }

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important; } }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5; }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2; }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff; }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40; }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat; }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat; } }

.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em; }
  .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
  .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.75rem / 2) center;
    padding-right: calc(0.75rem + 0.65em); }
  .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
  .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.75rem / 2) center;
    padding-left: calc(0.75rem + 0.65em); }

.table.b-table > thead > tr > [aria-sort="none"],
.table.b-table > tfoot > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > [aria-sort="ascending"],
.table.b-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > [aria-sort="descending"],
.table.b-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27black%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-dark > thead > tr > [aria-sort="none"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.b-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-dark > thead > tr > [aria-sort="ascending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.b-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-dark > thead > tr > [aria-sort="descending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.b-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > .table-dark[aria-sort="none"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > .table-dark[aria-sort="ascending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > .table-dark[aria-sort="descending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em); }

.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em); }

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer; }

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-sm > caption,
    .table.b-table.b-table-stacked-sm > tbody,
    .table.b-table.b-table-stacked-sm > tbody > tr,
    .table.b-table.b-table-stacked-sm > tbody > tr > td,
    .table.b-table.b-table-stacked-sm > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-sm > thead,
    .table.b-table.b-table-stacked-sm > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-sm > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-md > caption,
    .table.b-table.b-table-stacked-md > tbody,
    .table.b-table.b-table-stacked-md > tbody > tr,
    .table.b-table.b-table-stacked-md > tbody > tr > td,
    .table.b-table.b-table-stacked-md > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-md > thead,
    .table.b-table.b-table-stacked-md > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-md > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-lg > caption,
    .table.b-table.b-table-stacked-lg > tbody,
    .table.b-table.b-table-stacked-lg > tbody > tr,
    .table.b-table.b-table-stacked-lg > tbody > tr > td,
    .table.b-table.b-table-stacked-lg > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-lg > thead,
    .table.b-table.b-table-stacked-lg > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-lg > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xl > caption,
    .table.b-table.b-table-stacked-xl > tbody,
    .table.b-table.b-table-stacked-xl > tbody > tr,
    .table.b-table.b-table-stacked-xl > tbody > tr > td,
    .table.b-table.b-table-stacked-xl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xl > thead,
    .table.b-table.b-table-stacked-xl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 1599.98px) {
  .table.b-table.b-table-stacked-xxl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xxl > caption,
    .table.b-table.b-table-stacked-xxl > tbody,
    .table.b-table.b-table-stacked-xxl > tbody > tr,
    .table.b-table.b-table-stacked-xxl > tbody > tr > td,
    .table.b-table.b-table-stacked-xxl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xxl > thead,
    .table.b-table.b-table-stacked-xxl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xxl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xxl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xxl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xxl > tbody > tr.top-row, .table.b-table.b-table-stacked-xxl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

.table.b-table.b-table-stacked {
  display: block;
  width: 100%; }
  .table.b-table.b-table-stacked > caption,
  .table.b-table.b-table-stacked > tbody,
  .table.b-table.b-table-stacked > tbody > tr,
  .table.b-table.b-table-stacked > tbody > tr > td,
  .table.b-table.b-table-stacked > tbody > tr > th {
    display: block; }
  .table.b-table.b-table-stacked > thead,
  .table.b-table.b-table-stacked > tfoot {
    display: none; }
    .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
    .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
      display: none; }
  .table.b-table.b-table-stacked > caption {
    caption-side: top !important; }
  .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0; }
  .table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: ""; }
  .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0; }
  .table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
    display: none; }
  .table.b-table.b-table-stacked > tbody > tr > :first-child {
    border-top-width: 3px; }
  .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
    border-top-width: 3px; }

.b-time {
  min-width: 150px; }
  .b-time[aria-disabled="true"] output,
  .b-time[aria-readonly="true"] output,
  .b-time output.disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .b-time[aria-disabled="true"] output {
    pointer-events: none; }
  [dir="rtl"] .b-time > .d-flex:not(.flex-column) {
    flex-direction: row-reverse; }
  .b-time .b-time-header {
    margin-bottom: 0.5rem; }
    .b-time .b-time-header output {
      padding: 0.25rem;
      font-size: 80%; }
  .b-time .b-time-footer {
    margin-top: 0.5rem; }
  .b-time .b-time-ampm {
    margin-left: 0.5rem; }

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem; }
  .b-toast .toast {
    background-color: rgba(255, 255, 255, 0.85); }
  .b-toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .b-toast.b-toast-solid .toast {
    background-color: white; }
  .b-toast .toast {
    opacity: 1; }
    .b-toast .toast.fade:not(.show) {
      opacity: 0; }
    .b-toast .toast .toast-body {
      display: block; }

.b-toast-primary .toast {
  background-color: rgba(249, 235, 245, 0.85);
  border-color: rgba(238, 199, 229, 0.85);
  color: #641d54; }
  .b-toast-primary .toast .toast-header {
    color: #641d54;
    background-color: rgba(243, 215, 236, 0.85);
    border-bottom-color: rgba(238, 199, 229, 0.85); }

.b-toast-primary.b-toast-solid .toast {
  background-color: #f9ebf5; }

.b-toast-secondary .toast {
  background-color: rgba(243, 241, 252, 0.85);
  border-color: rgba(213, 205, 244, 0.85);
  color: #37296f; }
  .b-toast-secondary .toast .toast-header {
    color: #37296f;
    background-color: rgba(225, 220, 247, 0.85);
    border-bottom-color: rgba(213, 205, 244, 0.85); }

.b-toast-secondary.b-toast-solid .toast {
  background-color: #f3f1fc; }

.b-toast-success .toast {
  background-color: rgba(226, 239, 230, 0.85);
  border-color: rgba(193, 220, 199, 0.85);
  color: #11441d; }
  .b-toast-success .toast .toast-header {
    color: #11441d;
    background-color: rgba(210, 230, 215, 0.85);
    border-bottom-color: rgba(193, 220, 199, 0.85); }

.b-toast-success.b-toast-solid .toast {
  background-color: #e2efe6; }

.b-toast-info .toast {
  background-color: rgba(225, 239, 241, 0.85);
  border-color: rgba(189, 219, 224, 0.85);
  color: #09434b; }
  .b-toast-info .toast .toast-header {
    color: #09434b;
    background-color: rgba(208, 230, 233, 0.85);
    border-bottom-color: rgba(189, 219, 224, 0.85); }

.b-toast-info.b-toast-solid .toast {
  background-color: #e1eff1; }

.b-toast-warning .toast {
  background-color: rgba(241, 236, 222, 0.85);
  border-color: rgba(225, 215, 184, 0.85);
  color: #4d3a00; }
  .b-toast-warning .toast .toast-header {
    color: #4d3a00;
    background-color: rgba(234, 226, 204, 0.85);
    border-bottom-color: rgba(225, 215, 184, 0.85); }

.b-toast-warning.b-toast-solid .toast {
  background-color: #f1ecde; }

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24; }
  .b-toast-danger .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85); }

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee; }

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182; }
  .b-toast-light .toast .toast-header {
    color: #818182;
    background-color: rgba(254, 254, 254, 0.85);
    border-bottom-color: rgba(253, 253, 254, 0.85); }

.b-toast-light.b-toast-solid .toast {
  background-color: white; }

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21; }
  .b-toast-dark .toast .toast-header {
    color: #1b1e21;
    background-color: rgba(214, 216, 217, 0.85);
    border-bottom-color: rgba(198, 200, 202, 0.85); }

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5; }

.b-toast-primary-alt .toast {
  background-color: rgba(243, 241, 252, 0.85);
  border-color: rgba(213, 205, 244, 0.85);
  color: #37296f; }
  .b-toast-primary-alt .toast .toast-header {
    color: #37296f;
    background-color: rgba(225, 220, 247, 0.85);
    border-bottom-color: rgba(213, 205, 244, 0.85); }

.b-toast-primary-alt.b-toast-solid .toast {
  background-color: #f3f1fc; }

.b-toast-aqua .toast {
  background-color: rgba(233, 245, 246, 0.85);
  border-color: rgba(200, 229, 232, 0.85);
  color: #1e5459; }
  .b-toast-aqua .toast .toast-header {
    color: #1e5459;
    background-color: rgba(215, 236, 238, 0.85);
    border-bottom-color: rgba(200, 229, 232, 0.85); }

.b-toast-aqua.b-toast-solid .toast {
  background-color: #e9f5f6; }

.b-toast-clear-gray .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(243, 243, 245, 0.85);
  color: #6e6e72; }
  .b-toast-clear-gray .toast .toast-header {
    color: #6e6e72;
    background-color: rgba(246, 246, 248, 0.85);
    border-bottom-color: rgba(243, 243, 245, 0.85); }

.b-toast-clear-gray.b-toast-solid .toast {
  background-color: white; }

.b-toast-gray .toast {
  background-color: rgba(234, 234, 234, 0.85);
  border-color: rgba(207, 207, 207, 0.85);
  color: #2c2c2c; }
  .b-toast-gray .toast .toast-header {
    color: #2c2c2c;
    background-color: rgba(221, 221, 221, 0.85);
    border-bottom-color: rgba(207, 207, 207, 0.85); }

.b-toast-gray.b-toast-solid .toast {
  background-color: #eaeaea; }

.b-toast-dark-gray .toast {
  background-color: rgba(230, 230, 230, 0.85);
  border-color: rgba(202, 202, 202, 0.85);
  color: #232323; }
  .b-toast-dark-gray .toast .toast-header {
    color: #232323;
    background-color: rgba(217, 217, 217, 0.85);
    border-bottom-color: rgba(202, 202, 202, 0.85); }

.b-toast-dark-gray.b-toast-solid .toast {
  background-color: #e6e6e6; }

.b-toast-light-gray .toast {
  background-color: rgba(241, 241, 241, 0.85);
  border-color: rgba(217, 217, 217, 0.85);
  color: #3d3d3d; }
  .b-toast-light-gray .toast .toast-header {
    color: #3d3d3d;
    background-color: rgba(228, 228, 228, 0.85);
    border-bottom-color: rgba(217, 217, 217, 0.85); }

.b-toast-light-gray.b-toast-solid .toast {
  background-color: #f1f1f1; }

.b-toast-regular-gray .toast {
  background-color: rgba(254, 254, 254, 0.85);
  border-color: rgba(235, 235, 235, 0.85);
  color: #5f5f5f; }
  .b-toast-regular-gray .toast .toast-header {
    color: #5f5f5f;
    background-color: rgba(241, 241, 241, 0.85);
    border-bottom-color: rgba(235, 235, 235, 0.85); }

.b-toast-regular-gray.b-toast-solid .toast {
  background-color: #fefefe; }

.b-toast-black .toast {
  background-color: rgba(217, 217, 217, 0.85);
  border-color: rgba(184, 184, 184, 0.85);
  color: black; }
  .b-toast-black .toast .toast-header {
    color: black;
    background-color: rgba(204, 204, 204, 0.85);
    border-bottom-color: rgba(184, 184, 184, 0.85); }

.b-toast-black.b-toast-solid .toast {
  background-color: #d9d9d9; }

.b-toaster {
  z-index: 1100; }
  .b-toaster .b-toaster-slot {
    position: relative;
    display: block; }
    .b-toaster .b-toaster-slot:empty {
      display: none !important; }

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible; }
  .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    /* IE 11 fix */
    left: 0;
    right: 0;
    padding: 0;
    margin: 0; }

.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%; }
  .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%; }

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0; }
  .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
    top: 0.5rem; }

.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0; }
  .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    bottom: 0.5rem; }

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto; }

.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto; }

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s; }

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s; }

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s; }
  .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s; }

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0; }
  .tooltip.b-tooltip.fade:not(.show) {
    opacity: 0; }
  .tooltip.b-tooltip.show {
    opacity: 0.9; }
  .tooltip.b-tooltip.noninteractive {
    pointer-events: none; }
  .tooltip.b-tooltip .arrow {
    margin: 0 0.25rem; }
  .tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    margin: 0.25rem 0; }

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #c137a2; }

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #c137a2; }

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #c137a2; }

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #c137a2; }

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #c137a2; }

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #694ed6; }

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #694ed6; }

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #694ed6; }

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #694ed6; }

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #694ed6; }

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #208337; }

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #208337; }

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #208337; }

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #208337; }

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #208337; }

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #128091; }

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #128091; }

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #128091; }

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #128091; }

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #128091; }

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #946f00; }

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #946f00; }

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #946f00; }

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #946f00; }

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #fff;
  background-color: #946f00; }

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545; }

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545; }

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545; }

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545; }

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545; }

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa; }

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa; }

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa; }

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa; }

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa; }

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40; }

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40; }

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40; }

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40; }

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #694ed6; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #694ed6; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #694ed6; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #694ed6; }

.tooltip.b-tooltip-primary-alt .tooltip-inner {
  color: #fff;
  background-color: #694ed6; }

.tooltip.b-tooltip-aqua.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #39a2ac; }

.tooltip.b-tooltip-aqua.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #39a2ac; }

.tooltip.b-tooltip-aqua.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #39a2ac; }

.tooltip.b-tooltip-aqua.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #39a2ac; }

.tooltip.b-tooltip-aqua .tooltip-inner {
  color: #fff;
  background-color: #39a2ac; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray .tooltip-inner {
  color: #212529;
  background-color: #d3d4db; }

.tooltip.b-tooltip-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #555555; }

.tooltip.b-tooltip-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #555555; }

.tooltip.b-tooltip-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #555555; }

.tooltip.b-tooltip-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #555555; }

.tooltip.b-tooltip-gray .tooltip-inner {
  color: #fff;
  background-color: #555555; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #434343; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #434343; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #434343; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #434343; }

.tooltip.b-tooltip-dark-gray .tooltip-inner {
  color: #fff;
  background-color: #434343; }

.tooltip.b-tooltip-light-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #767676; }

.tooltip.b-tooltip-light-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #767676; }

.tooltip.b-tooltip-light-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #767676; }

.tooltip.b-tooltip-light-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #767676; }

.tooltip.b-tooltip-light-gray .tooltip-inner {
  color: #fff;
  background-color: #767676; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray .tooltip-inner {
  color: #212529;
  background-color: #b7b7b7; }

.tooltip.b-tooltip-black.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: black; }

.tooltip.b-tooltip-black.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: black; }

.tooltip.b-tooltip-black.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: black; }

.tooltip.b-tooltip-black.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: black; }

.tooltip.b-tooltip-black .tooltip-inner {
  color: #fff;
  background-color: black; }

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em; }

.b-icon.b-icon-animation-cylon,
.b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon,
    .b-icon.b-iconstack .b-icon-animation-cylon > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon-vertical,
    .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-fade,
    .b-icon.b-iconstack .b-icon-animation-fade > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
          animation: 2s infinite linear normal b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin,
    .b-icon.b-iconstack .b-icon-animation-spin > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
          animation: 1s infinite steps(8) normal b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-throb,
    .b-icon.b-iconstack .b-icon-animation-throb > g {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }

@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }

@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); } }

@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); } }

@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom; }

.col-1-5 {
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

/* custom widths */
.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

/* custom responsive widths */
/* no borders */
.b-0 {
  border: none !important; }

.bl-0 {
  border-left: none !important; }

.br-0 {
  border-right: none !important; }

.bt-0 {
  border-top: none !important; }

.bb-0 {
  border-bottom: none !important; }

.column-divider-left {
  border-left: 1px solid #e0e0e0 !important; }

.column-divider-right {
  border-right: 1px solid #e0e0e0 !important; }

.column-divider-top {
  border-top: 1px solid #e0e0e0 !important; }

.column-divider-bottom {
  border-bottom: 1px solid #e0e0e0 !important; }

@media (min-width: 576px) {
  .col-sm-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  /* no borders */
  .b-sm-0 {
    border: none !important; }
  .bl-sm-0 {
    border-left: none !important; }
  .br-sm-0 {
    border-right: none !important; }
  .bt-sm-0 {
    border-top: none !important; }
  .bb-sm-0 {
    border-bottom: none !important; }
  .column-divider-sm-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-sm-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-sm-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-sm-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 768px) {
  .col-md-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-md-10 {
    width: 10% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  /* no borders */
  .b-md-0 {
    border: none !important; }
  .bl-md-0 {
    border-left: none !important; }
  .br-md-0 {
    border-right: none !important; }
  .bt-md-0 {
    border-top: none !important; }
  .bb-md-0 {
    border-bottom: none !important; }
  .column-divider-md-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-md-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-md-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-md-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  /* no borders */
  .b-lg-0 {
    border: none !important; }
  .bl-lg-0 {
    border-left: none !important; }
  .br-lg-0 {
    border-right: none !important; }
  .bt-lg-0 {
    border-top: none !important; }
  .bb-lg-0 {
    border-bottom: none !important; }
  .column-divider-lg-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-lg-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-lg-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-lg-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 1200px) {
  .col-xl-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  /* no borders */
  .b-xl-0 {
    border: none !important; }
  .bl-xl-0 {
    border-left: none !important; }
  .br-xl-0 {
    border-right: none !important; }
  .bt-xl-0 {
    border-top: none !important; }
  .bb-xl-0 {
    border-bottom: none !important; }
  .column-divider-xl-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-xl-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-xl-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-xl-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 1600px) {
  .col-xxl-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-xxl-10 {
    width: 10% !important; }
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  /* no borders */
  .b-xxl-0 {
    border: none !important; }
  .bl-xxl-0 {
    border-left: none !important; }
  .br-xxl-0 {
    border-right: none !important; }
  .bt-xxl-0 {
    border-top: none !important; }
  .bb-xxl-0 {
    border-bottom: none !important; }
  .column-divider-xxl-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-xxl-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-xxl-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-xxl-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

/* no box-shadow */
.bs-0 {
  box-shadow: none !important; }

.text-break-all {
  word-break: break-all; }

.w-33 {
  width: 33.33333% !important; }

.w-66 {
  width: 66.66667% !important; }

.no-flex-col {
  flex: auto !important;
  flex-basis: 0 0 auto !important; }

.vh-50 {
  height: 50vh !important; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-x-auto {
  overflow-x: auto; }

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/toastr/build/toastr.min.css ***!
  \**************************************************************************************************************************************************************************************************************/
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/select2/dist/css/select2.min.css ***!
  \*******************************************************************************************************************************************************************************************************************/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/select2-bootstrap4-theme/dist/select2-bootstrap4.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
/*!
 * Select2 Bootstrap4 Theme v1.0.0 (https://github.com/berkan52/select2-bootstrap4-theme)
 * 
 * A theme for Select2 v4 and Bootstrap 4.0.0-beta.2 
 * 
 * Release v1.0.0 - 12-12-2017 
 * Copyright 2017 Berkan Akyürek <berkan52@gmail.com> 
 * Licensed under MIT 
 */
.select2-container--bootstrap4 {
  display: block;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap4 .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 0.75rem 0.375rem;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
  color: #868e96;
  cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: #16181b;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: #fff;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option {
  padding: 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap4 .select2-results__group {
  color: #868e96;
  display: block;
  padding: 0.75rem 0.375rem;
  font-size: 75%;
  line-height: 1;
  white-space: nowrap;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #80bdff;
}
.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #868e96 transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-selection__clear {
  color: #868e96;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #343a40;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #80bdff;
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px);
  line-height: 1;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #868e96 transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px);
  padding: 0;
  height: auto;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
  color: #868e96;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #343a40;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: -0.25rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: calc(2.25rem + 2px)-2;
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #868e96;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--single, .form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px);
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px);
  border-radius: 0.2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0.5rem 0.25rem 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 75%;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.25rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--single, .form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px);
  line-height: 1;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.875rem + 2px);
  border-radius: 0.3rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  margin: 0rem 0 0 0.25rem;
  padding: 0 1rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 1rem;
}
.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #868e96 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #868e96 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #d39e00;
}
.has-warning.select2-drop-active {
  border-color: #d39e00;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d39e00;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #bd2130;
}
.has-error.select2-drop-active {
  border-color: #bd2130;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd2130;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #1e7e34;
}
.has-success.select2-drop-active {
  border-color: #1e7e34;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #1e7e34;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap4.select2-container--open, .input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap4 {
    display: inline-block;
  }
}

/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-select/dist/vue-select.css ***!
  \***********************************************************************************************************************************/
:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}

/*# sourceMappingURL=vue-select.css.map*/
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

/* Basic toastr styles */
#toast-container.toast-top-center {
  margin-top: 1rem; }

#toast-container > div {
  opacity: 1;
  box-shadow: 0 0 12px #bfb6b6 !important; }

#toast-container > .toast {
  background-image: none !important; }
  #toast-container > .toast::before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em; }

#toast-container .toast-error {
  background-color: var(--danger) !important; }
  #toast-container .toast-error:before {
    content: "\f06a"; }

#toast-container .toast-success {
  background-color: var(--success) !important; }
  #toast-container .toast-success:before {
    content: "\f058"; }

#toast-container .toast-info {
  background-color: var(--info) !important; }
  #toast-container .toast-info:before {
    content: "\f05a"; }

.pendo--badge-target-wrapper {
  display: flex;
  align-items: center; }

.pendo--badge-target {
  min-width: 2rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .pendo--badge-target.pendo--badge-right {
    margin-left: 0.5rem; }

.pendo--input-icon {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  transition: margin-right 0.2s; }

html,
body {
  -webkit-font-smoothing: antialised;
  font-family: "Lato", sans-serif !important;
  width: 100%;
  display: inline-block;
  overflow-x: hidden !important;
  height: 100%; }

:root {
  --page-background: #fff;
  --body-background: transparent;
  --background-base: #fff;
  --font-color-base: #212529;
  --font-dark-gray: #434343;
  --font-color-tiny: #9e9e9e;
  --light-border-color: #e0e0e0;
  --font-text-gray: #555555;
  --input-color: initial;
  --input-placeholder-color: initial;
  --input-material-border: rgba(59, 60, 96, 0.25);
  --counter-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  --input-form-control-background: #fff;
  --current-plan-background: var(--primary-1);
  --img-checkbox-background: var(--primary-2);
  --overlay-clear-background: rgba(255, 255, 255, 0.75);
  --hover-background: #f4f4f4;
  --bg-light-color: #f8f9fa;
  --loader-darker-transparency: rgba(0, 0, 0, 0.2);
  --vs-dropdown-option--active-bg: var(--primary);
  --vs-dropdown-option--deselect-bg: var(--secondary); }

:root.dark-mode {
  --page-background: #111;
  --body-background: #111;
  --background-base: #3a3a3a;
  --font-color-base: #fff;
  --font-dark-gray: #fff;
  --font-color-tiny: #fff;
  --light-border-color: black;
  --font-text-gray: #fff;
  --input-color: #fff;
  --input-placeholder-color: #eeeeee;
  --input-material-border: #111;
  --counter-text-shadow: none;
  --input-form-control-background: transparent;
  --current-plan-background: var(--primary-4);
  --img-checkbox-background: var(--primary-4);
  --overlay-clear-background: var(--background-base);
  --hover-background: var(--page-background);
  --bg-light-color: #343434; }

body {
  display: flex;
  flex-direction: column; }

.dark-mode body {
  background-color: transparent;
  background-color: var(--body-background); }
  .dark-mode body .bg-white {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .badge-light {
    background-color: #f8f9fa !important;
    background-color: var(--bg-light-color) !important; }
  .dark-mode body .popover-inner {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .note-editor {
    background-color: #fff !important;
    background-color: var(--page-background) !important; }
  .dark-mode body .bg-light {
    background-color: #f8f9fa !important;
    background-color: var(--bg-light-color) !important; }
  .dark-mode body p:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body *:not(.pac-item) > span:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body pre:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body li:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body a:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body label:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body div:not(.toast-message):not(.note-editing-area):not(.note-editable):not(.plan.card.current-plan):not(.pac-item):not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body b:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body td:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h1:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h2:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h3:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h4:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h5:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h6:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item) {
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body input.form-control,
  .dark-mode body select.form-control,
  .dark-mode body textarea.form-control {
    background-color: #fff !important;
    background-color: var(--input-form-control-background) !important;
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body .v-select .vs__dropdown-toggle {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    border-color: rgba(59, 60, 96, 0.25) !important;
    border-color: var(--input-material-border) !important; }
  .dark-mode body .v-select .vs__dropdown-menu {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    border-color: rgba(59, 60, 96, 0.25) !important;
    border-color: var(--input-material-border) !important; }
  .dark-mode body [type="search"] {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .select2-container--bootstrap4 .select2-selection {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body .select2-container--bootstrap4 .select2-dropdown {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body .select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background-color: #fff;
    background-color: var(--page-background); }
  .dark-mode body .form-group-material input,
  .dark-mode body .form-group-material textarea,
  .dark-mode body .form-group-material select,
  .dark-mode body .select2 input,
  .dark-mode body .select2 textarea,
  .dark-mode body .select2 select {
    color: initial !important;
    color: var(--input-color) !important; }
    .dark-mode body .form-group-material input::-webkit-input-placeholder, .dark-mode body .form-group-material textarea::-webkit-input-placeholder, .dark-mode body .form-group-material select::-webkit-input-placeholder, .dark-mode body .select2 input::-webkit-input-placeholder, .dark-mode body .select2 textarea::-webkit-input-placeholder, .dark-mode body .select2 select::-webkit-input-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input::-moz-placeholder, .dark-mode body .form-group-material textarea::-moz-placeholder, .dark-mode body .form-group-material select::-moz-placeholder, .dark-mode body .select2 input::-moz-placeholder, .dark-mode body .select2 textarea::-moz-placeholder, .dark-mode body .select2 select::-moz-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input:-ms-input-placeholder, .dark-mode body .form-group-material textarea:-ms-input-placeholder, .dark-mode body .form-group-material select:-ms-input-placeholder, .dark-mode body .select2 input:-ms-input-placeholder, .dark-mode body .select2 textarea:-ms-input-placeholder, .dark-mode body .select2 select:-ms-input-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input::-ms-input-placeholder, .dark-mode body .form-group-material textarea::-ms-input-placeholder, .dark-mode body .form-group-material select::-ms-input-placeholder, .dark-mode body .select2 input::-ms-input-placeholder, .dark-mode body .select2 textarea::-ms-input-placeholder, .dark-mode body .select2 select::-ms-input-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input::placeholder,
    .dark-mode body .form-group-material textarea::placeholder,
    .dark-mode body .form-group-material select::placeholder,
    .dark-mode body .select2 input::placeholder,
    .dark-mode body .select2 textarea::placeholder,
    .dark-mode body .select2 select::placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
  .dark-mode body .select2 input::-webkit-input-placeholder {
    color: red !important; }
  .dark-mode body .select2 input::-moz-placeholder {
    color: red !important; }
  .dark-mode body .select2 input:-ms-input-placeholder {
    color: red !important; }
  .dark-mode body .select2 input::-ms-input-placeholder {
    color: red !important; }
  .dark-mode body .select2 input::placeholder {
    color: red !important; }
  .dark-mode body .text-dark-gray {
    color: #434343 !important;
    color: var(--font-dark-gray) !important; }
  .dark-mode body .list-group-item {
    background-color: #fff;
    background-color: var(--background-base); }
  .dark-mode body .tiny {
    color: #9e9e9e;
    color: var(--font-color-tiny); }
  .dark-mode body .modal-content,
  .dark-mode body .modal-footer {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .text-gray {
    color: var(font-text-gray) !important; }
  .dark-mode body ._pendo-step-container-styles {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }

.dark-mode .custom-select,
.dark-mode .select-field {
  background: #fff url(/assets/cfa479927c731a09877b.svg) no-repeat right 0.75rem center;
  background: var(--background-base) url(/assets/cfa479927c731a09877b.svg) no-repeat right 0.75rem center; }

.dark-mode .progress,
.dark-mode .page-bg-dark {
  background-color: #fff !important;
  background-color: var(--page-background) !important; }

#body {
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
  height: 100%; }

.greyed-out {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1031; }

.btn-moregage-login {
  text-transform: none;
  box-shadow: none;
  width: 35% !important;
  border-radius: 28px; }

.btn-no-border {
  border: none !important;
  background-color: white; }

.btn-moregage-login {
  text-transform: none;
  box-shadow: none;
  width: 35% !important;
  border-radius: 28px; }

#container {
  width: 100%;
  margin: 0;
  flex: 1 0 auto; }

p.doc-name {
  font-size: 13px !important;
  color: #9e9e9e !important;
  font-style: oblique;
  font-weight: bold; }

.col-10.form-page {
  flex: 0 0 87.33333%;
  max-width: 87.33333%; }

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.cursor-initial {
  cursor: auto !important;
  cursor: initial !important; }

.no-pointer {
  pointer-events: none; }

.dropdown-item {
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ; }
  .dropdown-item.clickable:active {
    color: #fff !important; }
  .dropdown-item.btn-danger {
    box-shadow: unset !important; }

.dropdown-item:hover {
  cursor: pointer; }

h2 {
  font-weight: bold;
  color: #3f3f3f; }

.big-link {
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ;
  font-weight: bold;
  color: #3f3f3f; }

.medium-link {
  font-size: 28px ;
  /* Fallback in px */
  font-size: 1.75rem ;
  font-weight: bold;
  color: #3f3f3f; }

.big-dropdown {
  max-height: 80vh;
  overflow-y: auto; }
  .big-dropdown a {
    font-size: 14px !important;
    /* Fallback in px */
    font-size: 0.875rem !important; }

.primary-arrow::after {
  color: var(--primary) !important; }

.scrollable-dropdown {
  max-height: 11em !important;
  height: auto;
  overflow-y: auto;
  max-width: 13rem !important; }

.image-cropper-xlg {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.settings-container {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 100px;
  margin-bottom: 5px; }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%; }

.form-page .app-flow-buttons.client .forward .move-on {
  float: right;
  width: 100% !important;
  border-radius: 5px !important;
  color: white;
  font-weight: normal;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  height: 38px;
  width: initial; }

.form-page .app-flow-buttons.client {
  margin: 0;
  height: auto;
  height: initial; }

.form-page .app-flow-buttons {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 75px;
  padding: 0;
  text-align: center;
  height: 45px; }

.form-page .app-flow-buttons .forward {
  width: 100%;
  height: 45px;
  padding: 0;
  margin: 0; }

.moregage-form {
  margin-bottom: 15px;
  margin-top: 15px; }

.nav-tabs {
  padding-top: 10px !important; }

.nav-tabs {
  margin-bottom: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0; }

.nav-tabs .nav-link {
  border: none !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important; }

#personal-details-container {
  margin-top: 2em; }

.data-name {
  padding-top: 15px;
  padding-bottom: 15px; }

.vertical-center {
  display: flex;
  align-items: center;
  flex-direction: row; }

.vertical-center > * {
  margin-top: 0;
  margin-bottom: 0; }

div .moregage-input-group {
  padding-right: 0; }

.moregage-data {
  margin-bottom: 15px;
  margin-top: 15px; }

img .profilepic {
  display: inline;
  margin: 0 auto;
  padding: 0;
  margin: 0; }

.image-cropper-xs {
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.badge {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem !important;
  transition: background-color 0.8s ease-in-out; }

.status-badge, .badge-notification {
  font-size: 10px ;
  /* Fallback in px */
  font-size: 0.625rem ;
  color: white;
  font-weight: bold;
  text-align: center; }

.badge-notification {
  float: right; }

.badge-notification {
  float: right;
  font-size: 10px ;
  /* Fallback in px */
  font-size: 0.625rem ;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.8s ease-in-out; }

.badge-notification.outstanding {
  color: #898989;
  background-color: #f9f9f9;
  border: 1px solid #898989; }

.badge-notification.complete {
  color: #fff;
  background-color: #0097a7;
  transition: background-color 0.8s ease-in-out; }

.status-badge.complete, .complete.badge-notification {
  color: #fff;
  background-color: #0097a7;
  transition: background-color 0.8s ease-in-out; }

p.badge-notification {
  margin: 0; }

.colorpicker-component {
  height: 100%;
  border: 1px solid #ced4da; }

.colorpicker-component .input-group-addon i {
  width: 100% !important;
  height: 100% !important;
  vertical-align: unset !important;
  border-radius: 1px; }

.colorpicker-component .input-group-addon {
  padding: 0.2em;
  width: 3em;
  height: 100% !important; }

.colorpicker-component .form-control {
  min-height: 100%;
  border: none;
  text-transform: uppercase; }

.colorpicker-component .color-picker-input {
  flex: 1 1 auto;
  width: 1%; }

.client-profile-colour.colorpicker-component {
  border: none; }

.client-profile-colour .colorpicker-saturation,
.client-profile-colour .colorpicker-hue,
.client-profile-colour .colorpicker-alpha {
  display: none !important; }

.client-profile-colour .colorpicker-visible {
  border: none; }

.client-profile-colour .input-group-text {
  color: #000;
  color: initial;
  border: none;
  background-color: #fff !important; }

.client-profile-colour .colorpicker-input-addon i {
  width: 1em !important;
  height: 1em !important; }

.client-profile-colour .colorpicker-input-addon::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em; }

#mortgage-container,
#main-content,
#settings-container {
  position: relative; }

#main-content {
  min-height: 70vh; }

.tiny-divider {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 13px; }

.red-action {
  color: var(--danger) !important; }

.custom-select.small, .custom-select.red-action {
  height: 2rem; }

.select2-container .sm.select2-selection .select2-selection__rendered {
  font-size: 1rem;
  overflow: hidden;
  color: #3e3e3e !important; }

.select2-container .sm.select2-dropdown .select2-results__option,
.select2-container .sm.select2-dropdown .select2-results__option--highlighted {
  font-size: 0.875rem !important;
  min-height: 2.5rem; }

.custom-select,
.select-field {
  background: #fff url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75rem center;
  background: var(--background-base) url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75rem center; }
  .form-group-material.error .custom-select, .custom-select.error, .form-group-material.error
  .select-field,
  .select-field.error {
    background-position-x: calc(100% - 1.5rem) !important; }

.tab-pane {
  padding: 2em; }

.dropdown-toggle.btn-flow-choice {
  color: var(--secondary) !important; }

.submit-changes.move-on {
  opacity: 0.65;
  pointer-events: none; }

.submit-changes.move-on.form-finish {
  opacity: 1;
  pointer-events: all; }

.horizontal-scrollable {
  overflow-x: auto;
  overflow-y: hidden; }
  .horizontal-scrollable ul.progressbar {
    margin-left: 1rem; }

ul.progressbar {
  height: auto;
  padding: 0 !important;
  counter-reset: step;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }

ul.progressbar.pb-interactive .status {
  cursor: pointer; }

ul.progressbar li.placeholder-bar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  background: #eeeeee;
  height: 6px;
  z-index: 1; }

ul.progressbar li.fill-bar {
  background: var(--primary);
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  z-index: 1;
  transition: width 0.5s ease-in-out; }

ul.progressbar .status .status-inner-wrapper {
  position: relative;
  height: 25px; }
  ul.progressbar .status .status-inner-wrapper .status-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    width: 100px ;
    /* Fallback in px */
    width: 6.25rem ;
    left: 14px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    ul.progressbar .status .status-inner-wrapper .status-inner span {
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      white-space: normal; }
    ul.progressbar .status .status-inner-wrapper .status-inner *:not(input) {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

ul.progressbar .status {
  list-style-type: none;
  color: #757575;
  float: left;
  position: relative;
  text-align: center;
  font-size: 14px; }

ul.progressbar .status:before {
  content: counter(step);
  counter-increment: step;
  color: #a5a5a5;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background: #fff;
  border: 1px solid #bdbdbd;
  z-index: 2;
  position: relative;
  font-size: 12px !important; }

ul.progressbar .status:last-child:after {
  content: none; }

ul.progressbar li.done:before {
  background: var(--primary);
  color: #fff;
  border: none !important; }

ul.progressbar .status.current:before {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff; }

ul.progressbar.pb-interactive .status.current::before,
ul.progressbar.pb-interactive .status:not(.done)::before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.8em !important;
  line-height: 0em;
  display: flex;
  align-items: center;
  justify-content: center; }

ul.progressbar .status.current {
  font-weight: bold;
  color: #424242 !important; }

ul.progressbar .status.done {
  font-weight: bold;
  color: var(--primary) !important; }

ul.progressbar .status.done:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-weight: normal; }

ul.progressbar .status.fail:before {
  background: #dc3545;
  color: white;
  border: none !important; }

ul.progressbar .status.fail {
  font-weight: bold;
  color: #dc3545 !important;
  content: "Application Cancelled"; }

ul.progressbar .status.fail:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-weight: normal; }

ul.progressbar li.fail:after {
  background: #dc3545;
  color: #fff;
  border: none !important; }

ul.progressbar .status.readRoad:after {
  background: linear-gradient(to right, var(--primary) 0%, var(--primary) 46%, #dc3545 55%, #dc3545 100%) !important; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-left: 2.5em;
  font-size: 0.875em; }

.right-inner-addon i {
  position: absolute;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  pointer-events: none; }

a.nav-link:hover {
  color: #495057 !important; }

.capitalize {
  text-transform: capitalize !important; }

.oblique {
  font-style: oblique !important; }

.rounded-circle {
  overflow: hidden; }

.img-fluid.rounded-circle.lg {
  max-width: 56px ;
  /* Fallback in px */
  max-width: 3.5rem ;
  max-height: 56px ;
  /* Fallback in px */
  max-height: 3.5rem ;
  width: 56px ;
  /* Fallback in px */
  width: 3.5rem ;
  height: 56px ;
  /* Fallback in px */
  height: 3.5rem ; }

.img-fluid.rounded-circle.ex-lg {
  width: 111px;
  height: 111px;
  max-width: 111px;
  max-height: 111px; }

.img-fluid.rounded-circle.md {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px; }

.img-fluid.rounded-circle.sm {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px; }

.img-fluid.rounded-circle.ex-sm {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px; }

.profilepic {
  height: 100%;
  width: 100%; }

.btn-sm {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.375rem 0.75rem; }

.btn-xs {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.175rem 0.75rem;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .btn-xs.font-small {
    font-size: 0.8em; }

.nav-link.disabled {
  pointer-events: none; }

.p-switch.p-bigger:not(label) {
  font-size: 22px ;
  /* Fallback in px */
  font-size: 1.375rem ; }

.pretty.p-switch .state::before {
  width: 2.2em !important;
  height: calc(1.1em + 2px) !important; }

.pretty.p-slide .label-inside {
  position: absolute;
  left: 10%;
  color: #fff;
  z-index: 1;
  font-size: 1rem;
  top: calc((60% - (100% - 1em)) - 15%);
  transition: all 0.5s ease; }

.pretty.p-slide.wider {
  top: 4px; }

.pretty.p-slide input.wider {
  min-width: 5em !important; }

.client-profiles-page .pretty.p-slide.p-switch input:checked ~ .state label:after,
.client-profiles-page .pretty.p-slide.p-switch input:checked ~ .state label:before {
  top: calc((60% - (100% - 1em)) - 31%) !important;
  left: 4.4em !important; }

.pretty.p-slide.p-switch input:checked ~ .label-inside {
  left: -10%;
  color: #fff; }

.pretty.p-slide.p-switch .state:before {
  top: calc((0% - (100% - 1em)) - 16% + 0.1em);
  border-color: var(--primary) !important;
  background-color: #ffffff !important; }

.pretty.p-slide.p-switch .state.wider:before {
  width: 5em !important; }

.pretty.p-slide.p-switch .state label {
  font-size: 0.7em;
  text-indent: 3.5em;
  font-weight: bold; }
  .pretty.p-slide.p-switch .state label:before {
    left: 3.1em; }

.client-profiles-page .pretty.p-slide.p-switch .state label:after,
.client-profiles-page .pretty.p-slide.p-switch .state label:before {
  top: calc((60% - (100% - 1em)) - 31%) !important;
  left: 0.5em !important;
  background-color: var(--primary) !important; }

.pretty.p-slide.p-switch .state ~ .label-inside {
  color: var(--primary); }

.pretty-custom form#email-center-form .p-switch.p-bigger:not(label) {
  font-size: 20px ;
  /* Fallback in px */
  font-size: 1.25rem ; }

.pretty-custom .pretty .label-before {
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  text-indent: 0 !important;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 5px));
          transform: translateX(calc(-100% - 5px));
  top: 0.35em; }

.pretty-custom .pretty .icon,
.pretty-custom .pretty .img,
.pretty-custom .pretty .svg,
.pretty-custom .pretty label:after,
.pretty-custom .pretty label:before {
  top: calc((0% - (100% - 1.8em)) - 8%);
  left: 9em; }

.pretty-custom .pretty.p-bigger .icon,
.pretty-custom .pretty.p-bigger .img,
.pretty-custom .pretty.p-bigger .svg,
.pretty-custom .pretty.p-bigger label:after,
.pretty-custom .pretty.p-bigger label:before {
  font-size: 1.7em !important;
  top: calc((0% - (100% - 1em)) - 35% + 0.1em) !important; }

.pretty-custom .pretty.p-switch .state:before {
  top: calc((0% - (100% - 1em)) - 16% + 0.1em); }

.pretty-custom .pretty.p-switch .state label {
  font-size: 0.7em;
  text-indent: 3.5em;
  font-weight: bold; }
  .pretty-custom .pretty.p-switch .state label:before {
    left: 3.1em; }

.highlight {
  background-color: rgba(255,243,152,0.6) !important;
  transition: background-color 700ms ease-in-out; }

.highlight-animation {
  transition: background-color 300ms ease-in-out; }

.dropdown-menu .wide {
  padding-left: 0;
  padding-right: 0; }
  .dropdown-menu .wide .btn {
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
    border: none;
    background: transparent !important;
    color: #212529 !important; }

.separator-top {
  border-top: 1px solid #e0e0e0; }

.separator-bottom {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem; }

.app-section-header > p {
  font-size: 1.2rem; }

.dollar-prepend {
  padding-left: 1.2rem;
  position: relative; }
  .dollar-prepend:before {
    content: "$";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    left: 0;
    position: absolute;
    height: 100%; }

.perc-append:not(.edit-visibility) {
  padding-right: 1.2rem;
  position: relative;
  height: auto; }
  .perc-append:not(.edit-visibility):after {
    content: "%";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-right: 0;
    top: 0;
    right: -0.2rem;
    position: absolute;
    height: 100%; }
  .perc-append:not(.edit-visibility) input {
    width: 100% !important; }

.b4b {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ;
  transition: ease-in-out 1s;
  background-color: #a9a9a9 !important; }

.application-disclaimers span a.clickable:hover:not(.download-disclaimer) {
  color: #fff;
  text-decoration: underline; }

.application-disclaimers a.clickable.download-disclaimer {
  color: var(--primary-alt) !important; }

p.disabled,
p:disabled,
a.disabled,
a:disabled,
a.disabled {
  pointer-events: none;
  opacity: 0.65; }

div.marketing-badge.disabled {
  opacity: 0.65;
  cursor: default; }

div.marketing-badge a {
  opacity: 1; }
  div.marketing-badge a:hover {
    color: #fff !important; }

.theme-option img {
  border: 1px solid #d3d4db;
  border-radius: 5px; }

.scroll-fixed.position-fixed {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(-10%) translateY(-1.5rem);
          transform: translateX(-10%) translateY(-1.5rem); }

.scroll-fixed {
  z-index: 999;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.dropzone .dz-message span::before {
  display: none !important; }

.pretty input:checked ~ .state.p-success label::after,
.pretty.p-toggle .state.p-success label::after {
  background-color: var(--primary-alt) !important; }

.btn.split {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .btn.split.dropdown-toggle-split {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-filter: brightness(75%);
            filter: brightness(75%); }

.broker-registration-content,
.registration-content {
  flex: 1 0 auto; }

.fw-normal {
  font-weight: normal !important; }

.finastra-expand-button,
.template-help-button {
  position: fixed;
  top: 9px;
  right: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--primary);
  border: solid var(--primary-4);
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1031; }

.finastra-expand-button {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  top: 7rem;
  right: 4rem;
  transition: top 0.5s ease-in-out; }
  .form-page.finastra.in ~ .finastra-expand-button {
    top: 1.2rem !important; }

.template-help-button {
  background: transparent;
  border: unset;
  width: auto;
  right: 28rem; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

#personal-details-container #downpayment-question {
  padding-top: 22px !important; }

.preload {
  color: #212529; }

.preload-fix {
  max-height: 70vh;
  overflow: hidden; }

#page.popup-window {
  padding-top: 3rem !important;
  margin-left: 0 !important;
  width: 100vw !important; }

#page #main-content .preload-fix .preload {
  background: #f6f6f6;
  opacity: 0.95; }

#page #main-content .card .preload-fix .preload {
  background: #ffffff; }

.flex-table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset !important; }

.flex-table.table th,
.flex-table.table td {
  border-top: none; }

.flex-table.table tr {
  position: relative;
  border-top: 1px solid #dee2e6; }

#autosave-infobox {
  position: absolute;
  right: 0;
  text-align: right;
  font-style: italic;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: -10px;
  font-size: 1.03rem; }

.pretty.p-icon input:checked ~ .state label:before {
  border-color: transparent !important; }

.select2-container .sm.select2-dropdown .select2-results__option {
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.tiny-font {
  font-size: 14px !important;
  /* Fallback in px */
  font-size: 0.875rem !important; }

.terms h2 {
  font-size: 17px;
  font-weight: bolder;
  text-transform: uppercase; }

.terms p:first-of-type {
  font-weight: bold; }

.terms h2 {
  font-size: 17px;
  font-weight: bolder;
  text-transform: uppercase; }

.terms p:first-of-type {
  font-weight: bold; }

#add-client-modal > .modal-lg {
  max-width: 1100px !important; }

.my-automations-left-column:before {
  content: "";
  height: calc(98% - 8rem);
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 1px;
  background: #e0e0e0; }

[type="checkbox"] ~ .invalid-feedback {
  display: none !important; }

.dropdown-disabled:after {
  display: none !important; }

.complete-row {
  max-width: 6rem; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  z-index: 10;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border-radius: 10px; }

.comment-status.error {
  color: var(--danger) !important; }

.preload.overlay {
  background: transparent; }

.stackable-navs .nav-link {
  border: 1px solid #e0e0e0 !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #fafafa !important; }

.stackable-navs .nav-item {
  width: 18%;
  min-width: 200px;
  max-width: 250px;
  margin-right: 0.2em; }

.stackable-navs .nav-link.first {
  border-top-left-radius: 0px !important; }

.stackable-navs .nav-item.plus {
  width: 3rem !important;
  min-width: unset;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; }

.stackable-navs .nav-link.active {
  border-bottom: none !important;
  font-weight: bolder;
  background-color: #eeeeee !important; }

select.segment-select {
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-collapse: separate;
  padding: 0 39px 0 18px;
  background-color: #fafafa;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; }

select.segment-select:hover {
  cursor: pointer;
  background-color: #e0e0e0; }

select.segment-select:active,
select.segment-select:focus {
  background-color: #fafafa !important; }

button#dropdown-condition {
  transition: box-shadow 0.2s ease-in-out 0s; }

button#dropdown-condition:active,
button#dropdown-condition:focus,
button#dropdown-condition:hover {
  outline: none !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }

.no-outline {
  outline: none !important; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.overflow-dropdown {
  overflow: auto !important;
  max-height: 200px !important;
  overflow-x: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

button.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.segment-multioption:hover,
.multioption-item:hover {
  cursor: pointer; }

.card .card-header.card-image {
  overflow: hidden;
  padding: 0;
  width: 100%;
  padding-bottom: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.card .card-delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .card .card-delete:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .card .card-delete.delete-template {
    border-radius: 0 0 0 calc(0.25rem - 1px); }

.single-template.card {
  margin-bottom: 0;
  height: 100%; }
  .single-template.card .card-actions .btn {
    font-size: 0.7rem;
    padding: 0.275rem 0.55rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem; }

.add-template.card {
  height: 100%; }
  .add-template.card i {
    font-size: 2.7rem;
    color: #3f3f3f; }
  .add-template.card .add-text {
    font-size: 1.2rem;
    color: #3f3f3f; }

.add-template-col .add-template {
  padding-bottom: calc(100% + 6rem); }

.bee-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1020;
  font-family: Frutiger Next W01, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  top: 0;
  left: 0; }
  .bee-full-screen iframe {
    min-width: unset !important; }

.bee-header {
  top: 0;
  position: absolute;
  height: 55px;
  display: flex;
  align-items: center;
  z-index: 10; }
  .preview-bee-page .bee-header {
    display: none; }

.bee-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding: 3px 25px;
  background-color: #515658; }

#send-email-button {
  right: 35rem; }

#exit-bee {
  right: 21rem; }

#bee-template-name {
  width: 20%;
  left: 312px; }
  #bee-template-name .bee-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#hide-nav {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: transparent; }

#hide-preview-exit {
  position: absolute;
  width: 35px;
  height: 58px;
  background: #fff;
  right: 14px;
  top: 0;
  z-index: 10; }
  #hide-preview-exit .close-icon {
    background-color: var(--primary);
    color: #ffffff !important;
    width: 20px;
    height: 20px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    cursor: pointer; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  overflow-x: hidden;
  padding: 0; }

.chart-wrapper {
  position: relative;
  height: 250px; }

.config-chart-type {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.config-chart-type:not(.selected) i {
  display: none; }

.ld-ring.small, .ld-ring.red-action {
  width: 30px !important;
  height: 30px !important; }

.ld-ring.mini {
  width: 20px !important;
  height: 20px !important; }

.ld-ring.white {
  border-color: white !important;
  color: white !important; }

.segment-multioption.error {
  border-color: #dc3545; }

.scrollable-container {
  overflow: auto;
  overflow-x: hidden;
  max-height: 20rem;
  border: 1px solid #e0e0e0; }

.scrollable-container::-webkit-scrollbar {
  width: 12px; }

.scrollable-container::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px; }

.scrollable-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bdbdbd; }

.onresize {
  max-width: unset;
  min-width: unset; }

.card-body.reduced-padding {
  padding: 0.75rem; }

.add-template #new-template {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#marketing-terms-modal .modal-body {
  overflow-y: auto;
  max-height: 60vh; }

.ln-40 {
  line-height: 40px !important; }

.big-text {
  font-size: 20px !important; }

.bg-secondary {
  background-color: var(--secondary); }

.text-white {
  color: white !important; }

.row-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e0e0e0; }

.hide-bee-content > *:not(.preload) {
  display: none; }

.red-text {
  color: #dc3545 !important; }

.dataTables_empty {
  width: 100% !important; }

.bg-grey {
  background-color: #f8f9fa !important; }

tbody.card.no-borders {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0; }

tbody.card.no-borders tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

tbody.card.no-borders tr:last-child {
  border-bottom: none !important; }

tbody.card.no-borders tr {
  border-left: none !important;
  border-right: none !important; }

.easy-autocomplete-container ul {
  padding-left: 0 !important; }

.select2-results__options {
  padding-left: 0 !important; }

.clickable.cancel-campaign {
  position: absolute;
  right: -0.5rem;
  top: 0;
  height: 100%;
  display: none;
  align-items: center; }

.campaign-item:hover .cancel-campaign {
  background: transparent; }

#lists-table_wrapper .top,
#campaigns-table_wrapper .top {
  display: none; }

#campaigns-table_wrapper tr:first-child td {
  padding-top: 1rem;
  border-top: none; }

table th {
  border-top: none !important; }

.px-4-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.card-brand {
  font-size: 2.3em; }

#parent-iframe {
  overflow-y: auto !important;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex; }

.word-break-all {
  word-break: break-all; }

.modal-blurred .modal-dialog {
  -webkit-filter: blur(1.5px) brightness(0.5);
          filter: blur(1.5px) brightness(0.5); }

.confirmation-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1051; }

.no-bg-hover:hover {
  background-color: unset; }

.clickable.no-bg-active:active {
  color: unset !important;
  background-color: unset !important; }

.drag-subtitle {
  color: var(--gray) !important;
  font-weight: normal;
  font-size: 0.8rem; }

.drag-item .client-profile-referrer,
.drag-item .client-profile-created-at {
  font-size: 0.8rem;
  line-height: 1rem; }

.drag-item .client-profile-value {
  font-weight: normal;
  font-size: 0.85rem; }

.no-hover-animation:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none; }

#app-left-side-client {
  background: #f5f5f7;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  left: -9px;
  top: 0px;
  z-index: 1; }
  #app-left-side-client .logo-login {
    padding-left: 15px !important;
    width: 200px;
    height: 70px;
    top: 100px; }
  #app-left-side-client .left-side-laptop {
    position: absolute;
    top: 0;
    z-index: -1;
    width: auto;
    height: 75vh;
    -webkit-transform: translateY(-100%) translateY(155px);
            transform: translateY(-100%) translateY(155px); }
  #app-left-side-client .subtitle {
    font-size: 1.2rem;
    text-align: center; }
  #app-left-side-client .title-client {
    font-size: 2.5rem;
    text-align: center; }
  #app-left-side-client .img-responsive {
    height: 23rem;
    top: -230px; }
  #app-left-side-client .image-cropper {
    width: 100px;
    height: 100px;
    margin-left: 20px; }
  #app-left-side-client .description {
    margin-bottom: 30px; }

.title-broker {
  font-size: 3rem; }

#app-left-side {
  background-color: var(--primary-clear);
  height: 100vh;
  position: fixed;
  overflow: hidden; }

.left-side-laptop {
  position: absolute;
  top: 0;
  z-index: -1;
  width: auto;
  height: 75vh;
  -webkit-transform: translateY(-100%) translateY(155px);
          transform: translateY(-100%) translateY(155px); }

.pretty.multi-line {
  white-space: inherit;
  width: 100%;
  line-height: 1.2; }
  .pretty.multi-line .icon {
    top: 0 !important; }

.pretty.multi-line .state label {
  text-indent: 0;
  padding-left: 2rem; }
  #follow-up-tab .pretty.multi-line .state label {
    padding-left: 0.5rem; }

.pretty.multi-line .state label:after,
.pretty.multi-line .state label:before {
  top: 0; }

#widget-wizard-container {
  min-height: 100vh; }
  #widget-wizard-container #app-container {
    padding: 3rem 2rem; }
  #widget-wizard-container .step:not(.current) {
    display: none; }
  #widget-wizard-container .left-side-laptop-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: auto;
    height: 75vh;
    -webkit-transform: translateX(25%) translateY(150px);
            transform: translateX(25%) translateY(150px); }
  #widget-wizard-container .app-nav .logo-login {
    width: 170px;
    height: 55px; }
  #widget-wizard-container .image-cropper-lg {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  #widget-wizard-container .form-page article .fe-radio-form .fe-option label {
    border: none;
    border-radius: 0; }

#map,
.map-wrapper {
  height: 30vh;
  overflow: hidden; }

.map-page {
  height: 100%;
  overflow: hidden; }

#add-client-modal .method-selection-screen {
  position: relative !important; }

#add-client-modal #add-client-modal .modal-dialog {
  max-width: 600px; }

.form-page article .fe-radio-form.auto-height-radio .fe-option {
  height: auto;
  min-height: 40px; }
  .form-page article .fe-radio-form.auto-height-radio .fe-option label {
    position: static;
    position: initial;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem; }

.form-page article .fe-radio-form .fe-option input:checked ~ .radio-help {
  color: #fff !important; }

.radio-help {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 1em !important;
  z-index: 500;
  cursor: pointer; }

.modal-page .slide-row {
  flex-wrap: nowrap;
  overflow: hidden; }

.modal-page .modal-slide-left,
.modal-page .modal-slide-right {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.modal-page .modal-slide-left {
  max-height: 2000px; }

.modal-page .modal-slide-right {
  max-height: 0; }

.modal-page.modal-slide-open .modal-slide-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 0; }

.modal-page.modal-slide-open .modal-slide-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 2000px; }

.sidebar-body .sidetab-active {
  margin-left: -30px !important;
  /* Fallback in px */
  margin-left: -1.875rem !important;
  padding-left: calc(1.875rem - 0.25em);
  border-left: 0.25em solid var(--primary-alt);
  border-right: 0; }

.sidebar-body ul ul {
  font-size: 0.9rem; }

/* Scroll bar look and feel */
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.progress-vertical {
  position: relative; }
  .progress-vertical::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 23px;
    width: 3px;
    height: calc(100% - 5rem);
    z-index: 2;
    background: var(--primary); }
  .progress-vertical.white::before {
    background: #e0e0e0; }
  .progress-vertical.vertical-progress-wrapper > .row:last-child {
    background-color: #f6f6f6;
    z-index: 10;
    position: relative;
    margin-top: 0px; }
    .progress-vertical.vertical-progress-wrapper > .row:last-child .progress-item {
      padding-top: 0 !important; }
  .progress-vertical .progress-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 65px;
    min-width: 65px;
    height: auto;
    padding-top: 5px; }
    .progress-vertical .progress-item > .progress-item-circle {
      width: 35px;
      height: 35px;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f6f6f6;
      border-radius: 100%;
      z-index: 2; }
      .progress-vertical .progress-item > .progress-item-circle.white {
        border: 1px solid #e0e0e0; }
      .progress-vertical .progress-item > .progress-item-circle.white::before {
        background-color: #fff; }
      .progress-vertical .progress-item > .progress-item-circle::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--primary);
        border-radius: 100%;
        -webkit-filter: hue-rotate(var(--progress-item-variation));
                filter: hue-rotate(var(--progress-item-variation)); }
      .progress-vertical .progress-item > .progress-item-circle .progress-item-image,
      .progress-vertical .progress-item > .progress-item-circle .dot-icon {
        position: absolute;
        width: 40%;
        height: 40%;
        z-index: 2; }
      .progress-vertical .progress-item > .progress-item-circle .progress-item-image {
        fill: #fff; }
      .progress-vertical .progress-item > .progress-item-circle .dot-icon {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .progress-vertical .progress-item > .progress-item-circle .dot-icon::before {
          content: "\f111";
          font: normal normal normal 14px/1 FontAwesome; }

.connect-email-list img {
  width: 100%;
  max-width: 4rem;
  height: auto; }

.status-text {
  padding-left: 1rem;
  position: relative;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  width: max-content; }
  .status-text::before {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--success);
    opacity: 0.8;
    left: 0rem;
    top: calc(0.6rem / 2);
    border-radius: 50%; }

.select-field {
  cursor: pointer; }

.step-content select.form-control:not([size]):not([multiple]):not(.error):not(.parsley-success):not(.form-control-filled) {
  color: #ddd !important; }

/* material form stylings ------------------------------- */
.form-group-material {
  margin-bottom: 1rem;
  width: 100%; }
  .form-group-material:not(.select2-dropdown) {
    position: relative; }
  .form-group-material.parsley-success {
    /* For IE10 */ }
    .form-group-material.parsley-success:after {
      display: inline-block;
      font: normal normal normal 16px/1 FontAwesome;
      font-size: 20px ;
      /* Fallback in px */
      font-size: 1.25rem ;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f058";
      position: absolute;
      right: 3px;
      bottom: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #21cc99; }
    .form-group-material.parsley-success .fa-calendar,
    .form-group-material.parsley-success .fa-calculator,
    .form-group-material.parsley-success .floating-validation,
    .form-group-material.parsley-success .reveal-password,
    .form-group-material.parsley-success .v-reveal-password,
    .form-group-material.parsley-success .material-input-icon {
      margin-right: 20px; }
    .form-group-material.parsley-success .select2-selection__arrow {
      display: none; }
    .form-group-material.parsley-success select {
      /* for Firefox */
      -moz-appearance: none;
      /* for Chrome */
      -webkit-appearance: none; }
      .form-group-material.parsley-success select.select-field {
        background: none;
        padding-right: calc(1.25rem + 2px) !important; }
    .form-group-material.parsley-success input.material-input.form-control {
      padding-right: calc(1.25rem + 2px) !important; }
    .form-group-material.parsley-success select::-ms-expand {
      display: none; }
  .form-group-material.error .reveal-password,
  .form-group-material.error .v-reveal-password,
  .form-group-material.error .floating-validation,
  .form-group-material.error .material-input-icon, .form-group-material.error.client-application-form-container .reveal-password,
  .form-group-material.error.client-application-form-container .v-reveal-password,
  .form-group-material.error.client-application-form-container .floating-validation,
  .form-group-material.error.client-application-form-container .material-input-icon {
    margin-right: 20px; }
  .form-group-material .error .select2-selection__arrow, .form-group-material.error .select2-selection__arrow {
    right: 1.5rem !important; }
  .form-group-material input:not([type="hidden"]),
  .form-group-material .material-input:not([type="hidden"]),
  .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    padding: 10px 5px 5px 5px;
    display: block;
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(59, 60, 96, 0.25) !important;
    margin: 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
    background-color: transparent !important;
    outline: none !important; }
    .form-group-material input:not([type="hidden"]).max-length-label,
    .form-group-material .material-input:not([type="hidden"]).max-length-label,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.max-length-label,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.max-length-label {
      padding: 10px 30px 5px 5px !important; }
    .form-group-material input:not([type="hidden"]):not(input):focus,
    .form-group-material .material-input:not([type="hidden"]):not(input):focus,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single:not(input):focus,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple:not(input):focus {
      box-shadow: 0 0 0 3px var(--primary-3);
      outline: none !important; }
    .form-group-material input:not([type="hidden"]).error,
    .client-application-form-container .form-group-material input:not([type="hidden"]).error,
    .form-group-material .material-input:not([type="hidden"]).error,
    .client-application-form-container
    .form-group-material .material-input:not([type="hidden"]).error,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
    .client-application-form-container
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error,
    .client-application-form-container
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error {
      border-color: var(--danger) !important; }
      .form-group-material input:not([type="hidden"]).error.soft,
      .client-application-form-container .form-group-material input:not([type="hidden"]).error.soft,
      .form-group-material .material-input:not([type="hidden"]).error.soft,
      .client-application-form-container
      .form-group-material .material-input:not([type="hidden"]).error.soft,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft {
        border-color: rgba(59, 60, 96, 0.25) !important; }
      .form-group-material input:not([type="hidden"]).error,
      .form-group-material input:not([type="hidden"]).error ~ label,
      .client-application-form-container .form-group-material input:not([type="hidden"]).error,
      .client-application-form-container .form-group-material input:not([type="hidden"]).error ~ label,
      .form-group-material .material-input:not([type="hidden"]).error,
      .form-group-material .material-input:not([type="hidden"]).error ~ label,
      .client-application-form-container
      .form-group-material .material-input:not([type="hidden"]).error,
      .client-application-form-container
      .form-group-material .material-input:not([type="hidden"]).error ~ label,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label {
        color: var(--danger) !important;
        font-weight: normal; }
        .form-group-material input:not([type="hidden"]).error.soft,
        .form-group-material input:not([type="hidden"]).error ~ label.soft,
        .client-application-form-container .form-group-material input:not([type="hidden"]).error.soft,
        .client-application-form-container .form-group-material input:not([type="hidden"]).error ~ label.soft,
        .form-group-material .material-input:not([type="hidden"]).error.soft,
        .form-group-material .material-input:not([type="hidden"]).error ~ label.soft,
        .client-application-form-container
        .form-group-material .material-input:not([type="hidden"]).error.soft,
        .client-application-form-container
        .form-group-material .material-input:not([type="hidden"]).error ~ label.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label.soft {
          color: #3e3e3e !important; }
    .form-group-material input:not([type="hidden"])[disabled]:not(.calculated), .form-group-material input:not([type="hidden"])[readonly]:not(.calculated):not(.display-time), .form-group-material input:not([type="hidden"]):display-time,
    .form-group-material .material-input:not([type="hidden"])[disabled]:not(.calculated),
    .form-group-material .material-input:not([type="hidden"])[readonly]:not(.calculated):not(.display-time),
    .form-group-material .material-input:not([type="hidden"]):display-time,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single[disabled]:not(.calculated),
    .form-group-material .select2-container--bootstrap4 .select2-selection--single[readonly]:not(.calculated):not(.display-time),
    .form-group-material .select2-container--bootstrap4 .select2-selection--single:display-time,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple[disabled]:not(.calculated),
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple[readonly]:not(.calculated):not(.display-time),
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple:display-time {
      background-color: transparent !important;
      border-bottom-style: dashed !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-moz-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-moz-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::-moz-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::-moz-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::placeholder,
    .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::placeholder,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::placeholder,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple,
    .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple {
      border-bottom: none !important;
      height: auto !important;
      min-height: calc(2.25rem + 5px) !important; }
      .form-group-material input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice,
      .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple .select2-selection__choice,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple .select2-selection__choice {
        padding: 0.3rem 0.5rem;
        background-color: var(--primary);
        color: #fff;
        border: none !important;
        margin-top: 0.35rem;
        order: 2; }
        .form-group-material input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
        .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
          color: #fff; }
      .form-group-material input:not([type="hidden"]).select2-selection--multiple .select2-selection__rendered,
      .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple .select2-selection__rendered,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple .select2-selection__rendered,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple .select2-selection__rendered {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 10rem;
        padding: 0 !important;
        display: flex;
        flex-wrap: wrap; }
  .form-group-material.bordered-input input:not([type="hidden"]),
  .form-group-material.bordered-input .material-input:not([type="hidden"]) {
    background-color: #f5f5f5 !important;
    border: 2px solid #e0e0e0 !important;
    margin-right: -0.3em !important; }
  .form-group-material.bordered-input input:not([type="hidden"]).error,
  .form-group-material.bordered-input .material-input:not([type="hidden"]).error {
    border: 2px solid var(--danger) !important;
    border-radius: 2px; }
  .form-group-material.bordered-input input:not([type="hidden"]).calculated,
  .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .form-group-material.bordered-input input:not([type="hidden"]).calculated[disabled], .form-group-material.bordered-input input:not([type="hidden"]).calculated[readonly]:not(.display-time),
    .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated[disabled],
    .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated[readonly]:not(.display-time) {
      color: #000 !important; }
  .form-group-material.bordered-input.calculated-input .bar {
    display: none !important; }
  .card-footer .form-group-material.bordered-input input:not([type="hidden"]).calculated,
  .card-footer .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated {
    background-color: transparent !important;
    border-color: transparent !important;
    border: unset !important;
    font-weight: bold !important; }
  .form-group-material.form-group-material-no-label {
    margin: 0; }
    .form-group-material.form-group-material-no-label .select2-selection--multiple {
      padding-top: 0 !important; }
  .form-group-material:not(.form-group-material-no-label) label {
    position: absolute;
    top: 10px ;
    /* Fallback in px */
    top: 0.625rem ;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    font-size: 1.1rem;
    width: 100%;
    margin: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }
    .form-group-material:not(.form-group-material-no-label) label.title {
      font-size: 1rem !important;
      font-weight: normal !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::-webkit-input-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::-moz-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:-ms-input-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::-ms-input-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::-webkit-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::-moz-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label:-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus ~ label, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid ~ label, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled ~ label, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label ~ label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::-webkit-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::-moz-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::-moz-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::-moz-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input:-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input ~ label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input:focus ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input:focus ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input:focus ~ label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px); }
  .form-group-material li.select2-search.select2-search--inline {
    width: 100%;
    order: 1; }
  .form-group-material li.select2-search.select2-search--inline input.select2-search__field {
    width: 100% !important; }
  .form-group-material .bar {
    position: relative;
    display: block;
    width: 100%; }
    .form-group-material .bar:before, .form-group-material .bar:after {
      content: "";
      height: 2px;
      width: 0;
      bottom: 0px;
      position: absolute;
      background: var(--primary);
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    .form-group-material .bar:before {
      left: 50%; }
    .form-group-material .bar:after {
      right: 50%; }
  .form-group-material input:not([type="hidden"]):not(.error):focus ~ .bar:before,
  .form-group-material input:not([type="hidden"]):not(.error):focus ~ .bar:after,
  .form-group-material .material-input:not([type="hidden"]):not(.error):focus ~ .bar:before,
  .form-group-material .material-input:not([type="hidden"]):not(.error):focus ~ .bar:after {
    width: 50%; }
  .form-group-material.form-group-material-focused .bar:before,
  .form-group-material.form-group-material-focused .bar:after {
    width: 50%; }
  .form-group-material .invalid-feedback,
  .form-group-material .loading-feedback {
    position: absolute !important;
    top: 100% !important;
    right: 0;
    margin: 0;
    padding-top: 0.2rem;
    width: auto !important;
    line-height: 10px; }
    .form-group-material .invalid-feedback label,
    .form-group-material .loading-feedback label {
      font-size: 0.7rem;
      position: static !important;
      margin: 0;
      -webkit-transform: none !important;
              transform: none !important;
      line-height: 10px; }
    .form-group-material .invalid-feedback .invalid-icon,
    .form-group-material .invalid-feedback .loading-icon > svg,
    .form-group-material .loading-feedback .invalid-icon,
    .form-group-material .loading-feedback .loading-icon > svg {
      position: absolute;
      top: -1.7rem;
      right: 0; }
    .form-group-material .invalid-feedback .invalid-icon,
    .form-group-material .loading-feedback .invalid-icon {
      width: 1.2rem;
      height: 1.2rem;
      color: var(--danger);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px ;
      /* Fallback in px */
      font-size: 1.25rem ; }
      .form-group-material .invalid-feedback .invalid-icon.soft,
      .form-group-material .loading-feedback .invalid-icon.soft {
        color: var(--orange); }
      .form-group-material .invalid-feedback .invalid-icon ~ ul,
      .form-group-material .loading-feedback .invalid-icon ~ ul {
        text-align: right; }
        .form-group-material .invalid-feedback .invalid-icon ~ ul li,
        .form-group-material .loading-feedback .invalid-icon ~ ul li {
          font-size: 0.75rem; }
    .form-group-material .invalid-feedback .loading-icon > svg,
    .form-group-material .loading-feedback .loading-icon > svg {
      width: 4rem;
      height: 2rem; }
  .form-group-material .select2-container--open .select2-selection {
    transition: none !important;
    border: 1px solid var(--primary-rgb) !important; }
  .form-group-material .select2-container--open.select2-container--below .select2-selection {
    border-bottom: none !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important; }
  .form-group-material .select2-container--open.select2-container--above .select2-selection {
    border-top: none !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important; }
  .form-group-material .select2-container--open ~ label {
    visibility: hidden;
    display: none; }
  .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    height: calc(2.25rem + 5px);
    line-height: 1.5rem; }
  .form-group-material.same-line .select2-container--bootstrap4 .select2-selection--single,
  .form-group-material.same-line .select2-container--bootstrap4 .select2-selection--multiple {
    line-height: 2.2; }
  .form-group-material.same-line .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    top: 10px; }
  .form-group-material.select2-dropdown {
    border-radius: 0 !important; }
    .form-group-material.select2-dropdown input.select2-search__field:focus {
      border-bottom: 2px solid var(--primary) !important;
      transition: border 0.2s ease-in-out; }
    .form-group-material.select2-dropdown.select2-dropdown--below {
      border: 1px solid var(--primary-rgb) !important;
      border-top: none !important;
      border-bottom-left-radius: 3px !important;
      border-bottom-right-radius: 3px !important; }
    .form-group-material.select2-dropdown.select2-dropdown--above {
      border: 1px solid var(--primary-rgb) !important;
      border-bottom: none !important;
      border-top-left-radius: 3px !important;
      border-top-right-radius: 3px !important; }
  .form-group-material select.form-control-filled ~ label,
  .form-group-material select.material-input-static-label ~ label {
    top: -1.5rem !important; }
  .form-group-material .fe-dp-icon {
    width: 2rem !important;
    height: 100% !important;
    font-size: 1.3rem !important;
    margin-bottom: 0;
    transition: margin-right 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important; }
  .form-group-material .fe-dp-input.error ~ .fe-dp-icon {
    margin-right: 1.2rem;
    color: var(--danger) !important; }
  .form-group-material.form-group-material-number input::-webkit-outer-spin-button,
  .form-group-material.form-group-material-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-group-material.form-group-material-number input[type="number"] {
    -moz-appearance: textfield; }

.form-control.form-control.error,
.error .form-control.form-control {
  border-bottom-color: var(--danger) !important; }
  .form-control.form-control.error.soft,
  .error .form-control.form-control.soft {
    border-color: currentColor !important;
    border-color: initial !important; }
  .form-control.form-control.error ~ label,
  .form-control.form-control.error label,
  .error .form-control.form-control ~ label,
  .error .form-control.form-control label {
    color: var(--danger) !important; }

.client-application-form-container .invalid-feedback,
.client-application-form-container .loading-feedback {
  position: absolute !important;
  top: 100% !important;
  right: 0;
  margin: 0;
  padding-top: 0.2rem;
  width: auto !important;
  line-height: 10px; }
  .client-application-form-container .invalid-feedback label,
  .client-application-form-container .loading-feedback label {
    font-size: 0.7rem;
    position: static !important;
    margin: 0;
    -webkit-transform: none !important;
            transform: none !important;
    line-height: 10px; }
  .client-application-form-container .invalid-feedback .invalid-icon,
  .client-application-form-container .invalid-feedback .loading-icon > svg,
  .client-application-form-container .loading-feedback .invalid-icon,
  .client-application-form-container .loading-feedback .loading-icon > svg {
    position: absolute;
    top: -1.7rem;
    right: 0; }
  .client-application-form-container .invalid-feedback .invalid-icon,
  .client-application-form-container .loading-feedback .invalid-icon {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--danger);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px ;
    /* Fallback in px */
    font-size: 1.25rem ; }
    .client-application-form-container .invalid-feedback .invalid-icon.soft,
    .client-application-form-container .loading-feedback .invalid-icon.soft {
      color: var(--orange); }
    .client-application-form-container .invalid-feedback .invalid-icon ~ ul li,
    .client-application-form-container .loading-feedback .invalid-icon ~ ul li {
      font-size: 0.75rem; }
  .client-application-form-container .invalid-feedback .loading-icon > svg,
  .client-application-form-container .loading-feedback .loading-icon > svg {
    width: 4rem;
    height: 2rem; }

[type="radio"] .invalid-feedback,
[type="grid"] .invalid-feedback {
  display: block;
  position: absolute !important;
  top: 100% !important;
  left: 0;
  margin: 0;
  padding-top: 0.2rem;
  width: auto !important;
  line-height: 10px;
  z-index: 1; }

[type="grid"] .invalid-feedback {
  top: -0.5rem !important; }

.form-group-material-flex {
  display: flex;
  flex-wrap: wrap; }
  .form-group-material-flex > .form-group-material-grow {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

[type="search"] {
  background-color: #fff !important; }

.preload-error-icon {
  font-size: 60px;
  color: var(--danger); }

.app-navigation {
  height: 100vh;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 60px;
  border-right: 1px solid #e0e0e0;
  background: #fff;
  padding-top: 6em !important;
  overflow: auto;
  width: 280px; }
  .app-navigation a.active {
    font-weight: bold;
    color: var(--secondary) !important; }

#client-app-nav .steps .step.completed .step-title {
  color: var(--primary) !important;
  font-weight: bold; }
  #client-app-nav .steps .step.completed .step-title:not(.step-title-inline-icon)::after {
    font-family: FontAwesome;
    content: "\f00c";
    margin-left: 5px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%); }
  #client-app-nav .steps .step.completed .step-title.step-title-inline-icon .step-title-icon {
    display: inline !important; }

#sync-email-terms-modal .modal-header,
#add-payment-modal .modal-header,
#payment-details-modal .modal-header {
  height: 7rem;
  background-color: #c137a2;
  position: relative; }
  #sync-email-terms-modal .modal-header::before,
  #add-payment-modal .modal-header::before,
  #payment-details-modal .modal-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #694ed6;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  #sync-email-terms-modal .modal-header .header-logos,
  #add-payment-modal .modal-header .header-logos,
  #payment-details-modal .modal-header .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  #sync-email-terms-modal .modal-header .logo-wrapper,
  #add-payment-modal .modal-header .logo-wrapper,
  #payment-details-modal .modal-header .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 5rem;
    height: 5rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1; }

#sync-email-terms-modal .modal-dialog,
#add-payment-modal .modal-dialog,
#payment-details-modal .modal-dialog {
  max-width: 400px ;
  /* Fallback in px */
  max-width: 25rem ; }

.modal .modal-section {
  text-align: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e9ecef; }
  .modal .modal-section:last-child {
    border-bottom: none; }

.scroll-control {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  z-index: 1;
  cursor: pointer; }
  .scroll-control.scroll-left {
    left: -3rem; }
  .scroll-control.scroll-right {
    right: -3rem; }

.nav-tabs-wrapper {
  position: relative;
  height: 53px ;
  /* Fallback in px */
  height: 3.3125rem ;
  padding: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden !important; }
  .nav-tabs-wrapper.coupled {
    padding: 0 0px; }
  .nav-tabs-wrapper .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 2rem 0 !important;
    border-bottom: none !important; }
    .nav-tabs-wrapper .nav-tabs ~ .scroll-control.scroll-left {
      left: 0;
      color: var(--primary); }
    .nav-tabs-wrapper .nav-tabs ~ .scroll-control.scroll-right {
      right: 0;
      color: var(--primary); }
    .nav-tabs-wrapper .nav-tabs.scroll-container ~ .scroll-control {
      height: 53px ;
      /* Fallback in px */
      height: 3.3125rem ; }
  .nav-tabs-wrapper .nav-item {
    display: inline-block;
    padding-top: 7px !important;
    padding-left: 0; }
    .nav-tabs-wrapper .nav-item.dropdown-nav {
      padding-top: 16px !important;
      /* Fallback in px */
      padding-top: 1rem !important; }

.scroll-container {
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important; }
  .scroll-container:not(.scroll-visible) ~ .scroll-control {
    display: none !important; }

.small-nav-wrapper .scroll-container {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important; }

.scroll-container.centered-scroll-container:not(.scroll-visible) {
  justify-content: space-around; }

.nav-tabs-container .nav-tabs-wrapper {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important; }

.nav-tabs-wrapper.nav-stackable {
  padding: 0 10px !important;
  border: 0 !important;
  margin-left: -2.1875rem !important;
  margin-right: -2.1875rem !important; }

span.fe-dp-input-placeholder {
  position: absolute;
  bottom: 7px;
  left: 0;
  padding-left: 11px;
  color: #dddddd;
  pointer-events: none; }

input.fe-dp-input:not(.fe-dp-no-format)::-webkit-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-moz-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format):-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::placeholder {
  color: transparent !important; }

#support-tabs .nav-item {
  padding-top: 17px !important;
  /* Fallback in px */
  padding-top: 1.0625rem !important; }

ul.progressbar.progressbar-contain, ul.progressbar.pb-contain {
  padding: 0 7% !important;
  height: 7rem !important; }
  ul.progressbar.progressbar-contain .placeholder-bar,
  ul.progressbar.progressbar-contain .fill-bar, ul.progressbar.pb-contain .placeholder-bar,
  ul.progressbar.pb-contain .fill-bar {
    left: 7% !important;
    width: 85%; }
  ul.progressbar.progressbar-contain .status .status-inner, ul.progressbar.pb-contain .status .status-inner {
    word-spacing: 50rem;
    white-space: normal;
    line-height: 1.4; }

ul.progressbar.pb-no-progress li.fill-bar {
  width: 0 !important; }

.app-flow-content .invalid-icon {
  display: none !important; }

.app-flow-content .fe-dp-input.error ~ .fe-dp-icon {
  margin-right: 0 !important; }

.app-navigation li > a.valid {
  transition: all 0.5s ease; }
  .app-navigation li > a.valid + i.text-danger {
    display: none; }
  .app-navigation li > a.valid:not(.active) {
    color: var(--primary) !important; }
  .app-navigation li > a.valid.active {
    color: var(--secondary) !important; }

.app-navigation ul > ul > li > a.valid:not(.active) {
  color: #212121 !important; }

.app-navigation ul > ul > li > a.valid.active {
  color: var(--primary) !important; }

.pretty.pretty-long-text {
  margin-right: 0 !important;
  white-space: normal; }
  .pretty.pretty-long-text .state label {
    text-indent: 0; }
    .pretty.pretty-long-text .state label > span {
      display: inline-block;
      padding-left: 1.8em;
      line-height: 1.3;
      text-align: left; }

.vertical-flex-container {
  display: flex;
  flex-direction: column; }
  .vertical-flex-container .vertical-flex-auto {
    flex: 0 0;
    flex-basis: auto; }
  .vertical-flex-container .vertical-flex-fit {
    flex-grow: 1;
    flex-basis: 0; }
  .vertical-flex-container.form-page {
    height: calc(100vh - 45px + 1rem); }

.select2-results__options[aria-multiselectable="true"] .select2-results__option {
  position: relative;
  padding-left: 0.875rem; }
  .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::after {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.875rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.requested-document-text {
  padding: 10px 5px 5px 5px !important;
  margin: 0.5rem 0;
  word-break: break-word; }

#requested-content-form {
  max-height: 30vh;
  overflow: hidden;
  overflow-y: auto; }

#contacts-table table tbody,
#marketing-segments-page table tbody {
  font-size: 12px !important; }

#contacts-table .dataTables_scrollBody,
#marketing-segments-page .dataTables_scrollBody {
  min-height: 2rem; }

#document-previewer .modal-content img {
  max-height: 80vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

#document-previewer .modal-content iframe,
#document-previewer .modal-content .iframe-container {
  height: 80vh;
  width: 99%; }

#document-previewer .filename {
  flex-grow: 1; }

.dropzone.disabled {
  pointer-events: none !important; }

.trophy {
  width: 35%;
  max-width: 38px; }

.open-profile-actions.card-delete {
  z-index: 90;
  background: transparent !important;
  -webkit-transform: none !important;
          transform: none !important; }
  .card-settings-open .open-profile-actions.card-delete {
    display: flex !important; }

.profile-actions-menu {
  position: static; }

.btn-white {
  border: 1px solid #e9e9e9;
  color: #212529 !important;
  color: var(--font-color-base) !important;
  border-radius: 4px;
  background-color: #fff;
  background-color: var(--background-base); }

#task-calendar-wrapper {
  min-height: 15rem;
  height: 65vh;
  max-height: 70vh;
  overflow: hidden;
  font-size: 12px;
  /*  Calendar adaptive font size */ }
  #task-calendar-wrapper .fc-toolbar {
    flex-wrap: wrap; }
  #task-calendar-wrapper .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5rem; }
    #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
      order: 2; }
    #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
      order: 1;
      width: 100%;
      text-align: center;
      margin-bottom: 1em; }
      #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) h2 {
        font-size: 1.2rem;
        font-weight: normal; }
    #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
      order: 3; }
  #task-calendar-wrapper .fc-event:not(.fc-list-event),
  #task-calendar-wrapper .fc-event:hover:not(.fc-list-event) {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
    border-color: white; }
  #task-calendar-wrapper .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5rem; }
  #task-calendar-wrapper .btn-group .btn.btn-primary.active,
  #task-calendar-wrapper .btn-group .btn.btn-primary:hover {
    background-color: var(--primary-alt);
    -webkit-filter: brightness(0.8) grayscale(0.1);
            filter: brightness(0.8) grayscale(0.1); }
  #task-calendar-wrapper .fc-event.fc-daygrid-event {
    padding: 2px 5px 2px 15px !important;
    border-color: transparent; }
    #task-calendar-wrapper .fc-event.fc-daygrid-event:not(.long-day) {
      color: var(--dark-gray);
      box-shadow: unset; }
      #task-calendar-wrapper .fc-event.fc-daygrid-event:not(.long-day) .fc-daygrid-event-dot {
        content: "";
        position: absolute;
        background-color: var(--primary);
        left: 0;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        box-shadow: 2px 2px 3px 0px var(--primary-6);
        border: 0; }
  #task-calendar-wrapper .fc-event-dot {
    background-color: var(--primary); }
  #task-calendar-wrapper .fc-list-event-dot {
    border-color: var(--primary); }
  #task-calendar-wrapper th.fc-col-header-cell.fc-day {
    text-align: right;
    color: var(--primary);
    font-weight: bold;
    border-bottom-width: 1px;
    border-left: 0;
    border-right: 0; }
  #task-calendar-wrapper table.fc-scrollgrid.fc-scrollgrid-liquid {
    border-top: 0;
    border-left: 0; }
    #task-calendar-wrapper table.fc-scrollgrid.fc-scrollgrid-liquid .fc-scroller {
      overflow: hidden; }
    #task-calendar-wrapper table.fc-scrollgrid.fc-scrollgrid-liquid .fc-scroller-harness-liquid {
      border-left: 1px solid rgba(0, 0, 0, 0.125); }
  #task-calendar-wrapper .fc-header-toolbar .btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0.375rem 0.75rem;
    line-height: 1.5; }
    #task-calendar-wrapper .fc-header-toolbar .btn .fc-icon {
      font-size: inherit !important; }
  #task-calendar-wrapper .fc .fc-timegrid-axis-frame {
    border-left: 1px solid rgba(0, 0, 0, 0.125); }
  #task-calendar-wrapper .fc .fc-scrollgrid-section-header > * {
    border-right: 0; }
  #task-calendar-wrapper th.fc-timegrid-axis {
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px !important; }
  #task-calendar-wrapper span.fc-day-number {
    font-weight: bold;
    color: var(--gray); }
  #task-calendar-wrapper span.missing-field-icon-wrapper > svg {
    max-width: 6rem;
    margin-bottom: 1rem; }
  #task-calendar-wrapper .fc-dayGridMonth-button,
  #task-calendar-wrapper .fc-timeGridWeek-button {
    display: none; }
  #task-calendar-wrapper .fc-timeGridDay-button {
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em; }
  #task-calendar-wrapper .fc-header-toolbar .btn {
    font-size: 0.9em; }
  #task-calendar-wrapper .fc-day-header.fc-widget-header {
    font-size: 1em; }
  #task-calendar-wrapper .fc-day-number {
    font-size: 1.06em; }
  #task-calendar-wrapper .fc-event {
    font-size: 0.8em; }
  #task-calendar-wrapper .fc-event.fc-daygrid-event:not(.long-day) .fc-daygrid-event-dot {
    width: 0.7em !important;
    height: 0.7em !important; }

.calendar-popover {
  min-width: 25rem;
  width: auto;
  max-width: 35rem; }
  .calendar-popover .task-calendar-icon {
    font-size: 1.3rem;
    line-height: 1.3; }
  .calendar-popover .task-description-container {
    max-height: 12rem;
    overflow-x: hidden;
    overflow-y: auto; }
  .calendar-popover .calendar-popover-body {
    max-height: 35rem;
    overflow-x: hidden;
    overflow-y: scroll; }

.missing-field-icon-wrapper > img {
  width: auto;
  max-width: 15rem;
  margin-top: -2rem; }

.small-wrapper {
  height: 26rem !important; }

div.error .invalid-feedback,
div.soft .invalid-feedback {
  display: block;
  font-size: 12px; }

div.error.soft .invalid-feedback,
div.soft.soft .invalid-feedback {
  color: var(--orange) !important; }

.validation-error {
  color: var(--danger);
  font-size: 12px; }
  .validation-error.soft-error {
    color: var(--orange); }

.form-group-material.no-validation-icons .invalid-feedback {
  display: none !important; }

.form-group-material.no-validation-icons.parsley-success::after {
  display: none !important; }

.underline {
  text-decoration: underline !important; }

.hover-underline:hover {
  text-decoration: underline !important; }

.informational-card h1 {
  font-size: 60px ;
  /* Fallback in px */
  font-size: 3.75rem ; }

.informational-card h3 {
  font-size: 1.5rem; }

.informational-card .informational-count.plus99::after {
  content: "+";
  font-size: 28px ;
  /* Fallback in px */
  font-size: 1.75rem ; }

.results-modal .modal-body {
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto; }

.results-modal .modal-title {
  display: inline-flex;
  width: 85%; }
  .results-modal .modal-title .form-group-material {
    width: 10% !important; }

.material-icons {
  font-size: 24px !important;
  /* Fallback in px */
  font-size: 1.5rem !important; }
  .material-icons.small-icon {
    font-size: 19px !important;
    /* Fallback in px */
    font-size: 1.1875rem !important; }

.overrides-msg .override-title {
  font-size: 18px !important;
  /* Fallback in px */
  font-size: 1.125rem !important; }

#one-clients-table_info {
  margin-bottom: 0.5rem !important;
  margin-top: 1rem !important; }

table.table-clients {
  min-height: 8rem;
  overflow: unset !important; }
  table.table-clients.preload-fix {
    max-height: unset !important; }
    table.table-clients.preload-fix #preload {
      background: #fff !important; }

#child-label {
  padding-left: 3rem !important; }

#board-selection-container {
  max-height: 242px ;
  /* Fallback in px */
  max-height: 15.125rem ;
  overflow: auto; }

.referrers-select .select2-results__option.select2-results__message,
.submission-agent-select .select2-results__option.select2-results__message {
  padding: 0px;
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff; }
  .referrers-select .select2-results__option.select2-results__message button#no-results-btn,
  .submission-agent-select .select2-results__option.select2-results__message button#no-results-btn {
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 0;
    background-color: white;
    text-align: left; }
  .referrers-select .select2-results__option.select2-results__message:hover,
  .submission-agent-select .select2-results__option.select2-results__message:hover {
    background-color: var(--primary); }
    .referrers-select .select2-results__option.select2-results__message:hover button#no-results-btn,
    .submission-agent-select .select2-results__option.select2-results__message:hover button#no-results-btn {
      background-color: var(--primary);
      color: white;
      cursor: pointer; }

.client-profile-referrer-select button#no-results-btn {
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 0;
  background-color: white;
  text-align: left; }
  .client-profile-referrer-select button#no-results-btn:hover {
    background-color: var(--primary);
    background-color: var(--primary);
    color: white;
    cursor: pointer; }

.section-wrapper select {
  white-space: normal; }

#co-applicants-info-container {
  min-height: 170px ;
  /* Fallback in px */
  min-height: 10.625rem ; }

.action-button {
  min-width: 180px ;
  /* Fallback in px */
  min-width: 11.25rem ; }

.all-disclaimers input[type="text"] {
  padding-right: 30px !important; }

.input-icon {
  position: absolute;
  right: 0;
  bottom: 28%;
  margin-right: 0;
  transition: margin-right 0.5s ease-in-out; }

div.parsley-success .input-icon {
  margin-right: 25px ;
  /* Fallback in px */
  margin-right: 1.5625rem ; }

.form-group-material label.title:only-child {
  font-size: 0.7rem !important;
  line-height: 10px !important; }

.cursor-move {
  cursor: move !important; }
  .cursor-move:active {
    cursor: move; }

.soft-bordered {
  border: 1px solid #e0e0e0; }

.create-new-document-type {
  padding-right: 2rem !important; }

#app-data-container {
  overflow: auto;
  overflow-x: hidden;
  position: relative; }
  #app-data-container .section-wrapper > .card:last-child {
    margin-bottom: 0; }
  #app-data-container .form-container:not(.form-container-side-label) .form-group-material,
  #app-data-container .form-container:not(.form-container-side-label) .fe-radio-form,
  #app-data-container .form-container:not(.form-container-side-label) .form-group-checkbox {
    margin-bottom: 1.5rem; }
  #app-data-container .form-container.form-container-side-label {
    margin-bottom: 1.5rem; }
  #app-data-container .form-title {
    line-height: 1.5rem !important; }
  #app-data-container .form-group-material input:not([type="hidden"]),
  #app-data-container .form-group-material .material-input:not([type="hidden"]),
  #app-data-container .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  #app-data-container .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    border-bottom-width: 1px !important; }
  #app-data-container .form-group-material .bar:before, #app-data-container .form-group-material .bar:after {
    height: 1px !important; }

p.title {
  font-size: 15px ;
  /* Fallback in px */
  font-size: 0.9375rem ;
  padding: 0;
  margin-right: 10px;
  height: auto; }

.form-title {
  font-size: 15px ;
  /* Fallback in px */
  font-size: 0.9375rem ;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2em; }

.form-container {
  height: auto; }

a.remove-field:hover {
  color: #ce2140; }
  a.remove-field:hover i {
    color: #ce2140; }

.slide-fade-enter-active {
  transition: all 0.3s ease; }

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0; }

.collapse-expand {
  will-change: height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.expand-enter-active,
.expand-leave-active {
  transition: height 0.3s ease-in-out;
  overflow: hidden; }

.expand-enter,
.expand-leave-to {
  height: 0; }

.small.uppercase, .uppercase.red-action {
  font-size: 0.9rem; }

.section-divider-primary {
  height: 1px;
  background-color: var(--primary);
  overflow: hidden; }

.dollar-prepend.calculated::before {
  color: var(--danger) !important; }

.nav-tabs .dropdown-menu .menu-item {
  width: 100% !important;
  padding-right: 1.875rem; }

a.btn-primary:focus, a.btn-secondary:focus {
  box-shadow: none;
  outline-style: dotted;
  outline-color: var(--primary) !important;
  outline-offset: 1px; }

.un-selectable, .dollar-prepend:before, .perc-append:not(.edit-visibility):after {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  touch-action: none;
  user-select: none; }

.calculated, .calculated.perc-append::before, .calculated.dollar-prepend::before {
  color: #000 !important; }

.card-footer .form-container.form-container-side-label {
  margin-bottom: 0 !important; }

.full-height-page {
  height: calc(99vh - (20px + 1rem)); }

.content_empty {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center !important;
  width: 100%; }
  .dataTables_empty .content_empty {
    width: auto; }

.card-header-bg {
  height: 7rem;
  background-color: var(--primary);
  position: relative; }
  .card-header-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-6);
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.doc-toolbar > * {
  margin-right: 1rem; }

.pretty.toggle-document-complete {
  font-size: 1.6rem; }

.fixed-to-bottom {
  position: absolute;
  bottom: 5%;
  left: 10%; }

.fixed-to-top {
  position: fixed;
  top: 0;
  z-index: 1051;
  overflow: hidden;
  display: block; }

.ie-style [class*="col-"] {
  flex: auto !important;
  flex-basis: 0 0 auto !important; }

.pretty.p-centered .state label:after,
.pretty.p-centered .state label:before {
  top: calc(50% - (1em + 2px) / 2) !important; }

.pretty.p-centered .state label {
  white-space: pre-wrap;
  text-indent: 0;
  padding-left: calc(1.5em); }

.pretty.pretty-rtl {
  margin-right: 0 !important;
  margin-left: 1em !important; }
  .pretty.pretty-rtl .state label:before, .pretty.pretty-rtl .state label:after {
    left: auto !important;
    right: 0 !important; }

.notification-settings-row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }

.notification-settings-row .fs-inherited {
  font-size: inherit !important; }

.notification-settings-row:empty {
  display: none; }

#saved-automations-container {
  max-height: calc(100vh - 35rem);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }

#note-tab .note-editable,
#automation-container .note-editable {
  height: 10rem;
  overflow: auto; }

#timeline-container .air-mode.note-editor .note-editable {
  min-height: 15rem; }

.note-popover.popover.in.note-air-popover i,
.note-popover.popover.in.note-air-popover button::after {
  color: #000; }

.sticky-top,
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99; }

.sticky-top {
  top: 0; }

.sticky-bottom {
  bottom: 0; }

.custom-popover {
  position: absolute;
  right: -2px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 21, 41, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: #fff; }
  .custom-popover[data-placement="top"] {
    top: 0; }
  .custom-popover[data-placement="bottom"] {
    bottom: 0; }
  .custom-popover > *:first-child {
    width: 30rem;
    max-height: 35rem;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important; }

#global-search-container .right-inner-addon i {
  pointer-events: all; }

#global-search-container #global-search-card {
  width: 30rem;
  max-height: 35rem;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }
  #global-search-container #global-search-card .activity-avatar {
    width: 2rem;
    height: 2rem; }
  #global-search-container #global-search-card .badge {
    font-size: 0.6rem !important;
    text-transform: capitalize !important; }
  #global-search-container #global-search-card .activity-title a {
    line-height: 1; }
  #global-search-container #global-search-card .activity-subtitle {
    font-size: 0.8rem; }
  #global-search-container #global-search-card .client-profile-owner-avatar {
    height: 1rem;
    width: 1rem; }
  #global-search-container #global-search-card .result-row:first-of-type .result-header {
    border-top: 0; }
  #global-search-container #global-search-card .result-header {
    background-color: var(--light) !important;
    text-transform: uppercase; }

.inline-prompt,
.deletion-container {
  font-size: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .inline-prompt .confirmation-text,
  .inline-prompt .pre-confirmation-content,
  .deletion-container .confirmation-text,
  .deletion-container .pre-confirmation-content {
    font-size: 0.9em; }
  .inline-prompt .prompt-link.accept-link,
  .deletion-container .prompt-link.accept-link {
    background: var(--danger);
    color: #fff !important;
    padding: 0.2em 0.5em;
    border-radius: 3px; }
  .inline-prompt .prompt-link,
  .deletion-container .prompt-link {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .inline-prompt i,
  .deletion-container i {
    font-size: 0.8em; }

#activity-center-pane-container {
  width: 28rem;
  height: 38rem;
  max-height: unset; }
  #activity-center-pane-container .activity-subtitle {
    font-size: 0.7rem; }
  #activity-center-pane-container .client-profile-owner-avatar {
    height: 1rem;
    width: 1rem; }
    #activity-center-pane-container .client-profile-owner-avatar.lg {
      width: 2rem;
      height: 2rem; }
  #activity-center-pane-container .release-version-title {
    font-size: 1.15rem; }
  #activity-center-pane-container .release-description {
    font-size: 0.9rem; }

.air-mode.note-editor {
  border: none !important;
  box-shadow: none; }
  .air-mode.note-editor .note-statusbar {
    border-radius: 2px;
    border-top: 0; }
  .air-mode.note-editor .note-toolbar.card-header {
    background: #fff !important;
    border: none !important;
    z-index: 9; }
    .air-mode.note-editor .note-toolbar.card-header button {
      font-size: 0.8rem;
      border: none !important;
      box-shadow: none;
      background: none; }
    .air-mode.note-editor .note-toolbar.card-header > .note-btn-group {
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-radius: 4px; }

.dropdown-menu {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }
  .nav-tabs-wrapper .dropdown-menu {
    max-height: unset;
    overflow: unset !important; }

ul.dropdown-menu {
  padding-left: 0 !important; }

/*
  Here we should have all global declarations regarding font changes, only global
  Global and reusable declarations
*/
/*
  Reusable variables to be used in the fonts main partial
*/
html {
  font-size: 1rem; }

/*  Default styles for v-popover plugin */
.tooltip:not([class*="bs-tooltip"]) {
  display: block !important;
  z-index: 1075;
  outline: none !important; }
  .tooltip:not([class*="bs-tooltip"]) .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px; }
  .tooltip:not([class*="bs-tooltip"]) .tooltip-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
    z-index: 1; }
    .tooltip:not([class*="bs-tooltip"]) .tooltip-arrow:after, .tooltip:not([class*="bs-tooltip"]) .tooltip-arrow:before {
      position: absolute;
      display: block;
      content: "";
      border-color: rgba(0, 0, 0, 0);
      border-style: solid;
      width: 0;
      height: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow, .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow {
    width: 0.5rem;
    height: 1rem; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] .tooltip-arrow {
      bottom: -0.5rem;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] .tooltip-arrow::before {
        border-top-color: rgba(0, 0, 0, 0.25);
        border-width: 0.5rem 0.5rem 0rem 0.5rem;
        bottom: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] .tooltip-arrow:after {
        border-top-color: #fff;
        border-width: 0.5rem 0.5rem 0rem 0.5rem;
        bottom: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] .tooltip-arrow {
      top: -0.5rem;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] .tooltip-arrow::before {
        border-bottom-color: rgba(0, 0, 0, 0.25);
        border-width: 0rem 0.5rem 0.5rem 0.5rem;
        top: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] .tooltip-arrow:after {
        border-bottom-color: #fff;
        border-width: 0rem 0.5rem 0.5rem 0.5rem;
        top: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow {
      left: -0.5rem;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow::before {
        border-right-color: rgba(0, 0, 0, 0.25);
        border-width: 0.5rem 0.5rem 0.5rem 0;
        left: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow:after {
        border-right-color: #fff;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        left: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow {
      right: -0.5rem;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow::before {
        border-left-color: rgba(0, 0, 0, 0.25);
        border-width: 0.5rem 0rem 0.5rem 0.5rem;
        right: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow:after {
        border-left-color: #fff;
        border-width: 0.5rem 0rem 0.5rem 0.5rem;
        right: 0; }
  .tooltip:not([class*="bs-tooltip"]).popover .popover-inner {
    background: #ffffff;
    color: black;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    text-align: left;
    text-align: initial; }
  .tooltip:not([class*="bs-tooltip"]).popover .popover-arrow {
    border-color: #ffffff; }
  .tooltip:not([class*="bs-tooltip"])[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s; }
  .tooltip:not([class*="bs-tooltip"])[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s; }

.v-popover .trigger {
  width: 100%; }

/* Styles for old button-loader.js */
.animate-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: unset !important; }
  .animate-button .animation-content {
    background-color: inherit;
    width: 100%;
    height: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px var(--animate-bg-color);
    border-radius: inherit;
    position: absolute;
    transition: border-color 0.1 0.5s ease-in-out 0.7s, width 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out !important; }
  .animate-button .animation-loader {
    color: #fff;
    height: 30px;
    width: 30px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0.4s; }
  .animate-button.animation-started {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    pointer-events: none; }
    .animate-button.animation-started:hover {
      background: none !important;
      border-color: transparent !important;
      outline: none !important;
      cursor: auto; }
    .animate-button.animation-started .animation-content {
      width: 0;
      min-width: -moz-min-content;
      min-width: -webkit-min-content;
      min-width: min-content;
      padding: 0;
      background-color: transparent !important;
      box-shadow: none;
      margin: 0;
      border-radius: 100px;
      border-color: transparent;
      transition: border-color 0.15s ease-in-out 0.35s, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out !important; }
    .animate-button.animation-started .animation-loader {
      color: var(--animate-bg-color) !important;
      margin: -4px;
      opacity: 1;
      transition: opacity 0.1s ease-in-out 0.4s; }
  .animate-button.animation-finished {
    padding: 0 !important; }
    .animate-button.animation-finished .animation-content {
      width: 100%;
      border-color: var(--animate-bg-color) !important;
      background-color: var(--animate-bg-color) !important;
      transition: border-color 0.15s ease-in-out, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out 0.5s !important;
      border-radius: inherit; }
  .animate-button .animation-content.animation-content-error {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important; }
  .animate-button .animation-icon i {
    font-size: 130%;
    color: var(--animate-color); }

/* Styles for the new  button-loader.vue */
.v-animate-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: unset !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .v-animate-button .animation-content {
    background-color: inherit;
    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px var(--animate-bg-color);
    border-radius: 5px;
    position: absolute;
    transition: border-color 0.1 0.5s ease-in-out 0.7s, width 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out !important; }
  .v-animate-button .animation-loader {
    color: #fff;
    height: 30px;
    width: 30px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0.4s; }
  .v-animate-button.animation-started {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    pointer-events: none; }
    .v-animate-button.animation-started:hover {
      background: none !important;
      border-color: transparent !important;
      outline: none !important;
      cursor: auto; }
    .v-animate-button.animation-started .animation-content {
      width: 0;
      min-width: -moz-min-content;
      min-width: -webkit-min-content;
      min-width: min-content;
      padding: 0;
      background-color: transparent !important;
      box-shadow: none;
      margin: 0;
      border-radius: 100px;
      border-color: transparent;
      transition: border-color 0.15s ease-in-out 0.35s, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.5s ease-in-out !important; }
    .v-animate-button.animation-started .animation-loader {
      color: var(--animate-bg-color) !important;
      margin: -4px;
      opacity: 1;
      transition: opacity 0.1s ease-in-out 0.4s; }
  .v-animate-button.animation-finished {
    padding: 0 !important; }
    .v-animate-button.animation-finished .animation-content {
      width: 100%;
      border-color: var(--animate-bg-color) !important;
      background-color: var(--animate-bg-color) !important;
      transition: border-color 0.15s ease-in-out, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.5s ease-in-out !important;
      border-radius: 5px; }
  .v-animate-button .animation-content.animation-content-error {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important; }
    .v-animate-button .animation-content.animation-content-error .animation-loader {
      color: var(--danger) !important; }
  .v-animate-button .animation-icon i {
    font-size: 130%;
    color: var(--animate-color); }

#body[locale="fr-CA"] {
  /*
    Move $ sign to the right when in french: | 200 $ |
  */ }
  #body[locale="fr-CA"] .dollar-prepend {
    padding-left: 0 !important;
    padding-right: 1.5rem !important; }
    #body[locale="fr-CA"] .dollar-prepend::before {
      left: unset !important;
      right: 0 !important; }

#body[locale="en-CA"] #application-form h6.form-title {
  text-transform: capitalize; }

.shuffle-move {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.no-transition {
  transition: unset !important; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: var(--primary-1) !important;
  background-image: none !important;
  border-color: var(--primary-1) !important;
  color: var(--primary) !important; }

.datepicker table tr td.active {
  color: #fff !important; }

#picture-cropper-container {
  min-height: 400px; }

button:disabled,
.btn:disabled,
.disabled {
  opacity: 0.65 !important;
  pointer-events: none !important; }

.dropdown-item-fake {
  background-color: transparent !important; }

table.preload-fix {
  min-height: 15vh !important;
  display: block !important; }

.select2-results__option--load-more {
  color: #767676 !important; }

.inline-scheduled-date {
  font-size: 1rem;
  width: auto !important;
  max-width: unset !important; }
  .inline-scheduled-date .tooltip-inner {
    padding: 0 !important; }
  .inline-scheduled-date .datepicker-inline {
    width: auto !important; }
  .inline-scheduled-date .tooltip-arrow {
    display: none !important; }

[data-toggle="popover"] {
  outline: none !important; }

[class*="bs-tooltip-"] {
  z-index: 1080 !important; }

.automation-type-container .automation-separator-title-big {
  font-size: 20px ;
  /* Fallback in px */
  font-size: 1.25rem ; }

.automation-type-container h3.separator-subtitle {
  font-size: 12.6px ;
  /* Fallback in px */
  font-size: 0.7875rem ; }

.automation-type-container .automation-subtitle {
  font-size: 12px ;
  /* Fallback in px */
  font-size: 0.75rem ; }

.application-automation-single .app-automation-title {
  font-size: 13px ;
  /* Fallback in px */
  font-size: 0.8125rem ; }

.application-automation-single .app-automation-subtitle {
  font-size: 13px ;
  /* Fallback in px */
  font-size: 0.8125rem ; }

.slide-enter-active {
  transition-duration: 0.15s;
  transition-timing-function: ease-in; }

.slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.slide-enter-to,
.slide-leave {
  max-height: 100px;
  overflow: hidden; }

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0; }

.by-1 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.bt-1 {
  border-top: 1px solid #e0e0e0; }

.vue__time-picker {
  z-index: 100; }
  .vue__time-picker .select-list .active {
    background: var(--primary) !important; }

.mid-opacity {
  opacity: 0.5; }

.left-all-box {
  min-width: 75px; }

.right-all-box {
  min-width: 55px; }

.v-reveal-password,
.reveal-password,
.material-input-icon {
  position: absolute;
  right: 0.3rem;
  bottom: 0.7rem;
  transition: margin-right 0.2s; }

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: #555555;
  text-align: center;
  height: 1.5em;
  opacity: 0.5; }
  .hr-text:before {
    content: "";
    background: #9e9e9e;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #9e9e9e;
    font-size: 13px;
    background-color: rgba(255,255,255,1); }

.form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
  padding-bottom: 0 !important;
  padding-left: 0 !important; }

.vue-avatar--wrapper {
  background-size: 100% 100% !important;
  font-size: 100% !important; }
  .vue-avatar--wrapper span {
    display: inline-flex;
    width: 100%;
    height: 100%;
    font-size: 1em;
    align-items: center;
    justify-content: center; }

#tutorial-carousel.carousel .carousel-control-prev,
#tutorial-carousel.carousel .carousel-control-next {
  width: 8%; }

#tutorial-carousel.carousel .carousel-inner > .carousel-item {
  height: 320px; }
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    position: absolute;
    top: 5%;
    max-height: 320px;
    width: 100%; }
    #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h4 {
      font-size: 2.5rem; }
    #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h6 {
      font-size: 1.3rem; }
    #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row img {
      max-height: 300px;
      top: 50%;
      left: 50%; }

footer.modal-footer {
  background-color: #ffffff; }

.modal-footer > * {
  margin: unset; }

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem; }

.document-preview-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white; }

#bulk-request-modal .preview-email-step {
  max-height: 35em; }

.user-message {
  padding: 10px;
  border-radius: 5px;
  border: none; }

.show-disclaimers-container .disclaimer-description {
  max-height: 9rem;
  overflow-y: auto; }

.show-disclaimers-container .state.p-primary .icon.material-icons {
  top: 0.65em !important; }

.show-disclaimers-container .state.p-primary label:before {
  top: 0.65em !important; }

.show-disclaimers-container .state.p-primary label:after {
  top: 0.65em !important; }

.floating-validation-container input {
  padding-right: 2.5rem !important;
  transition: padding-right 0.5s ease-in-out; }
  .floating-validation-container input.parsley-success, .floating-validation-container input.error {
    padding-right: 65px !important;
    /* Fallback in px */
    padding-right: 4.0625rem !important; }

.floating-validation-container span.floating-validation {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 0.6rem;
  transition: margin-right 0.5s ease-in-out;
  color: var(--light-gray); }
  .error .floating-validation-container span.floating-validation {
    display: none; }

.edit-visibility span.floating-validation {
  display: none !important; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

.app-nav.app-nav-locked {
  margin-top: 1.7rem; }

pre {
  font-family: inherit !important; }

.scroll-wrapper-v {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }

select.table-select {
  padding-bottom: 0 !important;
  height: 2.2rem !important;
  min-height: unset !important;
  padding-top: 0.5rem !important;
  font-size: 0.875rem !important; }

#e-sign-modal .modal-body {
  overflow: unset; }

#e-sign-modal select option[disabled] {
  color: #aaaaaa !important; }

#e-sign-modal .scrollable-table-text {
  max-height: 75px ;
  /* Fallback in px */
  max-height: 4.6875rem ; }

ul.list-style-disc li {
  list-style-type: disc; }

#custom-fields-form-container input.material-input {
  padding-left: 1.2rem !important; }

.floating-icon {
  position: absolute;
  top: 0; }
  .floating-icon.floating-icon-left {
    left: -1.5rem;
    width: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.b-popover.generic-popover-error {
  background: var(--danger) !important; }
  .b-popover.generic-popover-error .popover-header {
    background: var(--danger) !important;
    border-bottom: none !important;
    color: white !important; }
  .b-popover.generic-popover-error .popover-body {
    color: white !important; }
  .b-popover.generic-popover-error.bs-popover-top > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: var(--danger); }
  .b-popover.generic-popover-error.bs-popover-right > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: var(--danger); }
  .b-popover.generic-popover-error.bs-popover-bottom > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: var(--danger); }
  .b-popover.generic-popover-error.bs-popover-bottom .popover-header::before,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid var(--danger); }
  .b-popover.generic-popover-error.bs-popover-left > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: var(--danger); }

.b-popover.generic-popover-success .popover-header {
  background-color: var(--success);
  color: white; }

.b-popover.generic-popover-success .popover-body {
  background-color: var(--success);
  color: white; }

.b-popover.generic-popover-success.bs-popover-top > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: var(--success); }

.b-popover.generic-popover-success.bs-popover-right > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: var(--success); }

.b-popover.generic-popover-success.bs-popover-bottom > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: var(--success); }

.b-popover.generic-popover-success.bs-popover-bottom .popover-header::before,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid var(--success); }

.b-popover.generic-popover-success.bs-popover-left > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: var(--success); }

.b-popover.generic-popover-warning .popover-header {
  background-color: #ffc107;
  color: white; }

.b-popover.generic-popover-warning .popover-body {
  background-color: #ffc107;
  color: white; }

.b-popover.generic-popover-warning.bs-popover-top > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ffc107; }

.b-popover.generic-popover-warning.bs-popover-right > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ffc107; }

.b-popover.generic-popover-warning.bs-popover-bottom > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffc107; }

.b-popover.generic-popover-warning.bs-popover-bottom .popover-header::before,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid #ffc107; }

.b-popover.generic-popover-warning.bs-popover-left > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ffc107; }

.b-popover.generic-popover-info .popover-header {
  background-color: #848484;
  color: white; }

.b-popover.generic-popover-info .popover-body {
  background-color: #767676;
  color: white; }

.b-popover.generic-popover-info.bs-popover-top > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #848484; }

.b-popover.generic-popover-info.bs-popover-right > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #848484; }

.b-popover.generic-popover-info.bs-popover-bottom > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #848484; }

.b-popover.generic-popover-info.bs-popover-bottom .popover-header::before,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid #848484; }

.b-popover.generic-popover-info.bs-popover-left > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #848484; }

.b-popover .popover-header {
  color: #5e5e5e;
  font-size: 1.25rem;
  background-color: white;
  border-bottom: none;
  font-weight: bold;
  line-height: 1.2; }

#timeline-tabs-container .card-body {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

#timeline-tabs-container .card-footer {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  border-top: none; }
  #timeline-tabs-container .card-footer p {
    font-size: 0.8rem !important; }
  #timeline-tabs-container .card-footer,
  #timeline-tabs-container .card-footer .send-to-referrer {
    font-size: 0.8rem !important; }

#timeline-tabs-container .complete-check {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem; }

#timeline-tabs-container .rich-text-editor--reset {
  margin-bottom: 0; }

#timeline-tabs-container .faded-card,
#timeline-tabs-container .empty-card {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1); }
  #timeline-tabs-container .faded-card,
  #timeline-tabs-container .faded-card > *,
  #timeline-tabs-container .empty-card,
  #timeline-tabs-container .empty-card > * {
    background-color: transparent !important; }

#timeline-tabs-container .empty-card,
#timeline-tabs-container .empty-card * {
  border: none; }

#timeline-tabs-container .card-body:empty,
#timeline-tabs-container .card-footer:empty {
  display: none; }

.text-decoration-line-through {
  text-decoration: line-through; }

#boards-actions-dropdown * {
  font-size: 0.875rem !important; }

.language-selector-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 1rem; }
  .language-selector-container .dropdown-toggle {
    color: #3f3f3f !important; }
  .language-selector-container.language-selector-container--default-styles {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1031; }

.popover-header {
  font-size: 1rem !important; }

.header .client-avatar {
  max-width: 3rem;
  max-height: 3rem;
  width: 3rem;
  height: 3rem; }

.pac-container {
  z-index: 1045; }

.card.card-table-loader {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important; }

.b-skeleton {
  cursor: unset !important; }

.not-found-container {
  width: 100vw;
  height: 100vh; }

#nprogress {
  z-index: 1029; }
  #nprogress .bar {
    background: var(--primary); }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

#add-payment-modal .modal-dialog,
#payment-details-modal .modal-dialog {
  max-width: 550px ;
  /* Fallback in px */
  max-width: 34.375rem ; }

.modal .top-notification {
  margin: -0.5rem -1.5rem 1.5rem -1.5rem; }

.theme-colorpicker {
  position: relative; }
  .theme-colorpicker .vc-chrome {
    max-width: 12rem; }
  .theme-colorpicker .vc-chrome-alpha-wrap,
  .theme-colorpicker .vc-chrome-fields-wrap {
    display: none !important; }
  .theme-colorpicker .vc-chrome-sliders {
    display: flex;
    width: 100%; }
  .theme-colorpicker .vc-chrome-hue-wrap {
    width: 100%;
    align-self: center;
    margin-bottom: 0 !important; }

.plan-tooltip {
  opacity: 1 !important; }

.vc-container {
  --font-medium: 400 !important;
  --font-semibold: 400 !important;
  --font-bold: 400 !important;
  --primary-100: var(--primary-1);
  --primary-200: var(--primary-2);
  --primary-300: var(--primary-3);
  --primary-400: var(--primary-4);
  --primary-500: var(--primary-5);
  --primary-600: var(--primary);
  --primary-700: var(--primary);
  --primary-800: var(--primary);
  --primary-900: var(--primary); }
  .vc-container .vc-day-content {
    color: var(--primary); }
    .vc-container .vc-day-content.is-disabled {
      background-color: #fff;
      background-color: var(--background-base);
      color: #5c7899 !important;
      cursor: auto; }
  .vc-container .vc-weekday {
    color: #627793 !important; }

.applicant-select-simple ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 0.3rem 0.5rem;
  background-color: var(--primary);
  color: #fff;
  border: none !important;
  margin-bottom: 0.35rem; }
  .applicant-select-simple ~ .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff; }

.applicant-select-simple:disabled + .select2 .select2-selection__choice {
  background-color: var(--primary) !important;
  opacity: 0.5; }

.applicant-select-simple:disabled + .select2 .select2-search__field {
  display: none; }

.applicant-select-simple.request-application-step ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  display: none; }

.applicant-selection__choice {
  padding: 0.3rem 0.5rem;
  background-color: var(--primary);
  color: #fff;
  border: none !important;
  margin-bottom: 0.35rem;
  border-radius: 0.25rem;
  line-height: 1;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .applicant-selection__choice .applicant-selection__choice__remove {
    color: #fff; }

.vc-popover-content-wrapper {
  z-index: 110 !important; }

.datepicker-popover .vc-container {
  border: none; }

.vc-container.only-months {
  border: none;
  font-family: inherit; }
  .vc-container.only-months .vc-weeks,
  .vc-container.only-months .vc-weekday {
    color: blue; }
  .vc-container.only-months .vc-arrows-container {
    display: none; }
  .vc-container.only-months .vc-header {
    padding: 0; }
  .vc-container.only-months .vc-title {
    color: var(--primary) !important;
    line-height: 0;
    font-size: inherit;
    font-weight: bold; }
  .vc-container.only-months .vc-pane {
    min-width: auto; }

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"] {
  padding-left: 1.7rem; }

.select-e-sign-signers .form-group-material .material-input:not([type="hidden"]) {
  padding-bottom: 0px !important; }

.simple-autocomplete {
  position: relative;
  box-sizing: border-box; }
  .simple-autocomplete .suggestions {
    border: 1px solid #e0e0e0 !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    top: calc(100% + 5px);
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    z-index: 1000; }
    .simple-autocomplete .suggestions .simple-autocomplete-suggest-item {
      font-size: 13px !important;
      /* Fallback in px */
      font-size: 0.8125rem !important;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      padding: 5px 10px; }
      .simple-autocomplete .suggestions .simple-autocomplete-suggest-item.hover {
        background-color: #eeeeee !important; }

.default-avatar-size {
  max-width: 1.6em;
  max-height: 1.6em;
  width: 1.6em;
  height: 1.6em; }

#board-changelog-summary {
  box-shadow: 2px 2px 6px rgba(0, 21, 41, 0.16);
  width: 23rem; }
  #board-changelog-summary .popover-body {
    padding: 0 !important; }
  #board-changelog-summary .client-profile-owner-avatar.changelog-owner {
    height: 1.6rem;
    width: 1.6rem; }
  #board-changelog-summary .changelog-details-tooltip:hover {
    background: #f5f5f5;
    transition: all 0.5s ease-in-out; }

.changelog-popover {
  font-size: unset; }
  .changelog-popover .card {
    border: none;
    box-shadow: none; }

.collapse-toggle.collapsed .when-not-collapsed {
  display: none; }

.collapse-toggle.not-collapsed .when-collapsed {
  display: none; }

.board-changelog-details-popover {
  font-size: 0.9rem !important;
  width: 390px; }
  .board-changelog-details-popover .popover-body {
    padding: 0; }
  .board-changelog-details-popover .small, .board-changelog-details-popover .red-action {
    font-size: 0.9rem; }
  .board-changelog-details-popover .card-footer {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    border-top: none; }
    .board-changelog-details-popover .card-footer p {
      font-size: 0.8rem !important; }
  .board-changelog-details-popover .card-body {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    overflow: auto;
    overflow-x: hidden;
    max-height: 22em; }

.latest-changelog-popover {
  max-width: 20rem !important; }

.timeline-item .timeline-item-content-wrapper {
  max-width: calc(100% - 65px); }

#BoardChangelogPopover .popover-body {
  padding: 0 !important; }

.timeline-item-show-more .timeline-item-content-wrapper hr {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  height: 2px;
  width: 100%; }

.timeline-item-show-more .progress-item > .progress-item-circle, .timeline-item-show-more .progress-item > .progress-item-circle::before {
  background-color: transparent; }

.timeline-item-show-more .progress-item > .progress-item-circle .progress-item-icon {
  color: #f6f6f6 !important;
  font-size: 40px; }

th.VueTables__sortable .VueTables__heading {
  cursor: pointer; }

.add-deduction-btn {
  background: transparent !important;
  color: var(--primary) !important; }

.form-page .radio-form-transparent .fe-radio-form .fe-option input:checked ~ label {
  color: #6b6b6b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-bottom-color: transparent !important; }

.form-page .radio-form-transparent .fe-radio-form .fe-option input:checked ~ .checkmark {
  border: 2px solid #dddddd !important; }

.form-page .radio-form-transparent .fe-radio-form .fe-option input:checked ~ .checkmark::after {
  color: var(--primary-alt) !important;
  font-size: 0.85rem;
  font-weight: bold; }

.application-badges-container .badge-notification {
  font-size: 0.7rem;
  padding: 4px !important; }

#reports-layout .select2-selection--multiple ul.select2-selection__rendered:only-child:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 22%;
  border-top: 0.4rem solid #495057;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent; }

.reordable-item {
  transition: all 1s;
  background-color: white;
  border-radius: 5px; }

.list-enter,
.list-leave-to {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }

.list-leave-active {
  position: absolute; }

.google-maps-icon {
  width: 35px; }

.google-maps-street-view-link {
  z-index: 1;
  position: absolute;
  right: 0;
  top: -10px; }

#map,
#pano {
  float: left;
  height: 100%;
  width: 50%; }

.google-maps-icon-disabled {
  opacity: 0.6;
  padding: 0.3rem 0.7rem !important; }

.add-button-additions {
  padding-top: 7px !important;
  margin-left: 5px; }

.drop-down-additions {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 9px !important;
  width: 45px !important;
  height: 4px !important; }

input.search-input {
  background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left 0 center !important;
  padding-left: 0 !important; }

#fc_frame {
  max-width: 70px; }
  #fc_frame.h-open-container {
    max-width: inherit; }

.tooltip-info {
  margin-left: 0.5rem;
  color: #c137a2; }

#drip-campaign-tooltip .fa,
#create-drip-campaign-tooltip .fa,
#filogix-details-tooltip .fa,
#import-applications .fa,
#campaign-tooltip .fa,
#automation-tooltip,
#documents-automation-tooltip .fa,
#e-sign-tooltip .fa {
  font-size: medium;
  font-size: initial; }

.note-editing-area .note-placeholder {
  color: #767676 !important; }

.vs__dropdown-menu {
  padding-left: 0px !important; }

.v-select.search-input .vs__dropdown-toggle {
  border: none !important;
  background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left 0 center;
  padding-left: 1.575rem; }

.input.vs__search {
  color: black !important; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 1 !important; }

.vSelectMultiple .vs__selected {
  background-color: var(--primary);
  color: #fff;
  border: none;
  max-height: 10rem;
  position: relative;
  height: 22px;
  padding: 0 0.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.simple-select .vs__selected-options {
  flex-direction: inherit !important; }

.simple-dd .vs__selected-options {
  flex-wrap: wrap !important;
  top: -5px; }

.simple-dd .vs__selected {
  margin-bottom: -40px;
  position: relative !important; }

#cobroker-select {
  border: 1px solid #ced4da; }
  #cobroker-select .vs__selected-options {
    flex-flow: nowrap !important;
    overflow: hidden !important; }

.v-select .vs__open-indicator {
  fill: var(--primary) !important;
  cursor: pointer; }

.v-select .vs__dropdown-toggle {
  border-style: none; }

.v-select input::-webkit-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-moz-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input:-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select .vs__selected-options {
  flex-direction: inherit !important; }

.simple-dd .vs__selected-options {
  flex-wrap: wrap !important; }

.simple-dd .vs__selected-options > input {
  display: block; }

.simple-dd .vs__selected-options > span {
  flex-flow: wrap-reverse; }

.simple-dd .vs__selected-options > .vs__selected {
  flex-direction: row-reverse; }

.simple-dd .vs__deselect {
  margin-right: 5px;
  margin-left: 0px;
  text-shadow: none; }
  .simple-dd .vs__deselect span {
    color: #fff !important;
    font-size: smaller; }

.simple-dd .vs__actions {
  display: block; }
  .simple-dd .vs__actions button {
    display: none !important; }

.simple-dd ul {
  width: 100% !important; }

.simple-dd li {
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.input-group .v-select {
  width: 100%;
  height: 100% !important; }
  .input-group .v-select .vs__dropdown-toggle {
    padding-bottom: 0px !important;
    height: 100% !important;
    border-style: none; }

#referrers-select-container .vs__actions {
  display: flex; }
  #referrers-select-container .vs__actions button {
    display: block !important; }

.v-select.search-input .vs__dropdown-toggle {
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(59, 60, 96, 0.25) !important; }

.no-border .v-select.search-input .vs__dropdown-toggle {
  border: none !important; }

.vue__time-picker .dropdown .hint,
.vue__time-picker-dropdown .hint {
  color: #767676 !important; }

.my-tooltip-class .tooltip-inner {
  max-width: 400px !important; }

#password-sent-form .form-group-material.error {
  margin-bottom: 2.5rem !important; }

.vsSelectedCheckboxes .vs__dropdown-toggle {
  border: none !important; }

.vsSelectedCheckboxes .vs__selected-options {
  overflow-x: inherit !important; }

.vsSelectedCheckboxes .vs__selected {
  background-color: var(--primary) !important;
  color: white !important;
  border: none !important;
  max-height: 10rem;
  position: relative;
  height: 22px;
  padding: 0 0.5em; }

.vsSelectedCheckboxes .vs__dropdown-menu {
  padding-left: 0px !important;
  min-width: 100%;
  flex-flow: nowrap !important;
  flex-direction: row-reverse !important;
  font-size: 1.1em; }
  .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option {
    padding-top: 1px !important;
    padding-bottom: 10px !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
      width: 100%; }
      .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .icon {
        background-color: var(--primary);
        color: var(--primary) !important;
        transition: none !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option .icon {
      background-color: rgba(255,255,255,1);
      color: rgba(255,255,255,1);
      transition: none !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option label::before {
      border-color: transparent !important; }
  .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--selected .icon {
    -webkit-animation: zoom 0.2s ease;
    animation: zoom 0.2s ease;
    background-color: var(--primary);
    border-radius: 5px !important;
    color: rgba(255,255,255,1);
    opacity: 1 !important; }
  .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect {
    background: var(--primary) !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty input:checked ~ .state.p-primary i .icon,
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty.p-icon .state.p-primary .icon {
      color: var(--primary) !important;
      background-color: rgba(255,255,255,1) !important;
      opacity: 1 !important;
      border-radius: 5px; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty input:checked ~ .state.p-primary i label::after,
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty.p-icon .state.p-primary label::after {
      background-color: white !important; }

#agents-select-container .v-select ul {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

.v-select .vs__open-indicator {
  fill: var(--primary) !important;
  cursor: pointer; }

.v-select .vs__dropdown-toggle {
  border-style: none; }

.v-select .vs__dropdown-menu {
  width: inherit; }
  .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; }

.v-select input::-webkit-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-moz-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input:-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select .vs__selected-options {
  white-space: nowrap;
  padding-bottom: 2px;
  flex-flow: wrap-reverse; }

.v-select .vs__selected-options > input {
  display: block; }

.v-select .vs__selected-options > span {
  flex-flow: wrap-reverse; }

.v-select .vs__selected-options > .vs__selected {
  flex-direction: row-reverse; }

.v-select .vs__deselect {
  margin-right: 5px;
  margin-left: 0px;
  text-shadow: none; }
  .v-select .vs__deselect span {
    color: #fff !important;
    font-size: smaller; }

.v-select ul {
  width: 100% !important; }

.v-select li {
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.material-symbols-outlined {
  color: var(--primary); }

.vue-custom-table-infinite .table-responsive table > thead > tr > th {
  background-color: #fff; }

.vue-custom-table-infinite > p {
  display: none; }

.expert-sync-history .table-responsive {
  overflow-y: unset !important; }

.VueTables__table .vue-custom-table .table-responsive.table .vue-custom-table .table-responsive.table-hover.no-header thead {
  display: none; }

.vue-custom-table th,
.vue-custom-table td {
  border-left: unset;
  border-right: unset;
  z-index: 10; }

.vue-custom-table .VueTables__heading {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #b0b0b0 !important; }
  .vue-custom-table .VueTables__heading .pretty {
    font-size: 1rem !important; }

.vue-custom-table .VueTables__sortable .VueTables__sort-icon {
  margin-top: 0.4rem;
  float: none !important;
  margin-left: 0.5rem !important;
  cursor: pointer; }

.vue-custom-table .VueTables__row {
  background: #ffffff !important; }
  .vue-custom-table .VueTables__row td {
    vertical-align: middle !important;
    padding: 0.5rem 0.75rem; }
    .vue-custom-table .VueTables__row td.w-15 {
      width: 15%; }
    .vue-custom-table .VueTables__row td pre {
      font-family: "Lato", sans-serif; }

.vue-custom-table.no-pagination .VuePagination,
.vue-custom-table.no-pagination .VueTables__limit,
.vue-custom-table.no-pagination .VuePagination__count {
  display: none; }

.vue-custom-table .VueTables__child-row, .vue-custom-table .VueTables__child-row:hover {
  background-color: #ffffff !important; }

.vue-custom-table .VueTables__sort-icon {
  color: #b0b0b0; }

.vue-custom-table .table-responsive {
  overflow-x: unset !important;
  margin-bottom: 0 !important; }

.vue-custom-table.scrollable-table.document-tags-table .table-responsive {
  max-height: 16em;
  min-height: 16em; }

.vue-custom-table.scrollable-table .table-responsive {
  overflow-y: auto;
  overflow-x: hidden !important; }

.vue-custom-table.no-head-table table thead {
  display: none; }

.vue-custom-table.no-head-table table tr:first-child td {
  border: none; }

.hidden-heading .VueTables__heading {
  display: none !important; }

.hidden-heading .theader {
  display: none !important; }

.hidden-text {
  color: white;
  text-indent: -1000px !important;
  white-space: nowrap; }

.form-group-material .referrerSelect .v-select.search-input .vs__dropdown-toggle {
  background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left 0 center;
  padding-left: 0; }
  .form-group-material .referrerSelect .v-select.search-input .vs__dropdown-toggle span.vs__selected {
    padding-left: 20px !important; }
  .form-group-material .referrerSelect .v-select.search-input .vs__dropdown-toggle input.vs__search {
    padding-left: 20px !important; }

.no-span ul {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }
  .no-span ul > span {
    display: none; }

.chat-message-text {
  white-space: break-spaces; }

.max-w-60 {
  max-width: 75%; }

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0; }

.chat-message-left {
  margin-right: auto; }

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto; }

.guest-lender-support {
  position: absolute;
  bottom: 10%;
  right: 5%; }

.my-tooltip-class .tooltip-inner {
  max-width: 400px !important; }

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/bootstrap4c-dropzone/dist/css/component-dropzone.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone{box-sizing:border-box;min-height:9.75rem;padding:.5rem;border:.125rem dashed #007bff;border-radius:.3rem;background:0 0}.dropzone *{box-sizing:border-box}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message{cursor:pointer}.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-color:#28a745;background:rgba(40,167,69,.15)}.dropzone.dz-drag-hover .dz-message{opacity:.5;color:#28a745}.dropzone.dz-drag-hover .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2328a745%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z%27/%3E%3C/svg%3E")}.dropzone.is-valid{border-color:#28a745}.dropzone.is-valid .dz-message{color:#28a745}.dropzone.is-valid .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2328a745%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z%27/%3E%3C/svg%3E")}.dropzone.is-invalid{border-color:#dc3545}.dropzone.is-invalid .dz-message{color:#dc3545}.dropzone.is-invalid .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23dc3545%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z%27/%3E%3C/svg%3E")}.dropzone .dz-message{margin-top:2.25rem;font-size:.875rem;text-align:center;line-height:1;color:#007bff}.dropzone .dz-message span:before{display:block;position:relative;top:0;left:calc(50% - (2.5rem / 2));width:2.5rem;height:2.5rem;content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23007bff%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z%27/%3E%3C/svg%3E");background-size:2.5rem 2.5rem;background-position:center center;background-repeat:no-repeat}.dropzone .dz-preview{position:relative;display:inline-block;min-height:5rem;margin:.5rem;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{background-color:#54a7ff}.dropzone .dz-preview.dz-file-preview .dz-image:hover{background-color:#007bff}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:0 0}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{display:block;cursor:pointer;border:none;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;min-width:100%;max-width:100%;height:auto;padding:.5rem;font-size:.75rem;text-align:center;line-height:150%;color:#fff;opacity:0}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:4.5rem;font-size:.875rem}.dropzone .dz-preview .dz-details .dz-filename,.dropzone .dz-preview .dz-details .dz-size{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover:before,.dropzone .dz-preview .dz-details .dz-size:hover:before{content:"";margin-left:-100%}.dropzone .dz-preview .dz-details .dz-filename:hover:after,.dropzone .dz-preview .dz-details .dz-size:hover:after{content:"";margin-right:-100%}.dropzone .dz-preview .dz-details .dz-filename:hover span,.dropzone .dz-preview .dz-details .dz-size:hover span{padding:.125rem .375rem;background-color:rgba(0,0,0,.8);border-radius:.2rem}.dropzone .dz-preview .dz-details .dz-filename:not(:hover),.dropzone .dz-preview .dz-details .dz-size:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-image{overflow:hidden;width:7.5rem;height:7.5rem;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through .3s cubic-bezier(.77,0,.175,1);animation:passing-through .3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in .3s cubic-bezier(.77,0,.175,1);animation:slide-in .3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-top:-1.5rem;margin-left:-1.5rem}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:3rem;height:3rem}.dropzone .dz-preview .dz-success-mark svg *{fill:#28a745;fill-opacity:1}.dropzone .dz-preview .dz-error-mark svg *{fill:#dc3545;fill-opacity:1}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;left:50%;top:50%;width:5rem;height:1rem;margin-top:-.5rem;margin-left:-2.5rem;border-radius:.2rem;background:rgba(255,255,255,.6);-webkit-transform:scale(1);overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#28a745;background:linear-gradient(to bottom,#28a745,#1e7d34);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;top:8rem;left:-.5rem;width:8.5rem;padding:.25rem .5rem;border-radius:.25rem;background:#dc3545;font-size:.875rem;color:#fff;opacity:0;transition:opacity .3s ease}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-.5rem;left:3.75rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid #dc3545}.has-success .dropzone{border-color:#28a745}.has-success .dropzone .dz-message{color:#28a745}.has-success .dropzone .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2328a745%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z%27/%3E%3C/svg%3E")}.has-danger .dropzone{border-color:#dc3545}.has-danger .dropzone .dz-message{color:#dc3545}.has-danger .dropzone .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23dc3545%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z%27/%3E%3C/svg%3E")}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/animate.css/animate.min.css ***!
  \**************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/navbars.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
#mobile-topbar {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0;
  padding-bottom: 20px;
  overflow: visible;
  width: inherit;
  justify-content: initial;
  height: 4rem; }

.logo {
  float: left;
  width: 176px;
  height: 40px;
  margin-left: 0 !important; }
  .logo a {
    width: 100%;
    height: 100%; }
  .logo .logo-img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }

.btn-profile-options {
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ;
  color: #494949; }

.notifications-i {
  margin-right: 16px;
  padding: 10px; }

.profilepic-options {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%; }

.sidetab {
  line-height: 1.2rem;
  margin-top: 0.6em;
  display: inline-block;
  text-decoration: none;
  padding: 0.4rem;
  padding-right: 0.5rem;
  padding-left: 0;
  margin-right: 0;
  color: var(--gray);
  width: 100%; }

.sidetab:hover {
  color: #424242; }

.sidetab-divider {
  margin-top: 20px; }

.sidetab-active {
  width: 100%;
  font-weight: bold; }

.sidetab.sub-tab {
  margin-top: -1rem !important; }

.user-options {
  float: right;
  height: inherit;
  position: relative; }
  .user-options .dropdown-menu.show {
    left: -50%; }

p {
  font-size: 16px ;
  /* Fallback in px */
  font-size: 1rem ; }

.font-sm {
  font-size: 14px !important;
  /* Fallback in px */
  font-size: 0.875rem !important; }

.font-xsm {
  font-size: 13px ;
  /* Fallback in px */
  font-size: 0.8125rem ;
  margin: 0; }

.bold {
  font-weight: bold; }

/* For the little subtitles */
.tiny {
  font-size: 10px ;
  /* Fallback in px */
  font-size: 0.625rem ;
  margin-top: 15px;
  margin-bottom: 0;
  color: #767676 !important; }

.followup-tab-content {
  color: #767676 !important; }

.bolder {
  font-weight: 900 !important; }

ul:not(.bullet) {
  list-style-type: none;
  width: inherit;
  padding-left: 30px ;
  /* Fallback in px */
  padding-left: 1.875rem ; }

p.justified {
  text-align: justify; }

#sidebar {
  padding: 0;
  border-right: 1px solid #e0e0e0;
  background-color: rgba(255,255,255,1);
  flex-direction: column;
  z-index: 1030;
  box-shadow: 2px 2px 6px rgba(0, 21, 41, 0.16); }
  #sidebar .sidebar-logo {
    flex-grow: 1;
    min-height: calc(40px + 1rem);
    max-height: calc(40px + 1rem); }
  #sidebar .sidebar-header {
    flex-grow: 1;
    min-height: 180px;
    max-height: 180px; }
    #sidebar .sidebar-header .profilepic-options {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
  #sidebar .sidebar-agent .profilepic-options {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  #sidebar .sidebar-body {
    width: 100%;
    height: calc(100vh - 25rem);
    flex-grow: 2;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 50px; }
  #sidebar .sidebar-footer {
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    padding-left: 30px ;
    /* Fallback in px */
    padding-left: 1.875rem ;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    left: 0; }

.sidetab-section {
  font-size: 1rem;
  color: var(--primary);
  font-weight: bold; }

/*-----------*/
#page {
  height: 100%;
  min-height: 100vh;
  padding-top: calc(20px + 1rem);
  background-color: #fff;
  overflow: auto; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1028; }

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%; }

.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1030; }

.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.account-type {
  color: #757575 !important; }

/* sm */
@media (max-width: 767px) {
  .sidebar-header .account-type {
    color: rgba(255,255,255,1); }
  .sidebar-row {
    flex-wrap: nowrap !important; }
  .sidebar-columns {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  #page {
    padding-top: calc(61px + 20px + 1rem); }
    #page.interstitial-container {
      padding-top: 3rem; }
  #mobile-topbar .logo-img {
    margin-left: 0px; }
  #sidebar {
    height: calc(100vh - 61px);
    margin-top: 61px;
    position: fixed; }
    #sidebar .mobile-wrapper {
      height: 100%;
      overflow: hidden; }
    #sidebar .container-sidebar {
      margin-top: 0px;
      height: 65%;
      overflow-y: auto; }
      #sidebar .container-sidebar > ul {
        padding-bottom: 3rem;
        margin-bottom: 0; }
    #sidebar .sidebar-header {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 4.5rem 2rem;
      background: var(--primary-alt);
      color: #fff;
      min-height: 170px;
      max-height: unset; }
      #sidebar .sidebar-header * {
        font-weight: 300; }
      #sidebar .sidebar-header .logout-btn {
        color: #fff; }
    #sidebar .side-bar-footer {
      padding-left: 30px;
      position: absolute;
      bottom: 0;
      height: 3rem; } }

/* NAVBARS responsive */
.side-left {
  width: 90%; }

.side-right {
  transition: width 0.5s ease-in-out, margin-left 0.5s ease-in-out;
  width: 100%; }

.appflow-side-right {
  width: 100%; }

@media (max-width: 767.98px) {
  .has-banner #page {
    padding-top: calc(100px + 1rem); } }

@media (min-width: 576px) {
  .has-banner #page {
    padding-top: calc(50 + 1rem) !important; } }

@media (min-width: 768px) {
  #sidebar.collapse {
    display: flex !important; }
  .side-left {
    width: 17rem; }
  .side-right {
    width: calc(100vw - 17rem) !important;
    margin-left: 17rem; }
  .app-standalone.side-right {
    width: calc(100vw - 17rem) !important;
    margin-left: 17rem; }
  .appflow-side-right:not(#summary-form) {
    width: calc(100vw - 280px) !important;
    margin-left: 280px; } }

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/dashboard.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.welcome {
  padding-top: 20px ;
  /* Fallback in px */
  padding-top: 1.25rem ;
  padding-bottom: 30px ;
  /* Fallback in px */
  padding-bottom: 1.875rem ; }

.page-header {
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ; }

h2.header {
  margin-bottom: 6px ;
  /* Fallback in px */
  margin-bottom: 0.375rem ; }

.subtitle {
  margin-top: 10px ;
  /* Fallback in px */
  margin-top: 0.625rem ;
  font-size: 21px !important;
  /* Fallback in px */
  font-size: 1.3125rem !important;
  color: #3f3f3f; }

.time-ago {
  padding-bottom: 1px ;
  /* Fallback in px */
  padding-bottom: 0.0625rem ;
  font-size: 12px ;
  /* Fallback in px */
  font-size: 0.75rem ; }

.activity-options {
  text-align: right; }

.view-comment {
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ; }

i.help {
  float: right;
  font-size: 21px;
  color: #b7b7b7; }

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/documents.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.collapse-m {
  margin: 1px;
  margin-left: 0px;
  background-color: transparent; }
  .collapse-m.collapse-grid {
    border: 1px solid #e0e0e0 !important;
    border-top: none !important; }
  .collapse-m.no-border {
    border: none;
    margin: 0;
    width: 100%; }
    .collapse-m.no-border .collapsee-body {
      margin: 0 !important; }

.collapse-m-header {
  background-color: transparent;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 20px; }

.collapsee-body {
  margin-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 40px;
  text-align: justify; }

i.arrow {
  padding-right: 10px; }

.dropzone {
  border: 1px dotted #8f96a4;
  border-radius: 3px;
  min-height: 88px;
  padding: 0; }

.dropzone.dz-clickable {
  display: flex;
  justify-content: center; }

.dropzone.dz-clickable:not(.dz-max-files-reached):not(.dz-started) .dz-message {
  display: flex;
  align-self: center; }

.dropzone .dz-preview:hover .dz-details {
  background: white; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1rem;
  font-size: 0.875rem; }

.dropzone .dz-message {
  text-align: left;
  margin: 0;
  color: #757575;
  padding: 20px; }

.dropzone .dz-preview {
  height: 2rem;
  width: 11em; }

.dropzone .dz-preview .dz-details {
  height: 60px;
  color: #757575;
  font-size: 0.8rem; }

.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.5rem; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  background-color: #fff; }

.dropzone .dz-preview .dz-details .dz-size:hover span {
  padding: 0.125rem 0.375rem;
  background-color: #21ce99;
  border-radius: 0.2rem;
  color: #fff; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  padding: 0.125rem 0.375rem;
  background-color: #21ce99;
  border-radius: 0.2rem;
  color: #fff; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #21ce99;
  background: linear-gradient(to bottom, #21ce99, #21ce99); }

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.6rem;
  margin-left: 0.7rem; }

.dropzone .dz-preview .dz-success-mark svg * {
  fill: #21ce99;
  fill-opacity: 1; }

.dropzone .dz-preview .dz-progress {
  height: 0.5rem;
  display: none; }

.btn-link {
  font-weight: bold !important;
  color: #757575;
  text-decoration: none !important; }

.btn-link:hover {
  color: #757575 !important;
  text-decoration: none !important; }

.date.small {
  font-size: 0.7rem;
  letter-spacing: -0.4px; }

p.date {
  font-size: 0.8rem; }

input.comment {
  border-radius: 50px;
  height: 37px ;
  /* Fallback in px */
  height: 2.3125rem ;
  min-height: 37px ;
  /* Fallback in px */
  min-height: 2.3125rem ; }
  input.comment::-moz-placeholder, input.comment::-webkit-input-placeholder {
    font-size: 14px !important;
    /* Fallback in px */
    font-size: 0.875rem !important; }

.document-box {
  border-top: 1px solid #e0e0e0;
  max-height: 18rem;
  min-height: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.comment-form {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 4rem;
  bottom: 0;
  left: 0;
  background-color: var(--white); }

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/login.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
html,
body {
  margin-top: 0 !important;
  min-height: 100vh; }

#one-side-login {
  padding: 0 4%;
  height: 100vh;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden; }

#two-side-login {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: center; }
  #two-side-login:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(to bottom, 72%,, 101%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.11) 100%);
    background-image: radial-gradient(to bottom, 72% 101%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.11) 100%); }

#broker-portal #two-side-login {
  background-image: url(/assets/d103358cbd4c1b2da182.png);
  background-position-x: 100%; }

#client-portal #two-side-login {
  background-image: url(/assets/f96af0433c2c30528abc.png);
  background-size: auto 100%; }

#client-portal #two-side-login.ellipse-left-in {
  background-size: 110%;
  background-position-y: 40%; }

.logo-login .logo-img {
  height: 10vh;
  margin-left: -1.7rem; }

.title-login {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem; }

.sign-in {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 1em; }

#one-side-login #email-icon, #one-side-login #password-icon, #one-side-login #code-icon {
  position: absolute;
  float: left;
  bottom: 1.2rem;
  left: 0.8rem;
  font-size: 1.7rem !important; }

#one-side-login #email, #one-side-login #password, #one-side-login #code {
  background-color: var(--primary-clear);
  border-radius: 4px 4px 0px 0px;
  max-width: 388px; }
  #one-side-login #email > input, #one-side-login #password > input, #one-side-login #code > input {
    height: 4.1rem;
    padding-left: 3.5rem !important;
    padding-bottom: 0.8rem !important;
    font-size: 1.2rem !important; }

#one-side-login #email {
  margin: 0; }

#sign-in-button {
  width: 100%;
  max-width: 388px;
  min-width: 150px;
  padding: 0 !important;
  height: 2.5rem;
  border-radius: 0.5rem;
  font-size: 110%; }

.footer-login {
  margin-top: 3rem;
  bottom: 0; }
  .footer-login p {
    text-align: center; }
    .footer-login p a {
      display: block;
      margin: 0 auto;
      text-align: center; }
  .footer-login a {
    color: var(--primary) !important; }

.subtitle-login {
  margin: 3rem 0 0 0; }

.centered {
  margin: auto;
  padding: 1rem; }

.moregage-data {
  margin-bottom: 15px;
  margin-top: 15px; }

.btn-social {
  text-transform: none;
  box-shadow: none;
  width: 60%;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 28px;
  margin: 10px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px; }

.btn-social:hover {
  background-color: #f5f5f5 !important;
  transition: background-color 300ms linear;
  border: none;
  cursor: pointer; }

.btn-social:focus {
  background-color: #bdbdbd !important;
  color: white; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
  margin: 12px; }

.no-overflow {
  overflow-y: hidden !important; }

.btn-moregage-login.move-on {
  opacity: 0.6;
  transition: 1s all;
  pointer-events: none; }

.btn-moregage-login.move-on.form-finish {
  opacity: 1;
  pointer-events: all; }

.ellipse-right-in {
  -webkit-clip-path: ellipse(100% 110% at 0% 50%);
          clip-path: ellipse(100% 110% at 0% 50%); }

.ellipse-left-in {
  -webkit-clip-path: ellipse(100% 120% at 100% 50%);
          clip-path: ellipse(100% 120% at 100% 50%); }

.original-content {
  width: 100% !important; }

#forgot-password {
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.05rem; }

#reveal-password-controller {
  color: var(--pink); }

#reveal-password-controller {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem; }

#forgot-form #email, #forgot-form #password, #forgot-form #code {
  max-width: 50rem; }

#forgot-form .rounded-pill {
  display: block;
  margin: 0 auto;
  width: 50%;
  min-width: 230px;
  font-size: 110%; }

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/loading.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.ld.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.ld.xhalf {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.ld.x1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ld.x2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ld.x4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.ld.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.ld.f00 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.ld.f01 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.ld.f02 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ld.f03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.ld.f04 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ld.f05 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.ld.f06 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ld.f07 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.ld.f08 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ld.f09 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.ld.f10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
  width: 50px;
  height: 50px;
  position: relative;
  color: inherit;
  display: inline-block;
  /*
  &:before
    content: "◎"
    display: block
    visibility: hidden
  */ }

.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover; }

.ld-ball:after {
  border-radius: 50%;
  background: currentColor; }

.ld-pie:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent; }

.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.3em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box; }

.ld-hourglass:after {
  width: 0;
  height: 0;
  background: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  border-color: currentColor transparent currentColor transparent; }

.ld-cross:after {
  width: 18%;
  height: 18%;
  background: currentColor;
  box-shadow: 0 0.18em 0 1px currentColor, 0 -0.18em 0 1px currentColor, 0.18em 0 0 1px currentColor, -0.18em 0 0 1px currentColor, 0 0.36em 0 1px currentColor, 0 -0.36em 0 1px currentColor, 0.36em 0 0 1px currentColor, -0.36em 0 0 1px currentColor; }

.ld-square:after {
  width: 90%;
  height: 90%;
  background: currentColor; }

.ld-spinner:after {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background: none;
  box-shadow: 0 0.5em 0 0 currentColor, 0 -.5em 0 0 currentColor, .5em 0 0 0 currentColor, -.5em 0 0 0 currentColor, .35355339059327373em .35355339059327373em 0 0 currentColor, -.35355339059327373em .35355339059327373em 0 0 currentColor, .35355339059327373em -.35355339059327373em 0 0 currentColor, -.35355339059327373em -.35355339059327373em 0 0 currentColor; }

.ld-loader {
  background-size: cover; }

@keyframes ld-blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.ld.ld-blink {
  -webkit-animation: ld-blink 1s infinite linear;
  animation: ld-blink 1s infinite linear; }

@keyframes ld-blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0); }
  50% {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes ld-blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0); }
  50% {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); } }

.ld.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite; }

@keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); } }

@-webkit-keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); } }

.ld.ld-breath {
  -webkit-animation: ld-breath 1s infinite;
  animation: ld-breath 1s infinite; }

@keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); } }

.ld.ld-broadcast {
  -webkit-animation: ld-broadcast 1s infinite ease-out;
  animation: ld-broadcast 1s infinite ease-out;
  border-radius: 50%; }

@keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-clock {
  -webkit-animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
  animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1); }

@keyframes ld-cycle {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-cycle {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-cycle {
  -webkit-animation: ld-cycle 1s infinite linear;
  animation: ld-cycle 1s infinite linear; }

@keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-fade {
  -webkit-animation: ld-fade 1s infinite linear;
  animation: ld-fade 1s infinite linear; }

@keyframes ld-flip {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

@-webkit-keyframes ld-flip {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

.ld.ld-flip {
  -webkit-animation: ld-flip 2s infinite;
  animation: ld-flip 2s infinite; }

@keyframes ld-flip-v {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); } }

@-webkit-keyframes ld-flip-v {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); } }

.ld.ld-flip-v {
  -webkit-animation: ld-flip-v 1s infinite;
  animation: ld-flip-v 1s infinite; }

@keyframes ld-flip-h {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

@-webkit-keyframes ld-flip-h {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

.ld.ld-flip-h {
  -webkit-animation: ld-flip-h 1s infinite;
  animation: ld-flip-h 1s infinite; }

@keyframes ld-coin-v {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-webkit-keyframes ld-coin-v {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

.ld.ld-coin-v {
  -webkit-animation: ld-coin-v 2s infinite;
  animation: ld-coin-v 2s infinite; }

@keyframes ld-coin-h {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-webkit-keyframes ld-coin-h {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

.ld.ld-coin-h {
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite; }

@keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ld.ld-heartbeat {
  -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes ld-radio {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
            animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes ld-radio {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
            animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

.ld.ld-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.ld.ld-radio:after {
  -webkit-animation: ld-radio 1s infinite;
  animation: ld-radio 1s infinite;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  border-radius: 50%;
  background: none; }

.ld.ld-radio.square:after {
  border-radius: 0; }

@keyframes ld-rotate {
  0%,
  33%,
  66%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%,
  50%,
  83% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); } }

@-webkit-keyframes ld-rotate {
  0%,
  33%,
  66%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%,
  50%,
  83% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); } }

.ld.ld-rotate {
  -webkit-animation: ld-rotate 1s infinite;
  animation: ld-rotate 1s infinite; }

@keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.ld.ld-rubber {
  -webkit-animation: ld-rubber 1s ease-out infinite;
  animation: ld-rubber 1s ease-out infinite; }

@keyframes ld-shadow {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-shadow {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

.ld.ld-shadow {
  -webkit-animation: ld-shadow 1s infinite;
  animation: ld-shadow 1s infinite;
  border-radius: 50%; }

@keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); } }

.ld.ld-shadow-a {
  -webkit-animation: ld-shadow-a 0.5s infinite;
  animation: ld-shadow-a 0.5s infinite;
  box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

@keyframes ld-skew {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%,
  75% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-webkit-keyframes ld-skew {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%,
  75% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

.ld.ld-skew {
  -webkit-animation: ld-skew 1s infinite;
  animation: ld-skew 1s infinite; }

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite; }

@keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

.ld.ld-spin-fast {
  -webkit-animation: ld-spin-fast 2s infinite;
  animation: ld-spin-fast 2s infinite; }

@keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

.ld.ld-squeeze {
  -webkit-animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

.ld.ld-surprise {
  -webkit-animation: ld-surprise 1s infinite linear;
  animation: ld-surprise 1s infinite linear; }

@keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.ld.ld-tick {
  -webkit-animation: ld-tick 1s ease-out infinite;
  animation: ld-tick 1s ease-out infinite; }

@keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-vortex-in {
  -webkit-animation: ld-vortex-in 2s infinite;
  animation: ld-vortex-in 2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
          animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7); }

@keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

.ld.ld-vortex-out {
  -webkit-animation: ld-vortex-out 2s infinite;
  animation: ld-vortex-out 2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
          animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }

@keyframes ld-wrench {
  20%,
  36%,
  70%,
  86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  0%,
  50%,
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes ld-wrench {
  20%,
  36%,
  70%,
  86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  0%,
  50%,
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

.ld.ld-wrench {
  -webkit-animation: ld-wrench 1s infinite;
  animation: ld-wrench 1s infinite; }

@keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.ld.ld-pulse {
  -webkit-animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes ld-bounce {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); } }

@-webkit-keyframes ld-bounce {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); } }

.ld.ld-bounce {
  -webkit-animation: ld-bounce 1s infinite;
  animation: ld-bounce 1s infinite; }

@keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

.ld.ld-bounce-rtl {
  -webkit-animation: ld-bounce-rtl 1s infinite linear;
  animation: ld-bounce-rtl 1s infinite linear; }

@keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

.ld.ld-bounce-ltr {
  -webkit-animation: ld-bounce-ltr 1s infinite linear;
  animation: ld-bounce-ltr 1s infinite linear; }

@keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite; }

@keyframes ld-float {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes ld-float {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

.ld.ld-float {
  -webkit-animation: ld-float 1s infinite;
  animation: ld-float 1s infinite; }

@keyframes ld-hit {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-webkit-keyframes ld-hit {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

.ld.ld-hit {
  -webkit-animation: ld-hit 2s infinite;
  animation: ld-hit 2s infinite; }

@keyframes ld-jelly {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

@-webkit-keyframes ld-jelly {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

.ld.ld-jelly {
  -webkit-animation: ld-jelly 1s infinite linear;
  animation: ld-jelly 1s infinite linear; }

@keyframes ld-jump {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes ld-jump {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.ld.ld-jump {
  -webkit-animation: ld-jump 1.5s ease-in infinite;
  animation: ld-jump 1.5s ease-in infinite; }

@keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg); } }

@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg); } }

.ld.ld-orbit {
  -webkit-animation: ld-orbit 1s infinite linear;
  animation: ld-orbit 1s infinite linear; }

@keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

.ld.ld-rush-rtl {
  -webkit-animation: ld-rush-rtl 1.5s infinite linear;
  animation: ld-rush-rtl 1.5s infinite linear; }

@keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

.ld.ld-rush-ltr {
  -webkit-animation: ld-rush-ltr 1.5s infinite linear;
  animation: ld-rush-ltr 1.5s infinite linear; }

@keyframes ld-shake {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-shake {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-shake {
  -webkit-animation: ld-shake 1s infinite linear;
  animation: ld-shake 1s infinite linear; }

@keyframes ld-slide-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ltr {
  -webkit-animation: ld-slide-ltr 1s infinite;
  animation: ld-slide-ltr 1s infinite; }

@keyframes ld-slide-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-rtl {
  -webkit-animation: ld-slide-rtl 1s infinite;
  animation: ld-slide-rtl 1s infinite; }

@keyframes ld-slide-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-btt {
  -webkit-animation: ld-slide-btt 1s infinite;
  animation: ld-slide-btt 1s infinite; }

@keyframes ld-slide-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ttb {
  -webkit-animation: ld-slide-ttb 1s infinite;
  animation: ld-slide-ttb 1s infinite; }

@keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

.ld.ld-tremble {
  -webkit-animation: ld-tremble 1s infinite;
  animation: ld-tremble 1s infinite; }

@keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

.ld.ld-wander-h {
  -webkit-animation: ld-wander-h 1s infinite ease-out;
  animation: ld-wander-h 1s infinite ease-out; }

@keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

.ld.ld-wander-v {
  -webkit-animation: ld-wander-v 1s infinite ease-out;
  animation: ld-wander-v 1s infinite ease-out; }

@keyframes ld-jingle {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); }
  4% {
    -webkit-transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(11deg) translate(0, 40%); }
  10% {
    -webkit-transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(15deg) translate(0, 40%); }
  18% {
    -webkit-transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-11deg) translate(0, 40%); }
  20% {
    -webkit-transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-13deg) translate(0, 40%); }
  21% {
    -webkit-transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-12deg) translate(0, 40%); }
  22% {
    -webkit-transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-10deg) translate(0, 40%); }
  24% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  26% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  28% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  30% {
    -webkit-transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(10deg) translate(0, 40%); }
  31% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  33% {
    -webkit-transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(5deg) translate(0, 40%); }
  34% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  36% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  39% {
    -webkit-transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-8deg) translate(0, 40%); }
  40% {
    -webkit-transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-7deg) translate(0, 40%); }
  44% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  47% {
    -webkit-transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(7deg) translate(0, 40%); }
  56% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  63% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  75% {
    -webkit-transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-1deg) translate(0, 40%); }
  100% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); } }

@-webkit-keyframes ld-jingle {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); }
  4% {
    -webkit-transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(11deg) translate(0, 40%); }
  10% {
    -webkit-transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(15deg) translate(0, 40%); }
  18% {
    -webkit-transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-11deg) translate(0, 40%); }
  20% {
    -webkit-transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-13deg) translate(0, 40%); }
  21% {
    -webkit-transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-12deg) translate(0, 40%); }
  22% {
    -webkit-transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-10deg) translate(0, 40%); }
  24% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  26% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  28% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  30% {
    -webkit-transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(10deg) translate(0, 40%); }
  31% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  33% {
    -webkit-transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(5deg) translate(0, 40%); }
  34% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  36% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  39% {
    -webkit-transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-8deg) translate(0, 40%); }
  40% {
    -webkit-transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-7deg) translate(0, 40%); }
  44% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  47% {
    -webkit-transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(7deg) translate(0, 40%); }
  56% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  63% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  75% {
    -webkit-transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-1deg) translate(0, 40%); }
  100% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); } }

.ld.ld-jingle {
  -webkit-animation: ld-jingle 1s infinite;
  animation: ld-jingle 1s infinite; }

@keyframes ld-swim {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(5%, -10%) rotate(3deg);
    transform: translate(5%, -10%) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -15%) rotate(6deg);
    transform: translate(0, -15%) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-5%, -10%) rotate(3deg);
    transform: translate(-5%, -10%) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(5%, 10%) rotate(-3deg);
    transform: translate(5%, 10%) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 15%) rotate(-6deg);
    transform: translate(0, 15%) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-5%, 10%) rotate(-3deg);
    transform: translate(-5%, 10%) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

@-webkit-keyframes ld-swim {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(5%, -10%) rotate(3deg);
    transform: translate(5%, -10%) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -15%) rotate(6deg);
    transform: translate(0, -15%) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-5%, -10%) rotate(3deg);
    transform: translate(-5%, -10%) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(5%, 10%) rotate(-3deg);
    transform: translate(5%, 10%) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 15%) rotate(-6deg);
    transform: translate(0, 15%) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-5%, 10%) rotate(-3deg);
    transform: translate(-5%, 10%) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

.ld.ld-swim {
  -webkit-animation: ld-swim 3s infinite linear;
  animation: ld-swim 3s infinite linear; }

@keyframes ld-leaf {
  0% {
    -webkit-transform: translate(-14.7%, -117%) rotate(-0.3deg);
    transform: translate(-14.7%, -117%) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4%, -112.5%) rotate(-0.6deg);
    transform: translate(-14.4%, -112.5%) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8%, -102%) rotate(-1.2deg);
    transform: translate(-13.8%, -102%) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
    transform: translate(-13.5%, -100.5%) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2%, -87%) rotate(-7.8deg);
    transform: translate(-7.2%, -87%) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4%, -79.5%) rotate(-20.4deg);
    transform: translate(5.4%, -79.5%) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9%, -76.5%) rotate(-27.9deg);
    transform: translate(12.9%, -76.5%) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4%, -75%) rotate(-29.4deg);
    transform: translate(14.4%, -75%) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7%, -75%) rotate(-29.7deg);
    transform: translate(14.7%, -75%) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15%, -75%) rotate(-30deg);
    transform: translate(15%, -75%) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4%, -69%) rotate(0.6deg);
    transform: translate(14.4%, -69%) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8%, -58.5%) rotate(1.2deg);
    transform: translate(13.8%, -58.5%) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2%, -45%) rotate(7.8deg);
    transform: translate(7.2%, -45%) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4%, -37.5%) rotate(20.4deg);
    transform: translate(-5.4%, -37.5%) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9%, -33%) rotate(27.9deg);
    transform: translate(-12.9%, -33%) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4%, -33%) rotate(29.4deg);
    transform: translate(-14.4%, -33%) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7%, -31.5%) rotate(29.7deg);
    transform: translate(-14.7%, -31.5%) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15%, -31.5%) rotate(30deg);
    transform: translate(-15%, -31.5%) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4%, -27%) rotate(-0.6deg);
    transform: translate(-14.4%, -27%) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
    transform: translate(-13.8%, -16.5%) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5%, -15%) rotate(-1.5deg);
    transform: translate(-13.5%, -15%) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2%, -1.5%) rotate(-7.8deg);
    transform: translate(-7.2%, -1.5%) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4%, 4.5%) rotate(-20.4deg);
    transform: translate(5.4%, 4.5%) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9%, 9%) rotate(-27.9deg);
    transform: translate(12.9%, 9%) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4%, 10.5%) rotate(-29.4deg);
    transform: translate(14.4%, 10.5%) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(-29.7deg);
    transform: translate(14.7%, 10.5%) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(0.3deg);
    transform: translate(14.7%, 10.5%) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4%, 16.5%) rotate(0.6deg);
    transform: translate(14.4%, 16.5%) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8%, 25.5%) rotate(1.2deg);
    transform: translate(13.8%, 25.5%) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5%, 27%) rotate(1.5deg);
    transform: translate(13.5%, 27%) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2%, 40.5%) rotate(7.8deg);
    transform: translate(7.2%, 40.5%) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4%, 48%) rotate(20.4deg);
    transform: translate(-5.4%, 48%) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9%, 51%) rotate(27.9deg);
    transform: translate(-12.9%, 51%) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4%, 52.5%) rotate(29.4deg);
    transform: translate(-14.4%, 52.5%) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7%, 54%) rotate(29.7deg);
    transform: translate(-14.7%, 54%) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7%, 54%) rotate(-0.3deg);
    transform: translate(-14.7%, 54%) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4%, 58.5%) rotate(-0.6deg);
    transform: translate(-14.4%, 58.5%) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
    transform: translate(-13.5%, 70.5%) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2%, 84%) rotate(-7.8deg);
    transform: translate(-7.2%, 84%) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4%, 91.5%) rotate(-20.4deg);
    transform: translate(5.4%, 91.5%) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9%, 94.5%) rotate(-27.9deg);
    transform: translate(12.9%, 94.5%) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4%, 96%) rotate(-29.4deg);
    transform: translate(14.4%, 96%) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7%, 96%) rotate(-29.7deg);
    transform: translate(14.7%, 96%) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15%, 96%) rotate(-30deg);
    transform: translate(15%, 96%) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4%, 102%) rotate(0.6deg);
    transform: translate(14.4%, 102%) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8%, 111%) rotate(1.2deg);
    transform: translate(13.8%, 111%) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5%, 112.5%) rotate(1.5deg);
    transform: translate(13.5%, 112.5%) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2%, 126%) rotate(7.8deg);
    transform: translate(7.2%, 126%) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4%, 133.5%) rotate(20.4deg);
    transform: translate(-5.4%, 133.5%) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9%, 138%) rotate(27.9deg);
    transform: translate(-12.9%, 138%) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4%, 139.5%) rotate(29.4deg);
    transform: translate(-14.4%, 139.5%) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(29.7deg);
    transform: translate(-14.7%, 139.5%) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15%, 139.5%) rotate(30deg);
    transform: translate(-15%, 139.5%) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
    transform: translate(-14.7%, 139.5%) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4%, 144%) rotate(-0.6deg);
    transform: translate(-14.4%, 144%) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5%, 156%) rotate(-1.5deg);
    transform: translate(-13.5%, 156%) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2%, 169.5%) rotate(-7.8deg);
    transform: translate(-7.2%, 169.5%) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4%, 177%) rotate(-20.4deg);
    transform: translate(5.4%, 177%) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9%, 180%) rotate(-27.9deg);
    transform: translate(12.9%, 180%) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4%, 181.5%) rotate(-29.4deg);
    transform: translate(14.4%, 181.5%) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7%, 181.5%) rotate(-29.7deg);
    transform: translate(14.7%, 181.5%) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15%, 181.5%) rotate(-30deg);
    transform: translate(15%, 181.5%) rotate(-30deg); } }

@-webkit-keyframes ld-leaf {
  0% {
    -webkit-transform: translate(-14.7%, -117%) rotate(-0.3deg);
    transform: translate(-14.7%, -117%) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4%, -112.5%) rotate(-0.6deg);
    transform: translate(-14.4%, -112.5%) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8%, -102%) rotate(-1.2deg);
    transform: translate(-13.8%, -102%) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
    transform: translate(-13.5%, -100.5%) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2%, -87%) rotate(-7.8deg);
    transform: translate(-7.2%, -87%) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4%, -79.5%) rotate(-20.4deg);
    transform: translate(5.4%, -79.5%) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9%, -76.5%) rotate(-27.9deg);
    transform: translate(12.9%, -76.5%) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4%, -75%) rotate(-29.4deg);
    transform: translate(14.4%, -75%) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7%, -75%) rotate(-29.7deg);
    transform: translate(14.7%, -75%) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15%, -75%) rotate(-30deg);
    transform: translate(15%, -75%) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4%, -69%) rotate(0.6deg);
    transform: translate(14.4%, -69%) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8%, -58.5%) rotate(1.2deg);
    transform: translate(13.8%, -58.5%) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2%, -45%) rotate(7.8deg);
    transform: translate(7.2%, -45%) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4%, -37.5%) rotate(20.4deg);
    transform: translate(-5.4%, -37.5%) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9%, -33%) rotate(27.9deg);
    transform: translate(-12.9%, -33%) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4%, -33%) rotate(29.4deg);
    transform: translate(-14.4%, -33%) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7%, -31.5%) rotate(29.7deg);
    transform: translate(-14.7%, -31.5%) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15%, -31.5%) rotate(30deg);
    transform: translate(-15%, -31.5%) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4%, -27%) rotate(-0.6deg);
    transform: translate(-14.4%, -27%) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
    transform: translate(-13.8%, -16.5%) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5%, -15%) rotate(-1.5deg);
    transform: translate(-13.5%, -15%) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2%, -1.5%) rotate(-7.8deg);
    transform: translate(-7.2%, -1.5%) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4%, 4.5%) rotate(-20.4deg);
    transform: translate(5.4%, 4.5%) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9%, 9%) rotate(-27.9deg);
    transform: translate(12.9%, 9%) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4%, 10.5%) rotate(-29.4deg);
    transform: translate(14.4%, 10.5%) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(-29.7deg);
    transform: translate(14.7%, 10.5%) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(0.3deg);
    transform: translate(14.7%, 10.5%) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4%, 16.5%) rotate(0.6deg);
    transform: translate(14.4%, 16.5%) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8%, 25.5%) rotate(1.2deg);
    transform: translate(13.8%, 25.5%) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5%, 27%) rotate(1.5deg);
    transform: translate(13.5%, 27%) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2%, 40.5%) rotate(7.8deg);
    transform: translate(7.2%, 40.5%) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4%, 48%) rotate(20.4deg);
    transform: translate(-5.4%, 48%) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9%, 51%) rotate(27.9deg);
    transform: translate(-12.9%, 51%) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4%, 52.5%) rotate(29.4deg);
    transform: translate(-14.4%, 52.5%) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7%, 54%) rotate(29.7deg);
    transform: translate(-14.7%, 54%) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7%, 54%) rotate(-0.3deg);
    transform: translate(-14.7%, 54%) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4%, 58.5%) rotate(-0.6deg);
    transform: translate(-14.4%, 58.5%) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
    transform: translate(-13.5%, 70.5%) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2%, 84%) rotate(-7.8deg);
    transform: translate(-7.2%, 84%) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4%, 91.5%) rotate(-20.4deg);
    transform: translate(5.4%, 91.5%) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9%, 94.5%) rotate(-27.9deg);
    transform: translate(12.9%, 94.5%) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4%, 96%) rotate(-29.4deg);
    transform: translate(14.4%, 96%) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7%, 96%) rotate(-29.7deg);
    transform: translate(14.7%, 96%) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15%, 96%) rotate(-30deg);
    transform: translate(15%, 96%) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4%, 102%) rotate(0.6deg);
    transform: translate(14.4%, 102%) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8%, 111%) rotate(1.2deg);
    transform: translate(13.8%, 111%) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5%, 112.5%) rotate(1.5deg);
    transform: translate(13.5%, 112.5%) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2%, 126%) rotate(7.8deg);
    transform: translate(7.2%, 126%) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4%, 133.5%) rotate(20.4deg);
    transform: translate(-5.4%, 133.5%) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9%, 138%) rotate(27.9deg);
    transform: translate(-12.9%, 138%) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4%, 139.5%) rotate(29.4deg);
    transform: translate(-14.4%, 139.5%) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(29.7deg);
    transform: translate(-14.7%, 139.5%) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15%, 139.5%) rotate(30deg);
    transform: translate(-15%, 139.5%) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
    transform: translate(-14.7%, 139.5%) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4%, 144%) rotate(-0.6deg);
    transform: translate(-14.4%, 144%) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5%, 156%) rotate(-1.5deg);
    transform: translate(-13.5%, 156%) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2%, 169.5%) rotate(-7.8deg);
    transform: translate(-7.2%, 169.5%) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4%, 177%) rotate(-20.4deg);
    transform: translate(5.4%, 177%) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9%, 180%) rotate(-27.9deg);
    transform: translate(12.9%, 180%) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4%, 181.5%) rotate(-29.4deg);
    transform: translate(14.4%, 181.5%) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7%, 181.5%) rotate(-29.7deg);
    transform: translate(14.7%, 181.5%) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15%, 181.5%) rotate(-30deg);
    transform: translate(15%, 181.5%) rotate(-30deg); } }

.ld.ld-leaf {
  -webkit-animation: ld-leaf 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
  animation: ld-leaf 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5); }

@keyframes ld-slot {
  0% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  9.09% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  9.1% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  16.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  17% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  23.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  23.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  29.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  29.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  34.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  34.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  38.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  38.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  41.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  41.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  44.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  44.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  46.29% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  46.3% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  47.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  47.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  48.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  48.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  51.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  51.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  52.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  52.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  53.690000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  53.7% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  55.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  55.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  58.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  58.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  61.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  61.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  65.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  65.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  70.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  70.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  76.19% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  76.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  82.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  83% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  90.89% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  90.9% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  99.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  100% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); } }

@-webkit-keyframes ld-slot {
  0% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  9.09% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  9.1% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  16.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  17% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  23.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  23.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  29.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  29.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  34.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  34.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  38.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  38.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  41.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  41.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  44.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  44.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  46.29% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  46.3% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  47.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  47.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  48.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  48.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  51.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  51.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  52.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  52.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  53.690000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  53.7% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  55.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  55.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  58.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  58.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  61.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  61.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  65.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  65.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  70.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  70.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  76.19% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  76.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  82.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  83% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  90.89% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  90.9% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  99.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  100% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); } }

.ld.ld-slot {
  -webkit-animation: ld-slot 6s infinite linear;
  animation: ld-slot 6s infinite linear; }

@keyframes ld-bounce-px {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); } }

@-webkit-keyframes ld-bounce-px {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); } }

.ld.ld-bounce-px {
  -webkit-animation: ld-bounce-px 1s infinite;
  animation: ld-bounce-px 1s infinite; }

@keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0); }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); } }

@-webkit-keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0); }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); } }

.ld.ld-bounce-px-rtl {
  -webkit-animation: ld-bounce-px-rtl 1s infinite linear;
  animation: ld-bounce-px-rtl 1s infinite linear; }

@keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); } }

@-webkit-keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); } }

.ld.ld-bounce-px-ltr {
  -webkit-animation: ld-bounce-px-ltr 1s infinite linear;
  animation: ld-bounce-px-ltr 1s infinite linear; }

@keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite; }

@keyframes ld-float-px {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes ld-float-px {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

.ld.ld-float-px {
  -webkit-animation: ld-float-px 1s infinite;
  animation: ld-float-px 1s infinite; }

@keyframes ld-hit-px {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg); } }

@-webkit-keyframes ld-hit-px {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg); } }

.ld.ld-hit-px {
  -webkit-animation: ld-hit-px 2s infinite;
  animation: ld-hit-px 2s infinite; }

@keyframes ld-jelly-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

@-webkit-keyframes ld-jelly-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

.ld.ld-jelly-px {
  -webkit-animation: ld-jelly-px 1s infinite linear;
  animation: ld-jelly-px 1s infinite linear; }

@keyframes ld-jump-px {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px); }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px); }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes ld-jump-px {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px); }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px); }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.ld.ld-jump-px {
  -webkit-animation: ld-jump-px 1.5s ease-in infinite;
  animation: ld-jump-px 1.5s ease-in infinite; }

@keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg); }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg); } }

@-webkit-keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg); }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg); } }

.ld.ld-orbit-px {
  -webkit-animation: ld-orbit-px 1s infinite linear;
  animation: ld-orbit-px 1s infinite linear; }

@keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg); } }

@-webkit-keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg); } }

.ld.ld-rush-px-rtl {
  -webkit-animation: ld-rush-px-rtl 1.5s infinite linear;
  animation: ld-rush-px-rtl 1.5s infinite linear; }

@keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg); } }

@-webkit-keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg); } }

.ld.ld-rush-px-ltr {
  -webkit-animation: ld-rush-px-ltr 1.5s infinite linear;
  animation: ld-rush-px-ltr 1.5s infinite linear; }

@keyframes ld-shake-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0); }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0); }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-shake-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0); }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0); }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-shake-px {
  -webkit-animation: ld-shake-px 1s infinite linear;
  animation: ld-shake-px 1s infinite linear; }

@keyframes ld-slide-px-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-ltr {
  -webkit-animation: ld-slide-px-ltr 1s infinite;
  animation: ld-slide-px-ltr 1s infinite; }

@keyframes ld-slide-px-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-rtl {
  -webkit-animation: ld-slide-px-rtl 1s infinite;
  animation: ld-slide-px-rtl 1s infinite; }

@keyframes ld-slide-px-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-btt {
  -webkit-animation: ld-slide-px-btt 1s infinite;
  animation: ld-slide-px-btt 1s infinite; }

@keyframes ld-slide-px-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-ttb {
  -webkit-animation: ld-slide-px-ttb 1s infinite;
  animation: ld-slide-px-ttb 1s infinite; }

@keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px); }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px); }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px); }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px); } }

@-webkit-keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px); }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px); }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px); }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px); } }

.ld.ld-tremble-px {
  -webkit-animation: ld-tremble-px 1s infinite;
  animation: ld-tremble-px 1s infinite; }

@keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0); }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); } }

@-webkit-keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0); }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); } }

.ld.ld-wander-px-h {
  -webkit-animation: ld-wander-px-h 1s infinite ease-out;
  animation: ld-wander-px-h 1s infinite ease-out; }

@keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px); }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); } }

@-webkit-keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px); }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); } }

.ld.ld-wander-px-v {
  -webkit-animation: ld-wander-px-v 1s infinite ease-out;
  animation: ld-wander-px-v 1s infinite ease-out; }

@keyframes ld-jingle-px {
  0% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); }
  4% {
    -webkit-transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(11deg) translate(0, 40px); }
  10% {
    -webkit-transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(15deg) translate(0, 40px); }
  18% {
    -webkit-transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-11deg) translate(0, 40px); }
  20% {
    -webkit-transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-13deg) translate(0, 40px); }
  21% {
    -webkit-transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-12deg) translate(0, 40px); }
  22% {
    -webkit-transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-10deg) translate(0, 40px); }
  24% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  26% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  28% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  30% {
    -webkit-transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(10deg) translate(0, 40px); }
  31% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  33% {
    -webkit-transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(5deg) translate(0, 40px); }
  34% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  36% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  39% {
    -webkit-transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-8deg) translate(0, 40px); }
  40% {
    -webkit-transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-7deg) translate(0, 40px); }
  44% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  47% {
    -webkit-transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(7deg) translate(0, 40px); }
  56% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  63% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  75% {
    -webkit-transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-1deg) translate(0, 40px); }
  100% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); } }

@-webkit-keyframes ld-jingle-px {
  0% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); }
  4% {
    -webkit-transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(11deg) translate(0, 40px); }
  10% {
    -webkit-transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(15deg) translate(0, 40px); }
  18% {
    -webkit-transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-11deg) translate(0, 40px); }
  20% {
    -webkit-transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-13deg) translate(0, 40px); }
  21% {
    -webkit-transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-12deg) translate(0, 40px); }
  22% {
    -webkit-transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-10deg) translate(0, 40px); }
  24% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  26% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  28% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  30% {
    -webkit-transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(10deg) translate(0, 40px); }
  31% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  33% {
    -webkit-transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(5deg) translate(0, 40px); }
  34% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  36% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  39% {
    -webkit-transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-8deg) translate(0, 40px); }
  40% {
    -webkit-transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-7deg) translate(0, 40px); }
  44% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  47% {
    -webkit-transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(7deg) translate(0, 40px); }
  56% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  63% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  75% {
    -webkit-transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-1deg) translate(0, 40px); }
  100% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); } }

.ld.ld-jingle-px {
  -webkit-animation: ld-jingle-px 1s infinite;
  animation: ld-jingle-px 1s infinite; }

@keyframes ld-swim-px {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(1px, -2px) rotate(3deg);
    transform: translate(1px, -2px) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -3px) rotate(6deg);
    transform: translate(0, -3px) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-1px, -2px) rotate(3deg);
    transform: translate(-1px, -2px) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(1px, 2px) rotate(-3deg);
    transform: translate(1px, 2px) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 3px) rotate(-6deg);
    transform: translate(0, 3px) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    transform: translate(-1px, 2px) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

@-webkit-keyframes ld-swim-px {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(1px, -2px) rotate(3deg);
    transform: translate(1px, -2px) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -3px) rotate(6deg);
    transform: translate(0, -3px) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-1px, -2px) rotate(3deg);
    transform: translate(-1px, -2px) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(1px, 2px) rotate(-3deg);
    transform: translate(1px, 2px) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 3px) rotate(-6deg);
    transform: translate(0, 3px) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    transform: translate(-1px, 2px) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

.ld.ld-swim-px {
  -webkit-animation: ld-swim-px 3s infinite linear;
  animation: ld-swim-px 3s infinite linear; }

@keyframes ld-leaf-px {
  0% {
    -webkit-transform: translate(-14.7px, -117px) rotate(-0.3deg);
    transform: translate(-14.7px, -117px) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4px, -112.5px) rotate(-0.6deg);
    transform: translate(-14.4px, -112.5px) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8px, -102px) rotate(-1.2deg);
    transform: translate(-13.8px, -102px) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
    transform: translate(-13.5px, -100.5px) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2px, -87px) rotate(-7.8deg);
    transform: translate(-7.2px, -87px) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4px, -79.5px) rotate(-20.4deg);
    transform: translate(5.4px, -79.5px) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9px, -76.5px) rotate(-27.9deg);
    transform: translate(12.9px, -76.5px) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4px, -75px) rotate(-29.4deg);
    transform: translate(14.4px, -75px) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7px, -75px) rotate(-29.7deg);
    transform: translate(14.7px, -75px) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15px, -75px) rotate(-30deg);
    transform: translate(15px, -75px) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4px, -69px) rotate(0.6deg);
    transform: translate(14.4px, -69px) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8px, -58.5px) rotate(1.2deg);
    transform: translate(13.8px, -58.5px) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2px, -45px) rotate(7.8deg);
    transform: translate(7.2px, -45px) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4px, -37.5px) rotate(20.4deg);
    transform: translate(-5.4px, -37.5px) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9px, -33px) rotate(27.9deg);
    transform: translate(-12.9px, -33px) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4px, -33px) rotate(29.4deg);
    transform: translate(-14.4px, -33px) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7px, -31.5px) rotate(29.7deg);
    transform: translate(-14.7px, -31.5px) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15px, -31.5px) rotate(30deg);
    transform: translate(-15px, -31.5px) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4px, -27px) rotate(-0.6deg);
    transform: translate(-14.4px, -27px) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
    transform: translate(-13.8px, -16.5px) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5px, -15px) rotate(-1.5deg);
    transform: translate(-13.5px, -15px) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2px, -1.5px) rotate(-7.8deg);
    transform: translate(-7.2px, -1.5px) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4px, 4.5px) rotate(-20.4deg);
    transform: translate(5.4px, 4.5px) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9px, 9px) rotate(-27.9deg);
    transform: translate(12.9px, 9px) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4px, 10.5px) rotate(-29.4deg);
    transform: translate(14.4px, 10.5px) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(-29.7deg);
    transform: translate(14.7px, 10.5px) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(0.3deg);
    transform: translate(14.7px, 10.5px) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4px, 16.5px) rotate(0.6deg);
    transform: translate(14.4px, 16.5px) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8px, 25.5px) rotate(1.2deg);
    transform: translate(13.8px, 25.5px) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5px, 27px) rotate(1.5deg);
    transform: translate(13.5px, 27px) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2px, 40.5px) rotate(7.8deg);
    transform: translate(7.2px, 40.5px) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4px, 48px) rotate(20.4deg);
    transform: translate(-5.4px, 48px) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9px, 51px) rotate(27.9deg);
    transform: translate(-12.9px, 51px) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4px, 52.5px) rotate(29.4deg);
    transform: translate(-14.4px, 52.5px) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7px, 54px) rotate(29.7deg);
    transform: translate(-14.7px, 54px) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7px, 54px) rotate(-0.3deg);
    transform: translate(-14.7px, 54px) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4px, 58.5px) rotate(-0.6deg);
    transform: translate(-14.4px, 58.5px) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
    transform: translate(-13.5px, 70.5px) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2px, 84px) rotate(-7.8deg);
    transform: translate(-7.2px, 84px) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4px, 91.5px) rotate(-20.4deg);
    transform: translate(5.4px, 91.5px) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9px, 94.5px) rotate(-27.9deg);
    transform: translate(12.9px, 94.5px) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4px, 96px) rotate(-29.4deg);
    transform: translate(14.4px, 96px) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7px, 96px) rotate(-29.7deg);
    transform: translate(14.7px, 96px) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15px, 96px) rotate(-30deg);
    transform: translate(15px, 96px) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4px, 102px) rotate(0.6deg);
    transform: translate(14.4px, 102px) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8px, 111px) rotate(1.2deg);
    transform: translate(13.8px, 111px) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5px, 112.5px) rotate(1.5deg);
    transform: translate(13.5px, 112.5px) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2px, 126px) rotate(7.8deg);
    transform: translate(7.2px, 126px) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4px, 133.5px) rotate(20.4deg);
    transform: translate(-5.4px, 133.5px) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9px, 138px) rotate(27.9deg);
    transform: translate(-12.9px, 138px) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4px, 139.5px) rotate(29.4deg);
    transform: translate(-14.4px, 139.5px) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(29.7deg);
    transform: translate(-14.7px, 139.5px) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15px, 139.5px) rotate(30deg);
    transform: translate(-15px, 139.5px) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
    transform: translate(-14.7px, 139.5px) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4px, 144px) rotate(-0.6deg);
    transform: translate(-14.4px, 144px) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5px, 156px) rotate(-1.5deg);
    transform: translate(-13.5px, 156px) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2px, 169.5px) rotate(-7.8deg);
    transform: translate(-7.2px, 169.5px) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4px, 177px) rotate(-20.4deg);
    transform: translate(5.4px, 177px) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9px, 180px) rotate(-27.9deg);
    transform: translate(12.9px, 180px) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4px, 181.5px) rotate(-29.4deg);
    transform: translate(14.4px, 181.5px) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7px, 181.5px) rotate(-29.7deg);
    transform: translate(14.7px, 181.5px) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15px, 181.5px) rotate(-30deg);
    transform: translate(15px, 181.5px) rotate(-30deg); } }

@-webkit-keyframes ld-leaf-px {
  0% {
    -webkit-transform: translate(-14.7px, -117px) rotate(-0.3deg);
    transform: translate(-14.7px, -117px) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4px, -112.5px) rotate(-0.6deg);
    transform: translate(-14.4px, -112.5px) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8px, -102px) rotate(-1.2deg);
    transform: translate(-13.8px, -102px) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
    transform: translate(-13.5px, -100.5px) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2px, -87px) rotate(-7.8deg);
    transform: translate(-7.2px, -87px) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4px, -79.5px) rotate(-20.4deg);
    transform: translate(5.4px, -79.5px) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9px, -76.5px) rotate(-27.9deg);
    transform: translate(12.9px, -76.5px) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4px, -75px) rotate(-29.4deg);
    transform: translate(14.4px, -75px) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7px, -75px) rotate(-29.7deg);
    transform: translate(14.7px, -75px) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15px, -75px) rotate(-30deg);
    transform: translate(15px, -75px) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4px, -69px) rotate(0.6deg);
    transform: translate(14.4px, -69px) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8px, -58.5px) rotate(1.2deg);
    transform: translate(13.8px, -58.5px) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2px, -45px) rotate(7.8deg);
    transform: translate(7.2px, -45px) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4px, -37.5px) rotate(20.4deg);
    transform: translate(-5.4px, -37.5px) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9px, -33px) rotate(27.9deg);
    transform: translate(-12.9px, -33px) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4px, -33px) rotate(29.4deg);
    transform: translate(-14.4px, -33px) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7px, -31.5px) rotate(29.7deg);
    transform: translate(-14.7px, -31.5px) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15px, -31.5px) rotate(30deg);
    transform: translate(-15px, -31.5px) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4px, -27px) rotate(-0.6deg);
    transform: translate(-14.4px, -27px) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
    transform: translate(-13.8px, -16.5px) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5px, -15px) rotate(-1.5deg);
    transform: translate(-13.5px, -15px) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2px, -1.5px) rotate(-7.8deg);
    transform: translate(-7.2px, -1.5px) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4px, 4.5px) rotate(-20.4deg);
    transform: translate(5.4px, 4.5px) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9px, 9px) rotate(-27.9deg);
    transform: translate(12.9px, 9px) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4px, 10.5px) rotate(-29.4deg);
    transform: translate(14.4px, 10.5px) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(-29.7deg);
    transform: translate(14.7px, 10.5px) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(0.3deg);
    transform: translate(14.7px, 10.5px) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4px, 16.5px) rotate(0.6deg);
    transform: translate(14.4px, 16.5px) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8px, 25.5px) rotate(1.2deg);
    transform: translate(13.8px, 25.5px) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5px, 27px) rotate(1.5deg);
    transform: translate(13.5px, 27px) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2px, 40.5px) rotate(7.8deg);
    transform: translate(7.2px, 40.5px) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4px, 48px) rotate(20.4deg);
    transform: translate(-5.4px, 48px) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9px, 51px) rotate(27.9deg);
    transform: translate(-12.9px, 51px) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4px, 52.5px) rotate(29.4deg);
    transform: translate(-14.4px, 52.5px) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7px, 54px) rotate(29.7deg);
    transform: translate(-14.7px, 54px) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7px, 54px) rotate(-0.3deg);
    transform: translate(-14.7px, 54px) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4px, 58.5px) rotate(-0.6deg);
    transform: translate(-14.4px, 58.5px) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
    transform: translate(-13.5px, 70.5px) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2px, 84px) rotate(-7.8deg);
    transform: translate(-7.2px, 84px) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4px, 91.5px) rotate(-20.4deg);
    transform: translate(5.4px, 91.5px) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9px, 94.5px) rotate(-27.9deg);
    transform: translate(12.9px, 94.5px) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4px, 96px) rotate(-29.4deg);
    transform: translate(14.4px, 96px) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7px, 96px) rotate(-29.7deg);
    transform: translate(14.7px, 96px) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15px, 96px) rotate(-30deg);
    transform: translate(15px, 96px) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4px, 102px) rotate(0.6deg);
    transform: translate(14.4px, 102px) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8px, 111px) rotate(1.2deg);
    transform: translate(13.8px, 111px) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5px, 112.5px) rotate(1.5deg);
    transform: translate(13.5px, 112.5px) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2px, 126px) rotate(7.8deg);
    transform: translate(7.2px, 126px) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4px, 133.5px) rotate(20.4deg);
    transform: translate(-5.4px, 133.5px) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9px, 138px) rotate(27.9deg);
    transform: translate(-12.9px, 138px) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4px, 139.5px) rotate(29.4deg);
    transform: translate(-14.4px, 139.5px) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(29.7deg);
    transform: translate(-14.7px, 139.5px) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15px, 139.5px) rotate(30deg);
    transform: translate(-15px, 139.5px) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
    transform: translate(-14.7px, 139.5px) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4px, 144px) rotate(-0.6deg);
    transform: translate(-14.4px, 144px) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5px, 156px) rotate(-1.5deg);
    transform: translate(-13.5px, 156px) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2px, 169.5px) rotate(-7.8deg);
    transform: translate(-7.2px, 169.5px) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4px, 177px) rotate(-20.4deg);
    transform: translate(5.4px, 177px) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9px, 180px) rotate(-27.9deg);
    transform: translate(12.9px, 180px) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4px, 181.5px) rotate(-29.4deg);
    transform: translate(14.4px, 181.5px) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7px, 181.5px) rotate(-29.7deg);
    transform: translate(14.7px, 181.5px) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15px, 181.5px) rotate(-30deg);
    transform: translate(15px, 181.5px) rotate(-30deg); } }

.ld.ld-leaf-px {
  -webkit-animation: ld-leaf-px 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
  animation: ld-leaf-px 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5); }

@keyframes ld-slot-px {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  9.09% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  9.1% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  16.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  17% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  23.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  23.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  29.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  29.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  34.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  34.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  38.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  38.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  41.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  41.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  44.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  44.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  46.29% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  46.3% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  47.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  47.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  48.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  48.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  51.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  51.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  52.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  52.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  53.690000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  53.7% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  55.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  55.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  58.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  58.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  61.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  61.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  65.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  65.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  70.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  70.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  76.19% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  76.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  82.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  83% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  90.89% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  90.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  99.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }

@-webkit-keyframes ld-slot-px {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  9.09% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  9.1% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  16.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  17% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  23.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  23.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  29.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  29.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  34.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  34.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  38.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  38.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  41.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  41.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  44.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  44.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  46.29% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  46.3% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  47.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  47.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  48.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  48.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  51.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  51.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  52.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  52.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  53.690000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  53.7% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  55.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  55.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  58.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  58.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  61.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  61.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  65.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  65.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  70.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  70.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  76.19% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  76.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  82.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  83% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  90.89% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  90.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  99.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }

.ld.ld-slot-px {
  -webkit-animation: ld-slot-px 6s infinite linear;
  animation: ld-slot-px 6s infinite linear; }

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/responsive.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
/* Broker portal board column sizes */
/* xs */
@media (max-width: 575.98px) {
  .app-nav.app-nav-locked {
    margin-top: 3rem; }
  .hellosign-content {
    display: none !important; }
  #autosave-infobox {
    bottom: -1.7em; }
  .logo {
    margin-left: 0;
    text-align: center; }
  #content .logo {
    width: 100%; }
  .activity-options {
    display: flex;
    justify-content: space-between; }
  .activity-options p {
    margin-bottom: 0; }
  ul.progressbar li {
    font-size: 11px;
    line-height: 15px; }
  #personal-details-container {
    margin: 0 !important; }
  .collapsee-body {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left; }
  .contenedor-message {
    margin: 2rem 0px 0px !important;
    padding: 0px 1rem !important; }
  .custom-select,
  .select-field {
    background: none !important; }
  .subdomain-wrapper {
    width: 100%; }
    .subdomain-wrapper #website-addon {
      width: 100%;
      overflow: hidden; }
    .subdomain-wrapper #subdomain-text {
      width: 100%; }
  .complete-badge,
  .reload-badge {
    align-self: flex-end;
    width: auto;
    padding-left: 0px;
    padding-right: 15px; }
  .finastra-expand-button {
    right: 30px !important; }
  .form-page.finastra {
    max-width: 90%; }
  .select-document-container {
    border-bottom: 1px solid #e0e0e0; }
    .select-document-container .upload-resp-btn,
    .select-document-container .upload-resp-btn:hover {
      background: transparent !important;
      color: var(--primary) !important;
      border-color: transparent !important;
      box-shadow: none;
      float: right; }
  a.request-document,
  a.request-document:hover {
    background: transparent !important;
    color: var(--primary) !important;
    border-color: transparent !important;
    box-shadow: none;
    float: right; }
  #filogix-table tbody tr {
    flex-direction: column;
    padding: 0.75rem 0.25rem !important; }
  .drip-campaign-edit-wrapper {
    margin-top: 30px; }
  .drip-campaign.top-notification,
  .marketing-campaign.top-notification {
    top: 60px; }
  .client-profile-collaborators-dropdown {
    width: 15rem; }
  .action-pane-wrapper {
    height: 60vh; }
    .action-pane-wrapper#follow-up-tab {
      height: 75vh !important; }
      .action-pane-wrapper#follow-up-tab .form-group-wide {
        height: 66% !important; }
    .action-pane-wrapper .form-group-wide {
      height: 100% !important; }
  .note-editable {
    height: 25vh !important; }
  #timeline-container .progress-vertical::before {
    display: none; }
  #timeline-container .progress-vertical .progress-item {
    display: none; }
  #timeline-container .timeline-item .timeline-item-content-wrapper {
    max-width: 100%; }
  #timeline-container .month-tag {
    padding-left: 15px; }
  .application-quick-actions-indicator {
    display: none !important; } }

@media (min-width: 576px) {
  #e-sign-modal.add-signature-modal .modal-dialog {
    min-width: 760px !important; }
  #bulk-request-modal .modal-dialog {
    min-width: 890px !important; }
  .account-plan-message-modal .modal-dialog {
    max-width: 30rem !important; }
  #application-feature-discovery-modal.account-plan-message-modal .modal-dialog {
    max-width: 45rem !important; } }

/* sm */
@media (max-width: 767.98px) {
  .broker-application-container {
    height: calc(97vh - (61px + 20px + 1rem)); }
  #client-app-nav .steps .step-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #client-app-nav .steps .step:not(.selected):not(.step-controls) {
    display: none !important; }
  #client-app-nav .progress-bar {
    height: 3px !important; }
    #client-app-nav .progress-bar .fill-bar {
      -webkit-transform: unset !important;
              transform: unset !important; }
  .feature-discovery--shown .feature-discovery .arrow-discovery {
    display: none; }
  .sidebar-columns {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  #personal-details-container {
    margin: 0 !important; }
  #application-form-form .card.simple {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  #application-form-form p + .form-box input {
    background: #ffffff;
    border: transparent;
    box-shadow: none;
    height: 28px !important; }
  .column-divider-right {
    border-right: none !important; }
  .column-divider-left {
    border-left: none !important; }
  .theme-option img {
    width: 100%; }
  #upload-container *:not(span):not(input) {
    text-align: center; }
  .finastra-expand-button {
    top: 12px; }
  .client-profile-collaborators-dropdown {
    width: 18rem; }
  .activity-center-popover .applicants-wrapper .theader.theader-big {
    font-size: 0.4257rem; }
  .custom-popover {
    top: 0;
    bottom: unset;
    position: fixed; }
    .custom-popover > *:first-child {
      height: calc(100vh - 64px);
      width: calc(100vw - 3px) !important;
      max-height: unset !important; }
  .dropdown-submenu > .dropdown-menu {
    top: calc(100% + 1rem) !important;
    left: 0 !important;
    right: unset !important;
    max-height: 30vh !important; }
  #application-actions-dropdown--responsive {
    max-height: unset !important; }
  #sidebar.navbar-collapse {
    max-width: 18rem; }
    #sidebar.navbar-collapse .sidebar-header {
      min-height: 65px !important;
      max-height: 14rem !important; }
  .application-last-saved-message {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding-right: 1.5rem;
    white-space: nowrap;
    word-break: keep-all; }
    .application-last-saved-message + div {
      margin-bottom: 1.5rem !important; } }

/* md */
@media (max-width: 991.98px) {
  #dropdown-filters-content {
    overflow-y: auto !important; }
  .dropdown-responsive .dropdown-toggle {
    color: black !important;
    padding: 0;
    background: none;
    box-shadow: none;
    outline: none;
    border: none; }
    .dropdown-responsive .dropdown-toggle ::after {
      display: none !important; }
  .applicant-container > .card.single-card {
    min-height: unset !important; }
  .results-modal .modal-dialog {
    max-width: unset;
    width: 90%; }
  .campaigns-details-divider {
    border-right: 0 !important; }
  .card .row #upload-container:nth-child(3) {
    position: relative !important; }
  .data-name {
    padding-top: 15px !important; }
  #steps {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
    #steps .progressbar.progressbar-contain .status:nth-child(2n + 3) span, #steps .progressbar.pb-contain .status:nth-child(2n + 3) span {
      bottom: calc(100% + 1rem); }
  .single-card-container:first-child .single-card.card::after {
    display: none; }
  #quick-actions-modal .modal-dialog,
  #manage-subscriptions-modal .modal-dialog {
    max-width: 90vw; }
  .column-divider-left {
    border-left: none !important; }
  #board-changelog-summary {
    width: 100%; } }

/* lg */
@media (max-width: 1199.98px) {
  .modal-xxl {
    max-width: 800px !important; }
  .form-page.finastra {
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 30rem;
    height: 100%;
    top: 0;
    right: 0;
    padding: 2rem !important;
    border-left: solid 2px rgba(224,224,224,0.6);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateX(99%);
            transform: translateX(99%);
    opacity: 0;
    z-index: 10; }
    .form-page.finastra.in {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .form-page.finastra .ratios-container #finastra-close-dropdown,
    .form-page.finastra .ratios-container .ratios-title {
      background-color: #ffffff !important; }
  #documents-user-mesage-modal .column-divider {
    border: none !important; } }

@media (min-width: 576px) {
  .image-cropper {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  #widget-wizard-container #app-container {
    padding: 3rem; }
  #widget-wizard-container .step:not(.current) {
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-discovery-wrapper {
    width: 70vw;
    height: 65vh; }
    .feature-discovery--shown .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
      width: 95vw;
      height: 65vh; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-box-top {
    height: 80%; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-box-bottom {
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 3.3rem;
    line-height: 2.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 1.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-box-top {
    height: 65%;
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-box-bottom {
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 2.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.2rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 6%;
    padding-right: 6%;
    top: -27vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    display: none; }
  #email-veriFication-banner.top-notification.widget.side-right {
    width: 100% !important;
    margin-left: 0; } }

@media (min-width: 768px) {
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 115px !important; }
  .filter-controls {
    display: inline-flex;
    flex: 0 0 0;
    max-width: 100%;
    margin-left: 2rem;
    padding-bottom: 0.4rem; }
  .btn-sm {
    white-space: nowrap; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 2.8rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.3rem; }
  .finastra-expand-button {
    top: 5px !important; }
  .container-results {
    background-color: #f6f6f6 !important; }
  #dropdown-filters-content {
    width: 40rem; } }

/* 992px and up */
@media (min-width: 992px) {
  #pdf-editor-modal canvas {
    width: 400px; }
  .chart-wrapper {
    height: 200px; }
  #widget-wizard-container #app-container {
    padding: 3rem 6rem; }
  .client-profile-name {
    font-size: 0.95rem; }
  .client-profile-value.state-total {
    font-size: 1.2rem !important; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 3.5rem;
    line-height: 2.8rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 1.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 15%;
    padding-right: 28%;
    top: -19vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    padding-left: 45%;
    padding-right: 15%;
    top: -24vw;
    display: block; }
  .feature-discovery--shown .feature-discovery .carousel-control-next-icon {
    position: relative; }
    .feature-discovery--shown .feature-discovery .carousel-control-next-icon::after {
      content: "Learn More";
      position: absolute;
      white-space: nowrap;
      -webkit-transform: translate3d(-130%, -3px, 0);
              transform: translate3d(-130%, -3px, 0); }
  #linked-apps-card,
  #uploaded-documents-card #client-profile-lists,
  #client-profile-campaigns {
    min-height: 7rem;
    max-height: 38rem; }
  .client-profile-sidebar {
    min-width: 280px;
    max-width: 360px; }
    .client-profile-sidebar + div {
      max-width: calc(100% - 360px); }
  .single-card-container .single-card.card .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .single-card-container:first-child .single-card.card {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important; }
    .single-card-container:first-child .single-card.card::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #e0e0e0; }
  .single-card-container:last-child .single-card.card {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: transparent;
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.1); }
  .board-changelog-details-popover {
    width: 490px !important; }
  #email-veriFication-banner.top-notification.widget.side-right {
    width: calc(100vw - 25%) !important;
    margin-left: 25%; } }

@media (max-height: 900px) {
  .sidebar-header .sidebar-columns {
    flex: 0 0 50% !important;
    max-width: 50% !important; }
  .sidebar-header .profilepic {
    width: 55px !important;
    height: 55px !important; }
  .sidebar-header h5 {
    font-size: 1.1rem !important; }
  .sidebar-header.px-4-5 {
    padding-left: 0.9rem !important; }
  #sidebar .sidebar-header {
    min-height: 65px !important; } }

@media only screen and (max-width: 1224px) and (min-width: 1068px) {
  .vertical-column-client-profile {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-bottom: 0.5rem !important; }
    .vertical-column-client-profile button {
      width: 100% !important; } }

@media only screen and (max-width: 1296px) and (min-width: 992px) {
  .client-profile-referrer {
    display: none; }
  .btn-sm {
    white-space: nowrap !important; }
  .client-profile-value.state-total {
    font-size: 1.3rem !important; }
  .client-profile-value {
    font-size: 0.8rem !important; }
  .drag-item .mark-inactive {
    font-size: 0.65rem !important; }
  .drag-item .add-note-follow-up {
    font-size: 11px !important; }
  .remove-state-column {
    font-size: 12px !important; }
  .drag-item .client-profile-referrer,
  .drag-item .client-profile-created-at {
    font-size: 0.7rem; }
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 115px !important; } }

/* 1200px and up */
@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1140px !important; }
  #pdf-editor-modal canvas {
    width: 612px; }
  #task-calendar-wrapper {
    font-size: 1rem; }
  .fc-dayGridMonth-button,
  .fc-timeGridWeek-button {
    display: block !important; }
  .fc-timeGridDay-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .chart-wrapper {
    height: 250px; }
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 120px !important; }
  .client-profiles-dynamic .client-profile-email {
    font-size: 0.8rem; }
  .client-profiles-dynamic .client-profile-name {
    overflow: unset;
    text-overflow: unset;
    white-space: unset; }
  .feature-discovery--shown .feature-discovery .feature-discovery-wrapper {
    width: 35vw; }
    .feature-discovery--shown .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
      width: 80vw; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 4rem;
    line-height: 3.3rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 1.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 3rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.6rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 15%;
    padding-right: 30%;
    top: -14vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    padding-left: 48%;
    padding-right: 15%;
    top: -18vw; }
  .board-changelog-details-popover {
    width: 590px !important; } }

/*  1600px and up */
@media (min-width: 1600px) {
  .modal-xxl {
    max-width: 1540px !important; }
  .image-cropper {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  .chart-wrapper {
    height: 300px; }
  .drag-item .client-profile-referrer,
  .drag-item .client-profile-created-at {
    font-size: 0.8rem !important; }
  .client-profile-email {
    display: block !important; }
  .client-profile-phone {
    display: block !important; }
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 150px !important; }
  .client-profile-name {
    font-size: 0.9rem !important; }
  .feature-discovery--shown .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
    width: 60vw; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 4.5rem;
    line-height: 3.8rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 2rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 3rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.6rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 15%;
    padding-right: 30%;
    top: -9vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    padding-left: 50%;
    padding-right: 15%;
    top: -13vw; } }

@media (max-width: 767.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item {
    height: 360px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item {
    height: 400px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row img {
    max-height: 400px; } }

@media (max-width: 767.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h4 {
    font-size: 2rem; }
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h6 {
    font-size: 1rem; } }

@media (min-width: 576px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    top: 15%; } }

@media (min-width: 768px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    left: 15px; } }

@media (min-width: 992px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    top: 10%; } }

@media (min-width: 1200px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    top: 10px; } }

/*
  Responsive for global font sizes
*/
/*
  Reusable variables to be used in the fonts main partial
*/
@media (min-width: 576px) {
  html {
    font-size: 0.85rem; } }

@media (min-width: 768px) {
  html {
    font-size: 0.9rem; } }

@media (min-width: 992px) {
  html {
    font-size: 0.85rem; } }

@media (min-width: 1200px) {
  html {
    font-size: 0.8rem; } }

@media (min-width: 1600px) {
  html {
    font-size: 0.9rem; } }

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/client-portal/styles/scss/app.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
html,
body {
  -webkit-font-smoothing: antialised;
  display: block;
  overflow: auto;
  color: #212121;
  background-color: rgba(255,255,255,1);
  color: #3f3f3f;
  letter-spacing: -0.14px;
  line-height: 1.5;
  min-height: 100%;
  height: auto; }

.navbar.app-nav {
  min-height: 61px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1030; }

a:hover {
  text-decoration: none !important; }

.btn-link {
  font-weight: bold !important;
  color: #757575; }

.btn-link:hover {
  color: #3b3b3b !important;
  text-decoration: none !important; }

.btn-link:focus,
.btn-link.focus {
  text-decoration: none !important; }

.nav-tabs {
  margin-bottom: 0.1875em;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-right: 1.25em;
  text-align: center; }

.nav-tabs .nav-link {
  border: none !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: none; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-bottom: 3px solid #00838f !important; }

.card-body {
  text-align: justify; }

.badge {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem !important; }

.progress {
  height: 0.8rem !important; }

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none; }

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none; }

.landing-wrapper {
  height: 100%; }

/* TOPBAR STYLE */
/* SIDEBAR STYLE */
.footer {
  position: absolute;
  height: 10%;
  width: inherit;
  bottom: 0px;
  padding: 20px; }

i.help {
  float: right;
  font-size: 21px;
  color: #b7b7b7; }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%; }

.card.mortgage {
  min-height: 50vh; }

#content {
  margin: 0;
  padding: 0; }

.header {
  margin-bottom: 1.875em; }

.contenedor-m {
  margin-left: 6em;
  margin-right: 1.875em;
  margin-bottom: 2.5em; }

.contenedor-m-app {
  margin-top: 60px;
  margin-left: 80px;
  margin-right: 40px;
  margin-bottom: 60px; }

.container-centered {
  padding-top: 30px; }

.contenedor-message {
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px; }

.contenedor-contacts {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px; }
  .contenedor-contacts p,
  .contenedor-contacts a {
    margin-bottom: 0 !important; }

.moregage-data {
  margin-bottom: 15px;
  margin-top: 15px; }

.image-cropper-xs {
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.image-cropper-sm {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.image-cropper-lg {
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.image-cropper-xlg {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

img .profilepic {
  display: inline;
  margin: 0 auto;
  padding: 0;
  margin: 0; }

.form-check {
  padding-left: 0rem; }

.btn-moregage-login {
  text-transform: none;
  box-shadow: none;
  width: 35% !important;
  border-radius: 28px; }

.btn-moregage {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: white !important;
  white-space: nowrap;
  padding: 0.375rem 0.75rem; }

.btn-moregage-primary:hover {
  background-color: #19b68f !important; }

.center {
  text-align: center; }

.thick {
  font-weight: 600; }

.right {
  float: right; }

ul {
  list-style-type: none;
  width: inherit;
  padding-left: 30px; }

p.justified {
  text-align: justify; }

div .moregage-input-group {
  padding-right: 0; }

.btn:focus,
.btn.focus {
  outline: 0; }

.draggable {
  border-style: dotted;
  border-color: #bdbdbd;
  color: #bdbdbd;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5%;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

.column-divider,
.column-divider-left {
  border-left: 1px solid #e0e0e0; }

.column-divider-right {
  border-right: 1px solid #e0e0e0; }

.list-group {
  width: 100%; }

.speech-bubble {
  position: relative;
  background: white;
  border-radius: 10%;
  border: 2px solid #9e9e9e;
  padding-bottom: 22px;
  text-align: center;
  color: #9e9e9e;
  font-weight: bold;
  height: 30px;
  font-size: 12px;
  height: 20.97px;
  width: 31.26px; }

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: #9e9e9e;
  border-bottom: 0;
  border-left: 0;
  margin-left: -4.5px;
  margin-bottom: -9px; }

.settings-container {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 100px;
  margin-bottom: 5px; }

.b-settings {
  margin-right: 5px; }

.moregage-form {
  margin-bottom: 15px;
  margin-top: 15px; }

.errormssg {
  background-color: transparent;
  color: #e0e0e0;
  font-weight: bold;
  font-size: 14px; }

.background-img {
  box-shadow: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 150px; }

.container-searchbar {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 80px;
  position: relative; }

.container-searchbar input {
  text-indent: 32px;
  line-height: 30px; }

.container-searchbar .fa-search {
  position: absolute;
  top: 10px;
  left: 10px; }

.a-m {
  font-weight: bold !important;
  color: #212121; }

.a-m:hover {
  color: #434343; }

.container-accordion {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 10px; }

.collapsible-m {
  border-bottom: 1px solid #e0e0e0; }

.collapsible-header {
  padding-top: 10px ;
  /* Fallback in px */
  padding-top: 0.625rem ;
  padding-bottom: 10px ;
  /* Fallback in px */
  padding-bottom: 0.625rem ; }

.nav-tabs {
  margin-bottom: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0; }

.card .row #upload-container:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0; }

.column-divider-bottom {
  border-bottom: 1px solid #e0e0e0; }

.pointer {
  cursor: pointer; }

#client-name .title-link {
  cursor: default; }

#mortgage-application-tab.sidetab-active {
  font-size: 0.96rem; }

#flinksconnect {
  width: 100%;
  height: 90vh; }

.mortgage-application-navbar.app-nav {
  min-height: unset !important; }

.guest-fill-out-body,
.disable-adding-coapplicants {
  /*  Hide SIN icon */
  /*  Hide main applicant "is there any applicant" question */ }
  .guest-fill-out-body [validation-path$="[personal-details][sin]"] i.fa-eye,
  .disable-adding-coapplicants [validation-path$="[personal-details][sin]"] i.fa-eye {
    display: none !important; }
  .guest-fill-out-body [id^="co-applicants-"],
  .disable-adding-coapplicants [id^="co-applicants-"] {
    /*  Hide co-applicant add additional button */
    /*  Hide co-applicant delete button */ }
    .guest-fill-out-body [id^="co-applicants-"] ~ * a[path="co-applicants"],
    .disable-adding-coapplicants [id^="co-applicants-"] ~ * a[path="co-applicants"] {
      display: none !important; }
    .guest-fill-out-body [id^="co-applicants-"] > div > div.clickable .prompt-link,
    .disable-adding-coapplicants [id^="co-applicants-"] > div > div.clickable .prompt-link {
      display: none !important; }
  .guest-fill-out-body #id-1471506376,
  .disable-adding-coapplicants #id-1471506376 {
    display: none !important; }

.disable-update-coapplicants {
  /*  Hide main applicant "is there any applicant" question */ }
  .disable-update-coapplicants #id-1471506376 {
    display: none !important; }

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/client-portal/styles/scss/dashboard.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.subtitle {
  margin-top: 10px;
  font-size: 21px;
  color: #3f3f3f; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

.vertical-divider {
  width: 1px;
  border-right: 1px solid #e0e0e0; }

.img-valign {
  vertical-align: middle;
  margin-bottom: 0.75em; }

.status-badge, .badge-notification {
  font-size: 10px;
  color: white;
  font-weight: bold;
  text-align: center; }

.badge-notification {
  float: right; }

.notification {
  margin-top: 1px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem; }

.noti-btn {
  margin-top: 20px;
  margin-bottom: 20px; }

.progress {
  margin-top: 15px !important; }

p.states-progress {
  padding-bottom: 5px; }

.col-1.img {
  flex: 0 0 12.33333%;
  max-width: 12.33333%; }

.col-8.comment-section {
  flex: 0 0 60.66667%;
  max-width: 60.66667%; }

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/client-portal/styles/scss/color.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #f44336 !important; }

.red-text {
  color: #f44336 !important; }

.red.lighten-5 {
  background-color: #ffebee !important; }

.red-text.text-lighten-5 {
  color: #ffebee !important; }

.red.lighten-4 {
  background-color: #ffcdd2 !important; }

.red-text.text-lighten-4 {
  color: #ffcdd2 !important; }

.red.lighten-3 {
  background-color: #ef9a9a !important; }

.red-text.text-lighten-3 {
  color: #ef9a9a !important; }

.red.lighten-2 {
  background-color: #e57373 !important; }

.red-text.text-lighten-2 {
  color: #e57373 !important; }

.red.lighten-1 {
  background-color: #ef5350 !important; }

.red-text.text-lighten-1 {
  color: #ef5350 !important; }

.red.darken-1 {
  background-color: #e53935 !important; }

.red-text.text-darken-1 {
  color: #e53935 !important; }

.red.darken-2 {
  background-color: #d32f2f !important; }

.red-text.text-darken-2 {
  color: #d32f2f !important; }

.red.darken-3 {
  background-color: #c62828 !important; }

.red-text.text-darken-3 {
  color: #c62828 !important; }

.red.darken-4 {
  background-color: #b71c1c !important; }

.red-text.text-darken-4 {
  color: #b71c1c !important; }

.red.accent-1 {
  background-color: #ff8a80 !important; }

.red-text.text-accent-1 {
  color: #ff8a80 !important; }

.red.accent-2 {
  background-color: #ff5252 !important; }

.red-text.text-accent-2 {
  color: #ff5252 !important; }

.red.accent-3 {
  background-color: #ff1744 !important; }

.red-text.text-accent-3 {
  color: #ff1744 !important; }

.red.accent-4 {
  background-color: #d50000 !important; }

.red-text.text-accent-4 {
  color: #d50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196f3 !important; }

.blue-text {
  color: #2196f3 !important; }

.blue.lighten-5 {
  background-color: #e3f2fd !important; }

.blue-text.text-lighten-5 {
  color: #e3f2fd !important; }

.blue.lighten-4 {
  background-color: #bbdefb !important; }

.blue-text.text-lighten-4 {
  color: #bbdefb !important; }

.blue.lighten-3 {
  background-color: #90caf9 !important; }

.blue-text.text-lighten-3 {
  color: #90caf9 !important; }

.blue.lighten-2 {
  background-color: #64b5f6 !important; }

.blue-text.text-lighten-2 {
  color: #64b5f6 !important; }

.blue.lighten-1 {
  background-color: #42a5f5 !important; }

.blue-text.text-lighten-1 {
  color: #42a5f5 !important; }

.blue.darken-1 {
  background-color: #1e88e5 !important; }

.blue-text.text-darken-1 {
  color: #1e88e5 !important; }

.blue.darken-2 {
  background-color: #1976d2 !important; }

.blue-text.text-darken-2 {
  color: #1976d2 !important; }

.blue.darken-3 {
  background-color: #1565c0 !important; }

.blue-text.text-darken-3 {
  color: #1565c0 !important; }

.blue.darken-4 {
  background-color: #0d47a1 !important; }

.blue-text.text-darken-4 {
  color: #0d47a1 !important; }

.blue.accent-1 {
  background-color: #82b1ff !important; }

.blue-text.text-accent-1 {
  color: #82b1ff !important; }

.blue.accent-2 {
  background-color: #448aff !important; }

.blue-text.text-accent-2 {
  color: #448aff !important; }

.blue.accent-3 {
  background-color: #2979ff !important; }

.blue-text.text-accent-3 {
  color: #2979ff !important; }

.blue.accent-4 {
  background-color: #2962ff !important; }

.blue-text.text-accent-4 {
  color: #2962ff !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.darken-5 {
  background-color: #1696a2 !important; }

.cyan-text.text-darken-5 {
  color: #1696a2 !important; }

.text-primary {
  color: #1696a2 !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #1696a2 !important; }

.text-clear-gray {
  color: #d3d4db !important; }

.text-gray {
  color: #555555 !important; }

.text-light-gray {
  color: #767676 !important; }

.text-regular-gray {
  color: #b7b7b7 !important; }

.text-dark-gray {
  color: #434343 !important; }

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #21ce99; }

.btn-primary {
  color: #fff;
  background-color: #21ce99;
  border-color: #21ce99; }

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #21ce99;
  border-color: #21ce99; }

.btn-primary:hover {
  color: #fff;
  background-color: #21ce99;
  border-color: #21ce99; }

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #21ce99; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal-darken-5 {
  color: #1efcc5 !important; }

.tealcito {
  background-color: #21ce99 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4caf50 !important; }

.green-text {
  color: #4caf50 !important; }

.green.lighten-5 {
  background-color: #e8f5e9 !important; }

.green-text.text-lighten-5 {
  color: #e8f5e9 !important; }

.green.lighten-4 {
  background-color: #c8e6c9 !important; }

.green-text.text-lighten-4 {
  color: #c8e6c9 !important; }

.green.lighten-3 {
  background-color: #a5d6a7 !important; }

.green-text.text-lighten-3 {
  color: #a5d6a7 !important; }

.green.lighten-2 {
  background-color: #81c784 !important; }

.green-text.text-lighten-2 {
  color: #81c784 !important; }

.green.lighten-1 {
  background-color: #66bb6a !important; }

.green-text.text-lighten-1 {
  color: #66bb6a !important; }

.green.darken-1 {
  background-color: #43a047 !important; }

.green-text.text-darken-1 {
  color: #43a047 !important; }

.green.darken-2 {
  background-color: #388e3c !important; }

.green-text.text-darken-2 {
  color: #388e3c !important; }

.green.darken-3 {
  background-color: #2e7d32 !important; }

.green-text.text-darken-3 {
  color: #2e7d32 !important; }

.green.darken-4 {
  background-color: #1b5e20 !important; }

.green-text.text-darken-4 {
  color: #1b5e20 !important; }

.green.accent-1 {
  background-color: #b9f6ca !important; }

.green-text.text-accent-1 {
  color: #b9f6ca !important; }

.green.accent-2 {
  background-color: #69f0ae !important; }

.green-text.text-accent-2 {
  color: #69f0ae !important; }

.green.accent-3 {
  background-color: #00e676 !important; }

.green-text.text-accent-3 {
  color: #00e676 !important; }

.green.accent-4 {
  background-color: #00c853 !important; }

.green-text.text-accent-4 {
  color: #00c853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.mgrey {
  background-color: #5f5f5f !important; }

.mgrey-text {
  color: #5f5f5f !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #a5a5a5 !important; }

.grey-text.text-lighten-1 {
  color: #a5a5a5 !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/client-portal/styles/scss/mortgage-app.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.navbar-active {
  font-weight: bold; }

.data-name {
  padding-top: 15px;
  padding-bottom: 15px; }

.form-control {
  color: #212121 !important; }

.nav-tabs {
  padding-top: 10px !important; }

.step-bar {
  justify-content: space-evenly; }

.card.mortgage .card.app-card {
  padding: 0.825em 2.3em 0.125em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 25px;
  box-shadow: none; }

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/application.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
/* Gets darker the larger you go */
nav.app-nav {
  max-height: 180px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e0e0e0; }

.navbar {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.3rem 1rem 0rem;
  padding-top: 2px;
  padding-bottom: 2px; }

.login {
  font-size: 18px;
  text-decoration: none !important;
  float: right;
  padding-top: 0.9375em; }

.app-nav .logout {
  font-size: 18px ;
  /* Fallback in px */
  font-size: 1.125rem ;
  text-decoration: none !important;
  margin-right: 15px; }

.m-head {
  margin-bottom: 40px; }

.bg {
  padding-top: 5.375em; }

.ui-datepicker {
  background-color: #f4f8f7 !important; }
  .ui-datepicker a {
    color: #1194a0; }
  .ui-datepicker a:hover {
    color: black; }

a.terms {
  color: #1696a2; }

.logoLogin a.create-account {
  font-size: 16px;
  float: right; }

/*.password-nav {
  margin-bottom: 10em;
}*/
.description-op {
  color: #777777;
  margin-top: 5px; }

.go-to-portal {
  height: 43px;
  width: 245px;
  border-radius: 20px;
  color: white; }

.verified-c {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold; }

.veri-description {
  margin-bottom: 30px !important; }

.fa-calendar:not(.custom-field-calendar) {
  cursor: pointer;
  color: #ddd;
  bottom: 1px; }

.datepicker {
  background-color: #fff !important;
  color: #1696a2 !important; }
  .datepicker .day {
    padding: 0.3125em;
    padding-left: 10px;
    padding-right: 10px; }
  .datepicker td.active.day {
    background-color: #0f656d !important;
    border-color: white !important;
    background-image: none !important; }

.almost-description {
  font-size: 20px;
  color: #434343;
  margin-top: 20px;
  font-weight: bold; }

.pac-item {
  font-family: "Lato", sans-serif !important;
  font-size: 13px !important; }

.btn-moregidge {
  color: white;
  font-weight: bold;
  background-color: #21ce99; }

.eye-pass {
  font-size: 15px !important;
  top: 7px;
  cursor: pointer;
  position: absolute; }

.col-md-2.col-lg-2.img-checked {
  max-width: 13.3333%; }

.img-verified {
  margin-bottom: 1.25em; }

.app-form.form-control:focus {
  box-shadow: none !important;
  border-color: #36939d !important; }

.greyed-out, .preload-moregidge, .preload {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1051;
  overflow: hidden; }

.hidden-text {
  color: black;
  text-indent: -1000px !important;
  white-space: nowrap;
  overflow: hidden; }

.preload-moregidge {
  z-index: 5;
  background: rgba(255, 255, 255, 0.8) url(/assets/ab77a32bec54ae586f82.gif) 50% 50% no-repeat; }

.preloader {
  background: url(/assets/ab77a32bec54ae586f82.gif) center center no-repeat #ffffff;
  display: inline-block; }

.preload {
  z-index: 1000;
  position: absolute;
  max-height: 100%; }

.ap-input-icon svg {
  top: 40%; }

.ap-footer {
  display: none !important; }

.footer-container {
  border-top: 1px solid #e0e0e0;
  bottom: 0; }
  .footer-container #footer {
    padding: 59px 160px 50px 160px; }
  .footer-container #footer-rights {
    background-color: #fcfcfc;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .footer-container h5 {
    font-weight: bold; }
  .footer-container .icon-footer {
    height: 65.68px;
    width: 85.51px; }
  .footer-container .social-logo {
    margin-right: 5px;
    border-radius: 2px; }
  .footer-container .font-tiny {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 24px; }

.card.app-card {
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 2.825em 3.825em 2.125em; }

.row.main:not(:last-child) .card.app-card {
  margin-bottom: 1rem; }

.row.main:last-child .card.app-card {
  margin-bottom: 0 !important; }

.container-main {
  background: linear-gradient(180deg, #f4f8f7 58%, #fffeff 0);
  display: flex;
  flex-direction: column;
  min-height: 50vh; }

ul:not(.bullet) {
  list-style-type: none; }

a.app-link {
  color: #3f3f3f;
  font-family: Lato;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all; }

.app-flow-content,
.registration-content {
  width: 100%;
  min-height: calc(100vh - 61px);
  padding-bottom: 100px; }
  .app-flow-content .form-group-material.form-group-material-no-label,
  .registration-content .form-group-material.form-group-material-no-label {
    margin-bottom: 1rem; }

.has-banner.container-fluid {
  margin-top: 30px; }

.has-banner #client-app-nav {
  margin-top: 25px; }

#client-app-nav {
  flex: 0 0 auto; }
  #client-app-nav .nav-image {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    margin-right: 20px; }
  #client-app-nav .nav-logo {
    max-width: 79%;
    max-height: 60px; }
  #client-app-nav .step.col-md-2 {
    flex: 0 0 20.667%;
    max-width: 20.667%; }
  #client-app-nav .steps .step {
    padding: 1rem 1rem 0rem; }
    #client-app-nav .steps .step .step-count {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #757575;
      text-transform: uppercase;
      font-size: 12px ;
      /* Fallback in px */
      font-size: 0.75rem ;
      font-weight: bold;
      margin-bottom: 3px;
      line-height: 5px; }
    #client-app-nav .steps .step .step-title {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #696969;
      font-size: 16px ;
      /* Fallback in px */
      font-size: 1rem ;
      padding: 0;
      margin-bottom: 0;
      font-weight: normal; }
    #client-app-nav .steps .step.selected .step-count {
      color: #696969; }
    #client-app-nav .steps .step.selected .step-title {
      color: #474747;
      font-weight: bold; }
  #client-app-nav .progress-bar {
    height: 2px;
    padding: 0;
    border-radius: 100px;
    background-color: #ffffff;
    overflow: hidden; }
    #client-app-nav .progress-bar .fill-bar {
      background-color: #21ce99;
      padding: 0;
      height: 100%;
      width: 100%;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }

#app-container {
  padding: 10px !important; }

#heading {
  width: 437px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  color: #000000;
  font-size: 40px; }

.description-client {
  width: 845px;
  left: 610px;
  top: 96px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 2.3;
  color: #000000; }

#email-signup {
  background-image: url(/assets/c3d637566a42b8bdd10b.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#name-section .material-layout--label {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 20px; }

#name-section #first-name {
  padding-left: 20px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#name-section #last-name {
  padding-left: 20px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px; }

#contact-section .material-layout--label {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 20px; }

#contact-section #email-client {
  background-image: url(/assets/c3d637566a42b8bdd10b.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#contact-section #phone-no {
  background-image: url(/assets/9413e56497e1f397bedb.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#time-zone #timezone-select {
  background-color: var(--primary-clear) !important;
  font-size: 15px !important;
  border-radius: 4px 4px 0px 0px;
  height: 44px; }

#time-zone span {
  height: 44px !important;
  line-height: 2rem;
  font-size: 16px; }

#time-zone label {
  font-size: 20px !important;
  font-weight: bold !important; }

#password-section {
  margin-top: 50px; }
  #password-section article {
    font-size: 20px; }
    #password-section article label {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0 !important;
      height: 20px; }
    #password-section article #password {
      background-color: transparent; }
      #password-section article #password input {
        padding-left: 20px !important;
        padding-bottom: 5px !important;
        font-size: 15px !important;
        height: 40px; }
    #password-section article .material-layout--container {
      display: flex;
      justify-content: space-between; }
      #password-section article .material-layout--container label {
        height: 100%; }
    #password-section article .material-layout--input-container {
      background-color: transparent !important; }
    #password-section article .material-layout--label {
      line-height: 1.4em !important; }
    #password-section article #repeat-password {
      padding-left: 20px !important;
      padding-bottom: 5px !important;
      margin-top: 0.1rem;
      font-size: 15px !important;
      height: 40px; }

.text-input > .materia-layout--content-wrapper {
  background-color: var(--primary-clear) !important;
  font-size: 15px !important;
  border-radius: 4px 4px 0px 0px; }

.app-flow-buttons span {
  width: 100%;
  padding: 10px; }

#btn-next {
  width: 111px;
  height: 37px;
  background: var(--primary);
  border-radius: 30px;
  font-size: 18px;
  line-height: 15px;
  padding: 0 2rem !important;
  float: right; }

#create-account {
  background: var(--primary-clear);
  border-radius: 30px;
  font-size: 16px;
  line-height: 10px;
  padding: 0 2rem !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px; }

.form-page .main-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ;
  line-height: 32px;
  margin-bottom: 9px; }
  .form-page .main-title .icon {
    color: #696969; }

.form-page .title-link:link,
.form-page .title-link:visited {
  color: #1696a2;
  text-decoration: none;
  transition: all 0.7s;
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ; }

.form-page .title-link:hover {
  color: #21ce99; }

.form-page .title-link:active {
  color: #1da77e; }

.form-page .description {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px ;
  /* Fallback in px */
  font-size: 1.125rem ;
  line-height: 19px;
  line-height: 26px ;
  /* Fallback in px */
  line-height: 1.625rem ;
  margin-bottom: 30px; }
  .form-page .description a:link,
  .form-page .description a:visited {
    color: #21ce99;
    text-decoration: none;
    transition: all 0.5s; }
  .form-page .description a:hover {
    color: #0072b6; }
  .form-page .description a:active {
    color: #1696a2; }
  .form-page .description.bold-description,
  .form-page .description .bold-description {
    color: #474747; }
  .form-page .description.bold-description {
    width: 100%; }

.form-page .address-wrapper {
  padding-top: 0 !important; }
  .form-page .address-wrapper:not(.regular-margin) {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .form-page .address-wrapper .title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px ;
    /* Fallback in px */
    font-size: 1.125rem ;
    line-height: 19px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 5px;
    padding: 0;
    margin-right: 10px;
    font-size: 15px ;
    /* Fallback in px */
    font-size: 0.9375rem ;
    height: auto; }

.form-page :not(.app-flow-content) article:not(#current-address):not(.job-wrapper) .address-wrapper,
.form-page #additional-addresses .address-wrapper,
.form-page .job-wrapper {
  margin-top: 1rem;
  margin-bottom: 0; }

.form-page .collapse-m button.btn-link:focus > span::after {
  content: "\f111";
  font: normal normal normal 10px/1 FontAwesome;
  margin-left: 5px;
  color: var(--primary); }

.form-page article {
  margin-bottom: 2rem;
  /*  ############ BASIC TEXT FIELD FORMS ############################ */
  /*  ############ SELECT FORMS - TYPICALLY DATE ############################ */
  /*  ############ RADIO BUTTON FORMS ############################ */
  /*  ############ SLIDER BAR FORMS ############################ */
  /* ############ EXTRAS MISC ############################ */ }
  .form-page article.negative-article {
    margin-top: -10%; }
  .form-page article .title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px ;
    /* Fallback in px */
    font-size: 1.125rem ;
    line-height: 19px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 5px;
    padding: 0;
    margin-right: 10px;
    height: auto;
    font-size: 15px ;
    /* Fallback in px */
    font-size: 0.9375rem ; }
  .form-page article .sub-title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px ;
    /* Fallback in px */
    font-size: 0.875rem ;
    color: #696969; }
  .form-page article a {
    color: #21ce99; }
  .form-page article .expander {
    padding: 0;
    margin: 0;
    line-height: 19px; }
    .form-page article .expander .expandable,
    .form-page article .expander .expanded {
      color: #21ce99;
      transition: all 0.5s;
      cursor: pointer;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px ;
      /* Fallback in px */
      font-size: 1rem ; }
      .form-page article .expander .expandable.expanded,
      .form-page article .expander .expanded.expanded {
        display: none; }
      .form-page article .expander .expandable i,
      .form-page article .expander .expanded i {
        font-size: 12px ;
        /* Fallback in px */
        font-size: 0.75rem ;
        padding: 0 0 0 5px; }
    .form-page article .expander .expandable:hover,
    .form-page article .expander .expanded:hover {
      color: #0072b6; }
  .form-page article .description {
    display: none;
    margin-bottom: 15px;
    position: relative;
    width: 100vh; }
  .form-page article .form-container,
  .form-page article .select-form,
  .form-page article .address-wrapper {
    height: auto;
    padding: 0 5px; }
    .form-page article .form-container input,
    .form-page article .form-container input[type="numbers"],
    .form-page article .select-form input,
    .form-page article .select-form input[type="numbers"],
    .form-page article .address-wrapper input,
    .form-page article .address-wrapper input[type="numbers"] {
      outline: none;
      border: none;
      box-shadow: none;
      border-radius: 3px; }
    .form-page article .form-container input[type="text"]:focus,
    .form-page article .form-container input[type="number"]:focus,
    .form-page article .form-container input[type="email"]:focus,
    .form-page article .form-container input[type="date"]:focus,
    .form-page article .select-form input[type="text"]:focus,
    .form-page article .select-form input[type="number"]:focus,
    .form-page article .select-form input[type="email"]:focus,
    .form-page article .select-form input[type="date"]:focus,
    .form-page article .address-wrapper input[type="text"]:focus,
    .form-page article .address-wrapper input[type="number"]:focus,
    .form-page article .address-wrapper input[type="email"]:focus,
    .form-page article .address-wrapper input[type="date"]:focus {
      box-shadow: none !important;
      border-color: #36939d; }
    .form-page article .form-container input[type="number"]::-webkit-outer-spin-button,
    .form-page article .form-container input[type="number"]::-webkit-inner-spin-button,
    .form-page article .select-form input[type="number"]::-webkit-outer-spin-button,
    .form-page article .select-form input[type="number"]::-webkit-inner-spin-button,
    .form-page article .address-wrapper input[type="number"]::-webkit-outer-spin-button,
    .form-page article .address-wrapper input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .form-page article .form-container input[type="number"],
    .form-page article .select-form input[type="number"],
    .form-page article .address-wrapper input[type="number"] {
      -moz-appearance: textfield; }
    .form-page article .form-container .icon,
    .form-page article .select-form .icon,
    .form-page article .address-wrapper .icon {
      height: 40px ;
      /* Fallback in px */
      height: 2.5rem ;
      font-size: 30px ;
      /* Fallback in px */
      font-size: 1.875rem ;
      text-align: center;
      line-height: 35px ;
      /* Fallback in px */
      line-height: 2.1875rem ;
      color: #757575; }
    .form-page article .form-container .form,
    .form-page article .form-container .form-control,
    .form-page article .form-container .select-field,
    .form-page article .select-form .form,
    .form-page article .select-form .form-control,
    .form-page article .select-form .select-field,
    .form-page article .address-wrapper .form,
    .form-page article .address-wrapper .form-control,
    .form-page article .address-wrapper .select-field {
      min-height: 40px ;
      /* Fallback in px */
      min-height: 2.5rem ;
      width: 100%;
      padding: 10px;
      border: 1px solid #757575; }
    .form-page article .form-container.half .form,
    .form-page article .select-form.half .form,
    .form-page article .address-wrapper.half .form {
      width: 99%; }
    .form-page article .form-container.third:not(:last-child) .form,
    .form-page article .select-form.third:not(:last-child) .form,
    .form-page article .address-wrapper.third:not(:last-child) .form {
      width: 98%; }
  .form-page article .form-container.half:nth-child(even) .form {
    float: right; }
  .form-page article .form-container.triples .form {
    border-radius: 3px;
    width: 97%; }
  .form-page article .form-container.triples:last-child .form {
    width: 100%; }
  .form-page article .select-form {
    margin-top: 20px;
    height: 40px;
    padding: 0; }
    .form-page article .select-form .day,
    .form-page article .select-form .month,
    .form-page article .select-form .year {
      padding: 0;
      height: 40px;
      width: 100%;
      border-radius: 3px;
      position: relative; }
      .form-page article .select-form .day select,
      .form-page article .select-form .month select,
      .form-page article .select-form .year select {
        line-height: inherit;
        position: absolute;
        border: none;
        border-radius: 3px;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px; }
        .form-page article .select-form .day select:focus,
        .form-page article .select-form .month select:focus,
        .form-page article .select-form .year select:focus {
          border: 1px solid #36939d;
          outline: none; }
        .form-page article .select-form .day select:-moz-focusring,
        .form-page article .select-form .month select:-moz-focusring,
        .form-page article .select-form .year select:-moz-focusring {
          color: transparent;
          outline: none;
          text-shadow: 0 0 0 #000;
          -moz-appearance: none; }
      .form-page article .select-form .day .date-select,
      .form-page article .select-form .month .date-select,
      .form-page article .select-form .year .date-select {
        border: 1px solid #757575;
        height: 100%;
        width: 97%;
        color: #696969;
        padding-left: 10px; }
      .form-page article .select-form .day:last-child .date-select,
      .form-page article .select-form .month:last-child .date-select,
      .form-page article .select-form .year:last-child .date-select {
        width: 100%; }
      .form-page article .select-form .day i,
      .form-page article .select-form .month i,
      .form-page article .select-form .year i {
        color: #696969;
        position: absolute;
        top: 40%;
        left: 95%;
        -webkit-transform: translate(-200%, -50%);
                transform: translate(-200%, -50%); }
  .form-page article .fe-radio-form {
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    width: max-content;
    height: auto; }
    .form-page article .fe-radio-form .fe-option {
      height: 40px ;
      /* Fallback in px */
      height: 2.5rem ;
      position: relative;
      background-color: white; }
      .form-page article .fe-radio-form .fe-option[focus-within] {
        border-color: var(--primary);
        border: 1px dotted var(--primary); }
      .form-page article .fe-radio-form .fe-option:focus-within {
        border-color: var(--primary);
        border: 1px dotted var(--primary); }
      .form-page article .fe-radio-form .fe-option input {
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 45px ;
        /* Fallback in px */
        width: 2.8125rem ;
        top: 0;
        left: 0;
        z-index: 3;
        cursor: pointer;
        cursor: pointer; }
        .form-page article .fe-radio-form .fe-option input:checked {
          background-color: #1696a2;
          border-color: #1696a2; }
          .form-page article .fe-radio-form .fe-option input:checked ~ .checkmark {
            border: 2px solid white; }
            .form-page article .fe-radio-form .fe-option input:checked ~ .checkmark::after {
              content: "✔";
              display: block;
              top: 30%;
              left: 70%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              color: white;
              font-size: 15px ;
              /* Fallback in px */
              font-size: 0.9375rem ;
              font-weight: 300; }
          .form-page article .fe-radio-form .fe-option input:checked ~ label {
            color: white;
            border: 2px solid var(--primary-2) !important; }
          .form-page article .fe-radio-form .fe-option input:checked ~ i {
            color: white; }
      .form-page article .fe-radio-form .fe-option label {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-left: 45px ;
        /* Fallback in px */
        padding-left: 2.8125rem ;
        padding-right: 45px ;
        /* Fallback in px */
        padding-right: 2.8125rem ;
        font-size: 16px ;
        /* Fallback in px */
        font-size: 1rem ;
        color: #595959;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: 1;
        border-radius: 3px; }
      .form-page article .fe-radio-form .fe-option .checkmark {
        position: absolute;
        height: 15px ;
        /* Fallback in px */
        height: 0.9375rem ;
        width: 15px ;
        /* Fallback in px */
        width: 0.9375rem ;
        top: 50%;
        left: 20px ;
        /* Fallback in px */
        left: 1.25rem ;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 2px solid #757575;
        border-radius: 10px;
        z-index: 2; }
        .form-page article .fe-radio-form .fe-option .checkmark.no-identation {
          left: 4px !important;
          /* Fallback in px */
          left: 0.25rem !important; }
      .form-page article .fe-radio-form .fe-option .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .form-page article .fe-radio-form .fe-option.checked {
        background-color: #1696a2;
        border-color: #1696a2; }
        .form-page article .fe-radio-form .fe-option.checked .checkmark {
          border: 2px solid white; }
        .form-page article .fe-radio-form .fe-option.checked .checkmark:after {
          content: "\2713";
          display: block;
          top: 30%;
          left: 70%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: white;
          font-size: 15px ;
          /* Fallback in px */
          font-size: 0.9375rem ;
          font-weight: bolder !important; }
        .form-page article .fe-radio-form .fe-option.checked label {
          color: white; }
    .form-page article .fe-radio-form.small-radio .fe-option:not(:first-child) label, .form-page article .fe-radio-form.large-radio .fe-option:not(:first-child) label {
      border-top: 0; }
  .form-page article .property-option,
  .form-page article .img-checkbox {
    padding: 10px 0 0 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form-page article .property-option.img-checkbox,
    .form-page article .img-checkbox.img-checkbox {
      padding: 0 !important; }
    .form-page article .property-option:not(:last-child),
    .form-page article .img-checkbox:not(:last-child) {
      padding-right: 10px; }
    .form-page article .property-option input,
    .form-page article .img-checkbox input {
      position: absolute;
      opacity: 0;
      height: 100%;
      width: 150px;
      cursor: pointer;
      z-index: 3; }
    .form-page article .property-option input:hover ~ img,
    .form-page article .property-option input:hover ~ svg,
    .form-page article .img-checkbox input:hover ~ img,
    .form-page article .img-checkbox input:hover ~ svg {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .form-page article .property-option input:hover:disabled ~ img,
    .form-page article .property-option input:hover:disabled ~ svg,
    .form-page article .img-checkbox input:hover:disabled ~ img,
    .form-page article .img-checkbox input:hover:disabled ~ svg {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .form-page article .property-option input:checked ~ img,
    .form-page article .property-option input:checked ~ svg,
    .form-page article .img-checkbox input:checked ~ img,
    .form-page article .img-checkbox input:checked ~ svg {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      background-color: var(--primary-2); }
    .form-page article .property-option input:checked:disabled ~ img,
    .form-page article .property-option input:checked:disabled ~ svg,
    .form-page article .img-checkbox input:checked:disabled ~ img,
    .form-page article .img-checkbox input:checked:disabled ~ svg {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      background-color: var(--primary-2); }
    .form-page article .property-option label,
    .form-page article .img-checkbox label {
      width: 120px;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #696969;
      margin: 0; }
      .form-page article .property-option label.inside-box,
      .form-page article .img-checkbox label.inside-box {
        position: absolute !important;
        bottom: 3.5rem !important;
        -webkit-transform: translateY(100%) !important;
                transform: translateY(100%) !important;
        font-weight: bold;
        z-index: 5;
        color: #616161 !important;
        font-size: 0.799rem !important; }
    .form-page article .property-option input:checked ~ label,
    .form-page article .img-checkbox input:checked ~ label {
      color: var(--primary); }
    .form-page article .property-option input:checked:disabled ~ label,
    .form-page article .img-checkbox input:checked:disabled ~ label {
      color: var(--gray); }
    .form-page article .property-option img,
    .form-page article .property-option svg,
    .form-page article .img-checkbox img,
    .form-page article .img-checkbox svg {
      width: 120px;
      height: 120px;
      padding: 10px;
      border-radius: 25px;
      display: inline-block;
      text-align: center;
      margin-bottom: 8px;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      z-index: 2;
      border: 2px solid #eeeeee;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .form-page article .property-option img.big,
    .form-page article .property-option svg.big,
    .form-page article .img-checkbox img.big,
    .form-page article .img-checkbox svg.big {
      width: 160px;
      height: 160px; }
    .form-page article .property-option img.small,
    .form-page article .property-option svg.small,
    .form-page article .img-checkbox img.small,
    .form-page article .img-checkbox svg.small {
      width: 80px;
      height: 80px; }
    .form-page article .property-option img ~ label,
    .form-page article .property-option svg ~ label,
    .form-page article .img-checkbox img ~ label,
    .form-page article .img-checkbox svg ~ label {
      width: 160px; }
  .form-page article .slider-form {
    height: auto; }
    .form-page article .slider-form .text-before {
      padding: 0 5px 0 0;
      height: 40px;
      line-height: 40px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 22px ;
      /* Fallback in px */
      font-size: 1.375rem ;
      color: #595959;
      font-weight: normal; }
    .form-page article .slider-form .form-box {
      position: relative;
      max-width: 11rem;
      min-width: 9rem; }
      .form-page article .slider-form .form-box input {
        width: 100%;
        height: 40px ;
        /* Fallback in px */
        height: 2.5rem ;
        padding-left: 10px ;
        /* Fallback in px */
        padding-left: 0.625rem ; }
        .form-page article .slider-form .form-box input:not(.material-input) {
          border: 1px solid #757575 !important; }
      .form-page article .slider-form .form-box label {
        text-transform: lowercase;
        position: absolute;
        top: 50%;
        left: 105px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .form-page article .slider-form .form-box label.error {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%); }
      .form-page article .slider-form .form-box.right-slider {
        position: relative;
        max-width: 9rem; }
        .form-page article .slider-form .form-box.right-slider input {
          width: 70px; }
        .form-page article .slider-form .form-box.right-slider label:not(.error) {
          position: absolute;
          top: 50%;
          left: 110px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 40px;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 22px ;
          /* Fallback in px */
          font-size: 1.375rem ;
          color: #595959;
          font-weight: normal; }
    .form-page article .slider-form .slide-container {
      width: 100%;
      height: 40px;
      padding: 0;
      margin: 0;
      position: relative;
      /*  padding-left: 10px; */ }
      .form-page article .slider-form .slide-container .slider {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 7px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 10px;
        outline: none;
        background-image: linear-gradient(to right, #21ce99, #1696a2 0, #dddddd 0);
        background-image: -ms-linear-gradient(to right, #21ce99, #1696a2 0, #dddddd 0); }
        .form-page article .slider-form .slide-container .slider::-webkit-slider-thumb {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          width: 25px;
          height: 25px;
          border-radius: 50px;
          background-color: white;
          box-shadow: 1px 2px 5px #696969;
          cursor: pointer; }
        .form-page article .slider-form .slide-container .slider::-ms-thumb {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          width: 25px;
          height: 25px;
          border-radius: 50px;
          background-color: white;
          box-shadow: 1px 2px 5px #696969;
          cursor: pointer; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-range-track {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        opacity: 0;
        outline: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: none;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        background-color: white;
        box-shadow: 1px 2px 5px #696969;
        cursor: pointer; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-focus-outer {
        border: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-range-track:focus {
        outline: 0;
        border: none; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: none;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        background-color: white;
        box-shadow: 1px 2px 5px #696969;
        cursor: pointer; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-focus-outer {
        border: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-track {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        opacity: 0;
        outline: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-track:focus {
        outline: 0;
        border: none; }
  .form-page article .extra-form-container {
    display: none; }
    .form-page article .extra-form-container .extra-form {
      height: 550px;
      border-radius: 5px;
      padding: 20px 30px;
      background-color: rgba(220, 220, 220, 0.3); }
    .form-page article .extra-form-container .long-text {
      height: 200px;
      resize: none; }

.form-page .app-flow-buttons {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 75px;
  padding: 0;
  text-align: center;
  height: 45px; }
  .form-page .app-flow-buttons .back {
    height: 45px;
    position: relative; }
    .form-page .app-flow-buttons .back .go-back:link,
    .form-page .app-flow-buttons .back .go-back:visited {
      color: #595959;
      transition: all 0.7s; }
      .form-page .app-flow-buttons .back .go-back:link p,
      .form-page .app-flow-buttons .back .go-back:visited p {
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        width: 60px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .form-page .app-flow-buttons .back .go-back:hover {
      color: #3f3f3f; }
  .form-page .app-flow-buttons .forward {
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0; }
    .form-page .app-flow-buttons .forward a:link,
    .form-page .app-flow-buttons .forward a:visited,
    .form-page .app-flow-buttons .forward a:hover {
      pointer-events: none; }
    .form-page .app-flow-buttons .forward .move-on {
      border: none;
      background-color: #dddddd;
      height: 100%;
      width: 60%;
      color: white;
      /* padding: 10px 40px; */
      border-radius: 50px;
      transition: 1s all;
      pointer-events: none;
      outline: 0; }
    .form-page .app-flow-buttons .forward .form-finish {
      cursor: pointer;
      pointer-events: all; }

.form-page .summary-container {
  width: 100%;
  padding: 30px 0 0 40px;
  margin-bottom: 20px; }
  .form-page .summary-container .summary-heading,
  .form-page .summary-container .edit-link {
    padding: 0;
    margin: 0; }
  .form-page .summary-container .summary-heading {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    font-size: 30px ;
    /* Fallback in px */
    font-size: 1.875rem ;
    line-height: 32px;
    font-size: 26px;
    font-weight: 400;
    color: #1696a2;
    margin-bottom: 30px; }
  .form-page .summary-container .edit-link {
    padding-top: 14px;
    float: right;
    text-align: right; }
    .form-page .summary-container .edit-link a:link,
    .form-page .summary-container .edit-link a:visited {
      color: #21ce99;
      text-decoration: none;
      transition: all 0.5s; }
    .form-page .summary-container .edit-link a:hover {
      color: #1d9d76; }
    .form-page .summary-container .edit-link a:active {
      color: #21b387; }
  .form-page .summary-container .summary-section {
    padding: 0;
    margin: 0;
    line-height: 8px;
    width: 100%;
    margin-bottom: 20px; }
    .form-page .summary-container .summary-section p {
      color: #696969;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px ;
      /* Fallback in px */
      font-size: 1rem ; }
      .form-page .summary-container .summary-section p span {
        color: #474747;
        font-size: 1rem;
        font-weight: 600; }
      .form-page .summary-container .summary-section p.half {
        float: left;
        padding-right: 20px; }

.summary-check {
  margin-bottom: 80px; }
  .summary-check .checkbox-container {
    border: 2px solid #21ce99;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    position: relative;
    margin-top: 5px;
    cursor: pointer; }
    .summary-check .checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .summary-check .checkbox-container .checkmark {
      position: absolute;
      height: 20px;
      width: 20px;
      top: 5px;
      left: 12px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #21ce99; }
    .summary-check .checkbox-container .checkmark:after {
      content: "✔";
      position: absolute;
      display: none; }
    .summary-check .checkbox-container.checked .checkmark:after {
      content: "✔";
      display: block;
      font-size: 18px;
      font-weight: 300; }
  .summary-check .check-description {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px ;
    /* Fallback in px */
    font-size: 1rem ;
    color: #696969; }
    .summary-check .check-description a:link,
    .summary-check .check-description a:visited {
      text-decoration: none;
      color: #21ce99;
      transition: all 0.5s; }
    .summary-check .check-description a:hover {
      color: #1d9d76; }
    .summary-check .check-description a:active {
      color: #21b387; }

.submit-container {
  text-align: center;
  padding: 0;
  margin: 0; }
  .submit-container .description {
    color: #3f3f3f;
    font-size: 1.1rem; }

/* ---- footer ---- */
footer {
  width: 100%;
  background-color: #f8f8f8; }
  footer .foot-container {
    margin: 0 auto;
    padding: 30px 0; }
    footer .foot-container .logo {
      text-align: center;
      margin-bottom: 20px; }
      footer .foot-container .logo img {
        height: 30px;
        width: auto; }
    footer .foot-container .links {
      text-align: center;
      margin: 0 auto; }
      footer .foot-container .links .link {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px ;
        /* Fallback in px */
        font-size: 0.875rem ; }
        footer .foot-container .links .link a:visited,
        footer .foot-container .links .link a:link {
          text-decoration: none;
          color: #696969;
          transition: all 0.8s; }
        footer .foot-container .links .link a:hover {
          color: #595959; }
        footer .foot-container .links .link a:active {
          color: #696969; }
    footer .foot-container .copyright {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #757575;
      text-align: center; }

.form-box .invalid-feedback {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 4rem;
  width: 10rem;
  text-align: left; }

.form-page article .slider-form .form-box label {
  left: 0;
  text-transform: unset; }

form .fa-calendar:not(.custom-field-calendar),
#application-form .fa-calendar:not(.custom-field-calendar),
#reports-page-container .fa-calendar:not(.custom-field-calendar),
.range-datepicker .fa-calendar:not(.custom-field-calendar) {
  position: absolute;
  right: 0; }

div[class^="col-"] > .fa-calendar:not(.custom-field-calendar) {
  right: 50%;
  top: -15px; }

#current-address {
  margin-bottom: 0; }

#kids-label {
  left: 7px;
  pointer-events: none;
  top: 0;
  height: 100%;
  -webkit-transform: unset;
          transform: unset;
  display: flex;
  align-items: center;
  padding-bottom: 0 !important; }

.form-page .app-flow-buttons {
  margin: 0;
  width: 100%; }

.img-verified > img {
  max-width: unset; }

.dollar-prepend {
  padding-left: 1.2rem;
  position: relative; }
  .dollar-prepend:before {
    content: "$";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    left: 0;
    position: absolute;
    height: 100%; }
  .dollar-prepend input {
    width: 100% !important; }

.perc-prepend {
  padding-left: 1.2rem;
  position: relative; }
  .perc-prepend:before {
    content: "%";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    left: 0;
    position: absolute;
    height: 100%; }
  .perc-prepend input {
    width: 100% !important; }

.form-control,
.format-on-change {
  color: #3e3e3e; }

.app-flow-content ~ #preload,
.app-flow-content #preload {
  position: fixed !important;
  max-height: unset !important; }

/* app flow responsive below */
/* xs */
@media (max-width: 575px) {
  .bg {
    padding-top: 3rem; }
  .address-wrapper div[class*="col-"] {
    padding: 0 !important; }
  #kids-form {
    width: 100%; }
  .form-page article .form-container.triples .form {
    width: 100% !important; }
  .form-page article .slider-form .form-box {
    max-width: 100%;
    padding: 0; }
  .form-page article .property-option img,
  .form-page article .property-option svg {
    width: 140px;
    height: 99px; }
  .form-page article .fe-radio-form {
    width: 100%; }
    .form-page article .fe-radio-form .fe-option {
      height: auto; }
      .form-page article .fe-radio-form .fe-option label {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
  .form-page article .select-form {
    height: auto; }
    .form-page article .select-form .day,
    .form-page article .select-form .month,
    .form-page article .select-form .year {
      margin-bottom: 10px !important; }
      .form-page article .select-form .day .date-select,
      .form-page article .select-form .month .date-select,
      .form-page article .select-form .year .date-select {
        width: 100% !important; }
  .form-page .summary-container {
    padding-right: 30px;
    padding-top: 15px; }
    .form-page .summary-container .sum-item {
      line-height: 1; }
    .form-page .summary-container .sum-item > span {
      display: block;
      margin-top: 0.3rem;
      line-height: 1; }
  .form-page .description {
    font-size: 16px;
    line-height: 20px; }
  .form-page label[for="flow"],
  .form-page label[for="tax-payment-choice"] {
    font-size: 14px !important;
    line-height: 1.3;
    width: 80%; }
  .perc-append {
    padding-right: 0;
    padding-left: 1.2rem; }
    .perc-append:after {
      right: unset;
      left: -1rem;
      padding-right: 0.75rem;
      padding-left: 0; }
  .form-box .invalid-feedback {
    width: 100% !important;
    top: 3rem !important; }
  #downpayment-question .form-box.one-require {
    width: 100%;
    max-width: 100%; }
  #downpayment-question .form-box.right-slider {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    padding-left: 0; }
  .footer-container .icon-footer {
    height: 40.68px;
    width: 60.51px;
    margin-bottom: 1rem; }
  .step:not(.current) {
    display: none; }
  .has-banner #client-app-nav {
    margin-top: 45px; } }

/* sm */
@media (max-width: 767px) {
  .half .form {
    width: 100% !important;
    float: left !important; }
  .third .form {
    width: 100% !important; }
  .logo {
    margin-left: 0; } }

/* md */
@media (max-width: 992px) {
  .footer-container #footer {
    padding: 3rem; }
  .container-main,
  .container-extra {
    padding-right: 15px;
    padding-left: 15px; }
  .app-nav .logout {
    font-size: 18px ;
    /* Fallback in px */
    font-size: 1.125rem ;
    margin-right: 0; }
  .app-flow-content,
  .registration-content {
    min-height: calc(100vh - 61px - 57px) !important; } }

@media (max-width: 1200px) {
  .app-flow-content,
  .registration-content {
    min-height: calc(100vh - 85px - 57px); } }

input.form-control, input.form {
  color: #3e3e3e !important; }
  input.form-control::-webkit-input-placeholder, input.form::-webkit-input-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control::-moz-placeholder, input.form::-moz-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control:-ms-input-placeholder, input.form:-ms-input-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control::-ms-input-placeholder, input.form::-ms-input-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control::placeholder, input.form::placeholder {
    color: #757575 !important;
    opacity: 1; }

select.select-field {
  color: #3e3e3e !important; }
  select.select-field option {
    color: #3e3e3e !important; }
  select.select-field.select-field-empty,
  select.select-field option[value=""] {
    color: #595959 !important; }
  select.select-field.select-field-empty ~ .select2-container .select2-selection .select2-selection__rendered {
    color: #595959 !important; }

.row.small-gutters {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important; }
  .row.small-gutters [class="col"],
  .row.small-gutters [class*="col-"] {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-webkit-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-moz-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format):-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::placeholder {
  color: transparent !important; }

.app-nav-item {
  transition: color 0.2s ease-in-out; }
  .app-nav-item.active {
    color: var(--primary); }
    .app-nav-item.active::before {
      position: absolute;
      top: 6px;
      right: -16px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      border: none;
      box-shadow: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f111";
      color: var(--primary);
      background-color: white; }

.form-container.grid-form {
  justify-content: flex-start;
  margin-right: -3rem;
  margin-left: -3rem; }

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/client-portal/styles/scss/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.form-page .app-flow-buttons.client {
  margin: 0;
  height: auto;
  height: initial; }
  .form-page .app-flow-buttons.client.row {
    margin-right: -15px;
    margin-left: -15px; }
  .form-page .app-flow-buttons.client .forward {
    width: 100%;
    height: inherit; }
    .form-page .app-flow-buttons.client .forward .move-on {
      float: right;
      background-color: #d3d4db;
      width: 100% !important;
      border-radius: 5px !important;
      color: white;
      font-weight: normal;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      height: 38px;
      width: initial; }
    .form-page .app-flow-buttons.client .forward .form-finish {
      cursor: pointer;
      background-color: #21ce99;
      pointer-events: all; }

.form-page .title-link:link, .form-page .title-link:visited {
  color: var(--primary-alt); }

.form-page article .select-form .day select:focus,
.form-page article .select-form .month select:focus,
.form-page article .select-form .year select:focus {
  border-color: var(--secondary) !important; }

.form-page article .mail-data:focus {
  border-color: var(--secondary) !important; }

.app-form.form-control:focus {
  border-color: var(--secondary) !important; }

.list-group.list-group-flush {
  padding-left: 0; }

.documents-accordion .card {
  overflow: visible;
  overflow: initial; }

.documents-accordion .card-header {
  background-color: #ffffff; }
  .documents-accordion .card-header .badge-notification.mark-complete {
    background-color: #f8f9fa;
    color: #28a745;
    border: 1px solid;
    border-color: #28a745;
    transition: unset; }
  .documents-accordion .card-header .badge-success {
    background-color: #28a745;
    color: #f8f9fa;
    border: 1px solid;
    border-color: #28a745;
    transition: unset; }
  .documents-accordion .card-header:not(.collapsed) {
    background-color: var(--primary);
    color: #ffffff; }
    .documents-accordion .card-header:not(.collapsed) .select-classification-button {
      border-color: var(--primary); }
      .documents-accordion .card-header:not(.collapsed) .select-classification-button > i {
        font-size: 1rem;
        color: var(--primary); }
  .documents-accordion .card-header:hover .select-classification-button {
    border-color: var(--primary); }
    .documents-accordion .card-header:hover .select-classification-button > i {
      color: var(--primary); }

.documents-accordion .card-body,
.documents-accordion .comment-form {
  background-color: #f8f9fa; }

.documents-accordion .documents-acctions {
  flex-grow: 0; }

.documents-accordion .submit-from-type {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  width: 100%; }

.documents-accordion .select-classification-wrapper {
  display: inline; }
  .documents-accordion .select-classification-wrapper .select-classification-button {
    width: 1.5rem;
    height: 1.5rem;
    border: solid 2px var(--clear-gray);
    border-radius: 50%;
    padding: 0;
    margin-right: 0.5rem;
    color: var(--clear-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .documents-accordion .select-classification-wrapper .select-classification-button:hover {
      border-color: var(--primary); }
      .documents-accordion .select-classification-wrapper .select-classification-button:hover > i {
        font-size: 1rem;
        color: var(--primary); }

.documents-accordion .document-box {
  margin-top: 1rem; }

.dropzone-with-icon {
  max-height: unset;
  display: flex;
  justify-content: center;
  border: 2px dashed var(--primary); }
  .dropzone-with-icon .dropzone-icon.text-center > i {
    font-size: 5rem;
    color: var(--primary); }

#pin-container .pin-field {
  text-align: center;
  color: transparent;
  text-shadow: 0 0 0 rgba(59, 60, 96, 0.7);
  border-radius: 5px !important;
  outline: none;
  border: solid 2px #cecece !important;
  transition: border 0.2s ease-in-out;
  caret-color: transparent; }

#pin-container .pin-field:focus {
  border-width: 3px !important;
  border-color: var(--primary-alt) !important; }

#pin-container .pin-field.error {
  border-color: #dc3545 !important; }

#pin-container .fa {
  margin-right: 10px; }

.interstitial-container {
  display: flex;
  flex-direction: column; }
  .interstitial-container .interstitial-row {
    height: auto;
    flex-grow: 1; }
    .interstitial-container .interstitial-row .interstitial-card {
      height: 95%; }
      .interstitial-container .interstitial-row .interstitial-card > .card-body {
        overflow: auto;
        flex-basis: 0; }
        .interstitial-container .interstitial-row .interstitial-card > .card-body .custom-checkbox {
          display: inline; }
        .interstitial-container .interstitial-row .interstitial-card > .card-body #checkbox-application {
          display: inline;
          color: var(--primary); }
      .interstitial-container .interstitial-row .interstitial-card .logo {
        width: 5rem;
        height: 2rem;
        margin-left: 0 !important; }
      .interstitial-container .interstitial-row .interstitial-card #new-app {
        background-color: transparent;
        color: var(--primary);
        font-weight: 800;
        border: none;
        padding: 0;
        margin-right: 0.5rem; }
      .interstitial-container .interstitial-row .interstitial-card .select-application-row {
        position: relative;
        padding: 1rem 0;
        cursor: pointer; }
        .interstitial-container .interstitial-row .interstitial-card .select-application-row:not(:last-child)::after {
          content: "";
          position: absolute;
          width: 90%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 1px;
          background: rgba(0, 0, 0, 0.125);
          bottom: 0; }
        .interstitial-container .interstitial-row .interstitial-card .select-application-row .select-application-wrapper {
          display: inline; }
          .interstitial-container .interstitial-row .interstitial-card .select-application-row .select-application-wrapper .select-application-button {
            width: 1.5rem;
            height: 1.5rem;
            border: solid 2px var(--clear-gray);
            border-radius: 50%;
            padding: 0;
            margin-right: 0.5rem;
            color: var(--clear-gray);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem !important;
            padding-left: 0.1rem; }
        .interstitial-container .interstitial-row .interstitial-card .select-application-row.active .select-application-button,
        .interstitial-container .interstitial-row .interstitial-card .select-application-row:hover .select-application-button,
        .interstitial-container .interstitial-row .interstitial-card .select-application-row .select-application-button:hover {
          border-color: var(--primary); }
          .interstitial-container .interstitial-row .interstitial-card .select-application-row.active .select-application-button > i,
          .interstitial-container .interstitial-row .interstitial-card .select-application-row:hover .select-application-button > i,
          .interstitial-container .interstitial-row .interstitial-card .select-application-row .select-application-button:hover > i {
            color: var(--primary); }
  .interstitial-container .sticky-interstitial-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: -20px;
    background: #fff !important;
    z-index: 5;
    padding-top: 1rem;
    padding-bottom: 1rem; }

.regular-line-height {
  line-height: 1.5; }

.account-app-id {
  color: var(--primary); }

.regular {
  font-size: 1em;
  letter-spacing: 0; }

#verify-pin-page {
  background-color: var(--primary-1); }

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#app-container .download-disclaimer-text {
  white-space: nowrap; }
  #app-container .download-disclaimer-text .download-disclaimer {
    position: relative;
    z-index: 3; }

.sample-document-icon {
  color: #bdc3c7;
  font-size: 2rem !important;
  margin-right: 5px !important; }

#sidebar.app-navigation {
  padding-top: 0 !important; }

#app-submitted-modal .container-main {
  min-height: unset;
  padding: 3rem 2rem;
  background: var(--primary-clear); }

.form-group-material.parsley-error .invalid-feedback ~ .induced-error-message {
  top: calc(100% + 1rem) !important; }

.address-wrapper .form-group-material {
  margin-bottom: 0.25rem !important; }

#noa-document-preview iframe {
  width: 100%;
  height: 45rem; }

.table-borderless td,
.table-borderless th {
  border: none; }

#summary-form #card-0 .top-notification {
  border-radius: 0.25rem 0.25rem 0 0; }

.application-quick-actions-indicator {
  position: fixed;
  right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100; }
  .application-quick-actions-indicator .quick-action-item {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

#pdf-editor-modal .page-row {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100% !important;
  height: 70vh; }

#pdf-editor-modal #page-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 190px);
  grid-gap: 1rem;
  justify-content: space-around;
  align-content: space-around; }

#pdf-editor-modal .page > canvas {
  width: 180px !important;
  height: 230px !important; }
  #pdf-editor-modal .page > canvas.horizontal {
    height: 115px !important; }

#pdf-editor-modal .page {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #edf2f7;
  border-color: #a0aec0;
  transition: opacity 0.3s cubic-bezier(1, 0.5, 0.8, 1); }
  #pdf-editor-modal .page canvas {
    cursor: -webkit-grab;
    cursor: grab; }
  #pdf-editor-modal .page .page-number,
  #pdf-editor-modal .page .actions {
    width: 50%; }

#pdf-editor-modal .page.sortable-ghost {
  opacity: 0; }

#pdf-editor-modal .page.hidden {
  background-color: #f9f9f9; }
  #pdf-editor-modal .page.hidden canvas {
    opacity: 0.5; }

#pdf-editor-modal .sortable-ghost {
  outline: 4px solid black; }

#pdf-editor-modal .sortable-chosen {
  outline: 4px solid blue; }

#pdf-editor-modal .sortable-selected {
  outline: 4px solid var(--primary); }

.modal-fullscreen {
  padding: 35px !important; }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100% !important; }
  .modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0; }

.small-rem {
  font-size: 0.8rem; }

#pdf-editor-modal canvas {
  height: 600px; }

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/override.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.text-primary {
  color: var(--primary) !important; }

.text-secondary {
  color: var(--secondary) !important; }

.text-success {
  color: #157F5F !important; }

.text-success-darker {
  color: #47b264; }

.badge-success {
  background: #208337 !important; }

.btn-primary {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important; }
  .btn-primary:hover {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem var(--primary-rgb); }

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary); }

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-rgb); }

.badge-primary {
  color: #fff;
  background-color: var(--primary); }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary); }

.bg-primary {
  background-color: var(--primary) !important; }

.border-primary {
  border-color: var(--primary) !important; }

.pretty.p-switch.p-fill input:checked ~ .state::before {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important; }

.pretty.p-switch .state label::after {
  background-color: var(--primary-rgb) !important; }

.pretty.p-bigger label::before {
  border-radius: 4px; }

.pretty.p-toggle .state.p-primary label::after {
  background-color: var(--primary-alt) !important; }

.pretty.p-toggle .state.p-doorr label::after {
  background-color: #c137a2 !important; }

.pretty.p-toggle .state.p-primary-o label::before {
  background-color: var(--primary-alt) !important; }

.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: var(--primary-alt);
  stroke: var(--primary-alt); }

.pretty.p-switch.p-fill input:checked ~ .state::before {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important; }

.pretty.p-switch .state label::after {
  background-color: var(--primary-rgb) !important; }
  .pretty.p-switch .state label::after.p-doorr {
    background-color: #c137a2 !important; }

.pretty input:checked ~ .state.p-primary label::after {
  border-radius: 4px;
  background-color: var(--primary-alt) !important; }

.pretty input:checked ~ .state.p-doorr label::after {
  border-radius: 4px;
  background-color: #c137a2 !important;
  color: white; }

.pretty input:checked ~ .state.p-primary-o label::before {
  border-color: var(--primary-alt) !important; }

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg {
  color: var(--primary-alt);
  stroke: var(--primary-alt); }

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects; }
  a:hover {
    color: var(--primary);
    text-decoration: none; }

.app-form.form-control:focus {
  box-shadow: none !important;
  border-color: var(--secondary) !important; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--secondary) !important;
    outline: 0;
    box-shadow: none !important; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly]:not(.display-time) {
    opacity: 0.9;
    background-color: #f3f3f3 !important;
    color: #9a9a9a !important; }
  .form-control .input-group-text {
    background-color: #f3f3f3; }

.sidetab-active {
  width: 100%;
  color: var(--gray);
  font-weight: bold; }

.template-tab.active {
  border: 2px solid var(--primary-alt); }

.nav-item.navbar-active,
.nav-item.nav-item-active {
  border-bottom: 0.25em solid var(--secondary);
  color: #454545;
  font-weight: 600; }

a.nav-link {
  color: #454545; }

a.text-primary:hover,
a.text-primary:focus {
  color: var(--primary) !important; }

.square-input {
  border-radius: 2px; }

.custom-select {
  background: #fff url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75rem center; }
  .custom-select:focus {
    border-color: #ffecdd;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem var(--primary-rgb); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: ""; }
  select::-ms-expand {
    display: none; }

.mg-nav {
  border-bottom: 0.065em solid #e7e7e7; }

.dropzone .dz-preview .dz-success-mark svg * {
  fill: var(--primary); }

.dropzone .dz-preview .dz-details .dz-size:hover span {
  background-color: var(--primary); }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: var(--primary); }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: var(--primary);
  background: linear-gradient(to bottom, var(--primary), var(--primary)); }

.colorpicker-element .add-on i,
.colorpicker-element .colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  width: 3em;
  height: 100%; }

.colorpicker-2x .colorpicker-saturation {
  width: 120px;
  height: 120px; }

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 20px;
  height: 120px; }

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 20px;
  font-size: 0px;
  line-height: 160%; }

.colorpicker-saturation .colorpicker-guide,
.colorpicker-saturation .colorpicker-guide i {
  height: 10px;
  width: 10px;
  border-radius: 10px; }

.upcoming-label {
  background: var(--primary); }

.live-label {
  background: #21ce99; }

.loader {
  border-radius: 50%;
  font-size: 7px;
  color: var(--primary);
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .loader:before, .loader:after {
    position: absolute;
    content: "";
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    top: -0.1em;
    border-radius: 50%; }
  .loader:before {
    border-radius: 10.2em 0 0 10.2em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s; }
  .loader:after {
    border-radius: 0 10.2em 10.2em 0;
    left: 5.1em;
    -webkit-transform-origin: 0 5.1em;
    transform-origin: 0 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-tiny {
  font-size: 3px; }

.loader-small {
  font-size: 5px; }

.loader-big {
  font-size: 11px; }

.input-loader {
  color: #c137a2;
  width: 18px !important;
  height: 18px !important; }

.input-calculator-icon {
  width: 2rem !important;
  height: 100% !important;
  font-size: 1.3rem !important;
  margin-bottom: 0;
  transition: margin-right 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 !important; }
  .input-calculator-icon .fa-calculator {
    position: absolute;
    right: 3%;
    bottom: 13%; }

.input-calculator.error ~ .input-calculator-icon {
  margin-right: 1.2rem; }

.fa-commenting-o.text-primary,
.fa-file-text-o.text-primary {
  color: var(--secondary); }

.header .registered-tooltip {
  font-size: 1.5rem; }

.header .header-title {
  display: flex;
  align-items: center; }

a.client-name {
  color: var(--secondary) !important;
  transition: color 0.5s ease; }
  a.client-name:hover {
    color: var(--primary) !important; }

.paginate_button.current {
  background-color: var(--primary) !important; }

.paginate_button:not(.current):not(.disabled) {
  color: var(--primary) !important; }

.badge-notification.complete,
.status-badge.complete {
  color: #fff;
  background-color: var(--secondary); }

.ld-ring {
  color: var(--primary); }

a.terms {
  color: var(--primary-alt); }

.stroke-regular {
  stroke: var(--primary-4); }

.fill-clear {
  fill: var(--primary-1); }

.fill-strong {
  fill: var(--primary-5); }

.fill-regular {
  fill: var(--primary-4); }

.app-flow-buttons .forward .form-finish {
  background-color: var(--primary); }

.form-page .app-flow-buttons .forward .form-finish {
  background-color: var(--primary); }

#client-app-nav .progress-bar .fill-bar {
  background-color: var(--primary); }

.container-main {
  background: linear-gradient(180deg, var(--primary-clear) 58%, #fffeff 0); }

.form-page .title-link:link,
.form-page .title-link:visited {
  color: var(--primary-alt); }

.form-page article a {
  color: var(--primary); }
  .form-page article a:hover {
    color: var(--primary); }

.form-page article .fe-radio-form .fe-option input:checked ~ label {
  background-color: var(--primary-alt);
  border-color: var(--primary-alt);
  border-bottom-color: var(--primary-alt); }

.form-page article .expander .expandable, .form-page article .expander .expandable:hover,
.form-page article .expander .expander,
.form-page article .expander .expander:hover {
  color: var(--primary); }

.form-page .description a:link,
.form-page .description a:visited {
  color: var(--primary); }

.form-page .property-option input:checked ~ svg,
.form-page .property-option input:checked ~ img,
.form-page .img-checkbox input:checked ~ svg,
.form-page .img-checkbox input:checked ~ img {
  border: 2px solid var(--secondary) !important;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.form-page .property-option input:disabled ~ svg,
.form-page .property-option input:disabled ~ img,
.form-page .img-checkbox input:disabled ~ svg,
.form-page .img-checkbox input:disabled ~ img {
  border: 2px solid var(--gray) !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.form-page .summary-container .summary-heading {
  color: var(--primary-alt); }

.form-page .summary-container .edit-link a:link, .form-page .summary-container .edit-link a:visited {
  color: var(--primary); }

.app-form.form-control:focus {
  border-color: var(--secondary) !important; }

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: transparent;
  background-color: initial;
  background-image: none;
  background-image: initial;
  background-repeat: repeat;
  background-repeat: initial;
  -webkit-filter: initial;
          filter: initial;
  border-color: currentColor;
  border-color: initial;
  filter: initial;
  text-shadow: none;
  text-shadow: initial; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled], .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled[disabled], .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--primary); }

.ui-datepicker {
  background-color: #f4f8f7 !important; }

.datepicker {
  background-color: #fff !important;
  color: var(--primary) !important; }
  .datepicker td.active.day {
    background-color: var(--primary) !important;
    border-color: white !important;
    background-image: none !important; }

.select2-container--bootstrap4 {
  width: 100% !important; }
  .select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-alt);
    overflow-x: hidden; }
  .select2-container--bootstrap4.select2-container--focus .select2-selection,
  .select2-container--bootstrap4.select2-container--open .select2-selection,
  .select2-container--bootstrap4 .select2-dropdown {
    border-color: var(--secondary); }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #3f4346 transparent transparent transparent;
    border-width: 0.4rem;
    margin-left: -0.6rem; }
  .select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent;
    border-width: 0.4rem;
    margin-left: -0.6rem; }

.select2-selection__rendered {
  color: #6b6b6b !important; }

.no-search .select2-search {
  display: none; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary); }

table.dataTable.dtr-inline.collapsed tbody tr[role="row"] > td:first-child:before {
  position: absolute;
  top: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  border: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
  color: var(--primary);
  background-color: white; }

table.dataTable.dtr-inline.collapsed tbody tr[role="row"].parent > td:first-child::before {
  content: "\f056";
  position: absolute;
  top: 30px;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: var(--danger);
  background-color: white;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

table.dataTable.dtr-inline.collapsed tbody tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
  text-transform: capitalize; }
  table.dataTable.dtr-inline.collapsed tbody tr.child span.dtr-title:after {
    content: ":"; }
  table.dataTable.dtr-inline.collapsed tbody tr.child span.dtr-title i {
    display: none; }

.pretty.p-round input ~ .state label::after {
  border-radius: 50% !important; }

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./src/shared/styles/scss/grid.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.grid--header-auto-content {
  display: grid !important;
  grid-template-rows: auto 1fr;
  overflow: hidden; }
  .grid--header-auto-content > * {
    overflow: hidden; }

/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/cropperjs/dist/cropper.css ***!
  \*************************************************************************************************************************************************************************************************************/
/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/inputs/material-input.vue?vue&type=style&index=0&id=c776fd1c&lang=scss&scoped=true& ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
[data-v-c776fd1c]:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart-data-v-c776fd1c;
          animation-name: onAutoFillStart-data-v-c776fd1c;
}
[data-v-c776fd1c]:not(:-webkit-autofill) {
  -webkit-animation-name: onAutoFillCancel-data-v-c776fd1c;
          animation-name: onAutoFillCancel-data-v-c776fd1c;
}
@-webkit-keyframes onAutoFillStart-data-v-c776fd1c {
from {
}
to {
}
}
@keyframes onAutoFillStart-data-v-c776fd1c {
from {
}
to {
}
}
@-webkit-keyframes onAutoFillCancel-data-v-c776fd1c {
from {
}
to {
}
}
@keyframes onAutoFillCancel-data-v-c776fd1c {
from {
}
to {
}
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/subdomain-interstitial/new-application-modal.vue?vue&type=style&index=0&id=7ebd72ed&lang=scss&scoped=true& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.form-control[data-v-7ebd72ed]:disabled {
  color: black !important;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/layout/page-step-layout.vue?vue&type=style&index=0&id=70f0dbb2&lang=scss&scoped=true& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
#content-wrapper[data-v-70f0dbb2] {
  min-height: 70vh;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/layout/page-section-group-layout.vue?vue&type=style&index=0&id=1bf57a49&lang=scss&scoped=true& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.btn-primary[data-v-1bf57a49] {
  background-color: #fff !important;
  border: 1px solid var(--primary-clear);
  border-radius: 16px;
  font-size: 1rem;
  color: var(--primary) !important;
  padding: 2px 10px;
  font-weight: 600;
}
.btn-danger[data-v-1bf57a49] {
  border: none;
  background-color: var(--primary-1);
  border-radius: 16px;
  font-size: 1rem;
  color: var(--primary) !important;
  padding: 2px 10px;
  font-weight: 600;
}
input[type="text"][data-v-1bf57a49] {
  background-color: var(--primary-1) !important;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-checkbox.vue?vue&type=style&index=0&id=3c4f2750&lang=scss&scoped=true& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.pretty[data-v-3c4f2750] {
  margin-bottom: 1em;
}
.pretty[data-v-3c4f2750]:first-of-type {
    margin-top: 1em;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-label.vue?vue&type=style&index=0&id=69484da2&lang=scss&scoped=true& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.material-layout--label[data-v-69484da2] {
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
  margin-bottom: 0;
}
.material-layout--label-client[data-v-69484da2] {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 25px !important;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-field-layout.vue?vue&type=style&index=0&id=53268472&lang=scss&scoped=true& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.material-layout--container[data-v-53268472] {
  /**
    This is the container of the whole layout
    Works only as the reference element
  */
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin-bottom: 1.3em;
  width: 100%;
}
.material-layout--container .materia-layout--label-wrapper[data-v-53268472],
  .material-layout--container .materia-layout--content-wrapper[data-v-53268472] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.material-layout--container.material-layout--side-grid[data-v-53268472] {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.material-layout--container.material-layout--side-grid .materia-layout--label-wrapper[data-v-53268472] {
      flex: 0 0 33%;
      max-width: 33%;
}
.material-layout--container.material-layout--side-grid .materia-layout--content-wrapper[data-v-53268472] {
      flex: 0 0 66%;
      max-width: 66%;
}
.material-layout--container .material-layout--error-message[data-v-53268472] {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: calc(1.3em - 0.4em);
    line-height: 1.3em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0;
    color: var(--danger);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    text-align: right;
    width: 100%;
    white-space: nowrap;
}
.material-layout--container .material-layout--input-container[data-v-53268472] {
    /**
      this is the container of the input styling
      here we apply the "material" styling
    */
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /**
      Actual element style that are used in the default slot
    */
}
.material-layout--container .material-layout--input-container[data-v-53268472]:not(.radio) {
      background: var(--primary-clear) !important;
}
.material-layout--container .material-layout--input-container .material-layout--input-bar[data-v-53268472] {
      /**
        Bar has two states
        main bar is the gray default one
         ::after is the bar on top when focusing the input
      */
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #9d9d9e !important;
      overflow: hidden;
      pointer-events: none;
}
.material-layout--container .material-layout--input-container .material-layout--input-bar[data-v-53268472]::after {
        /**
          In default state ::after 
          hides the bar so when the input gains focus
          we can animate it
        */
        content: "";
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: var(--primary);
        transition: none;
        z-index: 100;
}
.material-layout--container .material-layout--input-container.material-layout--input--focus[data-v-53268472], .material-layout--container .material-layout--input-container[data-v-53268472]:hover {
      /**
        move material bar up and animate
      */
}
.material-layout--container .material-layout--input-container.material-layout--input--focus .material-layout--input-bar[data-v-53268472], .material-layout--container .material-layout--input-container:hover .material-layout--input-bar[data-v-53268472] {
        height: 1px;
}
.material-layout--container .material-layout--input-container.material-layout--input--focus .material-layout--input-bar[data-v-53268472]::after, .material-layout--container .material-layout--input-container:hover .material-layout--input-bar[data-v-53268472]::after {
          bottom: 0;
          transition: bottom 0.5s ease-in-out;
}
.material-layout--container .material-layout--input-container input[data-v-53268472],
    .material-layout--container .material-layout--input-container select[data-v-53268472],
    .material-layout--container .material-layout--input-container textarea[data-v-53268472] {
      width: 100%;
      font-size: 1em;
      border: none !important;
      outline: none !important;
      padding: 0.3em 0.5em;
      background: transparent;
}
.material-layout--container .material-layout--input-container select[data-v-53268472] {
      background: transparent url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75em center;
      padding-right: 1.7em;
}
.material-layout--container .material-layout--input-container textarea[data-v-53268472] {
      background: transparent;
      overflow: hidden;
      resize: none;
}
.material-layout--container .material-layout--input-container .material-layout--prepend-input[data-v-53268472],
    .material-layout--container .material-layout--input-container .material-layout--append-input[data-v-53268472] {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 1.2em;
      gap: 5px;
}
.material-layout--container .material-layout--before-input[data-v-53268472],
  .material-layout--container .material-layout--after-input[data-v-53268472] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
}
.material-layout--container.material-layout--error .material-layout--input-container > select[data-v-53268472] {
    background: none;
}
.material-layout--container.material-layout--error .material-layout--input-bar[data-v-53268472] {
    background: var(--danger) !important;
}
.material-layout--container.material-layout--error .material-layout--input-bar[data-v-53268472]::after {
      bottom: 0;
      transition: bottom 0.5s ease-in-out;
      background: var(--danger) !important;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/fields/radio-field.vue?vue&type=style&index=0&id=07374da9&lang=scss&scoped=true& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
[data-v-07374da9] .material-layout--error-message {
  text-align: left !important;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-input.vue?vue&type=style&index=0&id=55535705&lang=scss&scoped=true& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
input[data-v-55535705]::-webkit-input-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]::-moz-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]:-ms-input-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]::-ms-input-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]::placeholder {
  color: #bdbdbd;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/fields/date-field.vue?vue&type=style&index=0&id=76f057aa&lang=scss&scoped=true& ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.date-picker[data-v-76f057aa],
.date-picker input[data-v-76f057aa] {
  width: 100%;
}
.date-picker input[data-v-76f057aa] {
  width: 100%;
  font-size: 1em;
  border: none !important;
  outline: none !important;
  padding: 0.3em 0.5em;
  background: transparent;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-select.vue?vue&type=style&index=0&id=bb46075e&lang=scss&scoped=true& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.select-text-gray[data-v-bb46075e],
option[disabled][data-v-bb46075e] {
  color: #bdbdbd;
}
option[data-v-bb46075e]:not(.select-text-gray):not(disabled) {
  color: #000;
  color: initial;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/fields/address-autocomplete-field.vue?vue&type=style&index=0&id=42142b5d&lang=scss&scoped=true& ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
[data-v-42142b5d] input::-webkit-input-placeholder {
  color: #bdbdbd !important;
}
[data-v-42142b5d] input::-moz-placeholder {
  color: #bdbdbd !important;
}
[data-v-42142b5d] input:-ms-input-placeholder {
  color: #bdbdbd !important;
}
[data-v-42142b5d] input::-ms-input-placeholder {
  color: #bdbdbd !important;
}
[data-v-42142b5d] input::placeholder {
  color: #bdbdbd !important;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/helpers/add-more-button.vue?vue&type=style&index=0&id=57327954&lang=scss&scoped=true& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
button[data-v-57327954] {
  background: none !important;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/layout/page-summary-section-group-layout.vue?vue&type=style&index=0&id=7c020190&lang=scss&scoped=true& ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.application-summary-subtitle[data-v-7c020190] {
  color: var(--primary);
  font-size: 2rem;
}
.card[data-v-7c020190] {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: none;
}
.btn-primary[data-v-7c020190] {
  background-color: #fff !important;
  border: 1px solid var(--primary-clear);
  border-radius: 16px;
  font-size: 1rem;
  color: var(--primary) !important;
  padding: 2px 10px;
  font-weight: 600;
}
.btn-danger[data-v-7c020190] {
  border: none;
  background-color: rgba(255,255,255,1);
  border-radius: 16px;
  font-size: 1rem;
  color: var(--primary) !important;
  padding: 2px 10px;
  font-weight: 600;
}
input[type="text"][data-v-7c020190] {
  background-color: var(--primary-1) !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/helpers/application-section-error-icon.vue?vue&type=style&index=0&id=95943c86&lang=scss&scoped=true& ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
@-webkit-keyframes side-jiggle-slow-data-v-95943c86 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
}
50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
75% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes side-jiggle-slow-data-v-95943c86 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
}
50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
75% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
.error-icon[data-v-95943c86] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: side-jiggle-slow-data-v-95943c86 0.4s linear 1;
          animation: side-jiggle-slow-data-v-95943c86 0.4s linear 1;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-textarea.vue?vue&type=style&index=0&id=658f1762&lang=scss&scoped=true& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
textarea[data-v-658f1762]::-webkit-input-placeholder {
  color: #bdbdbd;
}
textarea[data-v-658f1762]::-moz-placeholder {
  color: #bdbdbd;
}
textarea[data-v-658f1762]:-ms-input-placeholder {
  color: #bdbdbd;
}
textarea[data-v-658f1762]::-ms-input-placeholder {
  color: #bdbdbd;
}
textarea[data-v-658f1762]::placeholder {
  color: #bdbdbd;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/pages/summary-page.vue?vue&type=style&index=0&id=538a1711&lang=scss&scoped=true& ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.card[data-v-538a1711] {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/helpers/navigation-toolbar.vue?vue&type=style&index=0&id=5c90c548&lang=scss&scoped=true& ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.btn-white[data-v-5c90c548] {
  border: 1px solid #9d9d9e;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/layout/application-layout.vue?vue&type=style&index=0&id=5947e2a8&lang=scss&scoped=true& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
#main-content[data-v-5947e2a8] {
  margin-top: 5rem;
}
.app-navigation[data-v-5947e2a8] {
  overflow: visible !important;
}
.collapse-sidebar-button[data-v-5947e2a8] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: -11px;
  border: none !important;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-standalone/components/application-navbar.vue?vue&type=style&index=0&id=430b337d&lang=scss&scoped=true& ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.logo[data-v-430b337d] {
  width: 62px;
}
.sidebar-toggler[data-v-430b337d] {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application/components/full-application-sidebar.vue?vue&type=style&index=0&id=020545c7&lang=scss&scoped=true& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.block-placeholder[data-v-020545c7] {
  width: 100%;
  height: 2rem;
  background: lightgray;
  border-radius: 5px;
  opacity: 0.3;
}
.side-left[data-v-020545c7] {
  width: 17rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/banners/locked-application-banner.vue?vue&type=style&index=0&id=6f20f4a0&lang=scss&scoped=true& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
#email-verification-banner[data-v-6f20f4a0] {
  z-index: 99999;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/application-widget/components/application-widget-container.vue?vue&type=style&index=0&id=69dcb564&lang=scss&scoped=true& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
#client-app-nav[data-v-69dcb564] {
  right: 0 !important;
  z-index: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/main/components/page-sidebar.vue?vue&type=style&index=0&id=15d0e976&scoped=true&lang=css& ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.attention-icon[data-v-15d0e976] {
  -webkit-animation: shake 1s ease-in-out 1;
          animation: shake 1s ease-in-out 1;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/main/components/lender-sidebar.vue?vue&type=style&index=0&id=1626a352&lang=scss&scoped=true& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
.custom-logo[data-v-1626a352] {
  float: left;
  width: 176px;
  height: 40px;
  margin-left: 0 !important;
}
.custom-logo a[data-v-1626a352] {
    width: 100%;
    height: 100%;
}
.custom-logo .custom-logo-img[data-v-1626a352] {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
}
#sidebar[data-v-1626a352] {
  width: auto;
  max-width: 50em;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/client-portal/js/modules/banners/email-verification-banner.vue?vue&type=style&index=0&id=076f8a9e&lang=scss&scoped=true& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  CLient Vue SFC <style>
  @import here any resource you need to be injected into CLient vue <style> tags
  scss variables, mixins, etc
**/
#email-verification-banner[data-v-076f8a9e] {
  z-index: 99999;
}

