/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.fass,
.fa-sharp,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}
.fa-1::before {
  content: "\31";
}
.fa-2::before {
  content: "\32";
}
.fa-3::before {
  content: "\33";
}
.fa-4::before {
  content: "\34";
}
.fa-5::before {
  content: "\35";
}
.fa-6::before {
  content: "\36";
}
.fa-7::before {
  content: "\37";
}
.fa-8::before {
  content: "\38";
}
.fa-9::before {
  content: "\39";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "\40";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "\4b";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "\57";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "\49";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "\56";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "\51";
}
.fa-g::before {
  content: "\47";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "\45";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "\43";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "\4c";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "\5a";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "\41";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "\50";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "\3f";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "\46";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "\48";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "\52";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "\4a";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "\4f";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "\55";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "\53";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "\4e";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "\42";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "\3c";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: "\3e";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "\59";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "\3d";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "\25";
}
.fa-percentage::before {
  content: "\25";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "\23";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "\54";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "\4d";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-arrow-turn-right::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "\21";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-x::before {
  content: "\58";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "\44";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/media/fa-solid-900.b6879d41b0852f01ed5b0216c4c72e11.woff2) format('woff2'), url(/media/fa-solid-900.d75e3fd1eb12e9bd66550e304bdd1ec7.ttf) format('truetype');
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/media/fa-regular-400.b041b1fa4fe241b234458a565482c4c6.woff2) format('woff2'), url(/media/fa-regular-400.50701fbb8177c2dde530fc83add388ef.ttf) format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/media/fa-brands-400.878f31251d960bd6266f20ccdc4d738f.woff2) format('woff2'), url(/media/fa-brands-400.016b4a6cdced82ab3aa1907e3855cfd2.ttf) format('truetype');
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-square-js:before {
  content: "\f3b9";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-square-instagram:before {
  content: "\e055";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before {
  content: "\f2aa";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before {
  content: "\f081";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before {
  content: "\f431";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before {
  content: "\f1b7";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before {
  content: "\f194";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-square-github:before {
  content: "\f092";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-gitlab-square:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before {
  content: "\f169";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-square-facebook:before {
  content: "\f082";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-square-git:before {
  content: "\f1d2";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-square-tumblr:before {
  content: "\f174";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before {
  content: "\f40c";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  line-height: 1;
}
/*
 * We don't use bootstrap.less since we don't need glyphicons to be included
 * TODO: go through all bootstrap files and exclude what we don't use
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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 #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: system-ui, 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #408EC6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2b658f;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.5rem;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #408EC6;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3073a3;
}
.text-success {
  color: #2BAE66;
}
a.text-success:hover,
a.text-success:focus {
  color: #21854e;
}
.text-info {
  color: #0dcaf0;
}
a.text-info:hover,
a.text-info:focus {
  color: #0aa1c0;
}
.text-warning {
  color: #FFA351;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff881e;
}
.text-danger {
  color: #F96167;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f73038;
}
.bg-primary {
  color: #fff;
  background-color: #408EC6;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3073a3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0.375rem;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.25rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212529;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212529;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:focus,
.form-control:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0.5rem;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0.5rem;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2BAE66;
}
.has-success .form-control {
  border-color: #2BAE66;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #21854e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66d99a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66d99a;
}
.has-success .input-group-addon {
  color: #2BAE66;
  background-color: #dff0d8;
  border-color: #2BAE66;
}
.has-success .form-control-feedback {
  color: #2BAE66;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FFA351;
}
.has-warning .form-control {
  border-color: #FFA351;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ff881e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd9b7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd9b7;
}
.has-warning .input-group-addon {
  color: #FFA351;
  background-color: #fcf8e3;
  border-color: #FFA351;
}
.has-warning .form-control-feedback {
  color: #FFA351;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #F96167;
}
.has-error .form-control {
  border-color: #F96167;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #f73038;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdc3c6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdc3c6;
}
.has-error .input-group-addon {
  color: #F96167;
  background-color: #f2dede;
  border-color: #F96167;
}
.has-error .form-control-feedback {
  color: #F96167;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #dee2e6;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #95a2af;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bbc3cc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bbc3cc;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #95a2af;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #dee2e6;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #408EC6;
  border-color: #408EC6;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3073a3;
  border-color: #1f4968;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3073a3;
  border-color: #2e6d9b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3073a3;
  background-image: none;
  border-color: #2e6d9b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #285f87;
  border-color: #1f4968;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #408EC6;
  border-color: #408EC6;
}
.btn-primary .badge {
  color: #408EC6;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2BAE66;
  border-color: #2BAE66;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #21854e;
  border-color: #12482a;
}
.btn-success:hover {
  color: #fff;
  background-color: #21854e;
  border-color: #1f7d49;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #21854e;
  background-image: none;
  border-color: #1f7d49;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1a683d;
  border-color: #12482a;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2BAE66;
  border-color: #2BAE66;
}
.btn-success .badge {
  color: #2BAE66;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0aa1c0;
  border-color: #066477;
}
.btn-info:hover {
  color: #fff;
  background-color: #0aa1c0;
  border-color: #0a99b6;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0aa1c0;
  background-image: none;
  border-color: #0a99b6;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #09859e;
  border-color: #066477;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info .badge {
  color: #0dcaf0;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FFA351;
  border-color: #FFA351;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ff881e;
  border-color: #d16200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ff881e;
  border-color: #ff8314;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ff881e;
  background-image: none;
  border-color: #ff8314;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #f97500;
  border-color: #d16200;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFA351;
  border-color: #FFA351;
}
.btn-warning .badge {
  color: #FFA351;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #F96167;
  border-color: #F96167;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f73038;
  border-color: #d30810;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f73038;
  border-color: #f7262e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #f73038;
  background-image: none;
  border-color: #f7262e;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #f60d17;
  border-color: #d30810;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #F96167;
  border-color: #F96167;
}
.btn-danger .badge {
  color: #F96167;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #408EC6;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2b658f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0.5rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #408EC6;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0.5rem;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0.25rem;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0.5rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #408EC6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0.375rem 0.375rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0.375rem;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0.375rem;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #408EC6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0.375rem;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.375rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0.375rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #408EC6;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2b658f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #408EC6;
  border-color: #408EC6;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #408EC6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3073a3;
}
.label-success {
  background-color: #2BAE66;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #21854e;
}
.label-info {
  background-color: #0dcaf0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0aa1c0;
}
.label-warning {
  background-color: #FFA351;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ff881e;
}
.label-danger {
  background-color: #ed797e;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e74c53;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #408EC6;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #408EC6;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #408EC6;
  border-color: #408EC6;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ddebf5;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #2BAE66;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #2BAE66;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #2BAE66;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #2BAE66;
  border-color: #2BAE66;
}
.list-group-item-info {
  color: #0dcaf0;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0dcaf0;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #0dcaf0;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.list-group-item-warning {
  color: #FFA351;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #FFA351;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #FFA351;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FFA351;
  border-color: #FFA351;
}
.list-group-item-danger {
  color: #F96167;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #F96167;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #F96167;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #F96167;
  border-color: #F96167;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -0.625rem;
  border-top-right-radius: -0.625rem;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -0.625rem;
  border-bottom-left-radius: -0.625rem;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -0.625rem;
  border-top-right-radius: -0.625rem;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -0.625rem;
  border-bottom-left-radius: -0.625rem;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -0.625rem;
  border-top-right-radius: -0.625rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -0.625rem;
  border-top-right-radius: -0.625rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -0.625rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -0.625rem;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -0.625rem;
  border-bottom-left-radius: -0.625rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -0.625rem;
  border-bottom-left-radius: -0.625rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -0.625rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -0.625rem;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.375rem;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #408EC6;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #408EC6;
  border-color: #408EC6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #408EC6;
}
.panel-primary > .panel-heading .badge {
  color: #408EC6;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #408EC6;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #2BAE66;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #2BAE66;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #0dcaf0;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #0dcaf0;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #FFA351;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #FFA351;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #F96167;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #F96167;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0.375rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0.5rem;
}
.well-sm {
  padding: 9px;
  border-radius: 0.25rem;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
:root {
  --primary: #408EC6;
  --secondary: #6c757d;
  --success: #2BAE66;
  --info: #0dcaf0;
  --warning: #FFA351;
  --danger: #F96167;
  --light: #f8f9fa;
  --dark: #212529;
  --primary-text-emphasis: #1a394f;
  --secondary-text-emphasis: #2b2f32;
  --success-text-emphasis: #114629;
  --info-text-emphasis: #055160;
  --warning-text-emphasis: #664120;
  --danger-text-emphasis: #642729;
  --light-text-emphasis: #495057;
  --dark-text-emphasis: #495057;
  --primary-bg-subtle: #d9e8f4;
  --secondary-bg-subtle: #e2e3e5;
  --success-bg-subtle: #d5efe0;
  --info-bg-subtle: #cff4fc;
  --warning-bg-subtle: #ffeddc;
  --danger-bg-subtle: #fedfe1;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: #b3d2e8;
  --secondary-border-subtle: #c4c8cb;
  --success-border-subtle: #aadfc2;
  --info-border-subtle: #9eeaf9;
  --warning-border-subtle: #ffdab9;
  --danger-border-subtle: #fdc0c2;
  --light-border-subtle: #e9ecef;
  --dark-border-subtle: #adb5bd;
  --border-color: #e9ecef;
}
.flex,
.d--f {
  display: flex;
}
.d--n {
  display: none;
}
.d--if {
  display: inline-flex;
}
/* Flex direction */
.fd--r {
  flex-direction: row;
}
/* Default */
.fd--rr {
  flex-direction: row-reverse;
}
.fd--c {
  flex-direction: column;
}
.fd--cr {
  flex-direction: column-reverse;
}
/* Flex wrap */
.fw--n {
  flex-wrap: nowrap;
}
/* Default */
.fw--w {
  flex-wrap: wrap;
}
.fw--wr {
  flex-wrap: wrap-reverse;
}
/* Justify content */
.jc--fe {
  justify-content: flex-end;
}
.jc--fs {
  justify-content: flex-start;
}
/* Default */
.jc--c {
  justify-content: center;
}
.jc--sa {
  justify-content: space-around;
}
.jc--e {
  justify-content: end;
}
.jc--sb {
  justify-content: space-between;
}
/* Align items */
.ai--fs {
  align-items: flex-start;
}
.ai--c {
  align-items: center;
}
.ai--fe {
  align-items: flex-end;
}
.ai--s {
  align-items: stretch;
}
/* Default */
.ai--b {
  align-items: baseline;
}
/* Flex grow */
.fg--0 {
  flex-grow: 0;
}
/* Default */
.fg--1 {
  flex-grow: 1;
}
/* Flex shrink */
.fs--0 {
  flex-shrink: 0;
}
.fs--1 {
  flex-shrink: 1;
}
/* Default */
/* Flex basis */
.fb--a {
  flex-basis: auto;
}
/* Default */
.fb--0 {
  flex-basis: 0;
}
/* Align self */
.as--a {
  align-self: auto;
}
/* Default */
.as--fs {
  align-self: flex-start;
}
.as--c {
  align-self: center;
}
.as--fe {
  align-self: flex-end;
}
.as--s {
  align-self: stretch;
}
.as--b {
  align-self: baseline;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
/*
*
*
* .col-gap-xs;
* .col-gap-sm;
* .col-gap-md;
* .col-gap-lg;
*/
.col-gap-xs {
  column-gap: 5px !important;
}
.col-gap-sm {
  column-gap: 10px !important;
}
.col-gap-md {
  column-gap: 15px !important;
}
.col-gap-lg {
  column-gap: 20px !important;
}
/*
*
*
* .row-gap-xs;
* .row-gap-sm;
* .row-gap-md;
* .row-gap-lg;
*/
.row-gap-xs {
  row-gap: 5px !important;
}
.row-gap-sm {
  row-gap: 10px !important;
}
.row-gap-md {
  row-gap: 15px !important;
}
.row-gap-lg {
  row-gap: 20px !important;
}
/*
*
*
* .gap-xs;
* .gap-sm;
* .gap-md;
* .gap-lg;
*/
.gap-xs {
  gap: 5px;
}
.gap-sm {
  gap: 10px;
}
.gap-md {
  gap: 15px;
}
.gap-lg {
  gap: 20px;
}
/*
* BUILD HELPERS CSS CLASSES FOR ADD STATIC [ margin | padding ]
* AUTHOR: VLADIMIR UPIROV
*
* .{padding|marring}-{value}px;
* .{padding|marring}-{left|right|bottom|top}-{value}px;
*
* .padding-10px;
* .margin-left-20px;
* .padding-top-15px;
*/
.margin-5px {
  margin: 5px !important;
}
.margin-top-5px {
  margin-top: 5px !important;
}
.margin-left-5px {
  margin-left: 5px !important;
}
.margin-right-5px {
  margin-right: 5px !important;
}
.margin-bottom-5px {
  margin-bottom: 5px !important;
}
.padding-5px {
  padding: 5px !important;
}
.padding-top-5px {
  padding-top: 5px !important;
}
.padding-left-5px {
  padding-left: 5px !important;
}
.padding-right-5px {
  padding-right: 5px !important;
}
.padding-bottom-5px {
  padding-bottom: 5px !important;
}
.margin-10px {
  margin: 10px !important;
}
.margin-top-10px {
  margin-top: 10px !important;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-right-10px {
  margin-right: 10px !important;
}
.margin-bottom-10px {
  margin-bottom: 10px !important;
}
.padding-10px {
  padding: 10px !important;
}
.padding-top-10px {
  padding-top: 10px !important;
}
.padding-left-10px {
  padding-left: 10px !important;
}
.padding-right-10px {
  padding-right: 10px !important;
}
.padding-bottom-10px {
  padding-bottom: 10px !important;
}
.margin-15px {
  margin: 15px !important;
}
.margin-top-15px {
  margin-top: 15px !important;
}
.margin-left-15px {
  margin-left: 15px !important;
}
.margin-right-15px {
  margin-right: 15px !important;
}
.margin-bottom-15px {
  margin-bottom: 15px !important;
}
.padding-15px {
  padding: 15px !important;
}
.padding-top-15px {
  padding-top: 15px !important;
}
.padding-left-15px {
  padding-left: 15px !important;
}
.padding-right-15px {
  padding-right: 15px !important;
}
.padding-bottom-15px {
  padding-bottom: 15px !important;
}
.margin-20px {
  margin: 20px !important;
}
.margin-top-20px {
  margin-top: 20px !important;
}
.margin-left-20px {
  margin-left: 20px !important;
}
.margin-right-20px {
  margin-right: 20px !important;
}
.margin-bottom-20px {
  margin-bottom: 20px !important;
}
.padding-20px {
  padding: 20px !important;
}
.padding-top-20px {
  padding-top: 20px !important;
}
.padding-left-20px {
  padding-left: 20px !important;
}
.padding-right-20px {
  padding-right: 20px !important;
}
.padding-bottom-20px {
  padding-bottom: 20px !important;
}
.margin-xs {
  margin: 5px !important;
}
.margin-top-xs {
  margin-top: 5px !important;
}
.margin-left-xs {
  margin-left: 5px !important;
}
.margin-right-xs {
  margin-right: 5px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px !important;
}
.padding-xs {
  padding: 5px !important;
}
.padding-top-xs {
  padding-top: 5px !important;
}
.padding-left-xs {
  padding-left: 5px !important;
}
.padding-right-xs {
  padding-right: 5px !important;
}
.padding-bottom-xs {
  padding-bottom: 5px !important;
}
.margin-sm {
  margin: 10px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-left-sm {
  margin-left: 10px !important;
}
.margin-right-sm {
  margin-right: 10px !important;
}
.margin-bottom-sm {
  margin-bottom: 10px !important;
}
.padding-sm {
  padding: 10px !important;
}
.padding-top-sm {
  padding-top: 10px !important;
}
.padding-left-sm {
  padding-left: 10px !important;
}
.padding-right-sm {
  padding-right: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 10px !important;
}
.margin-md {
  margin: 15px !important;
}
.margin-top-md {
  margin-top: 15px !important;
}
.margin-left-md {
  margin-left: 15px !important;
}
.margin-right-md {
  margin-right: 15px !important;
}
.margin-bottom-md {
  margin-bottom: 15px !important;
}
.padding-md {
  padding: 15px !important;
}
.padding-top-md {
  padding-top: 15px !important;
}
.padding-left-md {
  padding-left: 15px !important;
}
.padding-right-md {
  padding-right: 15px !important;
}
.padding-bottom-md {
  padding-bottom: 15px !important;
}
.margin-lg {
  margin: 20px !important;
}
.margin-top-lg {
  margin-top: 20px !important;
}
.margin-left-lg {
  margin-left: 20px !important;
}
.margin-right-lg {
  margin-right: 20px !important;
}
.margin-bottom-lg {
  margin-bottom: 20px !important;
}
.padding-lg {
  padding: 20px !important;
}
.padding-top-lg {
  padding-top: 20px !important;
}
.padding-left-lg {
  padding-left: 20px !important;
}
.padding-right-lg {
  padding-right: 20px !important;
}
.padding-bottom-lg {
  padding-bottom: 20px !important;
}
/*
* BUILD HELPERS CSS CLASSES FOR ADD STATIC [ margin | padding ] ACCORDING TO SCREEN SIZE
* AUTHOR: VLADIMIR UPIROV
*
* .{padding|marring}-{value}px-when-{xs|sm|md|lg};
* .{padding|marring}-{left|right|bottom|top}-{value}px-when-{xs|sm|md|lg};
*
* .padding-10px-when-xs;
* .margin-left-20px-when-md;
* .padding-top-15px-when-lg;
*/
@media (min-width: 480px) and (max-width: 767px) {
  .margin-5px-when-xs {
    margin: 5px !important;
  }
  .margin-top-5px-when-xs {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-xs {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-xs {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-xs {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-xs {
    margin: 10px !important;
  }
  .margin-top-10px-when-xs {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-xs {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-xs {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-xs {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-xs {
    margin: 15px !important;
  }
  .margin-top-15px-when-xs {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-xs {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-xs {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-xs {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-xs {
    margin: 20px !important;
  }
  .margin-top-20px-when-xs {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-xs {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-xs {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-xs {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-xs {
    padding: 5px !important;
  }
  .padding-top-5px-when-xs {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-xs {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-xs {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-xs {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-xs {
    padding: 10px !important;
  }
  .padding-top-10px-when-xs {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-xs {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-xs {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-xs {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-xs {
    padding: 15px !important;
  }
  .padding-top-15px-when-xs {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-xs {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-xs {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-xs {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-xs {
    padding: 20px !important;
  }
  .padding-top-20px-when-xs {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-xs {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-xs {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-xs {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-5px-when-sm {
    margin: 5px !important;
  }
  .margin-top-5px-when-sm {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-sm {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-sm {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-sm {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-sm {
    margin: 10px !important;
  }
  .margin-top-10px-when-sm {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-sm {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-sm {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-sm {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-sm {
    margin: 15px !important;
  }
  .margin-top-15px-when-sm {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-sm {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-sm {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-sm {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-sm {
    margin: 20px !important;
  }
  .margin-top-20px-when-sm {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-sm {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-sm {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-sm {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-sm {
    padding: 5px !important;
  }
  .padding-top-5px-when-sm {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-sm {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-sm {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-sm {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-sm {
    padding: 10px !important;
  }
  .padding-top-10px-when-sm {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-sm {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-sm {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-sm {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-sm {
    padding: 15px !important;
  }
  .padding-top-15px-when-sm {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-sm {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-sm {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-sm {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-sm {
    padding: 20px !important;
  }
  .padding-top-20px-when-sm {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-sm {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-sm {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-sm {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .margin-5px-when-md {
    margin: 5px !important;
  }
  .margin-top-5px-when-md {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-md {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-md {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-md {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-md {
    margin: 10px !important;
  }
  .margin-top-10px-when-md {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-md {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-md {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-md {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-md {
    margin: 15px !important;
  }
  .margin-top-15px-when-md {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-md {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-md {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-md {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-md {
    margin: 20px !important;
  }
  .margin-top-20px-when-md {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-md {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-md {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-md {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-md {
    padding: 5px !important;
  }
  .padding-top-5px-when-md {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-md {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-md {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-md {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-md {
    padding: 10px !important;
  }
  .padding-top-10px-when-md {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-md {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-md {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-md {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-md {
    padding: 15px !important;
  }
  .padding-top-15px-when-md {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-md {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-md {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-md {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-md {
    padding: 20px !important;
  }
  .padding-top-20px-when-md {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-md {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-md {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-md {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .margin-5px-when-lg {
    margin: 5px !important;
  }
  .margin-top-5px-when-lg {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-lg {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-lg {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-lg {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-lg {
    margin: 10px !important;
  }
  .margin-top-10px-when-lg {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-lg {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-lg {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-lg {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-lg {
    margin: 15px !important;
  }
  .margin-top-15px-when-lg {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-lg {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-lg {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-lg {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-lg {
    margin: 20px !important;
  }
  .margin-top-20px-when-lg {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-lg {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-lg {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-lg {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-lg {
    padding: 5px !important;
  }
  .padding-top-5px-when-lg {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-lg {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-lg {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-lg {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-lg {
    padding: 10px !important;
  }
  .padding-top-10px-when-lg {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-lg {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-lg {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-lg {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-lg {
    padding: 15px !important;
  }
  .padding-top-15px-when-lg {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-lg {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-lg {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-lg {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-lg {
    padding: 20px !important;
  }
  .padding-top-20px-when-lg {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-lg {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-lg {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-lg {
    padding-bottom: 20px !important;
  }
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-auto {
  margin-right: auto;
}
/*
* BUILD HELPERS CSS CLASSES FOR REMOVE [ margin | padding ]
* AUTHOR: VLADIMIR UPIROV
*
* .no-{padding|marring};
* .no-{left|right|bottom|top}-{padding|marring};
*
* .no-left-padding;
* .no-margin;
* .no-top-padding;
*/
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
/*
* BUILD HELPERS CSS CLASSES FOR REMOVE BOOTSTRAP'S [ margin | padding ] ACCORDING TO SCREEN SIZE
* AUTHOR: VLADIMIR UPIROV
*
* .no-{padding|marring}-when-{xs|sm|md|lg};
* .no-{left|right|bottom|top}-{padding|marring}-when-{xs|sm|md|lg};
*
* .no-padding-when-xs;
* .no-right-margin-when-md;
* .no-top-padding-when-lg;
*
*/
@media (min-width: 480px) and (max-width: 767px) {
  .no-padding-when-xs {
    padding: 0 !important;
  }
  .no-top-padding-when-xs {
    padding-top: 0 !important;
  }
  .no-left-padding-when-xs {
    padding-left: 0 !important;
  }
  .no-right-padding-when-xs {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-xs {
    padding-bottom: 0 !important;
  }
  .no-margin-when-xs {
    margin: 0 !important;
  }
  .no-top-margin-when-xs {
    margin-top: 0 !important;
  }
  .no-left-margin-when-xs {
    margin-left: 0 !important;
  }
  .no-right-margin-when-xs {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-xs {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-xs {
    padding-margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-padding-when-sm {
    padding: 0 !important;
  }
  .no-top-padding-when-sm {
    padding-top: 0 !important;
  }
  .no-left-padding-when-sm {
    padding-left: 0 !important;
  }
  .no-right-padding-when-sm {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-sm {
    padding-bottom: 0 !important;
  }
  .no-margin-when-sm {
    margin: 0 !important;
  }
  .no-top-margin-when-sm {
    margin-top: 0 !important;
  }
  .no-left-margin-when-sm {
    margin-left: 0 !important;
  }
  .no-right-margin-when-sm {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-sm {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-sm {
    padding-margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-padding-when-md {
    padding: 0 !important;
  }
  .no-top-padding-when-md {
    padding-top: 0 !important;
  }
  .no-left-padding-when-md {
    padding-left: 0 !important;
  }
  .no-right-padding-when-md {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-md {
    padding-bottom: 0 !important;
  }
  .no-margin-when-md {
    margin: 0 !important;
  }
  .no-top-margin-when-md {
    margin-top: 0 !important;
  }
  .no-left-margin-when-md {
    margin-left: 0 !important;
  }
  .no-right-margin-when-md {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-md {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-md {
    padding-margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .no-padding-when-lg {
    padding: 0 !important;
  }
  .no-top-padding-when-lg {
    padding-top: 0 !important;
  }
  .no-left-padding-when-lg {
    padding-left: 0 !important;
  }
  .no-right-padding-when-lg {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-lg {
    padding-bottom: 0 !important;
  }
  .no-margin-when-lg {
    margin: 0 !important;
  }
  .no-top-margin-when-lg {
    margin-top: 0 !important;
  }
  .no-left-margin-when-lg {
    margin-left: 0 !important;
  }
  .no-right-margin-when-lg {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-lg {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-lg {
    padding-margin: 0 !important;
  }
}
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-auto {
  overflow: auto;
}
.scroller {
  appearance: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  --scrollbar-border-radius: 3px;
  --scrollbar-size: 5px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.5);
  --scrollbar-thumb-color__hover: rgba(0, 0, 0, 0.3);
  --scrollbar-track-color: #dee2e6;
}
@supports selector(::-webkit-scrollbar) {
  .scroller::-webkit-scrollbar {
    appearance: none;
    transition: border 0.6s ease, width 0.6s ease, height 0.6s ease;
  }
  .scroller::-webkit-scrollbar:vertical {
    width: var(--scrollbar-size);
  }
  .scroller::-webkit-scrollbar:horizontal {
    height: var(--scrollbar-size);
  }
  .scroller::-webkit-scrollbar-thumb {
    border-radius: var(--scrollbar-border-radius);
    background-color: var(--scrollbar-thumb-color);
  }
  .scroller::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-color__hover);
  }
  .scroller::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
  }
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.centered {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.blur-effect {
  filter: blur(1.5px);
}
.blur-mask {
  filter: blur(1.5px);
  pointer-events: none;
}
.blur-grayscale-mask {
  filter: blur(1.5px) grayscale(1);
  pointer-events: none;
}
.transition-all {
  transition: all 200ms;
}
.text-center,
.t-center {
  text-align: center !important;
}
.text-left,
.t-left {
  text-align: left !important;
}
.text-right,
.t-right {
  text-align: right !important;
}
.text-grey {
  color: #666;
}
.text-bold {
  font-weight: 600;
}
.text-truncate {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-grey-light {
  color: #999;
}
.text-grey-lighter {
  color: #e3e3e3;
}
.font-weight-solid {
  font-weight: 200;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold,
.f-bold {
  font-weight: 600;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.text-sm {
  font-size: 85%;
}
.text-xs {
  font-size: 75%;
}
.text-larger {
  font-size: 16px;
}
.text-large {
  font-size: 18px;
}
.no-wrap {
  white-space: nowrap;
}
.not-allowed {
  cursor: not-allowed !important;
}
.clickable {
  pointer-events: all;
}
.non-clickable {
  pointer-events: none;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-fixed {
  position: fixed;
}
.p-static {
  position: static;
}
.p-sticky {
  position: sticky;
}
.text-transform-none {
  text-transform: none !important;
}
.no-selection {
  user-select: none;
}
input[type='text']:not(.form-control),
input[type='password']:not(.form-control),
.rc-input-number-input:not(.form-control) {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #212529;
}
input[type='text']:not(.form-control):focus,
input[type='password']:not(.form-control):focus,
.rc-input-number-input:not(.form-control):focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type='text']:not(.form-control):focus,
input[type='password']:not(.form-control):focus,
.rc-input-number-input:not(.form-control):focus,
input[type='text']:not(.form-control):focus-within,
input[type='password']:not(.form-control):focus-within,
.rc-input-number-input:not(.form-control):focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
input[type='text']:not(.form-control).has-error:focus,
input[type='password']:not(.form-control).has-error:focus,
.rc-input-number-input:not(.form-control).has-error:focus {
  border-color: #F96167;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 97, 103, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 97, 103, 0.6);
}
input[type='text']:not(.form-control).has-error:focus,
input[type='password']:not(.form-control).has-error:focus,
.rc-input-number-input:not(.form-control).has-error:focus,
input[type='text']:not(.form-control).has-error:focus-within,
input[type='password']:not(.form-control).has-error:focus-within,
.rc-input-number-input:not(.form-control).has-error:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #fba0a4;
  box-shadow: 0 0 0 0.35rem rgba(249, 97, 103, 0.35);
  outline: 0;
}
select {
  outline: none;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  color: #212529;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
}
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:focus,
select:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
select[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}
.caret-icon {
  position: absolute;
  width: 0;
  height: 0;
  color: #fff;
}
.caret-icon.caret-icon-right {
  right: 0;
  top: 50%;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
}
.action-icon {
  transition: transform ease 0.1s, opacity ease 0.1s;
  opacity: 0.85;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}
.action-icon:hover {
  transform: scale(1.2);
  opacity: 1;
  text-decoration: none;
}
.like-link {
  color: #408EC6;
  cursor: pointer;
}
.like-link.disabled {
  color: #999;
  cursor: not-allowed;
}
.like-link:not(.disabled):hover {
  text-decoration: underline;
  color: #408EC6;
}
.context-menu {
  min-width: 140px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.context-menu li > a {
  display: block;
  padding: 6px 12px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
}
.context-menu li > a i {
  min-width: 14px;
  margin-right: 5px;
}
.context-menu li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.context-menu li.disabled > a {
  cursor: not-allowed;
  color: #999;
}
.alert,
.control-label,
.input-label,
.field-label,
.checkbox .checkbox-label,
input.form-control,
.radiobox-label,
.text-area-container textarea,
.Select .Select__value-container {
  font-size: 12px;
}
.navbar > .container {
  width: 100%;
}
.navbar > .container .navbar-header {
  margin-right: 0;
  margin-left: 0;
  float: left;
}
.navbar > .container .navbar-header > .navbar-brand {
  float: none;
  margin-left: 0;
  vertical-align: middle;
}
.navbar > .container .navbar-nav {
  float: left;
  margin: 0;
}
.navbar > .container .navbar-nav > li {
  float: left;
}
.navbar > .container .navbar-nav > li > a {
  padding: 15px;
}
.navbar > .container .navbar-nav.navbar-right {
  float: right;
}
.divider.small-divider {
  margin: 5px 0;
}
.open .dropdown-toggle.btn-link {
  background: #FFFFFF;
  color: #2b658f;
  border-color: #ADADAD;
}
.form-horizontal.no-responsive > .form-group .control-label {
  padding-top: 7px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
}
button:focus,
button:active {
  outline: none !important;
}
a {
  cursor: pointer;
  color: #408EC6;
}
a:hover {
  color: #2b658f;
}
a:disabled,
a[disabled] {
  cursor: not-allowed;
}
a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
a:focus {
  outline: none;
}
input:focus {
  outline: none;
}
.form-control[disabled] {
  background: #F4F4F4;
  color: #999;
  border: 1px solid #E9E9E9;
  box-shadow: none;
}
h4 {
  font-weight: 200;
}
.close {
  font-weight: 200;
  font-size: 16px;
  opacity: 0.8;
}
.close:hover {
  color: red;
}
.nav.nav-tabs {
  padding: 10px 20px 0 20px;
}
.nav.nav-tabs > li {
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.nav.nav-tabs > li > a {
  border: none;
  cursor: pointer;
  margin-right: 15px;
  padding: 5px 0;
  color: #999999;
  transition: color 0.4s ease;
  font-size: 12px;
}
.nav.nav-tabs > li > a:after {
  content: '';
  bottom: -1px;
  width: 0;
  background: #408EC6;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  background: none;
}
.nav.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.nav.nav-tabs > li.active > a {
  border: none;
  cursor: default;
  background: none;
}
.nav.nav-tabs > li:not(.disabled) > a:hover,
.nav.nav-tabs > li.active > a {
  color: #444444;
}
.nav.nav-tabs > li:not(.disabled) > a:hover:after,
.nav.nav-tabs > li.active > a:after {
  opacity: 1;
}
.nav.nav-tabs > li.disabled > a {
  color: #D8D8D8;
}
.nav.nav-tabs > li.danger-tab-item > a {
  color: #F96167;
}
.nav.nav-tabs > li.danger-tab-item > a:after {
  background: #F96167;
}
.form-group.disabled,
.control-label.disabled,
.checkbox.disabled,
.radio.disabled,
.checkbox-inline.disabled,
.radio-inline.disabled,
.form-group.disabled .form-group.disabled,
.form-group.disabled .control-label.disabled,
.form-group.disabled .checkbox.disabled,
.form-group.disabled .radio.disabled,
.form-group.disabled .checkbox-inline.disabled,
.form-group.disabled .radio-inline.disabled,
.control-label.disabled .form-group.disabled,
.control-label.disabled .control-label.disabled,
.control-label.disabled .checkbox.disabled,
.control-label.disabled .radio.disabled,
.control-label.disabled .checkbox-inline.disabled,
.control-label.disabled .radio-inline.disabled,
.checkbox.disabled .form-group.disabled,
.checkbox.disabled .control-label.disabled,
.checkbox.disabled .checkbox.disabled,
.checkbox.disabled .radio.disabled,
.checkbox.disabled .checkbox-inline.disabled,
.checkbox.disabled .radio-inline.disabled,
.radio.disabled .form-group.disabled,
.radio.disabled .control-label.disabled,
.radio.disabled .checkbox.disabled,
.radio.disabled .radio.disabled,
.radio.disabled .checkbox-inline.disabled,
.radio.disabled .radio-inline.disabled,
.checkbox-inline.disabled .form-group.disabled,
.checkbox-inline.disabled .control-label.disabled,
.checkbox-inline.disabled .checkbox.disabled,
.checkbox-inline.disabled .radio.disabled,
.checkbox-inline.disabled .checkbox-inline.disabled,
.checkbox-inline.disabled .radio-inline.disabled,
.radio-inline.disabled .form-group.disabled,
.radio-inline.disabled .control-label.disabled,
.radio-inline.disabled .checkbox.disabled,
.radio-inline.disabled .radio.disabled,
.radio-inline.disabled .checkbox-inline.disabled,
.radio-inline.disabled .radio-inline.disabled {
  color: #BBBBBB;
}
form label:not(.btn),
.form-group label:not(.btn) {
  color: #343a40;
}
.form-group-sm .control-label,
.form-group-sm .input-group .input-group-addon {
  font-size: 12px;
}
.form-control {
  appearance: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #408EC6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(64, 142, 198, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(64, 142, 198, 0.6);
}
.form-control:focus,
.form-control:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
.has-error .control-label {
  color: #343a40;
}
.has-error .form-control {
  box-shadow: none;
  border-color: #eb0912;
}
.has-error .form-control:focus {
  border-color: #eb0912;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 9, 18, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 9, 18, 0.6);
}
.has-error .form-control:focus,
.has-error .form-control:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #f36b71;
  box-shadow: 0 0 0 0.35rem rgba(235, 9, 18, 0.35);
  outline: 0;
}
.label {
  padding: 0.2em 0.6em 0.2em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
label {
  font-weight: 600;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  height: 100%;
  background-color: #161A24;
  position: relative;
}
body .product-icon-logo {
  height: 45px;
  width: 50px;
  display: inline-block;
  background-image: url(/media/iconlogo.9a351e10621e1b35f3255e88defa809f.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}
body .product-logo {
  width: 100%;
  height: 50px;
  display: inline-block;
  background-image: url(/media/whitelogo.629543706a4aa14864b84091f0496a45.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px;
  margin-bottom: 10px;
}
body .product-logo.dark {
  background-image: url(/media/blacklogo.09675e5fd7040b70c192481def6b8986.svg);
}
body #app {
  height: 100%;
}
body #app > .layout-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-width: 900px;
  min-height: 500px;
}
body #app > .layout-container .app-container-loading-panel {
  width: 100%;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
body #app > .layout-container .main {
  display: flex;
  flex: 1;
  width: 100%;
}
body #app > .layout-container .main-content-manager {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  background: #161a25;
  border: none;
  overflow: hidden;
  margin-bottom: 5px;
  margin-right: 5px;
}
body #app > .layout-container .main-content-manager > .panel-header {
  background: #363e55;
  height: 45px;
  width: 100%;
  line-height: 0;
}
body #app > .layout-container .main-content-manager > .panel-header .btn {
  height: 100%;
  vertical-align: top;
  border-radius: 0;
}
body #app > .layout-container .main-content-manager > .panel-header a.btn {
  font-size: 20px;
  padding: 0 15px;
  line-height: 45px;
}
body #app > .layout-container .main-content-manager > .panel-header button {
  border-radius: 0;
  padding: 0 10px;
  line-height: 43px;
}
body #app > .layout-container .main-content-manager > .panel-header .page-title {
  display: inline-block;
  line-height: 45px;
  color: #fff;
  margin: 0 0 0 20px;
  font-weight: 400;
}
body #app > .layout-container .main-content-manager > .panel-header .page-title .beta-label {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #FFA351;
  border-radius: 10px;
  margin-left: 10px;
  line-height: 1;
}
body #app > .layout-container .main-content-manager > .panel-body {
  width: 100%;
  flex: 1;
  position: relative;
  background: #F4F4F4;
  padding: 0;
  overflow: auto;
}
body #app > .layout-container.with-navigator {
  padding-bottom: 55px;
}
body input:-webkit-autofill::first-line {
  font-size: 14px;
  font-family: system-ui, 'Open Sans', sans-serif;
}
body .popover {
  z-index: 9999;
}
.no-access-page {
  text-align: center;
  margin: 100px auto;
  color: #6B6B6B;
}
.no-access-page button {
  margin: 5px;
}

.rc-input-number {
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 12px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  transition: all .3s;
}
.rc-input-number-focused {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.rc-input-number-handler {
  text-align: center;
  line-height: 12px;
  height: 12px;
  overflow: hidden;
  display: block;
  -ms-touch-action: none;
      touch-action: none;
}
.rc-input-number-handler-active {
  background: #ddd;
}
.rc-input-number-handler-up-inner,
.rc-input-number-handler-down-inner {
  color: #666666;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rc-input-number:hover {
  border-color: #1890ff;
}
.rc-input-number:hover .rc-input-number-handler-up,
.rc-input-number:hover .rc-input-number-handler-wrap {
  border-color: #1890ff;
}
.rc-input-number-disabled:hover {
  border-color: #d9d9d9;
}
.rc-input-number-disabled:hover .rc-input-number-handler-up,
.rc-input-number-disabled:hover .rc-input-number-handler-wrap {
  border-color: #d9d9d9;
}
.rc-input-number-input-wrap {
  overflow: hidden;
  height: 100%;
}
.rc-input-number-input {
  width: 100%;
  text-align: center;
  outline: 0;
  -moz-appearance: textfield;
  line-height: 26px;
  height: 100%;
  transition: all 0.3s ease;
  color: #666666;
  border: 0;
  border-radius: 4px;
  padding: 0;
  transition: all .3s;
}
.rc-input-number-handler-wrap {
  float: right;
  border-left: 1px solid #D9D9D9;
  width: 20px;
  height: 100%;
  transition: all .3s;
}
.rc-input-number-handler-up {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 1px;
  transition: all .3s;
}
.rc-input-number-handler-up-inner:after {
  content: '+';
}
.rc-input-number-handler-down {
  transition: all .3s;
}
.rc-input-number-handler-down-inner:after {
  content: '-';
}
.rc-input-number-handler-down-disabled,
.rc-input-number-handler-up-disabled {
  opacity: 0.72;
}
.rc-input-number-handler-down-disabled:hover,
.rc-input-number-handler-up-disabled:hover {
  color: #999;
  border-color: #d9d9d9;
}
.rc-input-number-disabled .rc-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.rc-input-number-disabled .rc-input-number-handler {
  opacity: 0.72;
}
.rc-input-number-disabled .rc-input-number-handler:hover {
  color: #999;
  border-color: #d9d9d9;
}

.rc-input-number {
  height: 34px;
}
.rc-input-number.number-input {
  width: 80px;
  padding: 0;
  border: none;
}
.rc-input-number.number-input .rc-input-number-input-wrap {
  overflow: unset;
}
.rc-input-number.number-input .rc-input-number-input {
  text-align: center !important;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}
.rc-input-number.number-input .rc-input-number-handler-wrap {
  display: none;
}
.rc-input-number.number-input.rc-input-number-focused {
  box-shadow: none;
}
.form-group-sm .rc-input-number-input {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.Select {
  display: inline-block;
}
.Select .Select__control {
  min-height: 32px;
  flex-wrap: unset;
  border-radius: 0.375rem;
  border-color: #dee2e6;
}
.Select .Select__control--is-focused {
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
.Select .Select__control--is-focused:hover {
  border-color: #408EC6;
}
.Select .Select__control--is-focused.Select__control--menu-is-open {
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
.Select .Select__indicators {
  height: 32px;
  cursor: pointer;
  padding-right: 5px;
  align-self: center;
}
.Select .Select__indicator {
  padding: 0 5px;
}
.Select .Select__dropdown-indicator span {
  transition: border-color 150ms;
  border-color: hsl(0, 0%, 80%) transparent transparent;
  margin-top: 5px;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select .Select__dropdown-indicator:hover span {
  border-color: hsl(0, 0%, 60%) transparent transparent;
}
.Select .Select__clear-indicator span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select .Select__value-container {
  padding: 0 0 0 8px;
}
.Select .Select__single-value {
  line-height: 30px;
}
.Select .Select__input-container {
  line-height: 14px;
}
.Select .Select__input-container .Select__input {
  box-shadow: none !important;
  height: calc(34px - 14px);
}
.Select .Select__multi-value {
  border: 1px solid rgba(0, 126, 255, 0.24);
  background-color: rgba(0, 126, 255, 0.08);
}
.Select .Select__multi-value .Select__multi-value__remove {
  border-left: 1px solid rgba(0, 126, 255, 0.24);
  border-radius: 0;
}
.Select .Select__multi-value .Select__multi-value__remove:hover {
  background-color: rgba(0, 113, 230, 0.08);
}
.Select .Select__multi-value__label {
  padding: 2px 5px;
}
.Select .Select__multi-value__label,
.Select .Select__multi-value__remove {
  color: #007eff;
}
.Select .Select__placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Select.Select-small .Select__control {
  min-height: 28px;
}
.Select.Select-small .Select__indicators {
  height: 28px;
}
.Select.Select-small .Select__value-container {
  font-size: 12px;
}
.Select.Select-small .Select__single-value {
  line-height: 28px;
}
.Select.Select-small .Select__input-container {
  line-height: 12px;
}
.Select.Select-small .Select__input-container .Select__input {
  height: calc(30px - 14px);
}
.Select.Select-small .Select__multi-value__label {
  padding: 1px 5px;
}
.Select.Select-small .Select__menu-notice {
  font-size: 12px;
}
.Select.Select-block {
  display: block;
  width: 100%;
}
.Select.Select--is-disabled .Select__control {
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
  box-shadow: none;
}
.Select.Select--is-disabled .Select__single-value,
.Select.Select--is-disabled .Select__placeholder {
  color: #999;
}
.Select.Select--is-disabled .Select__multi-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
}
.Select.Select--is-disabled .Select__multi-value__label {
  color: #999;
}
.Select.Select--is-disabled .Select__multi-value__remove {
  display: none;
}
.has-error .Select .Select__control {
  border-color: #fba0a4;
}
.has-error .Select .Select__control:hover {
  border-color: #F96167;
}
.has-error .Select .Select__control--is-focused {
  box-shadow: 0 0 0 0.35rem rgba(249, 97, 103, 0.35);
  outline: 0;
}
.Select .Select__menu,
.Select__menu-portal .Select__menu {
  border-radius: 0.375rem;
  max-width: 400px;
  min-width: max-content;
}
.Select .Select__clear-indicator,
.Select__menu-portal .Select__clear-indicator {
  padding: 0;
}
.Select .Select__clear-indicator span,
.Select__menu-portal .Select__clear-indicator span {
  font-size: 13px;
}
.Select .Select__option,
.Select__menu-portal .Select__option {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.Select .Select__option--is-focused:not(.Select__option--is-disabled),
.Select__menu-portal .Select__option--is-focused:not(.Select__option--is-disabled) {
  background-color: rgba(0, 126, 255, 0.08);
  color: #333333;
}
.Select .Select__option--is-focused:not(.Select__option--is-disabled):hover,
.Select__menu-portal .Select__option--is-focused:not(.Select__option--is-disabled):hover {
  background-color: rgba(0, 126, 255, 0.08);
}
.Select .Select__option--is-selected:not(.Select__option--is-disabled),
.Select__menu-portal .Select__option--is-selected:not(.Select__option--is-disabled) {
  background-color: rgba(0, 126, 255, 0.04);
  color: #333333;
}
.Select .Select__option--is-disabled,
.Select__menu-portal .Select__option--is-disabled {
  color: #ccc;
  background-color: unset;
}
.Select.Select-small .Select__option,
.Select__menu-portal.Select-small .Select__option {
  padding: 5px 10px;
  font-size: 12px;
}
.Select.Select-small .Select__menu-notice,
.Select__menu-portal.Select-small .Select__menu-notice {
  font-size: 12px;
}

.smart-portal-container {
  position: fixed;
  z-index: 2000;
}
.smart-portal-container .smart-portal-backdrop {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rc-calendar {
  box-sizing: border-box;
}
.rc-calendar * {
  box-sizing: border-box;
}
.rc-calendar-hidden {
  display: none;
}
.rc-calendar-input-wrap {
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-calendar-input-wrap:after {
  content: '';
  clear: both;
}
.rc-calendar-date-input-wrap {
  overflow: hidden;
}
.rc-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 34px;
  background-color: white;
  height: 217px;
}
.rc-calendar-time-picker-panel {
  width: 100%;
  position: relative;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-input-wrap {
  display: none;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-inner {
  border: none;
  box-shadow: none;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select {
  width: 84px;
  max-height: 217px;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select li {
  text-align: center;
  padding: 0;
}
.rc-calendar-time-picker-wrap {
  float: left;
  width: 100%;
}
.rc-calendar-time-picker-wrap .rc-time-picker {
  width: 100%;
}
.rc-calendar-time-picker-wrap .rc-time-picker-input {
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  height: 22px;
}
.rc-calendar-time-picker-wrap .rc-time-picker-icon {
  display: none;
}
.rc-calendar-input {
  border: 1px solid transparent;
  width: 100%;
  color: #666;
  cursor: text;
  line-height: 1.5;
  outline: 0;
  height: 22px;
}
.rc-calendar-input-invalid {
  border-color: red;
}
.rc-calendar-clear-btn {
  z-index: 9999;
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-calendar-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-calendar-clear-btn:hover:after {
  color: #666;
}
.rc-calendar-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;
}
.rc-calendar-picker-hidden {
  display: none;
}
.rc-calendar-picker-slide-up-enter {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight {
  animation-name: rcDropdownSlideUpIn;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight {
  animation-name: rcDropdownSlideDownIn;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight {
  animation-name: rcDropdownSlideUpOut;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight {
  animation-name: rcDropdownSlideDownOut;
  animation-play-state: running;
}
@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
}
.rc-calendar {
  position: relative;
  outline: none;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  width: 253px;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-calendar-date-panel,
.rc-calendar-panel {
  position: relative;
  outline: none;
}
.rc-calendar-week-number {
  width: 286px;
}
.rc-calendar-week-number-cell {
  text-align: center;
}
.rc-calendar-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 0px 5px;
  line-height: 34px;
  text-align: center;
  width: 30px;
}
.rc-calendar-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-header .rc-calendar-prev-month-btn {
  position: absolute;
  left: 25px;
}
.rc-calendar-header .rc-calendar-prev-month-btn:after {
  content: '‹';
}
.rc-calendar-header .rc-calendar-next-month-btn {
  position: absolute;
  right: 25px;
}
.rc-calendar-header .rc-calendar-next-month-btn:after {
  content: '›';
}
.rc-calendar-year-select,
.rc-calendar-month-select,
.rc-calendar-day-select {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 0 8px;
  line-height: 34px;
}
.rc-calendar-year-select:hover,
.rc-calendar-month-select:hover,
.rc-calendar-day-select:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-year-select.rc-calendar-time-status:hover,
.rc-calendar-month-select.rc-calendar-time-status:hover,
.rc-calendar-day-select.rc-calendar-time-status:hover {
  cursor: pointer;
  color: #666;
}
.rc-calendar-prev-month-btn,
.rc-calendar-next-month-btn,
.rc-calendar-prev-year-btn,
.rc-calendar-next-year-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #999;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.rc-calendar-prev-month-btn:hover,
.rc-calendar-next-month-btn:hover,
.rc-calendar-prev-year-btn:hover,
.rc-calendar-next-year-btn:hover {
  color: #23c0fa;
}
.rc-calendar-next-year-btn {
  right: 0;
}
.rc-calendar-next-year-btn:after {
  content: '»';
}
.rc-calendar-prev-year-btn {
  left: 0;
}
.rc-calendar-prev-year-btn:after {
  content: '«';
}
.rc-calendar-body {
  padding: 9px 10px 10px;
  height: 217px;
}
.rc-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.rc-calendar table,
.rc-calendar td,
.rc-calendar th,
.rc-calendar td {
  border: none;
}
.rc-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.rc-calendar-column-header {
  line-height: 18px;
  padding: 6px 0;
  width: 33px;
  text-align: center;
}
.rc-calendar-column-header .rc-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.rc-calendar-week-number-header .rc-calendar-column-header-inner {
  display: none;
}
.rc-calendar-cell {
  padding: 1px 0;
}
.rc-calendar-date {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  line-height: 26px;
  text-align: center;
}
.rc-calendar-date:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-selected-day .rc-calendar-date {
  background: #d9f4fe;
}
.rc-calendar-selected-date .rc-calendar-date {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-selected-date .rc-calendar-date:hover {
  background: #3fc7fa;
}
.rc-calendar-today .rc-calendar-date {
  border: 1px solid #3fc7fa;
}
.rc-calendar-disabled-cell .rc-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f3f3f3;
  border-radius: 0;
  width: auto;
}
.rc-calendar-disabled-cell .rc-calendar-date:hover {
  background: #f3f3f3;
}
.rc-calendar-disabled-cell-first-of-row .rc-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rc-calendar-disabled-cell-last-of-row .rc-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rc-calendar-last-month-cell .rc-calendar-date,
.rc-calendar-next-month-btn-day .rc-calendar-date {
  color: #bbb;
}
.rc-calendar-footer {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.rc-calendar-footer .rc-time-picker {
  width: 90px;
}
.rc-calendar-footer .rc-time-picker-input {
  height: 24px;
}
.rc-calendar-footer-show-ok {
  text-align: right;
}
.rc-calendar-footer-show-ok .rc-calendar-footer-btn {
  padding-right: 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-time-picker-btn {
  margin-left: 0;
  padding: 0 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-today-btn {
  float: left;
  padding-left: 12px;
}
.rc-calendar-footer-btn {
  margin-top: 2px;
}
.rc-calendar-footer-btn:after {
  content: 'x';
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
.rc-calendar-time-picker-btn {
  margin-left: 10px;
}
.rc-calendar-today-btn,
.rc-calendar-ok-btn,
.rc-calendar-time-picker-btn {
  display: inline-block;
  text-align: center;
  color: #f46830;
}
.rc-calendar-today-btn:hover,
.rc-calendar-ok-btn:hover,
.rc-calendar-time-picker-btn:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-today-btn-disabled,
.rc-calendar-ok-btn-disabled,
.rc-calendar-time-picker-btn-disabled {
  color: #bbb;
}
.rc-calendar-today-btn-disabled:hover,
.rc-calendar-ok-btn-disabled:hover,
.rc-calendar-time-picker-btn-disabled:hover {
  color: #bbb;
}
.rc-calendar-today-btn {
  padding-left: 10px;
}
.rc-calendar-time-input {
  height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 4px 10px;
  border-radius: 6px 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  width: 40px;
}
.rc-calendar-time-input:hover {
  border-color: #23c0fa;
}
.rc-calendar-time-input:focus {
  border-color: #23c0fa;
  box-shadow: 0 0 3px #23c0fa;
}
.rc-calendar-time-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-time-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-time-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-time-panel-title {
  width: 180px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  height: 30px;
  line-height: 22px;
  border-radius: 4px;
}
.rc-calendar-time-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-time-panel-cell {
  text-align: center;
  height: 42px;
  vertical-align: middle;
}
.rc-calendar-time-panel-time {
  line-height: 26px;
  display: block;
  border-radius: 4px;
  width: 26px;
  margin: 0 auto;
}
.rc-calendar-time-panel-time:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-month-panel > div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rc-calendar-month-panel-hidden {
  display: none;
}
.rc-calendar-month-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-month-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-month-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-month-panel-prev-year-btn,
.rc-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-month-panel-next-year-btn:after {
  content: '»';
}
.rc-calendar-month-panel-prev-year-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
}
.rc-calendar-month-panel-prev-year-btn:after {
  content: '«';
}
.rc-calendar-month-panel .rc-calendar-month-panel-year-select {
  width: 180px;
}
.rc-calendar-month-panel-year-select-arrow {
  display: none;
}
.rc-calendar-month-panel-next-year-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
}
.rc-calendar-month-panel-body {
  -ms-flex: 1;
  flex: 1;
  padding: 9px 10px 10px;
}
.rc-calendar-month-panel-footer {
  border-top: 1px solid #ccc;
  line-height: 38px;
}
.rc-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-month-panel-cell {
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month {
  color: #bfbfbf;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month:hover {
  background: white;
  cursor: not-allowed;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-header-wrap {
  position: relative;
  height: 308px;
}
.rc-calendar-year-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-year-panel > div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rc-calendar-year-panel-hidden {
  display: none;
}
.rc-calendar-year-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-year-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-year-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-year-panel-prev-decade-btn,
.rc-calendar-year-panel-next-decade-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-year-panel-next-decade-btn:after {
  content: '»';
}
.rc-calendar-year-panel-prev-decade-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
}
.rc-calendar-year-panel-prev-decade-btn:after {
  content: '«';
}
.rc-calendar-year-panel .rc-calendar-year-panel-decade-select {
  width: 180px;
}
.rc-calendar-year-panel-decade-select-arrow {
  display: none;
}
.rc-calendar-year-panel-next-decade-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
}
.rc-calendar-year-panel-body {
  -ms-flex: 1;
  flex: 1;
  padding: 9px 10px 10px;
}
.rc-calendar-year-panel-footer {
  border-top: 1px solid #ccc;
  line-height: 38px;
}
.rc-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-year-panel-cell {
  text-align: center;
}
.rc-calendar-year-panel-year {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-year-panel-year:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel-last-decade-cell .rc-calendar-year-panel-year,
.rc-calendar-year-panel-next-decade-cell .rc-calendar-year-panel-year {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.rc-calendar-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rc-calendar-decade-panel-hidden {
  display: none;
}
.rc-calendar-decade-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-decade-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 1px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-decade-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-decade-panel-prev-century-btn,
.rc-calendar-decade-panel-next-century-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-decade-panel-next-century-btn:after {
  content: '»';
}
.rc-calendar-decade-panel-prev-century-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
}
.rc-calendar-decade-panel-prev-century-btn:after {
  content: '«';
}
.rc-calendar-decade-panel-next-century-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
}
.rc-calendar-decade-panel-body {
  -ms-flex: 1;
  flex: 1;
  padding: 9px 10px 10px;
}
.rc-calendar-decade-panel-footer {
  border-top: 1px solid #ccc;
  line-height: 38px;
}
.rc-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-decade-panel-cell {
  text-align: center;
}
.rc-calendar-decade-panel-decade {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-decade-panel-decade:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,
.rc-calendar-decade-panel-next-century-cell .rc-calendar-decade-panel-decade {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.rc-calendar-range {
  width: 502px;
  overflow: hidden;
}
.rc-calendar-range-part {
  width: 250px;
  position: relative;
}
.rc-calendar-range-part .rc-calendar-time-picker {
  top: 69px;
}
.rc-calendar-range-part .rc-calendar-time-picker-panel-select {
  width: 77px;
}
.rc-calendar-range-left {
  float: left;
}
.rc-calendar-range-left .rc-calendar-time-picker-panel-select:last-child {
  border-right: 1px solid #e9e9e9;
}
.rc-calendar-range-right {
  float: right;
}
.rc-calendar-range-right .rc-calendar-time-picker-panel {
  left: 21px;
}
.rc-calendar-range-right .rc-calendar-time-picker-panel-select:first-child {
  border-left: 1px solid #e9e9e9;
}
.rc-calendar-range-middle {
  position: absolute;
  margin-left: -10px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.rc-calendar-range .rc-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rc-calendar-range .rc-calendar-input-wrap {
  height: 35px;
}
.rc-calendar-range .rc-calendar-input,
.rc-calendar-range .rc-time-picker-input {
  padding: 1px 7px;
  height: 22px;
}
.rc-calendar-range .rc-calendar-body,
.rc-calendar-range .rc-calendar-decade-panel-body,
.rc-calendar-range .rc-calendar-year-panel-body,
.rc-calendar-range .rc-calendar-month-panel-body {
  border-bottom: 1px solid #e9e9e9;
}
.rc-calendar-range.rc-calendar-week-number {
  width: 574px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part {
  width: 286px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker {
  top: 69px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker-panel-select {
  width: 89px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-right .rc-calendar-time-picker-panel {
  left: 36px;
}
.rc-calendar-range .rc-calendar-year-panel,
.rc-calendar-range .rc-calendar-month-panel,
.rc-calendar-range .rc-calendar-decade-panel {
  top: 35px;
}
.rc-calendar-range .rc-calendar-month-panel .rc-calendar-year-panel {
  top: 0;
}
.rc-calendar-range .rc-calendar-decade-panel-table,
.rc-calendar-range .rc-calendar-year-panel-table,
.rc-calendar-range .rc-calendar-month-panel-table {
  height: 198px;
}
.rc-calendar-range .rc-calendar-in-range-cell {
  background: #ebf4f8;
  border-radius: 0;
}
.rc-calendar-range-bottom {
  text-align: right;
}
.rc-calendar-range .rc-calendar-footer {
  border-top: none;
  padding: 0;
}
.rc-calendar-range .rc-calendar-footer-btn {
  padding: 10px 12px 10px 0;
}
.rc-calendar-range .rc-calendar-ok-btn {
  position: static;
}
.rc-calendar-range .rc-calendar-today-btn {
  float: left;
}
.rc-calendar-full {
  width: 275px;
}
.rc-calendar-full-header {
  padding: 5px 10px;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.rc-calendar-full-header-month-select,
.rc-calendar-full-header-year-select {
  width: 70px;
  float: right;
  margin-right: 5px;
}
.rc-calendar-full-header-switcher {
  float: right;
  display: inline-block;
}
.rc-calendar-full-header-switcher-normal:hover {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
  cursor: pointer;
}
.rc-calendar-full-header-switcher-focus {
  border-color: #3fc7fa;
  background-color: #3fc7fa;
  color: #fff;
}
.rc-calendar-full-header-switcher > span {
  float: left;
  height: 28px;
  line-height: 24px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  color: #666;
}
.rc-calendar-full-header-switcher > span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.rc-calendar-full-header-switcher > span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
.rc-calendar-fullscreen {
  width: auto;
}
.rc-calendar-fullscreen .rc-calendar-full-header {
  border-bottom: none;
}
.rc-calendar-fullscreen .rc-calendar-column-header {
  text-align: right;
  padding-right: 12px;
}
.rc-calendar-fullscreen .rc-calendar-cell {
  padding: 0;
}
.rc-calendar-fullscreen .rc-calendar-cell .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  height: 116px;
  width: auto;
  border-radius: 0;
  margin: 0 4px;
  border: none;
  border-top: 2px solid #eee;
  text-align: right;
  padding-right: 8px;
}
.rc-calendar-fullscreen .rc-calendar-selected-day .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background-color: #ebfaff;
  color: #666;
}
.rc-calendar-fullscreen .rc-calendar-today .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  border-top-color: #3FC7FA;
  color: #3FC7FA;
}
.date-input-with-error {
  color: #F96167;
  border-color: #F96167;
}
.date-input-with-error + i {
  color: #F96167;
}
.date-input-with-error:focus,
.date-input-with-error:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #fba0a4;
  box-shadow: 0 0 0 0.35rem rgba(249, 97, 103, 0.35);
  outline: 0;
}
.date-time-control {
  display: inline-block;
  border: 1px solid #dee2e6;
  width: 255px;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 10000;
  margin-top: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.date-time-control:not(.date-time-control__open) {
  display: none;
}
.date-time-control.pull-control-right {
  left: 0;
  right: initial;
}
.date-time-control .time-settings {
  padding: 5px 15px;
}
.date-time-control .time-settings > div > label {
  width: 90px;
  font-size: 12px;
}
.date-time-control .time-settings > div .current-time-label {
  font-size: 12px;
  margin-left: -5px;
}
.date-time-control .time-settings > div .slider {
  width: 130px;
}
.date-time-control .time-settings .utc-label {
  margin-left: 5px;
}
.date-time-control .buttons {
  border-top: 1px solid #dee2e6;
  padding: 10px;
}
.date-time-control.has-no-date .rc-calendar-selected-day .rc-calendar-date,
.date-time-control.has-no-date .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month,
.date-time-control.has-no-date .rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year,
.date-time-control.has-no-date .rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
  background: transparent;
  color: #666;
}
.date-time-control.has-no-date .rc-calendar-selected-day .rc-calendar-date:hover,
.date-time-control.has-no-date .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover,
.date-time-control.has-no-date .rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover,
.date-time-control.has-no-date .rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
  background: #d8f4ff;
}
.date-time-input {
  position: relative;
}
.date-time-input input {
  padding-right: 20px !important;
}
.date-time-input input:focus + .icons-container .calendar-icon {
  color: #408EC6;
}
.date-time-input input.has-error {
  color: #F96167;
  border-color: #F96167;
}
.date-time-input input.has-error + i {
  color: #F96167;
}
.date-time-input input.has-error:focus,
.date-time-input input.has-error:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #fba0a4;
  box-shadow: 0 0 0 0.35rem rgba(249, 97, 103, 0.35);
  outline: 0;
}
.date-time-input input[disabled] {
  border-color: #e9e9e9;
  background: #f4f4f4;
}
.date-time-input .icons-container {
  color: #828282;
  right: 7px;
  top: 50%;
  position: absolute;
  font-size: 12px;
  margin-top: -8px;
}
.date-time-input .icons-container .calendar-icon {
  pointer-events: none;
}
.date-time-input .icons-container .clear-icon {
  cursor: pointer;
  visibility: hidden;
}
.date-time-input:not(.use-time) input {
  width: 120px;
}
.date-time-input:hover .icons-container .clear-icon {
  visibility: visible;
}
.has-error .date-time-input input {
  color: #F96167;
  border-color: #F96167;
}
.has-error .date-time-input input + i {
  color: #F96167;
}
.has-error .date-time-input input:focus,
.has-error .date-time-input input:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #fba0a4;
  box-shadow: 0 0 0 0.35rem rgba(249, 97, 103, 0.35);
  outline: 0;
}
.date-time-picker {
  position: relative;
  display: inline-block;
}
.date-time-picker.block {
  display: block;
}
.date-time-picker.block .date-time-input input {
  display: block;
  width: 100%;
}
.date-time-range {
  display: flex;
}
.date-time-range > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.date-time-range > div > label {
  font-weight: normal;
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 0;
}
.date-time-range > div + div {
  margin-left: 10px;
}
.rc-calendar {
  box-shadow: none;
  border: none;
}
.rc-calendar-month-panel-table,
.rc-calendar-year-panel-table,
.rc-calendar-decade-panel-table {
  height: 200px;
}
.rc-calendar-date,
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month,
.rc-calendar-year-panel-year,
.rc-calendar-decade-panel-decade {
  border-radius: 0;
}
.rc-calendar-disabled-cell-first-of-row .rc-calendar-date,
.rc-calendar-disabled-cell-last-of-row .rc-calendar-date {
  border-radius: 0;
}
.rc-calendar-column-header {
  padding: 3px 0;
}
.rc-calendar-month-panel-header > a,
.rc-calendar-year-panel-header > a,
.rc-calendar-decade-panel-header > a,
.rc-calendar-decade-panel-century {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
}
.rc-calendar-decade-panel-century {
  font-weight: bold;
}
.rc-calendar-column-header .rc-calendar-column-header-inner {
  font-weight: bold;
  font-size: 11px;
  background: #f2f2f2;
  padding: 5px 2px;
  margin: 0 2px;
}
.rc-calendar-prev-month-btn:hover,
.rc-calendar-next-month-btn:hover,
.rc-calendar-prev-year-btn:hover,
.rc-calendar-next-year-btn:hover,
.rc-calendar-year-select:hover,
.rc-calendar-month-select:hover,
.rc-calendar-prev-month-btn:hover,
.rc-calendar-next-month-btn:hover,
.rc-calendar-prev-year-btn:hover,
.rc-calendar-next-year-btn:hover,
.rc-calendar-month-panel-header > a:hover,
.rc-calendar-year-panel-header > a:hover,
.rc-calendar-decade-panel-header > a:hover {
  color: #337ab7;
}
.rc-calendar-date:hover,
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover,
.rc-calendar-year-panel-year:hover,
.rc-calendar-decade-panel-decade:hover {
  background: #d8f4ff;
}
.rc-calendar-selected-day .rc-calendar-date,
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month,
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year,
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade,
.rc-calendar-selected-day .rc-calendar-date:hover,
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover,
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover,
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
  background: #337ab7;
}
.rc-calendar-cell.rc-calendar-selected-day.rc-calendar-disabled-cell > .rc-calendar-date {
  background: #acc0d0;
  color: white;
}
.rc-calendar-today .rc-calendar-date {
  border: 1px solid #337ab7;
}
.rc-calendar-selected-date .rc-calendar-date {
  background: #337ab7;
  color: white;
}
.rc-calendar-selected-date .rc-calendar-date:hover {
  background: #337ab7;
  color: white;
}
.rc-calendar-today .rc-calendar-date {
  background: white;
  color: #666;
}
.rc-calendar-today .rc-calendar-date:hover {
  color: white;
}

.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.rc-slider-track,
.rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}
.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  transform: translateY(-5px);
}
.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0.8;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-bottom: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  transform: translateX(-5px);
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.slider-wrapper {
  display: inline-block;
}
.slider-wrapper .slider {
  display: inline-block;
  height: 32px;
  width: 250px;
}
.slider-wrapper .slider > .track {
  height: 2px;
  top: 15px;
  transition: left 0.2s ease, right 0.2s ease;
}
.slider-wrapper .slider > .track.track-0 {
  background: #337AB7;
}
.slider-wrapper .slider > .track.track-1 {
  background: #aaa;
}
.slider-wrapper .slider > .thumb {
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px #999;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 5px;
  cursor: pointer;
  outline: none;
}
.slider-wrapper .slider > .thumb.active {
  border-color: #337AB7;
}
.slider-wrapper .slider > .thumb:not(.active) {
  transition: left 0.2s ease;
}
.slider-wrapper .slider > .thumb .current-value-label {
  color: #999;
  position: absolute;
  top: -25px;
  left: 10px;
  transform: translateX(-50%);
}
.slider-wrapper .extremes-label {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  margin: 0 5px;
  color: #999;
}
.slider-wrapper.slider-small .slider {
  height: 20px;
}
.slider-wrapper.slider-small .slider > .thumb {
  height: 14px;
  width: 14px;
  top: 9px;
}
.slider-wrapper.slider-small .slider > .thumb .current-value-label {
  top: -17px;
  left: 7px;
  font-size: 10px;
}

.popper-tooltip-container,
.popper-popover-container {
  --background: #fff;
  --color: #000;
  --border: 1px solid rgba(0, 0, 0, 0.2);
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  --z-index: 11000;
  background: var(--background);
  color: var(--color);
  border: var(--border);
  box-shadow: var(--box-shadow);
  max-width: 300px;
  z-index: var(--z-index);
  visibility: hidden;
}
.popper-tooltip-container .popper-inner,
.popper-popover-container .popper-inner {
  position: relative;
  background: var(--background);
  z-index: 1;
  padding: 8px 16px;
  white-space: break-spaces;
  word-break: break-word;
}
.popper-tooltip-container .popper-arrow,
.popper-popover-container .popper-arrow {
  visibility: inherit;
}
.popper-tooltip-container .popper-arrow,
.popper-popover-container .popper-arrow,
.popper-tooltip-container .popper-arrow::before,
.popper-popover-container .popper-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
}
.popper-tooltip-container .popper-arrow::before,
.popper-popover-container .popper-arrow::before {
  visibility: inherit !important;
  content: '';
  transform: rotate(45deg);
  background: var(--background);
  border: var(--border);
}
.popper-tooltip-container[data-popper-placement^='top'] > .popper-arrow,
.popper-popover-container[data-popper-placement^='top'] > .popper-arrow {
  bottom: -3px;
}
.popper-tooltip-container[data-popper-placement^='bottom'] > .popper-arrow,
.popper-popover-container[data-popper-placement^='bottom'] > .popper-arrow {
  top: -5px;
}
.popper-tooltip-container[data-popper-placement^='left'] > .popper-arrow,
.popper-popover-container[data-popper-placement^='left'] > .popper-arrow {
  right: -3px;
}
.popper-tooltip-container[data-popper-placement^='right'] > .popper-arrow,
.popper-popover-container[data-popper-placement^='right'] > .popper-arrow {
  left: -4px;
}
.popper-tooltip-container.type-danger,
.popper-popover-container.type-danger {
  --background: #f05454;
  --color: #fff;
}
.popper-tooltip-container.type-warning,
.popper-popover-container.type-warning {
  --background: #ffbd73;
  --color: #733d00;
}
.popper-tooltip-container hr,
.popper-popover-container hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.popper-tooltip-container {
  --background: #000;
  --color: #fff;
  opacity: 0.9;
  font-size: 11px;
}
.popper-tooltip-container .popper-inner {
  padding: 4px 8px;
}
.popper-popover-container {
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}

.react-tags__wrapper {
  position: relative;
}
.react-tags__wrapper.has-delete-all-icon .react-tags {
  padding-right: 29px;
}
.react-tags__wrapper .react-tags {
  position: relative;
  height: unset;
  padding-left: 6px;
  /* clicking anywhere will focus the input */
  cursor: text;
}
.react-tags__wrapper .react-tags.is-active {
  color: #212529;
  background-color: #fff;
  border-color: #8cbbdd;
  box-shadow: 0 0 0 0.35rem rgba(64, 142, 198, 0.35);
  outline: 0;
}
.react-tags__wrapper .react-tags.is-disabled {
  opacity: 0.75;
  background-color: #eaeef2;
  /* Prevent any clicking on the component */
  pointer-events: none;
  cursor: not-allowed;
}
.react-tags__wrapper .react-tags.is-invalid {
  border-color: #F96167;
  box-shadow: 0 0 0 2px rgba(253, 86, 83, 0.25);
}
.react-tags__wrapper .react-tags .react-tags__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.react-tags__wrapper .react-tags .react-tags__list {
  /* Do not use display: contents, it's too buggy */
  display: inline;
  padding: 0;
  vertical-align: middle;
}
.react-tags__wrapper .react-tags .react-tags__list .react-tags__list-item {
  display: inline;
  list-style: none;
}
.react-tags__wrapper .react-tags .react-tags__list .react-tags__list-item .react-tags__tag {
  cursor: default;
  height: 21px;
  border-radius: 2px;
  display: inline-block;
  line-height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  background: #eaeef2;
  border: 0;
}
.react-tags__wrapper .react-tags .react-tags__list .react-tags__list-item .react-tags__tag .react-tags__selected-tag-close {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  padding: 0 5px;
  font-size: 10px;
  color: #7c7d86;
}
.react-tags__wrapper .react-tags .react-tags__list .react-tags__list-item .react-tags__tag .react-tags__tag-name {
  padding-left: 5px;
  font-size: 12px;
}
.react-tags__wrapper .react-tags .react-tags__combobox {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  /* prevents autoresize overflowing the container */
  max-width: 100%;
}
.react-tags__wrapper .react-tags .react-tags__combobox .react-tags__combobox-input {
  /* prevent autoresize overflowing the container */
  max-width: 100%;
  width: auto !important;
  /* remove styles and layout from this element */
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  /* override input[type=text] styles */
  height: auto;
  font-size: 14px;
  border: none;
  box-shadow: none;
}
.react-tags__wrapper .react-tags .react-tags__combobox .react-tags__combobox-input:focus {
  border: none;
  box-shadow: none;
}
.react-tags__wrapper .react-tags .react-tags__combobox .react-tags__combobox-input::placeholder {
  font-size: 13px;
  color: #999;
}
.react-tags__wrapper .react-tags .react-tags__listbox {
  position: absolute;
  z-index: 10;
  top: calc(100% + 5px);
  /* Negate the border width on the container */
  left: -2px;
  right: -2px;
  max-height: 12.5rem;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #afb8c1;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -4px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}
.react-tags__wrapper .react-tags .react-tags__listbox .react-tags__listbox-option {
  padding: 0.375rem 0.5rem;
}
.react-tags__wrapper .react-tags .react-tags__listbox .react-tags__listbox-option:hover {
  cursor: pointer;
  background: #eaeef2;
}
.react-tags__wrapper .react-tags .react-tags__listbox .react-tags__listbox-option:not([aria-disabled='true']).is-active {
  background: #408EC6;
  color: #ffffff;
}
.react-tags__wrapper .react-tags .react-tags__listbox .react-tags__listbox-option[aria-disabled='true'] {
  color: #7c7d86;
  cursor: not-allowed;
  pointer-events: none;
}
.react-tags__wrapper .react-tags .react-tags__listbox .react-tags__listbox-option[aria-disabled='true']::after {
  content: '✓';
  margin-left: 0.5rem;
}
.react-tags__wrapper .react-tags .react-tags__listbox .react-tags__listbox-option[aria-disabled='true']:not(.is-active)::after {
  color: #408EC6;
}
.react-tags__wrapper .react-tags__delete-all-icon {
  position: absolute;
  right: 9px;
  bottom: 9px;
  cursor: pointer;
  color: #bbb;
}

.confirm-modal .remember-choice-checkbox-wrapper {
  display: flex;
  flex: 1;
}
.confirm-modal .remember-choice-checkbox-wrapper .checkbox {
  display: flex;
  align-items: center;
}
.confirm-modal .remember-choice-checkbox-wrapper .checkbox-decorator {
  top: 1px;
}
.confirm-modal .last-chance {
  margin-top: 10px;
}

.btn {
  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, text-shadow 0.15s ease-in-out;
}
.btn .btn-divider {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: -5px 10px -10px 10px;
  background: #fff;
  padding: 10px 0;
  opacity: 0.4;
}
.btn.btn-default .btn-divider {
  background: #CCCCCC;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  color: #fff;
  background-color: #545b62;
  border-color: #313539;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #545b62;
  border-color: #50565c;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.open > .dropdown-toggle.btn.btn-secondary {
  color: #fff;
  background-color: #545b62;
  background-image: none;
  border-color: #50565c;
}
.btn.btn-secondary:active:hover,
.btn.btn-secondary.active:hover,
.open > .dropdown-toggle.btn.btn-secondary:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary.active:focus,
.open > .dropdown-toggle.btn.btn-secondary:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active.focus,
.open > .dropdown-toggle.btn.btn-secondary.focus {
  color: #fff;
  background-color: #44494e;
  border-color: #313539;
}
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary[disabled]:hover,
fieldset[disabled] .btn.btn-secondary:hover,
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary[disabled]:focus,
fieldset[disabled] .btn.btn-secondary:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary.focus {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.btn-secondary .badge {
  color: #6c757d;
  background-color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  background-color: #3073a3;
  border-color: #3073a3;
}
.btn.btn-primary:hover {
  background-color: #3073a3;
  border-color: #3073a3;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
  background-color: #408EC6;
  border-color: #408EC6;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #2b658f;
  border-color: #2b658f;
  box-shadow: none;
}
.btn.btn-primary:active:not(:focus-visible),
.btn.btn-primary.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-primary:focus-visible {
  --shadow-color: #7bb1d8;
  color: #fff;
  background-color: #3073a3;
  border-color: #3073a3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-primary:focus-visible.btn-success {
  --shadow-color: #549acc;
}
.btn.btn-primary.btn-outline {
  background-color: transparent;
  color: #408EC6;
}
.btn.btn-primary.btn-outline:hover {
  background-color: #408EC6;
  border-color: #408EC6;
  color: #fff;
}
.btn.btn-primary.btn-outline:focus:hover {
  color: #fff;
}
.btn.btn-primary.btn-outline:focus-visible {
  color: #fff;
  background-color: #3073a3;
  border-color: #3073a3;
  outline: 0;
}
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline.active {
  background-color: #408EC6;
  border-color: #408EC6;
  color: #fff;
}
.btn.btn-primary.btn-outline:active:not(:focus-visible),
.btn.btn-primary.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-primary.btn-outline.disabled:hover,
.btn.btn-primary.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline.disabled:focus,
.btn.btn-primary.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline.disabled.focus,
.btn.btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-primary.btn-outline.focus {
  background-color: transparent;
  border-color: #408EC6;
  color: #408EC6;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  background-color: #545b62;
  border-color: #545b62;
}
.btn.btn-secondary:hover {
  background-color: #545b62;
  border-color: #545b62;
}
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary[disabled]:hover,
fieldset[disabled] .btn.btn-secondary:hover,
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary[disabled]:focus,
fieldset[disabled] .btn.btn-secondary:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary.focus {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: #494f54;
  border-color: #494f54;
  box-shadow: none;
}
.btn.btn-secondary:active:not(:focus-visible),
.btn.btn-secondary.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-secondary:focus-visible {
  --shadow-color: #939ba2;
  color: #fff;
  background-color: #545b62;
  border-color: #545b62;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-secondary:focus-visible.btn-success {
  --shadow-color: #78828a;
}
.btn.btn-secondary.btn-outline {
  background-color: transparent;
  color: #6c757d;
}
.btn.btn-secondary.btn-outline:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn.btn-secondary.btn-outline:focus:hover {
  color: #fff;
}
.btn.btn-secondary.btn-outline:focus-visible {
  color: #fff;
  background-color: #545b62;
  border-color: #545b62;
  outline: 0;
}
.btn.btn-secondary.btn-outline:active,
.btn.btn-secondary.btn-outline.active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn.btn-secondary.btn-outline:active:not(:focus-visible),
.btn.btn-secondary.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-secondary.btn-outline.disabled:hover,
.btn.btn-secondary.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-secondary.btn-outline:hover,
.btn.btn-secondary.btn-outline.disabled:focus,
.btn.btn-secondary.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-secondary.btn-outline:focus,
.btn.btn-secondary.btn-outline.disabled.focus,
.btn.btn-secondary.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-secondary.btn-outline.focus {
  background-color: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.btn.btn-success:focus,
.btn.btn-success.focus {
  background-color: #21854e;
  border-color: #21854e;
}
.btn.btn-success:hover {
  background-color: #21854e;
  border-color: #21854e;
}
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success[disabled].focus,
fieldset[disabled] .btn.btn-success.focus {
  background-color: #2BAE66;
  border-color: #2BAE66;
}
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #1c7142;
  border-color: #1c7142;
  box-shadow: none;
}
.btn.btn-success:active:not(:focus-visible),
.btn.btn-success.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-success:focus-visible {
  --shadow-color: #51d48c;
  color: #fff;
  background-color: #21854e;
  border-color: #21854e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-success:focus-visible.btn-success {
  --shadow-color: #30c272;
}
.btn.btn-success.btn-outline {
  background-color: transparent;
  color: #2BAE66;
}
.btn.btn-success.btn-outline:hover {
  background-color: #2BAE66;
  border-color: #2BAE66;
  color: #fff;
}
.btn.btn-success.btn-outline:focus:hover {
  color: #fff;
}
.btn.btn-success.btn-outline:focus-visible {
  color: #fff;
  background-color: #21854e;
  border-color: #21854e;
  outline: 0;
}
.btn.btn-success.btn-outline:active,
.btn.btn-success.btn-outline.active {
  background-color: #2BAE66;
  border-color: #2BAE66;
  color: #fff;
}
.btn.btn-success.btn-outline:active:not(:focus-visible),
.btn.btn-success.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-success.btn-outline.disabled:hover,
.btn.btn-success.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline.disabled:focus,
.btn.btn-success.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-success.btn-outline:focus,
.btn.btn-success.btn-outline.disabled.focus,
.btn.btn-success.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-success.btn-outline.focus {
  background-color: transparent;
  border-color: #2BAE66;
  color: #2BAE66;
}
.btn.btn-info:focus,
.btn.btn-info.focus {
  background-color: #0aa1c0;
  border-color: #0aa1c0;
}
.btn.btn-info:hover {
  background-color: #0aa1c0;
  border-color: #0aa1c0;
}
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info[disabled].focus,
fieldset[disabled] .btn.btn-info.focus {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #098da7;
  border-color: #098da7;
  box-shadow: none;
}
.btn.btn-info:active:not(:focus-visible),
.btn.btn-info.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-info:focus-visible {
  --shadow-color: #54dbf6;
  color: #fff;
  background-color: #0aa1c0;
  border-color: #0aa1c0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-info:focus-visible.btn-success {
  --shadow-color: #23d0f3;
}
.btn.btn-info.btn-outline {
  background-color: transparent;
  color: #0dcaf0;
}
.btn.btn-info.btn-outline:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #fff;
}
.btn.btn-info.btn-outline:focus:hover {
  color: #fff;
}
.btn.btn-info.btn-outline:focus-visible {
  color: #fff;
  background-color: #0aa1c0;
  border-color: #0aa1c0;
  outline: 0;
}
.btn.btn-info.btn-outline:active,
.btn.btn-info.btn-outline.active {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #fff;
}
.btn.btn-info.btn-outline:active:not(:focus-visible),
.btn.btn-info.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-info.btn-outline.disabled:hover,
.btn.btn-info.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline.disabled:focus,
.btn.btn-info.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-info.btn-outline:focus,
.btn.btn-info.btn-outline.disabled.focus,
.btn.btn-info.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-info.btn-outline.focus {
  background-color: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.btn.btn-warning:focus,
.btn.btn-warning.focus {
  background-color: #ff881e;
  border-color: #ff881e;
}
.btn.btn-warning:hover {
  background-color: #ff881e;
  border-color: #ff881e;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning[disabled].focus,
fieldset[disabled] .btn.btn-warning.focus {
  background-color: #FFA351;
  border-color: #FFA351;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #ff7b04;
  border-color: #ff7b04;
  box-shadow: none;
}
.btn.btn-warning:active:not(:focus-visible),
.btn.btn-warning.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-warning:focus-visible {
  --shadow-color: #ffcb9e;
  color: #fff;
  background-color: #ff881e;
  border-color: #ff881e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-warning:focus-visible.btn-success {
  --shadow-color: #ffb06b;
}
.btn.btn-warning.btn-outline {
  background-color: transparent;
  color: #FFA351;
}
.btn.btn-warning.btn-outline:hover {
  background-color: #FFA351;
  border-color: #FFA351;
  color: #fff;
}
.btn.btn-warning.btn-outline:focus:hover {
  color: #fff;
}
.btn.btn-warning.btn-outline:focus-visible {
  color: #fff;
  background-color: #ff881e;
  border-color: #ff881e;
  outline: 0;
}
.btn.btn-warning.btn-outline:active,
.btn.btn-warning.btn-outline.active {
  background-color: #FFA351;
  border-color: #FFA351;
  color: #fff;
}
.btn.btn-warning.btn-outline:active:not(:focus-visible),
.btn.btn-warning.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-warning.btn-outline.disabled:hover,
.btn.btn-warning.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline.disabled:focus,
.btn.btn-warning.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-warning.btn-outline:focus,
.btn.btn-warning.btn-outline.disabled.focus,
.btn.btn-warning.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-warning.btn-outline.focus {
  background-color: transparent;
  border-color: #FFA351;
  color: #FFA351;
}
.btn.btn-danger:focus,
.btn.btn-danger.focus {
  background-color: #f73038;
  border-color: #f73038;
}
.btn.btn-danger:hover {
  background-color: #f73038;
  border-color: #f73038;
}
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger[disabled].focus,
fieldset[disabled] .btn.btn-danger.focus {
  background-color: #F96167;
  border-color: #F96167;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #f61720;
  border-color: #f61720;
  box-shadow: none;
}
.btn.btn-danger:active:not(:focus-visible),
.btn.btn-danger.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-danger:focus-visible {
  --shadow-color: #fcabae;
  color: #fff;
  background-color: #f73038;
  border-color: #f73038;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-danger:focus-visible.btn-success {
  --shadow-color: #fa7a7f;
}
.btn.btn-danger.btn-outline {
  background-color: transparent;
  color: #F96167;
}
.btn.btn-danger.btn-outline:hover {
  background-color: #F96167;
  border-color: #F96167;
  color: #fff;
}
.btn.btn-danger.btn-outline:focus:hover {
  color: #fff;
}
.btn.btn-danger.btn-outline:focus-visible {
  color: #fff;
  background-color: #f73038;
  border-color: #f73038;
  outline: 0;
}
.btn.btn-danger.btn-outline:active,
.btn.btn-danger.btn-outline.active {
  background-color: #F96167;
  border-color: #F96167;
  color: #fff;
}
.btn.btn-danger.btn-outline:active:not(:focus-visible),
.btn.btn-danger.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-danger.btn-outline.disabled:hover,
.btn.btn-danger.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline.disabled:focus,
.btn.btn-danger.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-danger.btn-outline:focus,
.btn.btn-danger.btn-outline.disabled.focus,
.btn.btn-danger.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-danger.btn-outline.focus {
  background-color: transparent;
  border-color: #F96167;
  color: #F96167;
}
.btn.btn-default:focus,
.btn.btn-default.focus {
  background-color: #e6e6e6;
  border-color: #c1c8d0;
}
.btn.btn-default:hover {
  background-color: #e6e6e6;
  border-color: #c1c8d0;
}
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled.focus,
.btn.btn-default[disabled].focus,
fieldset[disabled] .btn.btn-default.focus {
  background-color: #fff;
  border-color: #dee2e6;
}
.btn.btn-default:active,
.btn.btn-default.active {
  background-color: #d9d9d9;
  border-color: #b2bcc5;
  box-shadow: none;
}
.btn.btn-default:active:not(:focus-visible),
.btn.btn-default.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-default:focus-visible {
  --shadow-color: #ffffff;
  color: #333;
  background-color: #e6e6e6;
  border-color: #c1c8d0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--shadow-color);
}
.btn.btn-default:focus-visible.btn-success {
  --shadow-color: #ffffff;
}
.btn.btn-default.btn-outline {
  background-color: transparent;
  color: #fff;
}
.btn.btn-default.btn-outline:hover {
  background-color: #fff;
  border-color: #dee2e6;
  color: #000;
}
.btn.btn-default.btn-outline:focus:hover {
  color: #000;
}
.btn.btn-default.btn-outline:focus-visible {
  color: #000;
  background-color: #e6e6e6;
  border-color: #c1c8d0;
  outline: 0;
}
.btn.btn-default.btn-outline:active,
.btn.btn-default.btn-outline.active {
  background-color: #fff;
  border-color: #dee2e6;
  color: #000;
}
.btn.btn-default.btn-outline:active:not(:focus-visible),
.btn.btn-default.btn-outline.active:not(:focus-visible) {
  box-shadow: none;
}
.btn.btn-default.btn-outline.disabled:hover,
.btn.btn-default.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-default.btn-outline:hover,
.btn.btn-default.btn-outline.disabled:focus,
.btn.btn-default.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-default.btn-outline:focus,
.btn.btn-default.btn-outline.disabled.focus,
.btn.btn-default.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-default.btn-outline.focus {
  background-color: transparent;
  border-color: #dee2e6;
  color: #fff;
}
.btn:not(.btn-link):not(.dropdown-toggle) {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-lg > span {
  font-size: 14px;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

.checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.checkbox.block {
  display: block;
  margin: 5px 0;
}
.checkbox input {
  visibility: hidden;
}
.checkbox .checkbox-label,
.checkbox .checkbox-decorator {
  vertical-align: middle;
  font-weight: normal;
}
.checkbox .checkbox-label:first-child {
  margin-right: 5px;
}
.checkbox .checkbox-label:last-child {
  margin-left: 5px;
}
.checkbox .checkbox-decorator {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  height: 16px;
  width: 16px;
  color: #808080;
  background-color: #FAFAFA;
  border: 1px solid #C8C8C8;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  line-height: 13px;
  border-radius: 0.25rem;
}
@-moz-document url-prefix() {
  .checkbox .checkbox-decorator {
    top: 1px;
    height: calc(16px + 1px);
    width: calc(16px + 1px);
  }
}
.checkbox .checkbox-decorator:after {
  display: inline-block;
  content: "";
}
.checkbox.checkbox-small .checkbox-decorator {
  height: 14px;
  width: 14px;
  font-size: 9px;
  line-height: 12px;
}
.checkbox.checkbox-small .checkbox-label {
  font-size: 12px;
}
.checkbox input:indeterminate + .checkbox-decorator {
  color: #D2D2D2;
  line-height: 14px;
}
.checkbox input:indeterminate + .checkbox-decorator:after {
  content: "\f068";
  font-weight: 900;
}
.checkbox input:checked + .checkbox-decorator:after {
  content: "\f00c";
  font-weight: 900;
}
.checkbox.read-only {
  cursor: default;
  pointer-events: none;
}
.checkbox.read-only + span {
  cursor: default;
}
.checkbox.disabled {
  cursor: not-allowed;
}
.checkbox.disabled + span {
  cursor: not-allowed;
}
.checkbox.disabled .checkbox-decorator,
.checkbox.read-only .checkbox-decorator {
  color: #999;
  background: #EEE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.checkbox:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: #D2D2D2;
  border: 1px solid #BCBCBC;
}
.checkbox:not(.disabled) input:not(:checked):hover + .checkbox-decorator:after,
.checkbox:not(.read-only) input:not(:checked):hover + .checkbox-decorator:after {
  content: "\f00c";
  font-weight: 900;
}
.checkbox.primary.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.primary:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.primary:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.primary .checkbox-decorator {
  color: white;
  background-color: #408EC6;
  border-color: #408EC6;
}
.checkbox.secondary.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.secondary:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.secondary:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.secondary .checkbox-decorator {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.checkbox.success.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.success:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.success:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.success .checkbox-decorator {
  color: white;
  background-color: #2BAE66;
  border-color: #2BAE66;
}
.checkbox.info.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.info:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.info:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.info .checkbox-decorator {
  color: white;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.checkbox.warning.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.warning:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.warning:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.warning .checkbox-decorator {
  color: white;
  background-color: #FFA351;
  border-color: #FFA351;
}
.checkbox.danger.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.danger:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.danger:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.danger .checkbox-decorator {
  color: white;
  background-color: #F96167;
  border-color: #F96167;
}
.checkbox.light.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.light:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.light:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.light .checkbox-decorator {
  color: white;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.checkbox.dark.disabled .checkbox-decorator {
  color: rgba(255, 255, 255, 0.8);
}
.checkbox.dark:not(.disabled) input:not(:checked):hover + .checkbox-decorator,
.checkbox.dark:not(.read-only) input:not(:checked):hover + .checkbox-decorator {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox.dark .checkbox-decorator {
  color: white;
  background-color: #212529;
  border-color: #212529;
}
.checkbox + span {
  cursor: pointer;
}

.modal {
  --modal-zindex: 1050;
  --modal-width: 600px;
  --modal-padding: 15px;
  --modal-margin: 0.5rem;
  --modal-color: unset;
  --modal-bg: #fff;
  --modal-border-color: var(--border-color-translucent);
  --modal-border-width: 1px;
  --modal-border-radius: 0.5rem;
  --modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --modal-inner-border-radius: 0.375rem;
  --modal-header-padding-x: 15px;
  --modal-header-padding-y: 15px;
  --modal-header-border-color: var(--border-color);
  --modal-header-border-width: 1px;
  --modal-title-line-height: 1.5;
  --modal-title-font-weight: 400;
  --modal-footer-gap: 10px;
  --modal-footer-padding: 15px;
  --modal-footer-bg: null;
  --modal-footer-border-color: var(--border-color);
  --modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  z-index: var(--modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--modal-color);
  pointer-events: auto;
  background-color: var(--modal-bg);
  background-clip: padding-box;
  border: var(--modal-border-width) solid var(--modal-border-color);
  border-radius: var(--modal-border-radius);
  box-shadow: var(--modal-box-shadow);
  outline: 0;
}
.modal-backdrop {
  --backdrop-zindex: 1050;
  --backdrop-bg: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--backdrop-bg);
  backdrop-filter: blur(2px);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--modal-header-padding-y) var(--modal-header-padding-x);
  border-bottom: var(--modal-header-border-width) solid var(--modal-header-border-color);
  border-top-left-radius: var(--modal-inner-border-radius);
  border-top-right-radius: var(--modal-inner-border-radius);
}
.modal-header .close-icon {
  padding: calc(var(--modal-header-padding-y) * 0.5) calc(var(--modal-header-padding-x) * 0.5);
  margin: calc(var(--modal-header-padding-y) * -0.5) calc(var(--modal-header-padding-x) * -0.5) calc(var(--modal-header-padding-y) * -0.5) auto;
  cursor: pointer;
  font-size: 2rem;
  opacity: 0.5;
}
.modal-header .close-icon:hover {
  opacity: 0.75;
}
.modal-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: var(--modal-title-line-height);
  font-weight: var(--modal-title-font-weight);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--modal-padding);
}
.modal-body .body-wrapper {
  display: flex;
  flex-direction: column;
}
.modal-body .body-wrapper form:only-child > .form-group:only-of-type {
  margin-bottom: 0;
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--modal-footer-padding) - var(--modal-footer-gap) * 0.5);
  background-color: var(--modal-footer-bg);
  border-top: var(--modal-footer-border-width) solid var(--modal-footer-border-color);
  border-bottom-left-radius: var(--modal-inner-border-radius);
  border-bottom-right-radius: var(--modal-inner-border-radius);
  column-gap: calc(var(--modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --modal-margin: 1.75rem;
    --modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
  }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--modal-width);
  }
  .modal-sm {
    --modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --modal-width: 1140px;
  }
}
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100%;
}
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-danger .modal-header {
  background: #F96167;
  color: #fff;
  border-bottom-color: #F96167;
}
.modal-danger .modal-header .close-icon {
  color: #fff;
}
.modal-warning .modal-header {
  background: #FFA351;
  color: #fff;
  border-bottom-color: #FFA351;
}
.modal-warning .modal-header .close-icon {
  color: #fff;
}
.modal-primary .modal-header {
  background: #408EC6;
  color: #fff;
  border-bottom-color: #408EC6;
}
.modal-primary .modal-header .close-icon {
  color: #fff;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.brick__text-input.errored {
  border-color: #A94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.brick__text-input.errored:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #CE8483;
}
.brick__text-input.input-lg {
  font-size: 16px;
}

.alert {
  --alert-bg: transparent;
  --alert-padding-x: 1rem;
  --alert-padding-y: 1rem;
  --alert-margin-bottom: 1rem;
  --alert-color: inherit;
  --alert-border-color: transparent;
  --alert-border: 1px solid var(--alert-border-color);
  --alert-border-radius: 0.375rem;
  --alert-link-color: inherit;
  position: relative;
  padding: var(--alert-padding-y) var(--alert-padding-x);
  margin-bottom: var(--alert-margin-bottom);
  color: var(--alert-color);
  background-color: var(--alert-bg);
  border: var(--alert-border);
  border-radius: var(--alert-border-radius);
}
.alert .alert-heading {
  color: inherit;
  margin-top: 0;
}
.alert .alert-link {
  font-weight: bold;
  color: var(--alert-link-color);
}
.alert.alert-dismissible {
  padding-right: 3rem;
}
.alert.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 1rem var(--alert-padding-x);
}
.alert.alert-primary {
  --alert-color: var(--primary-text-emphasis);
  --alert-bg: var(--primary-bg-subtle);
  --alert-border-color: var(--primary-border-subtle);
  --alert-link-color: var(--primary-text-emphasis);
}
.alert.alert-success {
  --alert-color: var(--success-text-emphasis);
  --alert-bg: var(--success-bg-subtle);
  --alert-border-color: var(--success-border-subtle);
  --alert-link-color: var(--success-text-emphasis);
}
.alert.alert-info {
  --alert-color: var(--info-text-emphasis);
  --alert-bg: var(--info-bg-subtle);
  --alert-border-color: var(--info-border-subtle);
  --alert-link-color: var(--info-text-emphasis);
}
.alert.alert-warning {
  --alert-color: var(--warning-text-emphasis);
  --alert-bg: var(--warning-bg-subtle);
  --alert-border-color: var(--warning-border-subtle);
  --alert-link-color: var(--warning-text-emphasis);
}
.alert.alert-danger {
  --alert-color: var(--danger-text-emphasis);
  --alert-bg: var(--danger-bg-subtle);
  --alert-border-color: var(--danger-border-subtle);
  --alert-link-color: var(--danger-text-emphasis);
}
.alert.alert-secondary {
  --alert-color: var(--secondary-text-emphasis);
  --alert-bg: var(--secondary-bg-subtle);
  --alert-border-color: var(--secondary-border-subtle);
  --alert-link-color: var(--secondary-text-emphasis);
}
.alert.alert-light {
  --alert-color: var(--light-text-emphasis);
  --alert-bg: var(--light-bg-subtle);
  --alert-border-color: var(--light-border-subtle);
  --alert-link-color: var(--light-text-emphasis);
}
.alert.alert-dark {
  --alert-color: var(--dark-text-emphasis);
  --alert-bg: var(--dark-bg-subtle);
  --alert-border-color: var(--dark-border-subtle);
  --alert-link-color: var(--dark-text-emphasis);
}
.alert.alert-center {
  text-align: center;
}
.alert i {
  margin-right: 0.5rem;
}

.app-store-button {
  display: inline-block;
  height: 45px;
  margin: 5px;
}
.app-store-button img {
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  background-color: #d8d8d8;
  overflow: hidden;
}
.breadcrumbs.disabled {
  opacity: 0.4;
}
.breadcrumbs.disabled .breadcrumbs-item {
  cursor: default;
}
.breadcrumbs .breadcrumbs-item {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  padding: 0 10px 0 30px;
  background: #408EC6;
  position: relative;
  border-bottom: 1px #2b658f solid;
}
.breadcrumbs .breadcrumbs-item.not-focused {
  background: #777777;
}
.breadcrumbs .breadcrumbs-item.not-focused:after {
  background: #777777;
  box-shadow: 2px -2px 0 2px #777777, 3px -3px 0 2px #515151;
}
.breadcrumbs .breadcrumbs-item:first-child:before {
  left: 14px;
}
.breadcrumbs .breadcrumbs-item:not(.disabled):hover {
  background: #2b658f;
}
.breadcrumbs .breadcrumbs-item:not(.disabled):hover:after {
  background: #2b658f;
  box-shadow: 1px -2px 0px 2px #2b658f, 3px -1px 0 1px #2b658f;
}
.breadcrumbs .breadcrumbs-item:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -14px;
  width: 33px;
  height: 33px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #408EC6;
  box-shadow: 2px -2px 0 2px #408EC6, 3px -3px 0 2px #2b658f;
  border-radius: 0 5px 0 50px;
}
.breadcrumbs .close-btn {
  float: right;
  margin: 11px;
}

.browser-tabs {
  --default-background-color: #e7e7e7;
  --default-color: #777;
  --active-background-color: #fff;
  --active-color: #777;
  border-bottom: 1px solid #ddd;
}
.browser-tabs .tab-list {
  margin: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  list-style-type: none;
}
.browser-tabs .tab-list-item {
  --item-bg: var(--default-background-color);
  --item-color: var(--default-color);
  --item-bg--active: var(--active-background-color);
  --item-color--active: var(--active-color);
  display: flex;
  align-items: center;
  float: left;
  padding: 6px 30px 6px;
  background-color: var(--item-bg);
  margin-right: 20px;
  z-index: 2;
  opacity: 0.8;
  position: relative;
  cursor: pointer;
  color: var(--item-color);
  transition: all 250ms ease;
}
.browser-tabs .tab-list-item:before,
.browser-tabs .tab-list-item:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: var(--item-bg);
  transition: all 250ms ease;
}
.browser-tabs .tab-list-item:before {
  right: -10px;
  transform: skew(25deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0;
}
.browser-tabs .tab-list-item:after {
  left: -10px;
  transform: skew(-25deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0;
}
.browser-tabs .tab-list-item:hover,
.browser-tabs .tab-list-item.active {
  opacity: 1;
}
.browser-tabs .tab-list-item:hover {
  z-index: 4;
}
.browser-tabs .tab-list-item.active {
  z-index: 3;
}
.browser-tabs .tab-list-item.active {
  background-color: var(--item-bg--active);
  color: var(--item-color--active);
}
.browser-tabs .tab-list-item.active:before,
.browser-tabs .tab-list-item.active:after {
  background-color: var(--item-bg--active);
  color: var(--item-color--active);
}
.browser-tabs .tab-list-item .close-icon {
  position: absolute;
  right: 5px;
}
.browser-tabs .tab-list-item .tab-icon {
  margin-right: 5px;
}


.callout {
  --callout-link: 10, 88, 202;
  padding: 1.25rem;
  color: var(--callout-color, inherit);
  background-color: var(--callout-bg);
  border-left: 0.25rem solid var(--callout-border);
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout .callout-link {
  font-weight: bold;
  color: var(--callout-link-color);
}
.callout.callout-info {
  --callout-color: var(--info-text-emphasis);
  --callout-bg: var(--info-bg-subtle);
  --callout-border: var(--info-border-subtle);
  --callout-link-color: var(--info-text-emphasis);
}
.callout.callout-warning {
  --callout-color: var(--warning-text-emphasis);
  --callout-bg: var(--warning-bg-subtle);
  --callout-border: var(--warning-border-subtle);
  --callout-link-color: var(--warning-text-emphasis);
}
.callout.callout-danger {
  --callout-color: var(--danger-text-emphasis);
  --callout-bg: var(--danger-bg-subtle);
  --callout-border: var(--danger-border-subtle);
  --callout-link-color: var(--danger-text-emphasis);
}

.card {
  --card-bg-color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 1rem;
  background-color: var(--card-bg-color);
}
.card.card-info {
  --card-bg-color: var(--info-bg-subtle);
}
.card.card-warning {
  --card-bg-color: var(--warning-bg-subtle);
}
.card.card-danger {
  --card-bg-color: var(--danger-bg-subtle);
}
.card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: var(--card-bg-color);
  border-bottom: 1px solid #e6e6f2;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card .card-footer {
  border-top: 1px solid #e6e6f2;
  padding: 0.75rem 1.25rem;
}

.carousel .carousel-control {
  background: none;
}
.carousel .carousel-control > i {
  top: 50%;
  position: relative;
}

.d3-chart .axis .tick line {
  stroke: #e9e9e9;
  stroke-dasharray: 4px, 3px;
}
.d3-chart .axis .tick text {
  font-size: 12px;
  fill: #607785;
}
.d3-chart .axis .domain {
  stroke: none;
  fill: #cecece;
}
.d3-chart .no-data-msg {
  font-size: 24px;
  fill: #bab8b8;
  text-anchor: middle;
  alignment-baseline: central;
}
.d3-chart .thresholds .line {
  stroke-dasharray: 5 5;
}
.d3-chart .thresholds circle {
  display: none;
}

.d3-chart-tooltips .ruler {
  opacity: 0.4;
  stroke: #333;
}
.d3-chart-tooltips .x-value-label rect {
  fill: #27324d;
  opacity: 0.7;
}
.d3-chart-tooltips .x-value-label text {
  font-size: 11px;
  font-weight: bold;
  fill: #fcfcfc;
}
.d3-chart-tooltips .overlay {
  fill: transparent;
  cursor: pointer;
}
.d3-chart-tooltips .tooltip-item {
  pointer-events: none;
}
.d3-chart-tooltips .tooltip-item rect {
  fill: #27324d;
  opacity: 0.7;
}
.d3-chart-tooltips .tooltip-item text {
  fill: #fcfcfc;
  font-size: 11px;
}

.spinner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 61px;
  height: 61px;
}
.spinner > div {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #337ab7 transparent transparent transparent;
  border-radius: 50%;
  animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.spinner > div:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner > div:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner > div:nth-child(3) {
  animation-delay: -0.15s;
}
.spinner.small {
  width: 20px;
  height: 20px;
}
.spinner.small > div {
  width: 20px;
  height: 20px;
  margin: 0px;
  border-width: 2px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.error-message-container {
  background-color: var(--danger-bg-subtle);
  color: var(--danger-text-emphasis);
  border-color: var(--danger-border-subtle);
  border-radius: 0.375rem;
}
.error-message-container .alert-title-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.error-message-container .alert-title-content i {
  margin-right: 0;
  position: relative;
  top: 2px;
  font-size: 16px;
}
.error-message-container .alert-title-content .title-text {
  font-size: 20px;
  position: relative;
  top: 2px;
  cursor: default;
}
.error-message-container .alert-title-content .short-error-message {
  font-weight: 600;
  font-size: 18px;
}
.error-message-container .alert-message-content {
  padding: 15px;
}
.error-message-container .error-info-content {
  visibility: hidden;
  padding: 0;
}
.error-message-container .error-info-content .error-info-title {
  font-weight: 600;
  font-size: 16px;
}
.error-message-container .error-info-content .error-info-details {
  max-height: 0;
  overflow: auto;
  white-space: pre-wrap;
  padding: 5px;
  margin: 0 auto;
  transition: max-height 0.5s;
  font-size: 12px;
}
.error-message-container .error-info-content:not(.visible) {
  height: 0;
}
.error-message-container .error-info-content.visible {
  visibility: visible;
  padding-bottom: 20px;
}
.error-message-container .error-info-content.visible .error-info-details {
  max-height: 300px;
}
.error-message-container .alert-footer-content {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.error-message-container .alert-footer-content .btn {
  text-transform: none;
  font-weight: 600;
}
.error-message-container .alert-footer-content .reload-btn {
  background: none;
  border-width: 1px;
  border-color: var(--danger-text-emphasis);
  color: var(--danger-text-emphasis);
}
.error-message-container .alert-footer-content .reload-btn:hover,
.error-message-container .alert-footer-content .reload-btn:focus:hover {
  color: #fff;
  border-color: #F96167;
  background-color: #F96167;
}
.error-message-container .alert-footer-content .reload-btn:focus {
  border-color: #F96167;
  color: #F96167;
}
.error-message-container.small .alert-title-content i {
  display: none;
}
.error-message-container.small .alert-title-content .title-text {
  font-size: 14px;
  font-weight: bold;
}
.error-message-container.small .alert-footer-content {
  flex-direction: column;
}
.error-message-container.small .alert-footer-content .btn {
  font-size: 9px;
}

.code-editor {
  height: 100%;
}
.code-editor.with-status-bar {
  height: calc(100% -  20px - 2px);
}
.code-editor .status-bar {
  height: 20px;
  background-color: #f4f4f4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.code-editor .status-bar .status-option > button {
  background-color: transparent;
  color: gray;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.code-editor .status-bar .status-option > button:hover,
.code-editor .status-bar .status-option > button:focus,
.code-editor .status-bar .status-option > button:active {
  text-decoration: none;
  outline: none;
}
.code-editor .status-bar .status-actions {
  display: flex;
  justify-content: flex-end;
}
.code-editor ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.code-editor ::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.34);
  cursor: pointer;
}
.code-editor .ace_search {
  background-color: #fff;
  border-radius: 0.375rem;
}
.code-editor .ace_search .ace_searchbtn_close {
  margin-top: 0;
}
.code-editor .ace_search .ace_replace_form,
.code-editor .ace_search .ace_search_form {
  color: black;
  border-radius: 0.375rem;
}
.code-editor .ace_search .ace_replace_form .ace_searchbtn[action=findAll],
.code-editor .ace_search .ace_search_form .ace_searchbtn[action=findAll] {
  width: 34px;
}
.code-editor .error-marker {
  position: absolute;
  background: #a94442;
  border-radius: 0;
  z-index: 3;
}
.code-editor .ace_gutter .ace_gutter-cell.ace_info,
.code-editor .ace_gutter .ace_gutter-cell.ace_warning {
  background-image: none;
}

.brick-code-editor__shortcuts-dialog {
  width: 800px;
}
.brick-code-editor__shortcuts-dialog .shortcuts table {
  width: 100%;
}
.brick-code-editor__shortcuts-dialog .shortcuts h2:first-child {
  margin-top: 0;
}
.brick-code-editor__shortcuts-dialog .shortcuts td,
.brick-code-editor__shortcuts-dialog .shortcuts th {
  border: 1px solid;
  border-collapse: collapse;
  padding: 2px 8px;
}
.brick-code-editor__shortcuts-dialog .shortcuts td:nth-child(1) {
  width: 24%;
}
.brick-code-editor__shortcuts-dialog .shortcuts td:nth-child(2) {
  width: 38%;
}
.brick-code-editor__shortcuts-dialog .shortcuts td:nth-child(3) {
  width: 38%;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #ffffff;
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49;
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1;
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5;
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62;
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209;
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d;
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a;
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e;
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #005cc5;
  font-weight: bold;
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f;
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #24292e;
  font-style: italic;
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #24292e;
  font-weight: bold;
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4;
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0;
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
}

.collapsible-card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
}
.collapsible-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.collapsible-card:not(:last-child) {
  margin-bottom: 20px;
}
.collapsible-card .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
}
.collapsible-card:not(.is-open) .collapsible-header {
  border-bottom-color: transparent;
  transition: border-bottom-color 0.2s ease-in-out;
}
.collapsible-card .title-text {
  display: block;
  font-weight: 500;
}
.collapsible-card .collapsible-icon-button {
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  outline: none;
  padding: 0;
}
.collapsible-card .collapsible-icon-button .collapsible-icon {
  transition: all 0.2s linear;
}
.collapsible-card .collapsible-icon-button .collapsible-icon.down {
  transform: rotate(180deg);
}
.collapsible-card .collapsible-icon-button .collapsible-icon.up {
  transform: rotate(360deg);
}
.collapsible-card .collapsible-content {
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.collapsible-card .collapsible-content .collapsible-content-container {
  padding: 20px;
}

.bricks__color-palette__wrapper {
  position: absolute;
}
.bricks__color-palette__wrapper .bricks__color-palette {
  border-radius: 6px;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 2;
  right: 0;
  background: black;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: max-content;
}
.bricks__color-palette__wrapper .bricks__color-palette .palette-color-item {
  background-color: var(--color);
  cursor: pointer;
  border-radius: 50%;
  height: 20px;
  aspect-ratio: 1 / 1;
  margin: 5px;
}
.bricks__color-palette__wrapper .bricks__color-palette .palette-color-item:hover {
  border: 1px solid white;
}
.bricks__color-palette__wrapper .bricks__color-palette + .bricks__color-palette-cover {
  position: fixed;
  cursor: pointer;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.color-picker-button {
  position: relative;
  display: flex;
  align-items: center;
}
.color-picker-button.read-only {
  pointer-events: none;
}
.color-picker-button.disabled .swatch {
  cursor: not-allowed;
}
.color-picker-button .swatch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 46px;
  height: 24px;
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.color-picker-button .bg,
.color-picker-button .color {
  border-radius: 2px;
}
.color-picker-button .bg {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
  background-color: #d2d3d5;
}
.color-picker-button .color {
  position: relative;
  width: 100%;
  height: 100%;
}
.color-picker-button__circle .swatch {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding: 2px;
}
.color-picker-button__circle .swatch .color {
  border-radius: 50%;
}
.color-picker-popover {
  position: fixed;
  z-index: 1050;
}
.color-picker-popover .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.color-picker-chrome {
  width: 225px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px, rgba(0, 0, 0, 0.3) 0 4px 8px;
  box-sizing: initial;
}
.color-picker-chrome .saturation-wrapper {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.color-picker-chrome .compact-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.color-picker-chrome .body {
  padding: 16px 16px 12px;
}
.color-picker-chrome .body .controls {
  display: flex;
}
.color-picker-chrome .body .controls .color {
  width: 32px;
}
.color-picker-chrome .body .controls .color .swatch {
  margin-top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.color-picker-chrome .body .controls .color .swatch .active {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px inset;
  z-index: 2;
  background: #224b98;
  width: 100%;
  height: 100%;
}
.color-picker-chrome .body .controls .toggles {
  flex: 1;
}
.color-picker-chrome .body .controls .toggles .hue-wrapper {
  height: 10px;
  position: relative;
  margin-bottom: 8px;
}
.color-picker-chrome .body .controls .toggles .alpha-wrapper {
  height: 10px;
  position: relative;
}
.color-picker-chrome .body .info {
  display: flex;
}
.color-picker-chrome .body .info .copy-color-icon {
  align-self: center;
  margin-right: 15px;
}

.content-editable-editor.form-control {
  height: auto;
  min-height: 30px;
  max-height: 150px;
  overflow: auto;
  line-break: anywhere;
}
.content-editable-editor.form-control:not(.multiline) div {
  display: inline-block;
}
.content-editable-editor.form-control:not(.multiline) br {
  display: none;
}

.context-menu-popover .popper-inner {
  padding: 0;
}

.droppable-zone {
  position: relative;
}
.droppable-zone .droppable-zone-background,
.droppable-zone .droppable-zone-leave-container {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.droppable-zone .droppable-zone-background {
  background: rgba(51, 122, 183, 0.1);
  border: 2px #4285f4 dotted;
}

.three-dots-spinner > div {
  width: var(--size);
  height: var(--size);
  margin: 0 1px;
  background-color: var(--color, gray);
  border-radius: 100%;
  display: inline-block;
  animation: bounce-delay 1.4s infinite ease-in-out both;
}
.three-dots-spinner > div .three-dots-spinner .bounce1 {
  animation-delay: -0.32s;
}
.three-dots-spinner > div .three-dots-spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes bounce-delay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.file-select .input-group .form-control {
  height: 32px;
}
.file-select .multiple-file-select .controls-container {
  margin-top: 3px;
}
.file-select .multiple-file-select .multiple-tags-input {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 5px 3px;
}
.file-select .multiple-file-select .multiple-tags-input .tag {
  background-color: #e3e3e3;
  border-radius: 2px;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 10px;
  padding: 3px;
  margin: 3px;
}
.file-select .multiple-file-select .multiple-tags-input .tag i {
  margin-left: 5px;
}
.file-select .multiple-file-select label {
  border-left: 0;
}

.full-height-flex-content-outer {
  flex: 1;
  position: relative;
}
.full-height-flex-content-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.google-map {
  width: 100%;
  height: 100%;
}
.google-map .bounds-label {
  background: #f5f5f5;
  opacity: 0.7;
  padding: 1px;
}
.google-map .bounds-label-south-east {
  margin-bottom: 1px;
}
.google-map .delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer;
}
.google-map .delete-menu:hover {
  background: #eee;
}

.brick-hidden-container {
  display: none;
}

.images-carousel-component {
  height: 250px;
}
.images-carousel-component .images-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.images-carousel-component .images-carousel .img-box {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.images-carousel-component .images-carousel .img-box img {
  display: none;
}
.images-carousel-component .images-carousel.disabled-preview .img-box {
  cursor: default;
}
.images-carousel-component .images-carousel .carousel-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.images-carousel-component .images-carousel .carousel-inner .item {
  height: 100%;
  width: 100%;
}
.images-carousel-component .images-carousel .carousel-inner .item .img-box {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 100%;
  flex: 1 1;
  justify-content: center;
}
.images-carousel-component .images-carousel .carousel-inner .item .img-box img {
  object-fit: contain;
  width: 100%;
}
.images-carousel-component .images-carousel .carousel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  opacity: 0.5;
}
.images-carousel-component .images-carousel .carousel-control:focus {
  opacity: 0.5;
}
.images-carousel-component .images-carousel .carousel-control:hover {
  opacity: 0.9;
}
.images-carousel-component .images-carousel .carousel-control.left {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.23) 50%, transparent 100%);
}
.images-carousel-component .images-carousel .carousel-control.right {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.23) 50%, transparent 100%);
}
.images-carousel-component .images-carousel .carousel-control i {
  top: unset;
}
.view-images-modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.view-images-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset;
  width: 100%;
  height: 100%;
}
.view-images-modal .modal-dialog .close-btn-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.view-images-modal .modal-dialog .close-btn-icon:hover {
  transform: scale(1.3);
}
.view-images-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.85);
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  position: absolute;
  bottom: 100px;
  left: 100px;
  right: 100px;
  top: 10px;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item {
  width: 100%;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item.active img {
  max-height: 100%;
  max-width: 100%;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item.next,
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item.prev {
  top: unset;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item.next img,
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-inner .item.prev img {
  margin: auto;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-control {
  width: 100px;
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-control:hover {
  background: rgba(66, 66, 66, 0.5);
}
.view-images-modal .modal-dialog .modal-content .view-images-modal-carousel .carousel-control i {
  color: white;
}

.image-preview {
  max-width: 300px;
  max-height: 900px / 4;
}

.preview-image-overlay {
  max-width: 100%;
}
.preview-image-overlay .popper-inner {
  padding: 0;
}
.preview-image-overlay .popper-inner .alert {
  margin-bottom: 0;
}

.img-uploader {
  position: relative;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ccc;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 0.375rem;
}
.img-uploader .spinner {
  margin: 0;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
.img-uploader:hover > .button-bar {
  display: block;
}
.img-uploader > .button-bar {
  display: none;
  position: absolute;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 6px;
  padding: 6px;
}
.img-uploader > .button-bar:hover {
  opacity: 1;
}
.img-uploader > .button-bar > * + * {
  margin-top: 2px !important;
}
.img-uploader > .button-bar > label {
  color: white;
  padding: 0;
  background: transparent;
  border: none;
  line-height: 1 !important;
}
.img-uploader > .button-bar > label:focus,
.img-uploader > .button-bar > label:active {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.img-uploader > .button-bar.top {
  top: 5px;
}
.img-uploader > .button-bar.right {
  right: 5px;
}
.img-uploader > .button-bar.bottom {
  bottom: 5px;
}
.img-uploader input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.img-uploader .edit-icon,
.img-uploader .remove-icon {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: white;
}
.img-uploader .edit-icon:hover,
.img-uploader .remove-icon:hover {
  opacity: 1;
}
.img-uploader .tip {
  width: 100%;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 5px;
}
.img-uploader.error {
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ca0000;
}
.img-uploader.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.img-uploader.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}
.img-uploader.img-xs {
  width: 32px;
  height: 32px;
}
.img-uploader.img-sm {
  width: 64px;
  height: 64px;
}
.img-uploader.img-md {
  width: 128px;
  height: 128px;
}
.img-uploader.img-lg {
  width: 200px;
  height: 200px;
}
.img-uploader.rounded {
  border-radius: 3px;
}

.important-alert {
  background: #cadef8;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.important-alert .alert-header {
  display: flex;
}
.important-alert .alert-header .alert-title {
  align-items: center;
  display: flex;
  padding: 5px 10px;
}
.important-alert .alert-header .alert-title .title-icon {
  margin-right: 8px;
  color: #6fa8db;
  font-size: 16px;
}
.important-alert .alert-header .alert-title span {
  font-size: 14px;
}
.important-alert .alert-header .alert-summary {
  flex: 1;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  align-self: center;
  color: #777;
}
.important-alert .alert-header .alert-controls {
  align-self: center;
  padding: 0 10px;
  color: #777;
}
.important-alert .alert-header .alert-controls i {
  cursor: pointer;
}
.important-alert .alert-content {
  padding: 0 10px 10px;
  font-size: 13px;
}
.important-alert:not(.expanded) {
  background: initial;
}
.important-alert:not(.expanded) .alert-header .alert-title {
  background: #cadef8;
}

.ios-toggler {
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
}
.ios-toggler > input[type=checkbox],
.ios-toggler > input[type=checkbox] + .cover {
  position: relative;
  margin: 7px 15px 8px 15px;
  cursor: pointer;
  vertical-align: top;
}
.ios-toggler > input[type=checkbox] + .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.ios-toggler > input[type=checkbox] + .cover:before {
  content: '' !important;
  position: absolute;
  width: 45px;
  height: 24px;
  left: -15px;
  top: -5px;
  background: #E1E1E1;
  border-radius: 40px;
  transition: background 0.4s ease;
}
.ios-toggler > input[type=checkbox] + .cover:after {
  content: '' !important;
  position: absolute;
  width: 21px;
  height: 20px;
  left: -13px;
  top: -3px;
  background: #FFF !important;
  border-radius: 50%;
  border-color: transparent !important;
  transition: left 0.4s ease;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.4) !important;
}
.ios-toggler > input[type=checkbox]:checked + .cover:before {
  background: #82CE55;
}
.ios-toggler > input[type=checkbox]:checked + .cover:after {
  left: 7px;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.4) !important;
}
.ios-toggler > input[type=checkbox] + .cover + span {
  margin-left: 10px;
}
.ios-toggler.disabled input {
  cursor: not-allowed;
}
.ios-toggler.disabled input + .cover:before {
  background: #F1F1F1;
}
.ios-toggler.disabled input + .cover:after {
  background: #f2f2f2 !important;
}
.ios-toggler.disabled input:checked + .cover:before {
  background: #D1E6C4;
}
.ios-toggler > span {
  display: inline-block;
  font-weight: 400;
  margin-top: 4px;
  cursor: pointer;
  margin-right: 20px;
}
.ios-toggler.ios-switcher-mode > input[type=checkbox] + .cover:before {
  background: #82CE55;
}
.ios-toggler.has-before-text > input[type=checkbox] + .cover {
  left: initial;
  right: 0;
}
.ios-toggler.ios-toggler-sm > input[type=checkbox],
.ios-toggler.ios-toggler-sm > input[type=checkbox] + .cover {
  position: relative;
  margin: 3px 10px 4px 18px;
  cursor: pointer;
}
.ios-toggler.ios-toggler-sm > input[type=checkbox] + .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
.ios-toggler.ios-toggler-sm > input[type=checkbox] + .cover:before {
  width: 38px;
  height: 20px;
  left: -15px;
  top: -2px;
}
.ios-toggler.ios-toggler-sm > input[type=checkbox] + .cover:after {
  width: 16px;
  height: 16px;
  top: 0;
}
.ios-toggler.ios-toggler-sm > input[type=checkbox]:checked + .cover:after {
  left: 5px;
}
.ios-toggler.ios-toggler-sm > input[type=checkbox] + .cover + span {
  margin-left: 10px;
}

.key-value-editor {
  overflow: hidden;
  height: 100%;
}
.key-value-editor .key-value-editor--scrollable-container {
  position: relative;
  overflow: auto;
  height: 100%;
}
.key-value-editor .key-value-editor--header {
  position: sticky;
  top: 0;
  z-index: 1;
}
.key-value-editor .key-value-editor--header-cell {
  color: #666;
  white-space: nowrap;
  padding: 7px;
  font-size: 14px;
  font-weight: 600;
  background: #f3f5f6;
}
.key-value-editor .key-value-editor--row-cell {
  font-size: 12px;
  color: hsl(0, 0%, 20%);
}
.key-value-editor .cell-editor {
  width: 100%;
  padding: 3px;
  cursor: text;
}
.key-value-editor .cell-editor input {
  height: 100%;
  font-size: 12px;
  border-radius: 0;
  border-color: transparent;
}
.key-value-editor .cell-editor .as-string-button {
  transform: translateY(-50%);
  right: 8px;
  top: 50%;
  font-size: 12px;
  cursor: pointer;
}
.key-value-editor .cell-editor .as-string-button.disabled {
  cursor: default;
}
.key-value-editor .cell-editor .as-string-button.active {
  color: #2BAE66;
}
.key-value-editor .cell-editor.invalid {
  background: #ffcccc;
}
.key-value-editor .cell-editor.invalid input {
  background: #ffcccc;
}
.key-value-editor .key-value-editor--header,
.key-value-editor .key-value-editor--row {
  display: grid;
  grid-template-columns: 40px 3fr 5fr;
}
.key-value-editor .key-value-editor--row .value-cell {
  display: flex;
  align-items: center;
  gap: 5px;
}
.key-value-editor .key-value-editor--row .value-cell i {
  padding-right: 5px;
}
.key-value-editor.readonly .key-value-editor--header,
.key-value-editor.readonly .key-value-editor--row {
  display: grid;
  grid-template-columns: 3fr 5fr;
}
.key-value-editor .key-value-editor--header-cell:not(:last-child),
.key-value-editor .key-value-editor--row-cell:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.key-value-editor .key-value-editor--header-cell,
.key-value-editor .key-value-editor--row-cell {
  border-top: 1px solid #e7e7e7;
}
.key-value-editor .key-value-editor--row:last-child .key-value-editor--row-cell {
  border-bottom: 1px solid #e7e7e7;
}

.list-group > .list-group-item {
  position: relative;
  padding: 18px;
  line-height: 14px;
}
.list-group > .list-group-item > small {
  font-size: 75%;
}
.list-group > .list-group-item:not(.active) > .caret-icon {
  display: none;
}
.list-group > .list-group-item .list-group-link-summary {
  margin-top: 5px;
  font-size: 10px;
}
.list-group.list-group-dark > .list-group-item {
  background: #1A1E29;
  border: none;
  margin-bottom: 1px;
  color: #8f8f8f;
}
.list-group.list-group-dark > .list-group-item:hover:not(.disabled),
.list-group.list-group-dark > .list-group-item.active {
  color: #fff;
}
.list-group.list-group-with-icons > .list-group-item {
  padding-left: 55px;
}
.list-group.list-group-with-icons > .list-group-item > .icon-holder {
  position: absolute;
  left: 0;
  top: 18px;
  width: 55px;
  text-align: center;
}
.list-group.list-group-with-icons > .list-group-item > .icon-holder > i {
  font-size: 16px;
}
.list-group.list-group-with-icons > .list-group-item:hover:not(.disabled) > .icon-holder > i,
.list-group.list-group-with-icons > .list-group-item.active > .icon-holder > i {
  color: #4DBFEA;
}

.brick-loading-content_block {
  display: inline-block;
  background-color: #444;
  height: 12px;
  border-radius: 2px;
  margin: 4px 0;
  opacity: 0.1;
  animation: fading 1.5s infinite;
}
@keyframes fading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.1;
  }
}

.lozenge {
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.lozenge-subtle {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.lozenge-success {
  background-color: #14892c;
  border-color: #14892c;
  color: #fff;
}
.lozenge-success.lozenge-subtle {
  background-color: #fff;
  border-color: #60b070;
  color: #14892c;
}
.lozenge-danger {
  background-color: #d04437;
  border-color: #d04437;
  color: #fff;
}
.lozenge-danger.lozenge-subtle {
  background-color: #fff;
  border-color: #e8a29b;
  color: #d04437;
}
.lozenge-warning {
  background-color: #f6c342;
  border-color: #f6c342;
  color: #594300;
}
.lozenge-warning.lozenge-subtle {
  background-color: #fff;
  border-color: #ffe9a8;
  color: #594300;
}

.multiple .multiple-child-wrapper {
  position: relative;
  padding-right: 45px;
  margin-bottom: 5px;
}
.multiple .multiple-child-wrapper:last-child {
  margin-bottom: 0;
}
.multiple .multiple-controls {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.multiple.modern .multiple-child-wrapper {
  padding-right: 0;
}
.multiple.modern .remove-control {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #777;
}
.multiple.modern .add-icon-wrapper {
  text-align: center;
}

.brick--multiple-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brick--multiple-container .multiple-child-wrapper {
  display: flex;
}
.brick--multiple-container .multiple-child-wrapper.highlight-danger {
  background: #ffcdcd;
}
.brick--multiple-container .multiple-child-wrapper .remove-icon {
  align-self: center;
  margin: 10px;
}
.brick--multiple-container .add-icon {
  align-self: center;
  font-size: 18px;
}

.page-not-found {
  text-align: center;
  margin-top: 100px;
  color: #6B6B6B;
}
.page-not-found button {
  margin: 5px;
}

.flex,
.d--f {
  display: flex;
}
.d--n {
  display: none;
}
.d--if {
  display: inline-flex;
}
/* Flex direction */
.fd--r {
  flex-direction: row;
}
/* Default */
.fd--rr {
  flex-direction: row-reverse;
}
.fd--c {
  flex-direction: column;
}
.fd--cr {
  flex-direction: column-reverse;
}
/* Flex wrap */
.fw--n {
  flex-wrap: nowrap;
}
/* Default */
.fw--w {
  flex-wrap: wrap;
}
.fw--wr {
  flex-wrap: wrap-reverse;
}
/* Justify content */
.jc--fe {
  justify-content: flex-end;
}
.jc--fs {
  justify-content: flex-start;
}
/* Default */
.jc--c {
  justify-content: center;
}
.jc--sa {
  justify-content: space-around;
}
.jc--e {
  justify-content: end;
}
.jc--sb {
  justify-content: space-between;
}
/* Align items */
.ai--fs {
  align-items: flex-start;
}
.ai--c {
  align-items: center;
}
.ai--fe {
  align-items: flex-end;
}
.ai--s {
  align-items: stretch;
}
/* Default */
.ai--b {
  align-items: baseline;
}
/* Flex grow */
.fg--0 {
  flex-grow: 0;
}
/* Default */
.fg--1 {
  flex-grow: 1;
}
/* Flex shrink */
.fs--0 {
  flex-shrink: 0;
}
.fs--1 {
  flex-shrink: 1;
}
/* Default */
/* Flex basis */
.fb--a {
  flex-basis: auto;
}
/* Default */
.fb--0 {
  flex-basis: 0;
}
/* Align self */
.as--a {
  align-self: auto;
}
/* Default */
.as--fs {
  align-self: flex-start;
}
.as--c {
  align-self: center;
}
.as--fe {
  align-self: flex-end;
}
.as--s {
  align-self: stretch;
}
.as--b {
  align-self: baseline;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
/*
*
*
* .col-gap-xs;
* .col-gap-sm;
* .col-gap-md;
* .col-gap-lg;
*/
.col-gap-xs {
  column-gap: 5px !important;
}
.col-gap-sm {
  column-gap: 10px !important;
}
.col-gap-md {
  column-gap: 15px !important;
}
.col-gap-lg {
  column-gap: 20px !important;
}
/*
*
*
* .row-gap-xs;
* .row-gap-sm;
* .row-gap-md;
* .row-gap-lg;
*/
.row-gap-xs {
  row-gap: 5px !important;
}
.row-gap-sm {
  row-gap: 10px !important;
}
.row-gap-md {
  row-gap: 15px !important;
}
.row-gap-lg {
  row-gap: 20px !important;
}
/*
*
*
* .gap-xs;
* .gap-sm;
* .gap-md;
* .gap-lg;
*/
.gap-xs {
  gap: 5px;
}
.gap-sm {
  gap: 10px;
}
.gap-md {
  gap: 15px;
}
.gap-lg {
  gap: 20px;
}
/*
* BUILD HELPERS CSS CLASSES FOR ADD STATIC [ margin | padding ]
* AUTHOR: VLADIMIR UPIROV
*
* .{padding|marring}-{value}px;
* .{padding|marring}-{left|right|bottom|top}-{value}px;
*
* .padding-10px;
* .margin-left-20px;
* .padding-top-15px;
*/
.margin-5px {
  margin: 5px !important;
}
.margin-top-5px {
  margin-top: 5px !important;
}
.margin-left-5px {
  margin-left: 5px !important;
}
.margin-right-5px {
  margin-right: 5px !important;
}
.margin-bottom-5px {
  margin-bottom: 5px !important;
}
.padding-5px {
  padding: 5px !important;
}
.padding-top-5px {
  padding-top: 5px !important;
}
.padding-left-5px {
  padding-left: 5px !important;
}
.padding-right-5px {
  padding-right: 5px !important;
}
.padding-bottom-5px {
  padding-bottom: 5px !important;
}
.margin-10px {
  margin: 10px !important;
}
.margin-top-10px {
  margin-top: 10px !important;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-right-10px {
  margin-right: 10px !important;
}
.margin-bottom-10px {
  margin-bottom: 10px !important;
}
.padding-10px {
  padding: 10px !important;
}
.padding-top-10px {
  padding-top: 10px !important;
}
.padding-left-10px {
  padding-left: 10px !important;
}
.padding-right-10px {
  padding-right: 10px !important;
}
.padding-bottom-10px {
  padding-bottom: 10px !important;
}
.margin-15px {
  margin: 15px !important;
}
.margin-top-15px {
  margin-top: 15px !important;
}
.margin-left-15px {
  margin-left: 15px !important;
}
.margin-right-15px {
  margin-right: 15px !important;
}
.margin-bottom-15px {
  margin-bottom: 15px !important;
}
.padding-15px {
  padding: 15px !important;
}
.padding-top-15px {
  padding-top: 15px !important;
}
.padding-left-15px {
  padding-left: 15px !important;
}
.padding-right-15px {
  padding-right: 15px !important;
}
.padding-bottom-15px {
  padding-bottom: 15px !important;
}
.margin-20px {
  margin: 20px !important;
}
.margin-top-20px {
  margin-top: 20px !important;
}
.margin-left-20px {
  margin-left: 20px !important;
}
.margin-right-20px {
  margin-right: 20px !important;
}
.margin-bottom-20px {
  margin-bottom: 20px !important;
}
.padding-20px {
  padding: 20px !important;
}
.padding-top-20px {
  padding-top: 20px !important;
}
.padding-left-20px {
  padding-left: 20px !important;
}
.padding-right-20px {
  padding-right: 20px !important;
}
.padding-bottom-20px {
  padding-bottom: 20px !important;
}
.margin-xs {
  margin: 5px !important;
}
.margin-top-xs {
  margin-top: 5px !important;
}
.margin-left-xs {
  margin-left: 5px !important;
}
.margin-right-xs {
  margin-right: 5px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px !important;
}
.padding-xs {
  padding: 5px !important;
}
.padding-top-xs {
  padding-top: 5px !important;
}
.padding-left-xs {
  padding-left: 5px !important;
}
.padding-right-xs {
  padding-right: 5px !important;
}
.padding-bottom-xs {
  padding-bottom: 5px !important;
}
.margin-sm {
  margin: 10px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-left-sm {
  margin-left: 10px !important;
}
.margin-right-sm {
  margin-right: 10px !important;
}
.margin-bottom-sm {
  margin-bottom: 10px !important;
}
.padding-sm {
  padding: 10px !important;
}
.padding-top-sm {
  padding-top: 10px !important;
}
.padding-left-sm {
  padding-left: 10px !important;
}
.padding-right-sm {
  padding-right: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 10px !important;
}
.margin-md {
  margin: 15px !important;
}
.margin-top-md {
  margin-top: 15px !important;
}
.margin-left-md {
  margin-left: 15px !important;
}
.margin-right-md {
  margin-right: 15px !important;
}
.margin-bottom-md {
  margin-bottom: 15px !important;
}
.padding-md {
  padding: 15px !important;
}
.padding-top-md {
  padding-top: 15px !important;
}
.padding-left-md {
  padding-left: 15px !important;
}
.padding-right-md {
  padding-right: 15px !important;
}
.padding-bottom-md {
  padding-bottom: 15px !important;
}
.margin-lg {
  margin: 20px !important;
}
.margin-top-lg {
  margin-top: 20px !important;
}
.margin-left-lg {
  margin-left: 20px !important;
}
.margin-right-lg {
  margin-right: 20px !important;
}
.margin-bottom-lg {
  margin-bottom: 20px !important;
}
.padding-lg {
  padding: 20px !important;
}
.padding-top-lg {
  padding-top: 20px !important;
}
.padding-left-lg {
  padding-left: 20px !important;
}
.padding-right-lg {
  padding-right: 20px !important;
}
.padding-bottom-lg {
  padding-bottom: 20px !important;
}
/*
* BUILD HELPERS CSS CLASSES FOR ADD STATIC [ margin | padding ] ACCORDING TO SCREEN SIZE
* AUTHOR: VLADIMIR UPIROV
*
* .{padding|marring}-{value}px-when-{xs|sm|md|lg};
* .{padding|marring}-{left|right|bottom|top}-{value}px-when-{xs|sm|md|lg};
*
* .padding-10px-when-xs;
* .margin-left-20px-when-md;
* .padding-top-15px-when-lg;
*/
@media (min-width: 480px) and (max-width: 767px) {
  .margin-5px-when-xs {
    margin: 5px !important;
  }
  .margin-top-5px-when-xs {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-xs {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-xs {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-xs {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-xs {
    margin: 10px !important;
  }
  .margin-top-10px-when-xs {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-xs {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-xs {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-xs {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-xs {
    margin: 15px !important;
  }
  .margin-top-15px-when-xs {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-xs {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-xs {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-xs {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-xs {
    margin: 20px !important;
  }
  .margin-top-20px-when-xs {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-xs {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-xs {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-xs {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-xs {
    padding: 5px !important;
  }
  .padding-top-5px-when-xs {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-xs {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-xs {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-xs {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-xs {
    padding: 10px !important;
  }
  .padding-top-10px-when-xs {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-xs {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-xs {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-xs {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-xs {
    padding: 15px !important;
  }
  .padding-top-15px-when-xs {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-xs {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-xs {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-xs {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-xs {
    padding: 20px !important;
  }
  .padding-top-20px-when-xs {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-xs {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-xs {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-xs {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-5px-when-sm {
    margin: 5px !important;
  }
  .margin-top-5px-when-sm {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-sm {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-sm {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-sm {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-sm {
    margin: 10px !important;
  }
  .margin-top-10px-when-sm {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-sm {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-sm {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-sm {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-sm {
    margin: 15px !important;
  }
  .margin-top-15px-when-sm {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-sm {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-sm {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-sm {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-sm {
    margin: 20px !important;
  }
  .margin-top-20px-when-sm {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-sm {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-sm {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-sm {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-sm {
    padding: 5px !important;
  }
  .padding-top-5px-when-sm {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-sm {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-sm {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-sm {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-sm {
    padding: 10px !important;
  }
  .padding-top-10px-when-sm {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-sm {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-sm {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-sm {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-sm {
    padding: 15px !important;
  }
  .padding-top-15px-when-sm {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-sm {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-sm {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-sm {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-sm {
    padding: 20px !important;
  }
  .padding-top-20px-when-sm {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-sm {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-sm {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-sm {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .margin-5px-when-md {
    margin: 5px !important;
  }
  .margin-top-5px-when-md {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-md {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-md {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-md {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-md {
    margin: 10px !important;
  }
  .margin-top-10px-when-md {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-md {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-md {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-md {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-md {
    margin: 15px !important;
  }
  .margin-top-15px-when-md {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-md {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-md {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-md {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-md {
    margin: 20px !important;
  }
  .margin-top-20px-when-md {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-md {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-md {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-md {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-md {
    padding: 5px !important;
  }
  .padding-top-5px-when-md {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-md {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-md {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-md {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-md {
    padding: 10px !important;
  }
  .padding-top-10px-when-md {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-md {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-md {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-md {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-md {
    padding: 15px !important;
  }
  .padding-top-15px-when-md {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-md {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-md {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-md {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-md {
    padding: 20px !important;
  }
  .padding-top-20px-when-md {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-md {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-md {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-md {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .margin-5px-when-lg {
    margin: 5px !important;
  }
  .margin-top-5px-when-lg {
    margin-top: 5px !important;
  }
  .margin-left-5px-when-lg {
    margin-left: 5px !important;
  }
  .margin-right-5px-when-lg {
    margin-right: 5px !important;
  }
  .margin-bottom-5px-when-lg {
    margin-bottom: 5px !important;
  }
  .margin-10px-when-lg {
    margin: 10px !important;
  }
  .margin-top-10px-when-lg {
    margin-top: 10px !important;
  }
  .margin-left-10px-when-lg {
    margin-left: 10px !important;
  }
  .margin-right-10px-when-lg {
    margin-right: 10px !important;
  }
  .margin-bottom-10px-when-lg {
    margin-bottom: 10px !important;
  }
  .margin-15px-when-lg {
    margin: 15px !important;
  }
  .margin-top-15px-when-lg {
    margin-top: 15px !important;
  }
  .margin-left-15px-when-lg {
    margin-left: 15px !important;
  }
  .margin-right-15px-when-lg {
    margin-right: 15px !important;
  }
  .margin-bottom-15px-when-lg {
    margin-bottom: 15px !important;
  }
  .margin-20px-when-lg {
    margin: 20px !important;
  }
  .margin-top-20px-when-lg {
    margin-top: 20px !important;
  }
  .margin-left-20px-when-lg {
    margin-left: 20px !important;
  }
  .margin-right-20px-when-lg {
    margin-right: 20px !important;
  }
  .margin-bottom-20px-when-lg {
    margin-bottom: 20px !important;
  }
  .padding-5px-when-lg {
    padding: 5px !important;
  }
  .padding-top-5px-when-lg {
    padding-top: 5px !important;
  }
  .padding-left-5px-when-lg {
    padding-left: 5px !important;
  }
  .padding-right-5px-when-lg {
    padding-right: 5px !important;
  }
  .padding-bottom-5px-when-lg {
    padding-bottom: 5px !important;
  }
  .padding-10px-when-lg {
    padding: 10px !important;
  }
  .padding-top-10px-when-lg {
    padding-top: 10px !important;
  }
  .padding-left-10px-when-lg {
    padding-left: 10px !important;
  }
  .padding-right-10px-when-lg {
    padding-right: 10px !important;
  }
  .padding-bottom-10px-when-lg {
    padding-bottom: 10px !important;
  }
  .padding-15px-when-lg {
    padding: 15px !important;
  }
  .padding-top-15px-when-lg {
    padding-top: 15px !important;
  }
  .padding-left-15px-when-lg {
    padding-left: 15px !important;
  }
  .padding-right-15px-when-lg {
    padding-right: 15px !important;
  }
  .padding-bottom-15px-when-lg {
    padding-bottom: 15px !important;
  }
  .padding-20px-when-lg {
    padding: 20px !important;
  }
  .padding-top-20px-when-lg {
    padding-top: 20px !important;
  }
  .padding-left-20px-when-lg {
    padding-left: 20px !important;
  }
  .padding-right-20px-when-lg {
    padding-right: 20px !important;
  }
  .padding-bottom-20px-when-lg {
    padding-bottom: 20px !important;
  }
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-auto {
  margin-right: auto;
}
/*
* BUILD HELPERS CSS CLASSES FOR REMOVE [ margin | padding ]
* AUTHOR: VLADIMIR UPIROV
*
* .no-{padding|marring};
* .no-{left|right|bottom|top}-{padding|marring};
*
* .no-left-padding;
* .no-margin;
* .no-top-padding;
*/
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
/*
* BUILD HELPERS CSS CLASSES FOR REMOVE BOOTSTRAP'S [ margin | padding ] ACCORDING TO SCREEN SIZE
* AUTHOR: VLADIMIR UPIROV
*
* .no-{padding|marring}-when-{xs|sm|md|lg};
* .no-{left|right|bottom|top}-{padding|marring}-when-{xs|sm|md|lg};
*
* .no-padding-when-xs;
* .no-right-margin-when-md;
* .no-top-padding-when-lg;
*
*/
@media (min-width: 480px) and (max-width: 767px) {
  .no-padding-when-xs {
    padding: 0 !important;
  }
  .no-top-padding-when-xs {
    padding-top: 0 !important;
  }
  .no-left-padding-when-xs {
    padding-left: 0 !important;
  }
  .no-right-padding-when-xs {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-xs {
    padding-bottom: 0 !important;
  }
  .no-margin-when-xs {
    margin: 0 !important;
  }
  .no-top-margin-when-xs {
    margin-top: 0 !important;
  }
  .no-left-margin-when-xs {
    margin-left: 0 !important;
  }
  .no-right-margin-when-xs {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-xs {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-xs {
    padding-margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-padding-when-sm {
    padding: 0 !important;
  }
  .no-top-padding-when-sm {
    padding-top: 0 !important;
  }
  .no-left-padding-when-sm {
    padding-left: 0 !important;
  }
  .no-right-padding-when-sm {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-sm {
    padding-bottom: 0 !important;
  }
  .no-margin-when-sm {
    margin: 0 !important;
  }
  .no-top-margin-when-sm {
    margin-top: 0 !important;
  }
  .no-left-margin-when-sm {
    margin-left: 0 !important;
  }
  .no-right-margin-when-sm {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-sm {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-sm {
    padding-margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-padding-when-md {
    padding: 0 !important;
  }
  .no-top-padding-when-md {
    padding-top: 0 !important;
  }
  .no-left-padding-when-md {
    padding-left: 0 !important;
  }
  .no-right-padding-when-md {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-md {
    padding-bottom: 0 !important;
  }
  .no-margin-when-md {
    margin: 0 !important;
  }
  .no-top-margin-when-md {
    margin-top: 0 !important;
  }
  .no-left-margin-when-md {
    margin-left: 0 !important;
  }
  .no-right-margin-when-md {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-md {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-md {
    padding-margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .no-padding-when-lg {
    padding: 0 !important;
  }
  .no-top-padding-when-lg {
    padding-top: 0 !important;
  }
  .no-left-padding-when-lg {
    padding-left: 0 !important;
  }
  .no-right-padding-when-lg {
    padding-right: 0 !important;
  }
  .no-bottom-padding-when-lg {
    padding-bottom: 0 !important;
  }
  .no-margin-when-lg {
    margin: 0 !important;
  }
  .no-top-margin-when-lg {
    margin-top: 0 !important;
  }
  .no-left-margin-when-lg {
    margin-left: 0 !important;
  }
  .no-right-margin-when-lg {
    margin-right: 0 !important;
  }
  .no-bottom-margin-when-lg {
    margin-bottom: 0 !important;
  }
  .no-margin-padding-when-lg {
    padding-margin: 0 !important;
  }
}
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-auto {
  overflow: auto;
}
.scroller {
  appearance: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  --scrollbar-border-radius: 3px;
  --scrollbar-size: 5px;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.5);
  --scrollbar-thumb-color__hover: rgba(0, 0, 0, 0.3);
  --scrollbar-track-color: #dee2e6;
}
@supports selector(::-webkit-scrollbar) {
  .scroller::-webkit-scrollbar {
    appearance: none;
    transition: border 0.6s ease, width 0.6s ease, height 0.6s ease;
  }
  .scroller::-webkit-scrollbar:vertical {
    width: var(--scrollbar-size);
  }
  .scroller::-webkit-scrollbar:horizontal {
    height: var(--scrollbar-size);
  }
  .scroller::-webkit-scrollbar-thumb {
    border-radius: var(--scrollbar-border-radius);
    background-color: var(--scrollbar-thumb-color);
  }
  .scroller::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-color__hover);
  }
  .scroller::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
  }
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.centered {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.blur-effect {
  filter: blur(1.5px);
}
.blur-mask {
  filter: blur(1.5px);
  pointer-events: none;
}
.blur-grayscale-mask {
  filter: blur(1.5px) grayscale(1);
  pointer-events: none;
}
.transition-all {
  transition: all 200ms;
}
.text-center,
.t-center {
  text-align: center !important;
}
.text-left,
.t-left {
  text-align: left !important;
}
.text-right,
.t-right {
  text-align: right !important;
}
.text-grey {
  color: #666;
}
.text-bold {
  font-weight: 600;
}
.text-truncate {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-grey-light {
  color: #999;
}
.text-grey-lighter {
  color: #e3e3e3;
}
.font-weight-solid {
  font-weight: 200;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold,
.f-bold {
  font-weight: 600;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.text-sm {
  font-size: 85%;
}
.text-xs {
  font-size: 75%;
}
.text-larger {
  font-size: 16px;
}
.text-large {
  font-size: 18px;
}
.no-wrap {
  white-space: nowrap;
}
.not-allowed {
  cursor: not-allowed !important;
}
.clickable {
  pointer-events: all;
}
.non-clickable {
  pointer-events: none;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-fixed {
  position: fixed;
}
.p-static {
  position: static;
}
.p-sticky {
  position: sticky;
}
.text-transform-none {
  text-transform: none !important;
}
.no-selection {
  user-select: none;
}
.brick-paragraph {
  max-width: 80ch;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}
.brick-paragraph.full-width {
  max-width: 100%;
}
.brick-paragraph.small {
  font-size: 85%;
}
.brick-paragraph.muted {
  color: #909090;
}

.bricks-password-input {
  position: relative;
  display: flex;
  align-items: center;
}
.bricks-password-input .toggle-icon {
  position: absolute;
  right: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
}
.bricks-password-input input {
  padding-right: 35px;
}
.bricks-password-input input.input-lg {
  padding-right: 45px;
}
.bricks-password-input input.input-lg + .toggle-icon {
  padding: 16px;
}
.bricks-password-input input.input-lg::placeholder {
  font-size: 14px;
}

.password-mask span {
  background: #999;
  width: 7px;
  display: inline-block;
  height: 7px;
  border-radius: 50%;
}
.password-mask span + span {
  margin-left: 2px;
}

.brick-percent-cell .scale-container {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 3px;
}
.brick-percent-cell .scale-container .scale-segment {
  position: absolute;
  height: 100%;
}
.brick-percent-cell .scale-container .scale-fill {
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 0 2px 2px 0;
}
.brick-percent-cell .scale-container .scale-fill.multicolor {
  height: 5px;
}
.brick-percent-cell .scale-value {
  margin-bottom: -2px;
  font-size: 10px;
}

.placeholder {
  width: 100%;
  padding: 20px;
  color: #999;
}

.progress-container {
  position: relative;
}
.progress-container .progress-line {
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%!important;
  z-index: 100;
}

.progress-bar-container {
  --color-primary: #408EC6;
  --color-success: #2BAE66;
  --color-warning: #FFA351;
  --color-danger: #F96167;
  --secondary-bg: #f5f5f5;
  --border-radius: 0.375rem;
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --progress-height: 16px;
  --progress-font-size: 10px;
  --progress-bg: var(--secondary-bg);
  --progress-border-radius: var(--border-radius);
  --progress-box-shadow: var(--box-shadow-inset);
  --progress-bar-color: #fff;
  --progress-bar-bg: var(--color-primary);
  --progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--progress-height);
  overflow: hidden;
  font-size: var(--progress-font-size);
  background-color: var(--progress-bg);
  border-radius: var(--progress-border-radius);
}
.progress-bar-container .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--progress-bar-bg);
  transition: var(--progress-bar-transition);
}
.progress-bar-container .progress-bar.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: var(--progress-height) var(--progress-height);
}
.progress-bar-container .progress-bar.progress-bar-primary {
  background-color: var(--color-primary);
}
.progress-bar-container .progress-bar.progress-bar-success {
  background-color: var(--color-success);
}
.progress-bar-container .progress-bar.progress-bar-warning {
  background-color: var(--color-warning);
}
.progress-bar-container .progress-bar.progress-bar-danger {
  background-color: var(--color-danger);
}
.progress-bar-container .progress-bar.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--progress-height);
  }
}

.progress-bar-with-sliders-container {
  width: 100%;
  padding: 20px;
}
.progress-bar-with-sliders-container .progress-bar-input.number-input {
  width: 60px;
}
.progress-bar-with-sliders-container .progress-bar-input.number-input .rc-input-number-input-wrap input {
  height: 26px;
  padding: 6px;
}
.progress-bar-with-sliders-container .progress-bar-wrapper {
  position: relative;
}
.progress-bar-with-sliders-container .progress-bar-wrapper .progress-bar {
  width: 100%;
  height: 20px;
  position: relative;
  background-color: #ddd;
  border: 1px solid #000;
  border-radius: 3px;
  user-select: none;
}
.progress-bar-with-sliders-container .progress-bar-wrapper .progress-bar .progress-bar-segment {
  height: 100%;
  position: absolute;
}
.progress-bar-with-sliders-container .progress-bar-wrapper .add-slider-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: green;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
}
.progress-bar-with-sliders-container .slider-container {
  position: absolute;
  text-align: center;
}
.progress-bar-with-sliders-container .slider-container .slider {
  width: 8px;
  height: 6px;
  position: absolute;
  top: -5px;
  background-color: #5a5a5a;
  cursor: pointer;
  transform: translateX(-50%);
}
.progress-bar-with-sliders-container .slider-container .slider:hover {
  background-color: #888;
}
.progress-bar-with-sliders-container .slider-container .slider:hover::after {
  border-color: #888 transparent transparent transparent;
}
.progress-bar-with-sliders-container .slider-container .slider::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-width: 4px;
  border-style: solid;
  border-color: #5a5a5a transparent transparent transparent;
  transform: translateX(-50%);
}
.progress-bar-with-sliders-container .slider-container .slider-value {
  position: absolute;
  top: 5px;
  font-size: 12px;
  transform: translateX(-50%);
}
.progress-bar-with-sliders-container .slider-container .delete-btn {
  position: absolute;
  top: 22px;
  color: #ff4d4d;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  transform: translateX(-50%);
}
.progress-bar-with-sliders-container .slider-container .delete-btn:hover {
  color: #ff6666;
}

.progress-circle-container {
  position: relative;
  --track-color: #e9ecef;
  --indicator-color: #408EC6;
  --label-color: #495057;
  --spinner-speed: 2000ms;
  width: var(--spinner-size);
  height: var(--spinner-size);
}
.progress-circle-container.progress-circle {
  --indicator-color: 64, 142, 198;
}
.progress-circle-container.progress-circle--success {
  --indicator-color: 43, 174, 102;
}
.progress-circle-container.progress-circle--primary {
  --indicator-color: 64, 142, 198;
}
.progress-circle-container.progress-circle--orange {
  --indicator-color: 253, 126, 20;
}
.progress-circle-container.progress-circle--warning {
  --indicator-color: 255, 163, 81;
}
.progress-circle-container.progress-circle--danger {
  --indicator-color: 249, 97, 103;
}
.progress-circle-container.progress-circle--info {
  --indicator-color: 13, 202, 240;
}
.progress-circle-container.progress-circle--dynamic .progress-circle-indicator {
  fill: rgba(var(--indicator-color), 20%);
}
.progress-circle-container.progress-circle--dynamic .progress-circle-label__text {
  --label-color: color-mix(in srgb, rgba(var(--indicator-color)), #000 20%);
}
.progress-circle-container .progress-circle-wrapper {
  width: var(--spinner-size);
  height: var(--spinner-size);
  transform: rotate(-90deg);
}
.progress-circle-container .progress-circle-wrapper .progress-circle-track {
  stroke: var(--track-color);
}
.progress-circle-container .progress-circle-wrapper .progress-circle-indicator {
  stroke: rgb(var(--indicator-color));
}
.progress-circle-container .progress-circle-wrapper .progress-circle-indicator--spinner {
  animation: progress-circle-spinner var(--spinner-speed) linear infinite;
  transform-origin: center;
}
.progress-circle-container .progress-circle-wrapper :not(.progress-circle-indicator--spinner) {
  animation: progress-circle-fill-animation 1s ease-out forwards;
}
.progress-circle-container .progress-circle-label__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.progress-circle-container .progress-circle-label__wrapper .progress-circle-label__text {
  opacity: 0.5;
  font-size: 0.75em;
  color: var(--label-color);
}
.progress-circle-container .progress-circle-label__wrapper .progress-circle-label__progress {
  font-size: 1.5em;
  font-weight: bold;
}
.progress-circle-container .progress-circle-label__wrapper .progress-circle-label__text,
.progress-circle-container .progress-circle-label__wrapper .progress-circle-label__progress {
  display: block;
}
@keyframes progress-circle-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes progress-circle-fill-animation {
  0% {
    stroke-dasharray: 0 var(--dash-array);
  }
}

.brick-qr-code {
  display: flex;
}
.brick-qr-code img {
  margin: auto;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
}

.quantity-input {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 200px;
}
.quantity-input .input-group {
  flex: 1;
  display: block;
}
.quantity-input input {
  text-align: center;
}
.quantity-input .input-group-addon {
  padding: 0;
  width: auto;
}
.quantity-input .decrease-icon,
.quantity-input .increase-icon {
  line-height: 32px;
  padding: 0 10px;
  margin: 0 3px;
}
.quantity-input .help-block {
  width: 100%;
}

.radiobox {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.radiobox input {
  visibility: collapse;
}
.radiobox.radio-inline {
  padding-left: 0;
}
.radiobox.radio-inline input {
  margin-left: 0;
}
.radiobox .radiobox-label,
.radiobox .radiobox-decorator {
  vertical-align: middle;
  font-weight: normal;
}
.radiobox .radiobox-label {
  margin-left: 5px;
}
.radiobox .radiobox-label.left {
  margin-left: unset;
  margin-right: 5px;
}
.radiobox .radiobox-decorator {
  display: inline-block;
  margin-top: -1px;
  height: 15px;
  width: 15px;
  color: #808080;
  background-color: #FAFAFA;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-size: 6.5px;
  line-height: 13px;
}
.radiobox .radiobox-decorator:after {
  display: inline-block;
  content: "";
}
.radiobox.radio-small .radiobox-decorator {
  height: 13px;
  width: 13px;
  font-size: 6px;
  line-height: 12px;
  margin-top: 0;
}
.radiobox.radio-small .radiobox-label {
  font-size: 12px;
}
.radiobox input:checked + .radiobox-decorator:after {
  content: "\f111";
  font-weight: 900;
}
.radiobox.readonly {
  cursor: default;
}
.radiobox.disabled {
  cursor: not-allowed;
}
.radiobox.readonly .radiobox-decorator,
.radiobox.disabled .radiobox-decorator {
  color: #999;
  background: #EEE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.radiobox:not(.disabled) input:not(:checked):hover + .radiobox-decorator,
.radiobox:not(.readonly) input:not(:checked):hover + .radiobox-decorator {
  color: #D2D2D2;
  border: 1px solid #BCBCBC;
}
.radiobox:not(.disabled) input:not(:checked):hover + .radiobox-decorator:after,
.radiobox:not(.readonly) input:not(:checked):hover + .radiobox-decorator:after {
  content: "\f111";
  font-weight: 900;
}

.rating-stars {
  white-space: nowrap;
}
.rating-stars .fa-star {
  color: #9c9c9c;
  cursor: pointer;
}
.rating-stars .fa-star.active {
  color: #ffa500;
}
.rating-stars.read-only .fa-star {
  cursor: default;
}

.resizable-wrapper {
  overflow: hidden;
  position: relative;
}
.resizable-wrapper .resize-grip {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f4f4f4;
}
.resizable-wrapper .resize-grip:before,
.resizable-wrapper .resize-grip:after {
  content: '';
  position: absolute;
  display: inline-block;
}
.resizable-wrapper .resize-grip:before {
  border-color: #f4f4f4;
  border-style: solid;
  z-index: 1;
}
.resizable-wrapper .resize-grip:after {
  background: #666;
}
.resizable-wrapper.resizing .resize-grip,
.resizable-wrapper .resize-grip:hover {
  background: #dbdbdb;
}
.resizable-wrapper.resizing .resize-grip:after,
.resizable-wrapper .resize-grip:hover:after {
  background: #999;
}
.resizable-wrapper.resizable-y {
  padding: 0 0 5px 0;
}
.resizable-wrapper.resizable-y.revert {
  padding: 5px 0 0;
}
.resizable-wrapper.resizable-y.revert > .resize-grip {
  top: 0;
}
.resizable-wrapper.resizable-x {
  padding: 0 5px 0 0;
}
.resizable-wrapper.resizable-x.revert {
  padding: 0 0 0 5px;
}
.resizable-wrapper.resizable-x.revert > .resize-grip {
  left: 0;
}
.resizable-wrapper .horizontal-grip {
  cursor: ns-resize;
  height: 5px;
  border-radius: 0.375rem;
}
.resizable-wrapper .horizontal-grip:before,
.resizable-wrapper .horizontal-grip:after {
  left: 50%;
  margin-left: -10px;
  width: 20px;
}
.resizable-wrapper .horizontal-grip:before {
  border-width: 1px 0;
  height: 3px;
  top: 1px;
}
.resizable-wrapper .horizontal-grip:after {
  height: 5px;
}
.resizable-wrapper .vertical-grip {
  width: 5px;
  cursor: ew-resize;
  border-radius: 0.375rem;
}
.resizable-wrapper .vertical-grip:before,
.resizable-wrapper .vertical-grip:after {
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 5px;
  left: 0;
}
.resizable-wrapper .vertical-grip:before {
  border-width: 0 1px;
  width: 3px;
  left: 1px;
}
.resizable-wrapper .vertical-grip:after {
  width: 5px;
}

.tox-notifications-container {
  display: none !important;
}
.tox-tinymce {
  border-radius: 0.375rem !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-back-to-top {
  --btn-size: 40px;
  --btn-indent-bottom: 20px;
  --btn-indent-right: 20px;
  font-size: 16px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  display: none;
  bottom: var(--btn-indent-bottom);
  right: var(--btn-indent-right);
  width: var(--btn-size);
  height: var(--btn-size);
  background-color: #dc4c64;
  box-shadow: 0 4px 9px -4px #dc4c64;
  color: #fff;
  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;
}
.btn.btn-back-to-top:hover,
.btn.btn-back-to-top:focus {
  box-shadow: 0 8px 9px -4px rgba(220, 76, 100, 0.3), 0 4px 18px 0 rgba(220, 76, 100, 0.2);
  border-color: #e05e74;
  background-color: #d83752;
}

.search-box {
  display: inline-block;
  position: relative;
}
.search-box input {
  width: 100%;
  display: block;
  padding-right: 25px;
  font-size: 12px;
}
.search-box.dark input {
  background: #1A1E29;
  color: #fff;
}
.search-box.dark input:not(:focus) {
  border-color: #141720;
}
.search-box i {
  position: absolute;
  right: 8px;
  top: 11px;
  color: #999;
}
.search-box i:not(.reset-icon) {
  pointer-events: none;
}
.search-box .reset-icon:hover {
  cursor: pointer;
  color: #555;
}
.search-box.dark .reset-icon:hover {
  color: #4DBFEA;
}
.search-box.search-box-full {
  display: block;
}
.search-box.search-box-sm {
  width: 100px;
}
.search-box.search-box-md {
  width: 200px;
}
.search-box.search-box-lg {
  width: 400px;
}
.search-box.has-error input {
  background-color: #f2dede;
}

.brick-select-options-configurator .options-list .options-list-item,
.brick-select-options-configurator .options-list .add-icon-wrapper {
  margin-right: 20px;
}
.brick-select-options-configurator .options-list .options-list-item {
  display: flex;
}
.brick-select-options-configurator .options-list .options-list-item > div {
  flex: 1;
  padding: 8px;
}
.brick-select-options-configurator .options-list .options-list-item > div:last-child:not(:first-child) {
  flex: 0.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 1px;
}
.brick-select-options-configurator .options-list .remove-control {
  top: 19px;
}
.brick-select-options-configurator .options-list .multiple-child-wrapper:not(:first-child) {
  border-top: 1px solid #eee;
}

.resizable-side-panel-wrapper .side-panel {
  height: 100%;
  width: 100%;
}
.side-panel {
  position: relative;
  overflow: hidden;
  flex: none !important;
  padding: 0;
}
.side-panel .side-panel-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.side-panel.right {
  border-left: 1px solid #e3e3e3;
}
.side-panel.left {
  border-right: 1px solid #e3e3e3;
}
.side-panel.bottom {
  border-top: 1px solid #e3e3e3;
}
.side-panel.top {
  border-bottom: 1px solid #e3e3e3;
}

.type-to-handwritten input {
  height: 100px;
  font-family: 'Zeyada', cursive;
  border: 0;
  padding-top: 16px;
  background-color: #efefef;
}
.type-to-handwritten input::placeholder {
  font-family: 'Open Sans', serif;
  font-size: 35px;
}
.type-to-handwritten input:focus {
  background-color: #efefef;
  border: none;
  box-shadow: none;
}
.type-to-handwritten canvas {
  display: none;
}

.slide-pane {
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 100px;
  height: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s;
  will-change: transform;
}
.slide-pane.collapsed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px !important;
  min-width: 0;
}
.slide-pane.collapsed > div {
  height: 100%;
  cursor: pointer;
}
.slide-pane:focus {
  outline-style: none;
}
.slide-pane_from_right {
  margin-left: auto;
  transform: translateX(100%);
}
.slide-pane_from_right.ReactModal__Content--after-open {
  transform: translateX(0%);
}
.slide-pane_from_right.ReactModal__Content--before-close {
  transform: translateX(100%);
}
.slide-pane_from_left {
  margin-right: auto;
  transform: translateX(-100%);
}
.slide-pane_from_left.ReactModal__Content--after-open {
  transform: translateX(0%);
}
.slide-pane_from_left.ReactModal__Content--before-close {
  transform: translateX(-100%);
}
.slide-pane_from_bottom {
  height: 90vh;
  margin-top: 10vh;
  transform: translateY(100%);
}
.slide-pane_from_bottom.ReactModal__Content--after-open {
  transform: translateY(0%);
}
.slide-pane_from_bottom.ReactModal__Content--before-close {
  transform: translateY(100%);
}
.slide-pane__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-pane__overlay.collapsed {
  position: relative;
}
.slide-pane .slide-pane__title {
  font-size: 18px;
  font-weight: normal;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 2px;
  margin: -2px;
  line-height: 1.3;
}
.slide-pane__actions {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
  padding: 10px;
}
.slide-pane__actions i {
  cursor: pointer;
  padding: 10px;
}
.slide-pane__content {
  position: relative;
  overflow-y: auto;
  padding: 20px;
  flex: 1 1 auto;
  background-color: #eeeeee;
}
.slide-pane__subtitle {
  font-size: 12px;
  margin-top: 2px;
}
.collapsed-btn {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: relative;
  top: 45%;
  right: 1px;
  font-weight: bold;
  cursor: pointer;
}

.smart-form .control-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-form .inline-label input {
  margin-right: 10px;
}
.smart-form .form-group {
  margin-bottom: 5px;
}
.smart-form .form-group > div > textarea,
.smart-form .form-group > div > input[type="text"],
.smart-form .form-group > div .Select {
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: middle;
}
.smart-form .form-group textarea {
  resize: vertical;
  max-height: 200px;
}
.smart-form .smart-form-tooltip-icon {
  margin: 0 0 0 5px;
  width: 14px;
  vertical-align: middle;
}
.smart-form .checkbox + .smart-form-tooltip-icon {
  vertical-align: baseline;
}

.react-smart-table {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.react-smart-table.with-sticky-header {
  overflow: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .react-smart-table {
    transform: translateZ(0);
  }
}
.react-smart-table table {
  margin: 0;
  width: 100%;
}
.react-smart-table tr {
  background: #fff;
}
.react-smart-table th.align-left,
.react-smart-table td.align-left {
  text-align: center;
}
.react-smart-table th.align-center,
.react-smart-table td.align-center {
  text-align: center;
}
.react-smart-table th.align-right,
.react-smart-table td.align-right {
  text-align: right;
}
.react-smart-table th > div,
.react-smart-table td > div {
  position: relative;
}
.react-smart-table .react-smart-table-resizable-column .resizable-cell-handler {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
}
.react-smart-table .react-smart-table-sortable-handler {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 0;
  width: 11px;
  cursor: pointer;
  align-self: center;
}
.react-smart-table .react-smart-table-sortable-handler .arrow-asc,
.react-smart-table .react-smart-table-sortable-handler .arrow-desc {
  float: left;
  border: 5px solid #d5d8da;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.react-smart-table .react-smart-table-sortable-handler .arrow-asc {
  border-top: none;
}
.react-smart-table .react-smart-table-sortable-handler .arrow-desc {
  margin-top: 2px;
  border-bottom: none;
}
.react-smart-table .react-smart-table-sortable-handler.direction-asc .arrow-asc,
.react-smart-table .react-smart-table-sortable-handler.direction-desc .arrow-desc {
  border-color: #6a7d89;
}
.react-smart-table .react-smart-table-sortable-handler.direction-asc .arrow-desc,
.react-smart-table .react-smart-table-sortable-handler.direction-desc .arrow-asc {
  display: none;
}
.react-smart-table .react-smart-body-table {
  width: 100%;
}
.react-smart-table .react-smart-body-table .react-smart-table-highlightable {
  overflow: hidden;
}
.react-smart-table .react-smart-body-table .react-smart-table-highlightable td {
  position: relative;
}
.react-smart-table .react-smart-body-table .react-smart-table-highlightable td > div {
  z-index: 1;
}
.react-smart-table .react-smart-body-table .react-smart-table-highlightable td:hover::after {
  content: "";
  position: absolute;
  background-color: #d6eef9a1;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
}
.react-smart-table .react-smart-body-table .react-smart-table-highlightable td:hover::before {
  content: "";
  position: absolute;
  background-color: #cdedf985;
  height: 100%;
  left: -5000px;
  top: 0;
  width: 10000px;
}
.react-smart-table .react-smart-body-table .react-smart-table-highlightable td:hover > div {
  background-color: #e2f2f9;
}
.react-smart-table .react-smart-head-table {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
}
.react-smart-table .react-smart-head-table table {
  table-layout: fixed;
}
.react-smart-table .react-smart-head-table-scrolled table {
  box-shadow: 0 0 20px 5px #bbb;
}
.react-smart-table .react-smart-table-no-items-row td {
  padding: 10px;
}
.react-smart-table .react-smart-table-striped tr:nth-child(even) {
  background: #f8f8f8;
}
.react-smart-table .react-smart-table-hoverable tr:hover {
  background: #fff8e8;
}
.react-smart-table .react-smart-table-checkable tr td:first-of-type input {
  margin-top: 2px;
}
.react-smart-table .react-smart-table-checkable tr.checked {
  background: #fff5e6;
}
.react-smart-table .react-smart-table-checkable tr.checked td {
  color: #707070;
}
.react-smart-table .react-smart-table-checkable.react-smart-table-hoverable tr.checked:hover {
  background: #fff5e6;
}
.react-smart-table .react-smart-table-selectable tr {
  cursor: pointer;
}
.react-smart-table .react-smart-table-selectable tr.selected {
  background: #fff1d1;
}
.react-smart-table .react-smart-table-selectable tr.selected td {
  color: #707070;
}
.react-smart-table .react-smart-table-selectable.react-smart-table-hoverable tr.selected:hover {
  background: #fff1d1;
}
.react-smart-table .react-smart-table-editable-cell {
  transition: background 1s ease;
}
.react-smart-table .react-smart-table-editing-cell > div {
  padding: 0;
}
.react-smart-table .react-smart-table-changed-cell {
  background: #feebd7;
}
.react-smart-table .react-smart-table-with-error-cell {
  background: #fcd4cf;
}
.react-smart-table .react-smart-table-input-editor {
  position: relative;
  height: 30px;
  margin: 2px;
}
.react-smart-table .react-smart-table-input-editor input {
  width: 100%;
  height: 31px;
  position: absolute;
  top: -0.5px;
  z-index: 2;
  border-radius: 0;
}
.react-smart-table .react-smart-table-input-editor.password-input input {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}

.smart-stepper {
  display: flex;
}
.smart-stepper .smart-stepper-step {
  display: flex;
  align-items: center;
  min-width: 0;
}
.smart-stepper .smart-stepper-step:not(:last-of-type) {
  flex: 1;
}
.smart-stepper .smart-stepper-step-handler {
  display: flex;
  cursor: pointer;
}
.smart-stepper .smart-stepper-step-handler:hover .smart-stepper-step-label {
  color: #5096FF;
}
.smart-stepper .smart-stepper-step-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #c1c0c0;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.smart-stepper .smart-stepper-step-circle-index-label {
  font-size: 16px;
  display: inline-block;
}
.smart-stepper .smart-stepper-step-label {
  margin-left: 5px;
  font-size: 12px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: unset;
  color: #888;
}
.smart-stepper .smart-stepper-step-tracker {
  flex: 1;
  height: 2px;
  min-width: 10px;
  margin: 0 5px;
  background: #c1c0c0;
}
.smart-stepper .smart-stepper-step-completed .smart-stepper-step-circle {
  background: #5096FF;
}
.smart-stepper .smart-stepper-step-completed .smart-stepper-step-tracker {
  background: #5096FF;
}
.smart-stepper .smart-stepper-step-active .smart-stepper-step-circle {
  border: 2px solid #5096FF;
  background: none;
  color: #5096FF;
}
.smart-stepper .smart-stepper-step-active .smart-stepper-step-label {
  color: #333;
}
.smart-stepper .smart-stepper-step-error .smart-stepper-step-circle {
  background: #ff443c;
}
.smart-stepper .smart-stepper-step-error .smart-stepper-step-label {
  color: #ff443c;
}
.smart-stepper .smart-stepper-step-error.smart-stepper-step-active .smart-stepper-step-circle {
  border-color: #ff443c;
  background: none;
  color: #ff443c;
}

.bricks__tabs-menu.nav-tabs {
  display: flex;
  gap: 15px;
}
.bricks__tabs-menu.nav-tabs::before {
  display: none;
}
.bricks__tabs-menu.nav-tabs > li {
  float: none;
}
.bricks__tabs-menu.nav-tabs > li > a {
  margin-right: 0;
}

.tier-plan-configuration {
  max-width: 80ch;
  color: #555;
  line-height: 1.5;
}
.tier-plan-configuration .max-tier-threshold-select {
  min-width: 300px;
}

.ProseMirror {
  outline: none;
  /* Color swatches */
}
.ProseMirror code {
  background-color: rgba(97, 97, 97, 0.1);
  color: #616161;
}
.ProseMirror blockquote {
  padding: 0 0 0 1rem;
  border-left: 2px solid rgba(13, 13, 13, 0.1);
  font-size: 14px;
  color: #616161;
}
.ProseMirror hr {
  border: none;
  border-top: 2px solid rgba(13, 13, 13, 0.1);
  margin: 2rem 0;
}
.ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #818181;
  pointer-events: none;
  height: 0;
  font-size: 15px;
}
.ProseMirror .color {
  white-space: nowrap;
}
.ProseMirror .color::before {
  content: ' ';
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(128, 128, 128, 0.3);
  vertical-align: middle;
  margin-right: 0.1em;
  margin-bottom: 0.15em;
  border-radius: 2px;
  background-color: var(--color);
}
.ProseMirror p {
  margin: 0;
}
.ProseMirror pre {
  background: #0D0D0D;
  color: #FFF;
  font-family: 'JetBrainsMono', monospace;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.ProseMirror pre code {
  color: inherit;
  padding: 0;
  background: none;
  font-size: 1rem;
}
.ProseMirror pre .hljs-comment,
.ProseMirror pre .hljs-quote {
  color: #616161;
}
.ProseMirror pre .hljs-variable,
.ProseMirror pre .hljs-template-variable,
.ProseMirror pre .hljs-attribute,
.ProseMirror pre .hljs-tag,
.ProseMirror pre .hljs-name,
.ProseMirror pre .hljs-regexp,
.ProseMirror pre .hljs-link,
.ProseMirror pre .hljs-name,
.ProseMirror pre .hljs-selector-id,
.ProseMirror pre .hljs-selector-class {
  color: #F98181;
}
.ProseMirror pre .hljs-number,
.ProseMirror pre .hljs-meta,
.ProseMirror pre .hljs-built_in,
.ProseMirror pre .hljs-builtin-name,
.ProseMirror pre .hljs-literal,
.ProseMirror pre .hljs-type,
.ProseMirror pre .hljs-params {
  color: #FBBC88;
}
.ProseMirror pre .hljs-string,
.ProseMirror pre .hljs-symbol,
.ProseMirror pre .hljs-bullet {
  color: #B9F18D;
}
.ProseMirror pre .hljs-title,
.ProseMirror pre .hljs-section {
  color: #FAF594;
}
.ProseMirror pre .hljs-keyword,
.ProseMirror pre .hljs-selector-tag {
  color: #70CFF8;
}
.ProseMirror pre .hljs-emphasis {
  font-style: italic;
}
.ProseMirror pre blockquote,
.ProseMirror pre .hljs-strong {
  font-weight: 700;
}
.ProseMirror .mention {
  color: #346eb8;
  background-color: rgba(52, 110, 184, 0.1);
  border-radius: 0.3rem;
  padding: 0.1rem 0.3rem;
}
.ProseMirror .mention.mention-link {
  cursor: pointer;
}
.ProseMirror .mention.mention-link:hover {
  color: #199cda;
  text-decoration: underline;
}
.bubble-menu {
  display: flex;
  background-color: #0D0D0D;
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.bubble-menu button {
  border: none;
  background: none;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 0.5rem;
  opacity: 0.6;
}
.bubble-menu button:hover,
.bubble-menu button.is-active {
  opacity: 1;
}

.mention-list {
  position: relative;
  border-radius: 0.25rem;
  background: white;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}
.mention-list .item {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 5px 10px;
}
.mention-list .item.is-selected,
.mention-list .item:hover {
  color: #346eb8;
  background: rgba(52, 110, 184, 0.1);
}

.togglebar {
  padding: 0;
  list-style-type: none;
  display: flex;
}
.togglebar li {
  border: 1px solid #d9d9d9;
  background-color: white;
  border-radius: 0;
  padding: 6px 12px;
  margin-left: -1px;
  cursor: pointer;
}
.togglebar li:hover a,
.togglebar li:focus a {
  color: #23527c;
}
.togglebar li.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.togglebar li.active a {
  color: white;
}
.togglebar li a {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}
.togglebar.togglebar-sm li {
  padding: 5px 10px;
}
.togglebar.togglebar-disabled li {
  border: 1px solid #e9e9e9;
  background-color: #f4f4f4;
  cursor: default;
}
.togglebar.togglebar-disabled li a,
.togglebar.togglebar-disabled li:hover a,
.togglebar.togglebar-disabled li:focus a {
  color: #748ea5;
  cursor: default;
}
.togglebar.togglebar-disabled li.active {
  background-color: #8fa9bf;
  border-color: #748ea5;
}
.togglebar.togglebar-disabled li.active a {
  color: white;
}
.has-error .togglebar li {
  border-color: #a94442;
}
.has-error .togglebar li:not(.active) {
  background-color: #fc897e;
}
.has-error .togglebar li:not(.active) a {
  color: #a94442;
}

.tree-container {
  --bullet-size: 13px;
  --item-padding-left: 15px;
  --container-padding-left: 10px;
  --selected-bg: #d2e8f9;
  --path-color: #dcdcdc;
  --file-hovered-bg: #c7f8c4;
  --icons-color: #3a84a2;
  position: relative;
  padding-left: 0;
}
.tree-container .tree-container {
  padding-left: 10px;
}
.tree-container .tree-container .tree-container {
  padding-left: 20px;
}
.tree-container .title-wrapper {
  position: relative;
  line-height: 0;
  padding-left: 4px;
}
.tree-container .title-wrapper .root-item-title {
  padding-left: 0;
}
.tree-container .branch > .title-wrapper.is-over {
  background-color: var(--file-hovered-bg);
}
.tree-container .branch > .title-wrapper.is-over .file-title {
  background-color: var(--file-hovered-bg);
}
.tree-container .branch .title-wrapper:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 1px var(--path-color) solid;
  left: 0;
  top: 50%;
}
.tree-container .branch .tree-container .title-wrapper:after {
  width: calc(var(--item-padding-left) + var(--container-padding-left) / 2 - 8px);
  height: calc(100% + 3px);
  border-left: 1px var(--path-color) solid;
  left: 0;
  top: -15px;
}
.tree-container .branch:not(:last-child) > .tree-container:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: calc(100% - 3px);
  box-sizing: border-box;
  border-left: 1px var(--path-color) solid;
  left: 0;
  transform: translateY(calc((var(--bullet-size) * -1) + 1px));
}
.tree-container .leaf.selected .title {
  background: var(--selected-bg);
  z-index: 1;
}
.tree-container .leaf.selected .title .file-title {
  background: var(--selected-bg);
}
.tree-container .leaf .title {
  padding: 5px;
  margin-left: calc(var(--item-padding-left) - 10px);
  max-width: calc(100% - calc(var(--item-padding-left) - 10px));
}
.tree-container .title {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 10px;
  line-height: 1;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.tree-container .title.is-dragging {
  animation-name: trembling;
  animation-duration: 1s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.7;
  cursor: move;
}
.tree-container .title .file-title {
  background-color: var(--background-color, rgba(255, 255, 255, 0));
}
.tree-container .title i {
  width: 16px;
  margin-right: 2px;
  color: var(--icons-color);
}
.tree-container .title:not(.root-item-title) {
  cursor: pointer;
}
@-webkit-keyframes trembling {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.video-player-modal {
  position: fixed;
  z-index: 1090;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-player-modal .video-player-modal-backdrop {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.video-player-modal .player-container {
  display: flex;
  justify-content: center;
}
.video-player-modal .player-container > div {
  z-index: 1090;
}
@keyframes animateAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.yt-icon {
  position: relative;
  bottom: 1px;
  margin-left: 2px;
  cursor: pointer;
  height: 12px;
}

.brick__time-duration-picker.label-position-left .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brick__time-duration-picker.label-position-left .form-group.form-group-sm {
  gap: 5px;
}
.brick__time-duration-picker.label-position-top .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brick__time-duration-picker.label-position-top label {
  margin-bottom: 0;
}
.brick__time-duration-picker .number-input-max-2 .rc-input-number {
  max-width: 43px;
}
.brick__time-duration-picker .number-input-max-2.form-group-sm .rc-input-number {
  max-width: 37px;
}
.brick__time-duration-picker .number-input-max-4 .rc-input-number {
  max-width: 60px;
}
.brick__time-duration-picker .number-input-max-4.form-group-sm .rc-input-number {
  max-width: 55px;
}

.bl-brick--hamburger-menu-icon {
  --size: 22px;
  --active-size: 28px;
  --color: #999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: var(--size);
  width: var(--size);
}
.bl-brick--hamburger-menu-icon span {
  height: 3px;
  width: 100%;
  background-color: var(--color);
  transition: all 100ms ease-in-out;
  transform: translate(0px, 0px) rotate(0deg);
}
.bl-brick--hamburger-menu-icon:hover {
  cursor: pointer;
}
.bl-brick--hamburger-menu-icon.active span:nth-of-type(1) {
  transition: all 100ms ease-in-out;
  transform: translate(2px, 0px) rotate(45deg);
  transform-origin: top left;
  width: var(--active-size);
}
.bl-brick--hamburger-menu-icon.active span:nth-of-type(2) {
  transition: all 50ms ease-in-out;
  transform-origin: center;
  width: 0;
}
.bl-brick--hamburger-menu-icon.active span:nth-of-type(3) {
  transition: all 100ms ease-in-out;
  transform: translate(2px, 0px) rotate(-45deg);
  transform-origin: bottom left;
  width: var(--active-size);
}

.mini-workspace {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.mini-workspace .content-container {
  width: 500px;
}
.mini-workspace:before,
.mini-workspace:after {
  flex-grow: 1;
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .mini-workspace {
    margin-top: 80px;
  }
}

.time-to-upgrade-modal .logo {
  width: 190px;
}
.time-to-upgrade-modal .message-container {
  font-size: 16px;
}

.automation-logging-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: white;
}
.automation-logging-section .logging-section-toolbar {
  padding: 10px;
  margin-bottom: 3px;
  border-top: 1px solid var(--border-color);
}
.automation-logging-section .logging-section-toolbar .toolbar-section {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  gap: 5px;
}
.automation-logging-section .logging-section-toolbar .toolbar-section .toolbar-label {
  white-space: nowrap;
  font-size: 12px;
  color: #6c757d;
}
.automation-logging-section .logging-section-toolbar .toolbar-section .search-box {
  width: 100%;
}
.automation-logging-section .logging-section-toolbar .toolbar-section .search-box i {
  top: 8px;
}
.automation-logging-section .logging-section-toolbar .toolbar-section .form-group {
  margin-bottom: 0;
}
.automation-logging-section .logging-section-toolbar .toolbar-section .form-group > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.automation-logging-section .logging-section-toolbar .context-section {
  width: 260px;
}
.automation-logging-section .logging-section-toolbar .context-section .Select {
  width: 170px;
}
.automation-logging-section .logging-section-toolbar .context-section .toolbar-label {
  width: 72px;
}
.automation-logging-section .logging-section-toolbar .date-section {
  width: 275px;
}
.automation-logging-section .logging-section-toolbar .date-section .toolbar-label {
  width: 32px;
}
.automation-logging-section .logging-section-toolbar .date-picker--from {
  margin-right: 51px;
}
.automation-logging-section .logging-section-toolbar .checkbox {
  margin-top: 0;
  white-space: nowrap;
}
.automations-logging-settings .modal-body {
  background-color: #f4f4f4;
  padding: 0;
}
.automations-logging-settings .logging-level-select {
  width: 80px;
}

.sockets-debugger-portal-container {
  top: 0;
  bottom: 0;
  right: -290px;
  width: 320px;
  position: fixed;
  background: rgba(254, 254, 254, 0.78);
  transition: right 0.5s ease-in-out;
}
.sockets-debugger-portal-container.show {
  right: 0;
}
.sockets-debugger-portal-container .messages-list {
  overflow: auto;
  padding: 0 16px;
  height: calc(100% - 40px);
}
.sockets-debugger-portal-container .message-item {
  margin-bottom: 8px;
}

.no-active-rt-logging-window {
  margin: auto;
  font-size: 2em;
  max-width: 500px;
}
.no-active-rt-logging-window .btn {
  padding: 0;
  font-size: inherit;
  display: inline-block;
  line-height: inherit;
  vertical-align: inherit;
}

.rt-logging-page {
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
}
.rt-logging-page .rt-logging-section {
  background: #fff;
}
.rt-logging-page .rt-logging-section .toolbar {
  padding: 10px 10px 0 10px;
}

.app-not-found {
  margin: 100px auto;
  text-align: center;
  color: #eee;
}
.app-not-found i {
  font-size: 3em;
}
.app-not-found .app-name {
  color: #F96167;
}

.rt-logging-area {
  flex: 1;
  position: relative;
  display: block;
  color: #333333;
  border: 1px solid;
  overflow: auto;
  font-family: monospace;
}
.rt-logging-area.dark {
  background-color: #232122;
  border-color: #e3e3e3;
}
.rt-logging-area.dark .message {
  color: white;
}
.rt-logging-area.light {
  background-color: #fbfbfb;
  border-color: #ccc;
}
.rt-logging-area.light .message {
  color: black;
}
.rt-logging-area .logging-messages {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  position: absolute;
  padding: 6px 12px;
}
.rt-logging-area .logging-messages:not(.wrapped) .message {
  white-space: nowrap;
}
.rt-logging-area .logging-messages .message {
  font-size: 0.9em;
}
.rt-logging-area .logging-messages .message.fatal {
  color: red;
}
.rt-logging-area .logging-messages .message.error {
  color: #F96167;
}
.rt-logging-area .logging-messages .message.warn {
  color: #ff9200;
}
.rt-logging-area .logging-messages .message.info {
  color: #408EC6;
}
.rt-logging-area .logging-messages .message.debug {
  color: #aaa;
}
.rt-logging-area .logging-messages .message.trace {
  color: #007b1d;
}
.rt-logging-area .logging-messages .message mark {
  padding: 0;
  background: #ffdb3a;
}

.common-layout__section-panel {
  position: relative;
  padding: 25px 30px 30px 30px;
  margin: 20px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.common-layout__section-panel.danger {
  background: #ffcdcd;
}
.common-layout__section-panel.with-icon {
  padding: 25px 60px 30px 60px;
}
.common-layout__section-panel .panel__icon-holder {
  position: absolute;
  width: 40px;
  left: 15px;
  top: 22px;
  text-align: center;
  font-size: 24px;
  color: #6c757d;
}
.common-layout__section-panel .panel__icon-holder .panel__icon svg {
  margin-top: 4px;
  width: 24px;
  height: 24px;
  fill: #6c757d;
}
.common-layout__section-panel .panel__title {
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #495057;
}
.common-layout__section-panel .panel__title > i {
  font-size: 14px;
  margin-left: 10px;
  color: #6c757d;
}
.common-layout__section-panel .panel__title .tutorial-icon {
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 22px;
  color: #bebebe;
  cursor: pointer;
}
.common-layout__section-panel .panel__title .tutorial-icon:hover {
  color: #86d4ff;
}
.common-layout__section-panel .panel__title .ios-toggler > span {
  margin-top: 0;
  font-size: 20px;
}
.common-layout__section-panel .panel__content {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}
.common-layout__section-panel .panel__content .btn {
  margin-right: 5px;
}
.common-layout__section-panel .panel__content .btn:last-child {
  margin-right: 0;
}
.common-layout__section-panel .panel__content .input-group-btn .btn {
  margin-right: 0;
}
.common-layout__section-panel .open-discuss-button {
  position: relative !important;
  display: inline-flex;
  margin-left: 0.3em;
  right: 0 !important;
  bottom: 0 !important;
  top: 2px;
}

.comments-panel-overlay {
  z-index: 1050;
  width: 485px;
  left: auto !important;
}
.comments-panel-overlay .slide-pane__title-wrapper {
  margin-left: 0;
}
.comments-panel-overlay .slide-pane__header {
  flex: none;
  padding: 17px;
  height: auto;
  min-height: 55px;
  color: white;
  background-color: #4e5b67;
}
.comments-panel-overlay .slide-pane__header .slide-pane__title {
  padding: 0 3px;
}
.comments-panel-overlay .slide-pane__content {
  background-color: white;
  padding: 0;
}
.comments-panel-overlay .slide-pane__close {
  position: absolute;
  right: 0;
  top: 0;
}
.comments-panel-overlay .no-ui-comments-context-selected {
  color: #4b4b4b;
  padding: 16px 20px;
}

.comments {
  position: relative;
  padding: 10px 20px 20px 20px;
  background: white;
  border-radius: 10px;
  z-index: 10;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.comments .external-review-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.comments .external-review-form.has-reviews {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.comments .external-review-form .external-form-description {
  font-size: 15px;
  color: #818181;
}
.comments .comments-header {
  margin-bottom: 15px;
  position: relative;
}
.comments .comments-header .comments-sorting {
  padding: 0;
  margin-bottom: 15px;
  display: flex;
}
.comments .comments-header .comments-sorting > li:first-child {
  margin-left: auto;
}
.comments .comments-header .comments-title {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
}
.comments .comments-pseudo-form {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 10px;
}
.comments .comments-pseudo-form .comments-pseudo-form-text {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 34px;
  color: #818181;
}
.comments .comments-form {
  width: 100%;
  position: relative;
  padding: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.comments .comments-form.editing {
  margin-top: 10px;
}
.comments .comments-form .rating-stars {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments .comments-form .comments-form-editor,
.comments .comments-form .thesis {
  position: relative;
  width: 100%;
}
.comments .comments-form .comments-form-editor .ProseMirror,
.comments .comments-form .thesis .ProseMirror {
  padding-top: 0;
  position: relative;
  outline: 0 !important;
  display: inline-block;
  width: 100%;
  white-space: pre-wrap;
}
.comments .comments-form .comments-form-editor .thesis-panel,
.comments .comments-form .thesis .thesis-panel {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.comments .comments-form .comments-form-editor .thesis-panel .buttons-panel,
.comments .comments-form .thesis .thesis-panel .buttons-panel {
  margin-left: auto;
}
.comments .comments-form .comments-form-editor .thesis-panel .buttons-panel .submit-button,
.comments .comments-form .thesis .thesis-panel .buttons-panel .submit-button {
  border-radius: 4px;
}
.comments .comments-form .comments-form-editor .thesis-panel .buttons-panel .cancel-button,
.comments .comments-form .thesis .thesis-panel .buttons-panel .cancel-button {
  color: #595959;
  font-size: 12px;
}
.comments .has-error .help-block {
  color: #F96167;
}
.comments .comments-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comments .comments-content .comments-item {
  width: 100%;
}
.comments .comments-content .comments-item.review-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments .comments-content .comments-item .comments-item-space {
  padding: 10px 15px 10px 15px;
  margin-left: -15px;
  width: 100%;
  box-sizing: content-box;
}
.comments .comments-content .comments-item .comments-item-space.comment-children {
  padding-top: 0;
  padding-bottom: 0;
}
.comments .comments-content .comments-item .comments-item-space.without-control-panel {
  margin-bottom: 20px;
}
.comments .comments-content .comments-item .comments-item-self {
  display: flex;
  flex-direction: column;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header {
  display: flex;
  justify-content: space-between;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user {
  flex-wrap: wrap;
  width: min-content;
  display: flex;
  max-width: 100%;
  align-items: baseline;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-users {
  flex-wrap: nowrap;
  display: flex;
  max-width: 100%;
  align-items: baseline;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-users .comments-item-user {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  margin-right: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: black;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-users .comments-item-user:hover {
  color: #346eb8;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-users .comments-item-user .comments-item-user-image {
  background-color: transparent;
  position: absolute;
  margin-left: -42px;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  outline: none;
  outline-offset: 0;
  vertical-align: baseline;
  top: 2px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-users .comments-item-user .comments-item-user-name {
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-users .comments-item-user .comments-item-user-name .user-name:hover {
  color: #346eb8;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-date-wrapper {
  margin-right: 16px;
  font-size: 12px;
  padding-left: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-date-wrapper .time {
  color: #595959;
  cursor: default;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .comments-item-date-wrapper .hidden-comment-tip {
  font-weight: bold;
  margin-left: 5px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .rating-stars {
  margin-top: 10px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .comments-item-header-user .rating-stars i {
  font-size: 18px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote {
  line-height: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 88px;
  justify-content: center;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button {
  padding-top: 1px;
  height: 20px;
  color: #595959;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button .vote-icon,
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button .vote-icon {
  width: 12px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button .vote-icon path,
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button .vote-icon path {
  fill: #595959;
  stroke: #595959;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-width: 0.3;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button.vote-button-minus {
  margin-right: 12px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button.vote-button-minus:not(.disabled):hover path {
  stroke: #cd192e;
  fill: #cd192e;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button.vote-button-plus {
  margin-left: 12px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button.vote-button-plus:not(.disabled):hover path {
  stroke: #0a1;
  fill: #0a1;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-button.disabled {
  cursor: initial;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value {
  text-align: center;
  box-sizing: border-box;
  color: #595959;
  cursor: default;
  white-space: nowrap;
  padding: 0 6px;
  position: relative;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value.vote-sum-positive span {
  color: #0a1;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value.vote-sum-negative span {
  color: #cd192e;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value:hover .vote-users {
  display: block;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users {
  border-radius: 5px;
  z-index: 6;
  right: -25px;
  top: 33px;
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 0;
  padding: 10px 0 10px 10px;
  border: 1px solid #f2f2f2;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users:after {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 15px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper {
  height: auto;
  overflow: hidden;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content {
  padding-right: 30px;
  width: 150%;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item {
  position: relative;
  display: block;
  height: 35px;
  white-space: nowrap;
  cursor: pointer;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item:last-child {
  height: 20px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item:hover {
  color: #346eb8;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item .vote-users-item-image {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item .vote-users-item-name {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  font-size: 12px;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item.vote-users-item-plus {
  color: #0a1;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote .vote-value .vote-users .vote-users-content-wrapper .vote-users-content .vote-users-item.vote-users-item-minus {
  color: #cd192e;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote.voted-positive .vote-button-plus .vote-icon path {
  stroke: #0a1;
  fill: #0a1;
}
.comments .comments-content .comments-item .comments-item-self .comment-item-header .vote.voted-negative .vote-button-minus .vote-icon path {
  stroke: #cd192e;
  fill: #cd192e;
}
.comments .comments-content .comments-item .comments-item-self .comments-item-content {
  flex-basis: 100%;
  margin-top: 9px;
  margin-bottom: 5px;
  width: 100%;
  padding-right: 85px;
  max-width: 100%;
}
.comments .comments-content .comments-item .comments-item-self .comments-item-content .comments-item-summary {
  font-size: 15px;
  font-weight: bold;
}
.comments .comments-content .comments-item .comments-item-self .comments-item-content .comments-item-text {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  word-wrap: break-word;
}
.comments .comments-content .comments-item .comments-item-self .comments-item-content .comments-item-text p {
  margin: 0;
  white-space: pre-wrap;
}
.comments .comments-content .comments-item .comments-item-self .comments-item-content .comments-item-text .codex-editor .ce-block__content {
  margin: 0;
}
.comments .comments-content .comments-item .comments-item-self .comments-item-content .comments-item-text.comment-item-content-removed {
  color: grey;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .comments-item-reply {
  color: #595959;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .comments-item-reply > span {
  margin-left: 5px;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .comments-item-reply:hover {
  color: #346eb8;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .comment-controls-dropdown-menu {
  border: 0;
  background: 0;
  box-shadow: none;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .dropdown-toggle {
  padding: 0;
  color: #595959;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .dropdown-menu {
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .dropdown-menu .dropdown-menu-item a {
  color: #595959;
  padding: 5px 20px 5px 8px;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .dropdown-menu .dropdown-menu-item a i {
  margin-right: 5px;
  font-size: 12px;
}
.comments .comments-content .comments-item .comments-item-self .comment-controls-container .dropdown-menu .dropdown-menu-item.disabled a {
  color: grey;
}
.comments .comments-content .comments-item .comments-item-self:hover .vote .vote-button {
  visibility: visible;
}
.comments .comments-content .comments-item.comment-hidden .comment-item-header,
.comments .comments-content .comments-item.comment-hidden .comments-item-content {
  opacity: 0.5;
}
.comments .comments-content .comments-item .comments-form ~ .comments-item-children {
  margin-top: 15px;
}
.comments .comments-content .comments-item .comments-items-other {
  position: relative;
  margin-top: 5px;
}
.comments .comments-content .comments-item .comments-items-other .comments-item-children {
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.comments .comments-content .comments-item .comments-items-other .comments-item-children .comments-item {
  width: 100%;
}
.comments .comments-content .comments-item .comments-items-other .comments-item-children .comments-item:last-child .comments-item-space.comment-children.without-control-panel {
  margin-bottom: 0;
}
.comments .comments-content .comments-item .comments-items-other .comments-item-collapse_subtree {
  display: none;
  position: absolute;
  width: 16px;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.comments .comments-content .comments-item .comments-items-other .comments-item-collapse_subtree:hover {
  border-left: 2px solid #346eb8;
}
.comments .comments-content .comments-item .comments-items-other:hover .comments-item-collapse_subtree {
  display: block;
}
.comments .comments-content .comments-item .comments-items-other .comments-item-expand {
  display: none;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1;
  color: #346eb8;
  cursor: pointer;
}
.comments .comments-content .comments-item.comments-item-collapsed .comments-item-expand {
  display: inline-block;
}
.comments .comments-content .comments-item.comments-item-collapsed .comments-item-expand:hover {
  color: #234a7c;
}
.comments .comments-content .comments-item.comments-item-collapsed .comments-item-children {
  display: none;
}
.comments .comments-content .comments-item.comments-item-collapsed .comments-item-collapse_subtree {
  display: none !important;
}
.comments .comment-policy {
  color: gray;
  font-size: 10px;
  padding: 5px 5px 0 5px;
}
.comments .codex-editor .ce-block__content,
.comments .codex-editor .ce-toolbar__content {
  max-width: calc(100% - 50px);
}
.comments .codex-editor .ce-header {
  margin: 0;
  padding: 0;
}
.comments .codex-editor .codex-editor__loader {
  height: auto;
}

.comments-blocking-message {
  padding: 10px;
  font-size: 12px;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  color: #055160;
  background-color: #cff4fc;
  border: 1px solid #b6effb;
}

.open-discuss-button {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #999;
  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;
}
.open-discuss-button.background {
  border-radius: 50%;
  background: rgba(90, 90, 90, 0.2);
  color: #fff;
}
.open-discuss-button.background:hover {
  background: #757575;
}
.open-discuss-button.dark-theme {
  background: rgba(245, 245, 245, 0.1);
  color: rgba(245, 245, 245, 0.3);
}
.open-discuss-button.dark-theme:hover {
  background: #757575;
  color: #fff;
}
.open-discuss-button.universal-theme {
  background: rgba(147, 147, 147, 0.22);
  color: rgba(255, 255, 255, 0.76);
}
.open-discuss-button.universal-theme:hover {
  background: rgba(164, 164, 164, 0.52);
  color: #fff;
}
.open-discuss-button.size-1 {
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.open-discuss-button.size-2 {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.open-discuss-button.size-3 {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.common-layout__no-data-panel {
  flex: 1;
  max-width: 450px;
  text-align: center;
  margin: 50px auto;
}
.common-layout__no-data-panel .panel__icon-holder {
  font-size: 36px;
}
.common-layout__no-data-panel .panel__title {
  margin-bottom: 10px;
  font-size: 20px;
}

.launch-instructions-popup .modal-dialog {
  width: 100%;
  max-width: 1140px;
}
.launch-instructions-popup .modal-content {
  height: calc(100vh - 60px);
}
.launch-instructions-popup .modal-body {
  height: calc(100vh - 180px);
  overflow-y: scroll;
}
@media (max-width: 1140px) {
  .launch-instructions-popup .modal-dialog {
    width: auto;
    max-width: initial;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .launch-instructions-popup .modal-header {
    padding-left: 30px;
  }
  .launch-instructions-popup .modal-body {
    padding: 15px 30px;
  }
}

.cookie-policy {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999999;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  padding: 50px 50px 30px;
}
.cookie-policy div {
  max-width: 600px;
  margin: 0 auto;
}
.cookie-policy .title {
  font-size: 25px;
}
.cookie-policy .actions {
  margin-top: 10px;
}
.cookie-policy .actions button {
  margin-right: 10px;
}
.cookie-policy .actions button i {
  margin-left: 5px;
}
.cookie-policy i.cookie-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .create-app-modal {
    min-width: 900px;
  }
}
.create-app-modal.small-modal-mode {
  max-width: 750px;
}
.create-app-modal.small-modal-mode .modal-body .create-from-field {
  max-width: 100%;
}
@media (max-width: 767px) {
  .create-app-modal.small-modal-mode .modal-body .create-from-field {
    display: block;
  }
}
.create-app-modal.small-modal-mode .modal-body .create-from-field label {
  min-width: 152px;
  margin-left: 98px;
}
@media (max-width: 767px) {
  .create-app-modal.small-modal-mode .modal-body .create-from-field label {
    margin-left: 0;
  }
}
.create-app-modal .modal-content {
  border: none;
  background-clip: unset;
}
.create-app-modal .modal-header .modal-title i {
  font-size: 14px;
  position: relative;
  bottom: 1px;
}
.create-app-modal .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.create-app-modal .modal-body .body-wrapper {
  overflow: auto;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen {
  width: 100%;
  min-height: 340px;
  display: flex;
  justify-content: space-around;
  align-self: center;
  align-items: center;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen .create-app-tile-wrapper {
  width: 180px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen .create-app-tile-wrapper:hover {
  background-color: #c5d0da;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen .create-app-tile-wrapper:hover .create-app-tile {
  box-shadow: inset 0 0 0 4px #c5d0da;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen .create-app-tile-wrapper .create-app-tile {
  min-height: 140px;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transition: box-shadow 50ms ease;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen .create-app-tile-wrapper .create-app-tile.from-template {
  border-radius: 4px;
}
.create-app-modal .modal-body .body-wrapper .create-app-modal-initial-screen .create-app-tile-wrapper > span {
  font-weight: bold;
  height: 35px;
  text-align: center;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper {
  padding-bottom: 4px;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .create-app-screen-img {
  width: 180px;
  height: 180px;
  margin: 20px 40px 20px 0;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form {
  flex-direction: row;
}
@media (max-width: 900px) {
  .create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form {
    flex-direction: column;
  }
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form .form-group {
  max-width: 360px;
  margin-right: 16px;
}
@media (max-width: 900px) {
  .create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form .form-group {
    max-width: 100%;
  }
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form .form-group .control-label {
  height: 22px;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form .form-group .app-subdomains-select {
  margin-bottom: 4px;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen.from-template-screen .create-app-screen-content-wrapper .app-form .form-group span {
  line-height: 1.3;
  display: inline-block;
  font-size: 11px;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen .create-app-screen-content-wrapper {
  width: 100%;
  padding: 10px 60px 10px 50px;
  display: flex;
  justify-content: space-between;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen .create-app-screen-content-wrapper .create-app-screen-content {
  max-width: 810px;
}
.create-app-modal .modal-body .body-wrapper .create-app-screen .create-app-screen-content-wrapper .create-app-screen-img {
  width: 170px;
  height: 170px;
  margin: 15px 40px 20px 0;
}
.create-app-modal .modal-body .create-from-field {
  display: flex;
  padding: 0 15px 15px;
  max-width: 580px;
  align-items: baseline;
}
@media (max-width: 1200px) {
  .create-app-modal .modal-body .create-from-field {
    max-width: 100%;
  }
}
.create-app-modal .modal-body .create-from-field label {
  min-width: 130px;
}
.create-app-modal .modal-body .create-from-zip {
  padding: 0 15px;
}
.create-app-modal .modal-body hr {
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
}
.create-app-modal .app-form {
  width: 100%;
  max-width: 800px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.create-app-modal .app-form > div {
  flex: 1;
}
.create-app-modal .app-form .form-group .app-zip-source-container {
  margin-top: 5px;
}
.create-app-modal .app-form .form-group .app-zip-source-container .app-zip-url-input {
  margin-bottom: -2px;
}
.create-app-modal .app-form .app-zone-option .zone-label img {
  margin-right: 5px;
}
.create-app-modal .modal-footer {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.create-app-modal .modal-footer::before,
.create-app-modal .modal-footer::after {
  clear: both;
  content: none;
}
.create-app-modal .modal-footer .alert-warning {
  margin-bottom: 0;
}
.create-app-modal .modal-footer .form-group {
  margin: 0;
}
.create-app-modal .modal-footer .form-group > div {
  display: flex;
  align-items: center;
}
.create-app-modal .modal-footer .form-group label {
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.create-app-modal .modal-footer .form-group input {
  width: 300px;
  height: 33px;
}
.create-app-modal .form-control-feedback {
  color: #408EC6;
}
.create-app-modal .blueprints-container {
  padding: 0 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 200px;
}
.create-app-modal .blueprints-container .blueprints-header {
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-end;
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-label {
  max-width: 500px;
  min-width: 210px;
  margin-right: auto;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .create-app-modal .blueprints-container .blueprints-header .blueprints-label {
    max-width: 100%;
    margin: 0 auto;
  }
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-inputs {
  width: calc(100% - 258px);
  margin-bottom: 4px;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-inputs .marketplace-products-browser-search-bar {
  width: 100%;
  max-width: 100%;
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-inputs .marketplace-products-browser-search-bar input {
  padding: 6px 12px 6px 28px;
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-inputs .marketplace-products-browser-search-bar i {
  left: 10px;
  right: unset;
  top: 11px;
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-inputs .Select__single-value {
  color: #777777;
}
@media (max-width: 1199px) {
  .create-app-modal .blueprints-container .blueprints-header .blueprints-inputs {
    max-width: 100%;
  }
  .create-app-modal .blueprints-container .blueprints-header .blueprints-inputs .marketplace-products-browser-search-bar,
  .create-app-modal .blueprints-container .blueprints-header .blueprints-inputs .marketplace-products-browser-sorting-select {
    width: 50%;
    max-width: 50%;
  }
}
.create-app-modal .blueprints-container .blueprints-header .blueprints-inputs > * + * {
  margin-left: 12px;
}
.create-app-modal .blueprints-container .marketplace-products-browser-view-switcher {
  width: 44px;
  max-width: 44px;
  height: 21px;
}
.create-app-modal .blueprints-container .blueprints-body {
  display: flex;
  overflow: hidden;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products {
  margin-top: 34px;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile {
  font-size: 12px;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .product-title {
  font-size: 12px;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .product-type {
  font-size: 11px;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .show-more-info-link {
  padding: 0;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .product-buttons {
  height: 40px;
  display: block;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .product-buttons .demo-button {
  padding: 3px 7px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 10px;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .product-buttons .marketplace-product-controls {
  height: 25px;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-grid .marketplace-product-tile .product-buttons .marketplace-product-controls .price-label {
  padding: 8px 6px 8px 0;
}
.create-app-modal .blueprints-container .blueprints-body .common-marketplace-products .products-list {
  padding-top: 5px;
}

.credit-card-select {
  width: 175px;
  margin-left: 10px;
}

.marketplace-product-logo {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  position: relative;
}
.marketplace-product-logo div {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  background-size: cover;
  background-position: center;
}
.marketplace-product-logo img {
  opacity: 0;
  height: 0;
}
.marketplace-product-logo.clickable {
  cursor: pointer;
}
.marketplace-product-controls .btn {
  font-size: 12px;
  padding: 4px 8px;
  margin-bottom: 5px;
}
.marketplace-product-controls .btn-link:hover {
  text-decoration: none;
}
.marketplace-product-controls .btn + .btn {
  margin-left: 5px;
}
.price-label {
  padding: 8px 8px 8px 0;
  color: #45ab43;
}
.demo-button {
  margin-right: 5px;
  padding: 4px 8px;
}
.marketplace-product-list-item {
  min-width: 512px;
  height: 120px;
  padding: 6px;
  margin-bottom: 8px;
  position: relative;
  display: flex;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.marketplace-product-list-item .product-logo-container {
  width: 165px;
  margin-right: 16px;
  flex-shrink: 0;
  display: flex;
}
.marketplace-product-list-item .product-info {
  width: 100%;
  padding: 2px 0;
}
.marketplace-product-list-item .product-info .product-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.marketplace-product-list-item .product-info .product-type {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 12px;
  opacity: 0.6;
}
.marketplace-product-list-item .product-info .product-labels {
  display: inline-block;
  margin-bottom: 6px;
}
.marketplace-product-list-item .product-info .product-labels .status-label {
  position: absolute;
  left: 6px;
  top: 6px;
}
.marketplace-product-list-item .product-info .product-labels .privacy-label {
  margin-left: 6px;
}
.marketplace-product-list-item .product-info .product-labels .state-label {
  position: absolute;
  right: 6px;
  top: 6px;
}
.marketplace-product-list-item .product-info .show-more-info-link {
  padding: 0;
  display: block;
}
.marketplace-product-list-item .product-info .product-buttons {
  width: 67px;
  display: flex;
  flex-direction: row;
}
.marketplace-product-list-item .price-label {
  padding: 6px 6px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #45ab43;
}
.marketplace-product-list-item .status-label,
.marketplace-product-list-item .state-label,
.marketplace-product-list-item .privacy-label {
  font-size: 10px;
}
.marketplace-product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: box-shadow 0.2s;
  overflow: hidden;
}
.marketplace-product-tile .marketplace-product-logo {
  flex: 1;
}
.marketplace-product-tile .product-labels {
  position: absolute;
  top: 10px;
  left: 10px;
}
.marketplace-product-tile .product-labels .label {
  margin-bottom: 10px;
}
.marketplace-product-tile .product-labels .label + .label {
  margin-left: 10px;
}
.marketplace-product-tile .status-label,
.marketplace-product-tile .state-label,
.marketplace-product-tile .privacy-label {
  font-size: 12px;
}
.marketplace-product-tile .state-label,
.marketplace-product-tile .privacy-label {
  position: absolute;
}
.marketplace-product-tile .state-label {
  top: 10px;
  right: 10px;
}
.marketplace-product-tile .privacy-label {
  right: 10px;
  top: -50px;
}
.marketplace-product-tile .product-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 10px 10px 10px;
  box-shadow: 0 0 18px -8px #000;
  border-top: 1px solid #f1f1f1;
}
.marketplace-product-tile .product-title {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.marketplace-product-tile .product-title .warning-icon {
  margin-right: 3px;
  color: #F96167;
}
.marketplace-product-tile .product-title .documentation-icon-link {
  color: #666;
  cursor: pointer;
}
.marketplace-product-tile .product-details {
  position: relative;
  height: 55px;
  display: flex;
  flex-direction: column;
}
.marketplace-product-tile .product-type {
  font-size: 12px;
  color: #999;
}
.marketplace-product-tile .product-buttons {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-right: auto;
}
.marketplace-product-tile .product-buttons .price-label {
  color: #2BAE66;
  line-height: 28px;
}
.marketplace-product-tile .show-more-info-link {
  padding: 5px 0 3px;
  display: flex;
  font-size: 12px;
}
.marketplace-product-tile.readonly .product-buttons {
  pointer-events: none;
}
.marketplace-product-tile .install-btn,
.marketplace-product-tile .uninstall-btn,
.marketplace-product-tile .edit-btn {
  margin-right: 5px;
}
.marketplace-product-tile .status-label,
.marketplace-product-list-item .status-label,
.marketplace-product-tile .state-label,
.marketplace-product-list-item .state-label,
.marketplace-product-tile .privacy-label,
.marketplace-product-list-item .privacy-label {
  padding: 3px 8px;
  line-height: unset;
  text-transform: uppercase;
}
.marketplace-product-tile .status-label.label-success,
.marketplace-product-list-item .status-label.label-success {
  background-color: rgba(92, 184, 92, 0.8);
}
.marketplace-product-tile .status-label.label-warning,
.marketplace-product-list-item .status-label.label-warning {
  background-color: rgba(240, 173, 78, 0.8);
}
.marketplace-product-tile .status-label.label-danger,
.marketplace-product-list-item .status-label.label-danger {
  background-color: rgba(231, 57, 52, 0.8);
}
.marketplace-product-tile .state-label,
.marketplace-product-list-item .state-label {
  background-color: rgba(92, 184, 92, 0.8);
}
.marketplace-product-tile.selectable .install-btn,
.marketplace-product-list-item.selectable .install-btn {
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: #2BAE66;
  padding-left: 0;
}
.marketplace-product-tile.rejected,
.marketplace-product-list-item.rejected,
.marketplace-product-tile.disposed,
.marketplace-product-list-item.disposed {
  border-color: #F96167;
}
.marketplace-product-tile.rejected .product-footer,
.marketplace-product-list-item.rejected .product-footer,
.marketplace-product-tile.disposed .product-footer,
.marketplace-product-list-item.disposed .product-footer {
  background: #ff7976;
}
.marketplace-product-tile.rejected .product-footer .product-details .product-type,
.marketplace-product-list-item.rejected .product-footer .product-details .product-type,
.marketplace-product-tile.disposed .product-footer .product-details .product-type,
.marketplace-product-list-item.disposed .product-footer .product-details .product-type {
  color: #282828;
}
.marketplace-product-tile.rejected .product-footer .product-publisher,
.marketplace-product-list-item.rejected .product-footer .product-publisher,
.marketplace-product-tile.disposed .product-footer .product-publisher,
.marketplace-product-list-item.disposed .product-footer .product-publisher {
  color: #fff;
}
.marketplace-product-tile.pending,
.marketplace-product-list-item.pending {
  border-color: #FFA351;
}
.marketplace-product-tile.pending .product-footer,
.marketplace-product-list-item.pending .product-footer {
  background: #ffe9ca;
}
.marketplace-product-tile.purchased,
.marketplace-product-list-item.purchased,
.marketplace-product-tile.selected,
.marketplace-product-list-item.selected {
  border-color: #2BAE66;
}
.marketplace-product-tile.hoverable,
.marketplace-product-list-item.hoverable,
.marketplace-product-tile.clickable,
.marketplace-product-list-item.clickable {
  cursor: pointer;
}
.marketplace-product-tile.hoverable:hover,
.marketplace-product-list-item.hoverable:hover,
.marketplace-product-tile.selected,
.marketplace-product-list-item.selected {
  box-shadow: 0 7px 9px -6px rgba(0, 0, 0, 0.6);
}
.marketplace-product-tile.hoverable:hover .product-footer .buttons-container,
.marketplace-product-list-item.hoverable:hover .product-footer .buttons-container,
.marketplace-product-tile.selected .product-footer .buttons-container,
.marketplace-product-list-item.selected .product-footer .buttons-container {
  visibility: visible;
  height: auto;
  width: auto;
}
.uninstall-flow-live-status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: green;
  margin-left: 8px;
}

.deployment-model-installer-modal.has-configs {
  --modal-width: 800px;
}
.deployment-model-installer-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .deployment-model-installer-modal .modal-footer {
    text-align: left;
  }
}
.deployment-model-installer-modal .modal-footer .spinner.small {
  margin-left: calc(50% - 10px);
}
.deployment-model-installer-modal .modal-footer .no-credit-card-description {
  text-align: left;
}
.deployment-model-installer-modal .modal-footer .no-credit-card-label {
  vertical-align: middle;
  font-size: 85%;
}

.common-blockly-editor {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 1;
}
.common-blockly-editor .blockly-workspace {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.common-blockly-editor .blocklyFlyout {
  z-index: 200;
}
.common-blockly-editor .flyout-container {
  position: relative;
}
.common-blockly-editor .flyout-container .blocklyFlyout {
  border: 1px solid #ffe59a;
}
.common-blockly-editor .flyout-container .blocklyFlyoutBackground {
  fill: #fff7e1;
  stroke: #fff7e1;
}
.common-blockly-editor .flyout-container .flyout-toggler {
  position: absolute;
  right: 10px;
  top: 52px;
  background: #fff7e1;
  border: 1px solid #ffe59a;
  border-top: 1px solid #fffdf7;
  margin-top: -1px;
  font-size: 12px;
  padding: 3px 5px;
  z-index: 200;
  opacity: 0.8;
  cursor: pointer;
}
.common-blockly-editor .blocklyToolboxDiv {
  background: #1A1E29;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item .blocklyTreeRow,
.common-blockly-editor .blocklyToolboxDiv .blocks-category-name .blocklyTreeRow {
  padding: 0 !important;
  margin-bottom: 0;
  height: auto;
  line-height: normal;
  color: inherit !important;
  background: inherit !important;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item .blocklyTreeIcon.blocklyTreeIconNone,
.common-blockly-editor .blocklyToolboxDiv .blocks-category-name .blocklyTreeIcon.blocklyTreeIconNone {
  display: none !important;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-name {
  background: #242B3A !important;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #eee;
  padding: 5px 10px;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-name .blocklyTreeRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  border-left: none !important;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item {
  position: relative;
  font-size: 12px;
  cursor: pointer;
  color: #8f8f8f;
  margin-bottom: 1px;
  padding: 5px 30px 5px 15px;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item .blocklyTreeRow {
  border-left-width: 4px !important;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item[aria-blocks-count]:after {
  content: attr(aria-blocks-count);
  position: absolute;
  right: 10px;
  top: 6px;
  background: #242B3A;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 10px;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item:hover,
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item[aria-selected="true"] {
  color: #fff;
  background: #242B3A;
}
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item:hover[aria-blocks-count]:after,
.common-blockly-editor .blocklyToolboxDiv .blocks-category-item[aria-selected="true"][aria-blocks-count]:after {
  background: #1A1E29;
}
.common-blockly-editor .blocklyToolboxDiv .blocklyTreeSeparator {
  border-left: none !important;
  border-bottom: 1px solid #161A24;
}
.common-blockly-editor .blocklyToolboxDiv .blocklyTreeLabel {
  cursor: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  vertical-align: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.common-blockly-editor .blocklyWsDragSurface {
  overflow: visible !important;
}
.common-blockly-editor .warning-panel-container {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.common-blockly-editor .warning-panel-container .warning-panel {
  margin: auto;
  max-width: 80%;
  max-height: 90%;
  overflow: auto;
}
.common-blockly-editor .warning-panel-container.with-panel {
  background: rgba(255, 210, 210, 0.84);
}
.common-blockly-editor .collapse-warning-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #7e7e7e;
  z-index: 1000;
}
.common-blockly-editor .blocklyMinimalBody .blocklyCommentTextarea {
  width: 100% !important;
  margin-bottom: -5px;
}
.blocklyWidgetDiv {
  position: fixed;
}
.common-blockly-editor-warning-dialog .unknown-types-list li {
  word-break: break-word;
}

.install-flow-product-form .radio-block {
  padding: 5px;
}
.install-flow-product-form .radio-block .radiobox {
  margin-bottom: 4px;
}
.install-flow-product-form .radio-block .disabled {
  opacity: 0.7;
}
.install-flow-product-form .radio-block .radiobox-label {
  font-size: 15px;
}

@media (min-width: 992px) {
  .simple-product-installer-modal:not(.sm) {
    width: 920px;
  }
}
.simple-product-installer-modal .quantity-form .price-table-container {
  text-align: right;
}
.simple-product-installer-modal .quantity-form .price-table-container:only-child {
  text-align: center;
}
.simple-product-installer-modal .quantity-form .price-table-wrapper {
  display: inline-block;
}
.simple-product-installer-modal .quantity-form .price-table td {
  text-align: right;
  padding: 5px;
  vertical-align: initial;
}
.simple-product-installer-modal .quantity-form .price-table td:last-child {
  text-align: center;
}
.simple-product-installer-modal .quantity-form .price-label {
  text-align: right;
  color: #408EC6;
}
.simple-product-installer-modal .quantity-form .total-price-label {
  font-weight: bold;
  font-size: 1.1em;
}
.simple-product-installer-modal .quantity-form .quantity-input {
  width: 180px;
}
.simple-product-installer-modal .quantity-form .quantity-input .help-block {
  margin-bottom: 0;
}
.simple-product-installer-modal .quantity-form .auto-purchase-container > div:not(:last-child) {
  margin-bottom: 10px;
}
.simple-product-installer-modal .quantity-form .auto-purchase-header {
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #e3e3e3;
}
.simple-product-installer-modal .modal-footer .spinner.small {
  margin-left: calc(50% - 10px);
}
.simple-product-installer-modal .modal-footer .no-credit-card-label {
  min-height: 24px;
  font-size: 85%;
}

.deployment-model-reinstaller-modal.has-configs {
  --modal-width: 800px;
}

.backendless-table {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.backendless-table > thead > tr > th,
.backendless-table > tbody > tr > td {
  border-bottom: 1px solid #e7e7e7;
}
.backendless-table > thead > tr > th:not(:first-of-type),
.backendless-table > tbody > tr > td:not(:first-of-type) {
  border-left: 1px solid #e7e7e7;
}
.backendless-table > thead > tr {
  background: #f3f5f6;
  border-bottom: none;
}
.backendless-table > thead > tr > th {
  background: #f3f5f6;
  font-weight: 600;
}
.backendless-table > tbody > tr > td {
  border-top: none;
  font-size: 12px;
  color: #666;
}
.backendless-table .column-title {
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
.backendless-table th .column-title {
  display: flex;
}
.backendless-table th.align-left .column-title {
  justify-content: flex-start;
}
.backendless-table th.align-center .column-title {
  justify-content: center;
}
.backendless-table th.align-right .column-title {
  justify-content: flex-end;
}
.backendless-table .backendless-table-no-items-row {
  padding: 10px;
}
.backendless-table .backendless-table-no-items-row .loading-label .spinner {
  display: inline-flex;
  vertical-align: bottom;
}
.backendless-table .backendless-table-no-items-row .loading-label > span {
  display: inline-block;
  vertical-align: bottom;
}
.backendless-table .backendless-table-no-items-row .loading-label > span {
  height: 20px;
}
.backendless-table .backendless-table-no-items-row .alert {
  margin: 0;
}
.backendless-table-head-cell > div,
.backendless-table-body-cell > div {
  padding: 8px 10px;
}

.backendless-table-datetime-editor {
  position: relative;
  height: 30px;
  margin: 2px;
}
.backendless-table-datetime-editor .date-time-picker {
  width: 100%;
  position: absolute;
  top: -0.5px;
}

.backendless-table-select-editor {
  z-index: 2;
}
.backendless-table-select-editor .Select__control {
  border-radius: 0;
}

.backendless-table-cell.with-icon {
  position: relative;
  padding-right: 20px;
}
.backendless-table-cell.with-icon > i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.overflowed-text-popover {
  max-width: 400px;
  max-height: 200px;
}
.overflowed-text-popover .popper-inner {
  white-space: pre-wrap;
  overflow: hidden;
  font-size: 12px;
}

.table-pagination {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-top: 1px solid #e7e7e7;
  color: #999;
}
.table-pagination:before,
.table-pagination:after {
  display: table;
  content: " ";
}
.table-pagination:after {
  clear: both;
}
.table-pagination label {
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  margin: 0;
}
.table-pagination .page-input {
  width: 52px;
  text-align: center;
  padding: 6px 10px;
}
.table-pagination .decrement-btn,
.table-pagination .increment-btn {
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px;
}
.table-pagination .decrement-btn:not(.disabled):hover,
.table-pagination .increment-btn:not(.disabled):hover {
  color: #2b658f;
}
.table-pagination .decrement-btn.disabled,
.table-pagination .increment-btn.disabled {
  color: #e1e1e1;
}
.table-pagination .decrement-btn {
  margin-right: 4px;
}
.table-pagination .page-size-btn {
  margin: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 12px;
}
.table-pagination .page-size-btn.active {
  color: #408EC6;
}
.table-pagination .page-size-btn:not(.active):hover {
  color: #2b658f;
}
.table-pagination .table-total-items-control {
  margin-left: 10px;
}
.table-pagination .table-page-size-control {
  margin-left: auto;
}
.table-pagination .refresh-button-holder {
  padding: 7px 0 5px 0;
  margin-right: 10px;
}
.table-pagination .refresh-button-holder:not(.refreshing) > i {
  cursor: pointer;
}

.permit-toggler-cell label {
  margin: 0;
}
.permit-toggler-cell i {
  font-size: 18px;
  cursor: pointer;
}

.common-marketplace-products {
  overflow: auto;
  flex: 1;
}
.common-marketplace-products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 20px;
  padding: 20px;
  overflow: hidden;
}
.common-marketplace-products .loading-grid-item {
  min-height: 230px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
}
.common-marketplace-products .loading-list-item {
  min-height: 120px;
  margin-bottom: 12px;
  display: flex;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
}
.common-marketplace-products .loading-list-item .loading-list-item-labels {
  width: 75%;
}
.common-marketplace-products .loading-list-item .loading-list-item-price {
  width: 10%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.common-marketplace-products .no-products-found {
  padding: 20px;
}

.marketplace-products-browser-categories-select {
  max-width: 190px;
}
.marketplace-products-browser-sorting-select {
  max-width: 190px;
}
.marketplace-products-browser-view-switcher {
  width: 45px;
  margin: 4px 0;
  display: flex;
  align-self: end;
  justify-content: space-between;
  font-size: 18px;
}
.marketplace-products-browser-view-switcher i.active {
  color: #4DBFEA;
}
.marketplace-products-browser-categories-list {
  width: 250px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
}
.marketplace-products-browser-categories-list .title {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}
.marketplace-products-browser-categories-list .categories {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}
.marketplace-products-browser-categories-list .categories .categories-item {
  padding: 4px;
  cursor: pointer;
}
.marketplace-products-browser-categories-list .categories .categories-item:hover {
  background-color: #f2f2f2;
}
.marketplace-products-browser-categories-list .categories .categories-item.active {
  background-color: #EAF3FE;
}
.marketplace-products-browser-search-bar {
  position: relative;
  max-width: 190px;
  min-width: 90px;
}
@media (max-width: 960px) {
  .marketplace-products-browser-search-bar {
    margin-right: auto;
  }
}
.marketplace-products-browser-search-bar input {
  padding-right: 30px;
}
.marketplace-products-browser-search-bar i {
  position: absolute;
  right: 14px;
  top: 9px;
  color: #999;
  font-size: 12px;
}
.marketplace-products-browser-search-bar i:not(.reset-icon) {
  pointer-events: none;
}
.marketplace-products-browser-search-bar .reset-icon:hover {
  cursor: pointer;
  color: #555;
}

.select-app-modal .modal-dialog {
  max-height: 90vh;
  display: flex;
}
.select-app-modal .modal-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.select-app-modal .modal-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}
.select-app-modal .apps-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  min-height: 200px;
}
.select-app-modal .grid-container {
  overflow: auto;
  flex: 1;
}
.select-app-modal .grid-container .apps-grid {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.select-app-modal .grid-container .apps-grid .app-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 300px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: box-shadow 0.2s;
  overflow: hidden;
  cursor: pointer;
  justify-self: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
.select-app-modal .grid-container .apps-grid .app-tile:hover {
  box-shadow: 0 7px 9px -6px rgba(0, 0, 0, 0.6);
}
.select-app-modal .grid-container .apps-grid .app-tile .app-logo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex: 1;
  position: relative;
}
.select-app-modal .grid-container .apps-grid .app-tile .app-logo div {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  background-size: cover;
  background-position: center;
}
.select-app-modal .grid-container .apps-grid .app-tile .app-logo img {
  opacity: 0;
  height: 0;
}
.select-app-modal .grid-container .apps-grid .app-tile .app-footer {
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 0 18px -8px #000;
  border-top: 1px solid #f1f1f1;
}
.select-app-modal .grid-container .apps-grid .app-tile .app-footer .app-title {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select-app-modal .grid-container .apps-grid .app-tile .app-footer .app-details {
  position: relative;
  display: flex;
  flex-direction: column;
}
.select-app-modal .grid-container .apps-grid .app-tile .app-footer .app-details .app-id {
  font-size: 12px;
  color: #999;
}

.auth-page {
  --form-bg: #f8f9fa;
}
.auth-page .content {
  width: 500px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .auth-page .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .auth-page .content form {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 400px) {
  .auth-page .content form {
    padding: 20px;
  }
}
.auth-page .content .alert-container {
  height: 70px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.auth-page .content .alert-container > .alert {
  border-radius: 0;
}
.auth-page form {
  background-color: var(--form-bg);
  padding: 20px 40px;
  width: 100%;
  min-width: 300px;
  height: 100%;
  overflow: auto;
}
.auth-page form label {
  font-size: 16px;
}
.auth-page form .btn {
  text-transform: none !important;
}
.auth-page .otp-input {
  letter-spacing: 6px;
}
.auth-page .title {
  font-size: 24px;
  font-weight: bold;
  color: #495057;
}
.auth-page .separator {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.auth-page .separator:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
  position: absolute;
  top: 50%;
  left: 0;
}
.auth-page .separator span {
  background-color: var(--form-bg);
  color: #6c757d;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  font-weight: 100;
}
.auth-page .grecaptcha-badge {
  visibility: hidden;
}
.auth-page .social-providers .social-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.auth-page .social-providers .social-buttons .social-button {
  margin-bottom: 10px;
}
.auth-page .social-providers .social-buttons .social-button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
}
.auth-page .social-providers .social-buttons .social-button .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
.auth-page .social-providers .social-buttons .social-button.google .icon {
  background-image: url(/media/google.625e8575c878cd671383cabdb9663c9d.png);
}
.auth-page .social-providers .social-buttons .social-button.github .icon {
  background-image: url(/media/github.08a10d9776005d91c45fa31938f9ca54.png);
}

.mini-workspace.flow-runner-campaign .content-container {
  min-width: 1000px;
}
.mini-workspace.flow-runner-campaign .content-container .product-logo {
  margin: 25px 0;
}
.mini-workspace.flow-runner-campaign .flow-runner-campaign__screen {
  background-color: #dee2e6;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.mini-workspace.flow-runner-campaign .flow-runner-content {
  flex: 0 0 50%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-loader__title {
  font-size: 24px;
  font-weight: bold;
  color: #3b73c1;
  margin-bottom: 15px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-loader__text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions__title {
  font-size: 20px;
  font-weight: bold;
  color: #3b73c1;
  margin-bottom: 10px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-create-new,
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-open-existing {
  flex: 1 1 calc(50% - 20px);
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-create-new p,
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-open-existing p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-select-app {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-select-app .flow-runner-dropdown {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-select-app .dropdown-apps {
  min-width: 150px;
  padding: 6px 12px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-select-app .dropdown-apps .caret {
  margin-left: 8px;
  font-size: 12px;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-select-app .app-dropdown-item {
  font-size: 14px;
  padding: 6px 12px;
  cursor: pointer;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-select-app .app-dropdown-item:hover {
  background-color: ghostwhite;
}
.mini-workspace.flow-runner-campaign .flow-runner-content .flow-runner-actions .flow-runner-buttons button {
  margin-top: 10px;
}
.mini-workspace.flow-runner-campaign .vertical-divider {
  width: 1px;
  background-color: #e8e8e8;
  margin: 24px 0;
  box-shadow: 1px 0 1px 0 #ffffff;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel {
  flex: 1;
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  max-height: 500px;
  margin-bottom: 20px;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-indicators {
  bottom: -30px;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-indicators li {
  background: #d3d0d0;
  border-color: #f4f4f4;
  width: 8px;
  height: 8px;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-indicators li.active {
  background: #c8c8c8;
  width: 10px;
  height: 10px;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item {
  width: 100%;
  height: 100% !important;
  transition-duration: 1.5s;
  align-items: center;
  justify-content: center;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.active,
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.prev,
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.next {
  display: flex;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item img {
  max-height: 100%;
  max-width: 100%;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.next,
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.prev {
  top: unset;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.next img,
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-inner .item.prev img {
  margin: auto;
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-control:hover {
  background: rgba(66, 66, 66, 0.5);
}
.mini-workspace.flow-runner-campaign .flow-runner-carousel .images-carousel .carousel-control i {
  color: white;
}

.invite-page {
  text-align: center;
}
.invite-page-buttons .btn-default {
  width: 80px;
  margin-left: 8px;
}

.backendless-navigator-container .backendless-navigator-overlay {
  background: black;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  opacity: 0.8;
}
.backendless-navigator-container .backendless-navigator {
  z-index: 1020;
  width: 760px;
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translate(-50%, 0);
}
.backendless-navigator-container .backendless-navigator .results-container {
  width: 100%;
  background: white;
}
.backendless-navigator-container .backendless-navigator .alert {
  margin-bottom: 0;
}
.backendless-navigator-container .backendless-navigator .form-group {
  margin-bottom: 0;
}
.backendless-navigator-container .backendless-navigator .form-control-feedback {
  top: 12px;
  font-size: 18px;
}
.backendless-navigator-container .backendless-navigator .form-control-feedback.search-icon {
  padding-left: 20px;
  left: 0;
}
.backendless-navigator-container .backendless-navigator .form-control-feedback.pin-icon {
  font-size: 10px;
  top: 5px;
  right: 5px;
  pointer-events: all;
  cursor: pointer;
  color: #666;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.backendless-navigator-container .backendless-navigator .form-control-feedback.pin-icon:hover {
  color: black;
}
.backendless-navigator-container .backendless-navigator .form-control + .fas {
  color: #666;
}
.backendless-navigator-container .backendless-navigator kbd kbd {
  position: relative;
  top: 1px;
}
.backendless-navigator-container .backendless-navigator input {
  font-size: 18px;
  height: 56px;
  padding-left: 50px;
  padding-right: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.backendless-navigator-container .backendless-navigator .results-box {
  background: white;
}
.backendless-navigator-container .backendless-navigator .results-box .results-type-title {
  padding: 5px 10px 5px;
  color: gray;
  font-size: 12px;
  box-shadow: 0px -2px 10px 0px rgba(172, 172, 172, 0.28);
}
.backendless-navigator-container .backendless-navigator .results-box .results-list {
  max-height: 40vh;
  overflow: auto;
}
.backendless-navigator-container .backendless-navigator .results-box .suggestions-box {
  position: relative;
  max-height: 25vh;
  overflow: hidden;
}
.backendless-navigator-container .backendless-navigator .results-box .suggestions-box.blurred-bottom {
  box-shadow: 0px -40px 20px -6px rgba(255, 255, 255, 0.8);
}
.backendless-navigator-container .backendless-navigator .results-box .not-found {
  padding: 20px;
}
.backendless-navigator-container .backendless-navigator .results-box .not-found ul {
  margin-left: 1.3em;
  padding: 0;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item {
  padding: 10px;
  margin-top: 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item:not(.suggestion) {
  height: 64px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .result-item_icon-holder img {
  border-radius: 0.5rem;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .result-item_body {
  margin-left: 10px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .result-item_body .result-item_body-title {
  font-size: 16px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .result-item_body .result-item_body-title i {
  margin-left: 5px;
  color: #FF0000;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .result-item_body .result-item_body-description {
  font-size: 11px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .result-item_controls {
  margin-left: auto;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .hot-key {
  width: 90px;
  font-size: 13px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item .hot-key .enter-icon {
  position: relative;
  left: 3px;
  height: 20px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item.active {
  background: #e3e3e3;
  position: relative;
  z-index: 1;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item.suggestion {
  padding: 5px 15px;
}
.backendless-navigator-container .backendless-navigator .results-box .result-item.suggestion .hot-key {
  position: relative;
  bottom: 2px;
}
.backendless-navigator-container footer {
  font-size: 12px;
  background-color: #f1f1f1;
  padding: 2px 16px 4px 16px;
  color: gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.backendless-navigator-container footer .about-navigator {
  cursor: pointer;
}
.backendless-navigator-container footer .about-navigator .fa-youtube {
  color: #FF0000;
  position: relative;
  top: 1px;
}
.backendless-navigator-container footer .about-navigator:hover > span {
  text-decoration: underline;
}
.backendless-navigator-container footer .footer-navigation-help i {
  position: relative;
  top: 1px;
}
.backendless-navigator-container footer .footer-navigation-help kbd {
  padding: 0;
  font-size: 100%;
  color: gray;
  background: none;
  box-shadow: none;
}
.backendless-navigator-container:not(.pinned) input {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.backendless-navigator-container:not(.pinned) footer {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.backendless-navigator-container.pinned .backendless-navigator-overlay {
  display: none;
}
.backendless-navigator-container.pinned .backendless-navigator {
  width: 100%;
  top: auto;
  bottom: 1px;
  margin: 0;
}
.backendless-navigator-container.pinned .backendless-navigator footer {
  padding: 0 16px;
}
.backendless-navigator-container.pinned .backendless-navigator .form-group .form-control {
  height: 35px;
  font-size: 16px;
  border-radius: 0;
}
.backendless-navigator-container.pinned .backendless-navigator .form-group .search-icon {
  top: 2px;
  font-size: 14px;
}
.backendless-navigator-container.pinned .backendless-navigator .form-group .pin-icon {
  top: 9px;
}
.backendless-navigator-container.pinned .backendless-navigator .results-box {
  background: rgba(255, 255, 255, 0.95);
}
.backendless-navigator-container.pinned .backendless-navigator .results-box .result-item {
  padding: 5px 10px;
}
.backendless-navigator-container.pinned .backendless-navigator .results-box .result-item.active {
  background: rgba(227, 227, 227, 0.95);
}

.main-header {
  padding-right: 8px;
  border-radius: 0;
  margin: 5px 0;
  border: none;
  background: none;
  transition: padding 0.3s ease;
  justify-content: space-between;
  display: flex;
}
.main-header .logo-container {
  width: 80px;
  display: flex;
  justify-content: center;
}
@media (max-height: 680px), (max-width: 1000px) {
  .main-header .logo-container {
    width: 40px;
  }
  .main-header .logo-container .product-icon-logo {
    width: 40px;
    background-size: 30px;
  }
}
.main-header .nav-menu,
.main-header .toolbar-menu,
.main-header .notifications-container,
.main-header .game-status-container {
  display: flex;
  align-items: center;
}
.main-header .nav-menu .platform-navigator-btn,
.main-header .toolbar-menu .platform-navigator-btn,
.main-header .notifications-container .platform-navigator-btn,
.main-header .game-status-container .platform-navigator-btn {
  color: #fff;
  background-color: #408EC6;
  border-color: #408EC6;
  margin-right: 10px;
}
.main-header .game-status-container {
  justify-content: center;
  column-gap: 5px;
  margin-right: 6px;
}
.main-header .game-status-container a[disabled] {
  cursor: default;
}
.main-header .notifications-container {
  margin-left: auto;
  gap: 10px;
}
.main-header .online-status-label {
  padding: 4px 8px;
  border-radius: 4px;
  background: #202636;
  color: #FFA351;
  cursor: default;
  text-wrap: nowrap;
}
.main-header .online-status-label.online {
  color: #2BAE66;
}
.main-header .online-status-label.compact {
  background: none;
}
.main-header .online-status-label i {
  font-size: 15px;
}
.main-header .online-status-label span {
  margin-left: 8px;
}
.main-header .toolbar-menu {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  background: #202636;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0.375rem;
  column-gap: 15px;
}
.main-header .toolbar-menu .search-icon,
.main-header .toolbar-menu .support-icon,
.main-header .toolbar-menu .notifications-icon,
.main-header .toolbar-menu .slack-icon,
.main-header .toolbar-menu .comments-icon,
.main-header .toolbar-menu .system-dev-icon {
  font-size: 18px;
  color: #8d8d8d;
  cursor: pointer;
}
.main-header .toolbar-menu .search-icon:hover,
.main-header .toolbar-menu .support-icon:hover,
.main-header .toolbar-menu .notifications-icon:hover,
.main-header .toolbar-menu .slack-icon:hover,
.main-header .toolbar-menu .comments-icon:hover,
.main-header .toolbar-menu .system-dev-icon:hover,
.main-header .toolbar-menu .search-icon:focus,
.main-header .toolbar-menu .support-icon:focus,
.main-header .toolbar-menu .notifications-icon:focus,
.main-header .toolbar-menu .slack-icon:focus,
.main-header .toolbar-menu .comments-icon:focus,
.main-header .toolbar-menu .system-dev-icon:focus {
  color: #4DBFEA;
  text-shadow: 0 0 15px rgba(77, 191, 234, 0.8);
}
.main-header .btn {
  padding: 5px 14px;
  color: #ccc;
  background: transparent;
  border: none;
}
@media (max-width: 992px) {
  .main-header .btn {
    padding: 5px 10px;
  }
}
.main-header .license-btn {
  text-transform: initial !important;
}
.main-header .domain-btn {
  font-size: 12px !important;
  background: #343e57;
  color: #ccc;
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
}
.main-header .domain-btn.active,
.main-header .domain-btn:active,
.main-header .domain-btn:focus,
.main-header .domain-btn:hover {
  background: #33394c;
  color: #fff;
}
.main-header .domain-btn.active:after,
.main-header .domain-btn:active:after,
.main-header .domain-btn:focus:after,
.main-header .domain-btn:hover:after {
  opacity: 1;
}
.main-header .domain-btn:hover,
.main-header .domain-btn:visited,
.main-header .domain-btn:focus {
  text-decoration: none;
}
.main-header .domain-btn.active {
  color: #fff;
  background: #408EC6;
}
.main-header .missions-btn {
  margin-right: 10px;
}
.main-header .missions-btn {
  padding: 5px 14px;
  text-transform: uppercase;
}
.main-header .create-new-app-btn {
  padding: 4px 10px;
  border: none;
}
.main-header .create-new-app-btn i {
  margin-right: 2px;
}
.main-header .create-new-app-btn:hover,
.main-header .create-new-app-btn:focus {
  background-color: transparent;
}
.main-header .clusters-switcher-dropdown {
  vertical-align: middle;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.main-header .clusters-switcher-dropdown + .dropdown-menu li > a {
  padding: 6px 10px;
  display: flex;
  align-items: center;
}
.main-header .clusters-switcher-dropdown + .dropdown-menu li > a .cluster-flag {
  height: 18px;
  width: 25px;
  margin-right: 5px;
}
.main-header .clusters-switcher-dropdown .current-cluster-flag {
  margin-right: 5px;
  height: 16px;
}
@media (max-width: 1150px) {
  .main-header .clusters-switcher-dropdown .hide-sm {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-header .clusters-switcher-dropdown .switcher-title-text {
    display: none;
  }
}
.main-header .license-btn,
.main-header .clusters-switcher-dropdown {
  color: #ccc !important;
  background: transparent !important;
  font-size: 14px !important;
}
.main-header .license-btn:active,
.main-header .clusters-switcher-dropdown:active,
.main-header .license-btn:hover,
.main-header .clusters-switcher-dropdown:hover,
.main-header .license-btn:focus,
.main-header .clusters-switcher-dropdown:focus {
  color: #4DBFEA !important;
  text-shadow: 0 0 15px rgba(77, 191, 234, 0.8) !important;
}

.platform-navigator-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  backdrop-filter: blur(2px);
}
.platform-navigator-viewport {
  z-index: 1000;
  display: flex;
  position: absolute;
  top: 50px;
  left: 40px;
  bottom: 20px;
  right: 20px;
}
@media (min-height: 760px) {
  .platform-navigator-viewport {
    left: 70px;
  }
}
.platform-navigator-viewport .platform-navigator-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.platform-navigator-popup {
  max-width: 1400px;
  min-width: 650px;
  max-height: 100%;
  min-height: 300px;
  background: #fff;
  padding: 10px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
}
.platform-navigator-popup .platform-navigator-favorite-icon {
  visibility: hidden;
  color: #0a6fe8;
  margin: 0;
}
.platform-navigator-popup .top-navigation-link,
.platform-navigator-popup .top-navigation-group-button {
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  transition: all 0.3s, color 0.3s;
  padding: 3px 6px 3px 14px;
  cursor: pointer;
}
.platform-navigator-popup .top-navigation-link .collapsible-card,
.platform-navigator-popup .top-navigation-group-button .collapsible-card {
  width: 100%;
  box-shadow: none;
  background-color: inherit;
  border-radius: 0;
}
.platform-navigator-popup .top-navigation-link .collapsible-card:hover,
.platform-navigator-popup .top-navigation-group-button .collapsible-card:hover {
  box-shadow: none;
}
.platform-navigator-popup .top-navigation-link .collapsible-card .collapsible-header,
.platform-navigator-popup .top-navigation-group-button .collapsible-card .collapsible-header {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
}
.platform-navigator-popup .top-navigation-link .collapsible-card .collapsible-content-container,
.platform-navigator-popup .top-navigation-group-button .collapsible-card .collapsible-content-container {
  padding: 0;
}
.platform-navigator-popup .top-navigation-link.active {
  background-color: #dee2e6;
  color: #333;
  border-left: 4px solid #0056b3;
  border-radius: 4px;
  padding-left: 10px;
}
.platform-navigator-popup .top-navigation-link:hover,
.platform-navigator-popup .top-navigation-link:focus {
  background-color: #dee2e6;
  border-radius: 4px;
}
.platform-navigator-popup .top-navigation-link:hover .platform-navigator-favorite-icon {
  visibility: visible;
}
.platform-navigator-popup .favorites {
  background-color: #f4f5f7;
  flex: 0 0 calc(260px - 10px);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.platform-navigator-popup .favorites .favorites-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 10px;
}
.platform-navigator-popup .favorites .favorites-header .favorites-header-content {
  font-size: 20px;
}
.platform-navigator-popup .favorites .favorites-header .favorites-spots-left {
  font-size: 12px;
  color: #65788c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.platform-navigator-popup .favorites .favorites-list {
  display: flex;
  flex-direction: column;
  padding: 6px;
  overflow: auto;
}
.platform-navigator-popup .favorites .favorites-list.in-dragging-process {
  cursor: grabbing;
}
.platform-navigator-popup .favorites .favorite-wrapper {
  display: flex;
  justify-content: space-between;
}
.platform-navigator-popup .favorites .favorite-item {
  align-items: center;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 300ms;
  color: #212529;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.platform-navigator-popup .favorites .favorite-item .favorite-item-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
}
.platform-navigator-popup .favorites .favorite-item .favorites-icon {
  font-size: 28px;
  transition: visibility 300ms;
}
.platform-navigator-popup .favorites .favorite-item .favorite-title {
  display: flex;
  font-size: 16px;
  gap: 10px;
  font-weight: 400;
  align-items: center;
  width: 100%;
}
.platform-navigator-popup .favorites .favorite-item .common-main-menu-icon {
  font-size: 22px;
  color: #343a40;
}
.platform-navigator-popup .favorites .favorite-item .service-title {
  font-size: 12px;
  font-weight: 500;
  color: #343a40;
}
.platform-navigator-popup .favorites .favorite-item .favorite-description {
  font-size: 12px;
  color: #65788c;
}
.platform-navigator-popup .favorites .favorite-item .draggable-icon {
  visibility: hidden;
  cursor: grab;
  padding: 5px;
}
.platform-navigator-popup .favorites .favorite-item.active {
  background: #e2e2e3;
}
.platform-navigator-popup .favorites .favorite-item .platform-navigator-favorite-icon {
  margin-left: auto;
}
.platform-navigator-popup .favorites .favorite-item:hover {
  background: #dee2e6;
}
.platform-navigator-popup .favorites .favorite-item:hover .platform-navigator-favorite-icon {
  visibility: visible;
}
.platform-navigator-popup .favorites .favorite-item:hover .draggable-icon {
  visibility: visible;
}
.platform-navigator-popup .navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.platform-navigator-popup .navigation .platform-navigator-favorite-icon {
  padding: 2px;
}
.platform-navigator-popup .navigation .platform-navigator-favorite-icon.favorite-icon-sub-menu {
  font-size: 13px;
}
.platform-navigator-popup .navigation .platform-navigator-favorite-icon.favorite-icon-menu {
  font-size: 12px;
}
.platform-navigator-popup .navigation .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  overflow: auto;
}
.platform-navigator-popup .navigation .category-wrapper .items-column {
  flex: 1;
  min-width: 300px;
}
.platform-navigator-popup .navigation .navigation-category {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.platform-navigator-popup .navigation .navigation-category .category-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}
.platform-navigator-popup .navigation .navigation-category .category-header {
  display: flex;
  padding-left: 4px;
  gap: 10px;
}
.platform-navigator-popup .navigation .navigation-category .category-header .category-icon {
  font-size: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.platform-navigator-popup .navigation .navigation-category .category-header .category-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.platform-navigator-popup .navigation .navigation-category .category-header .category-content .category-name {
  font-weight: 600;
  font-size: 16px;
}
.platform-navigator-popup .navigation .navigation-category .category-header .category-content .category-summary {
  font-size: 14px;
  color: #65788c;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item {
  display: flex;
  margin-left: 25px;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-link,
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 6px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 300ms;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-link.active,
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-btn.active,
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-link:hover,
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-btn:hover,
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-link:focus,
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-btn:focus {
  background-color: #dee2e6;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-icon {
  font-size: 18px;
  color: #495057;
  margin-right: 6px;
  display: flex;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-content .sub-menu-title {
  font-size: 13px;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item .sub-menu-content .sub-menu-description {
  font-size: 11px;
  color: #65788c;
}
.platform-navigator-popup .navigation .navigation-category .category-service .sub-menu-item:hover .platform-navigator-favorite-icon {
  visibility: visible;
}
.platform-navigator-popup .navigation .service-body {
  display: flex;
  width: 100%;
  gap: 10px;
}
.platform-navigator-popup .navigation .service-body .service-icon {
  color: #495057;
  font-size: 20px;
}
.platform-navigator-popup .navigation .service-body .service-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content .label {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 16px;
  font-size: 9px;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content .label .label-icon {
  width: 12px;
  height: 12px;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content .success-label {
  background-color: #2BAE66;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content .warning-label {
  background-color: #FFA351;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content .info-label {
  background-color: #c0dff5;
  color: #0254b7;
  -webkit-font-smoothing: antialiased;
}
.platform-navigator-popup .navigation .service-body .service-content .service-title-content .service-title {
  font-size: 14px;
  font-weight: 500;
}
.platform-navigator-popup .navigation .service-body .service-content .service-description {
  font-size: 11px;
  color: #65788c;
}
.platform-navigator-popup .navigation-search {
  width: 100%;
  padding: 0 5px;
}
.platform-navigator-popup .navigation-search > input {
  border-radius: 20px;
}
.platform-navigator-popup .navigation-search > i {
  right: 16px;
  top: 10px;
}

.common-main-menu-icon {
  font-size: inherit;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  transition: color 0.2s ease, filter 0.4s ease, font-size 0.3s ease;
}

.notifications-icon-wrapper {
  position: relative;
}
.notifications-icon-wrapper .new-notifications-count {
  position: absolute;
  background-color: #ff212a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  font-size: 8px;
  top: -5px;
  right: -5px;
  color: #fff;
  cursor: pointer;
}
.app-notifications-popup {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 350px;
  animation: fadeIn 0.4s ease-in-out;
  position: relative;
}
.app-notifications-popup .notification-header {
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.app-notifications-popup .mark-all-as-read-button,
.app-notifications-popup .clear-all-button {
  font-size: 12px;
  text-decoration: none;
  color: #343a40;
  padding: 6px 0;
}
.app-notifications-popup .mark-all-as-read-button :hover,
.app-notifications-popup .clear-all-button :hover {
  color: #000;
}
.app-notifications-popup .notification-footer {
  color: #333;
  border-top: 1px solid #e0e0e0;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}
.app-notifications-popup .notifications-content {
  max-height: 350px;
  min-height: 90px;
  overflow-y: scroll;
}
.app-notifications-popup .notifications-content .notification-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.app-notifications-popup .notifications-content .empty-notification {
  font-size: 16px;
  color: #999;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.app-notifications-popup .notifications-content .notification-list-item {
  position: relative;
  padding: 8px 14px;
  font-size: 12px;
  height: 70px;
  color: #555;
  display: flex;
}
.app-notifications-popup .notifications-content .notification-list-item .message-content {
  width: 75%;
}
.app-notifications-popup .notifications-content .notification-list-item .message-content .notification-message {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.app-notifications-popup .notifications-content .notification-list-item .message-content .new-notification-message {
  font-weight: bold;
}
.app-notifications-popup .notifications-content .notification-list-item .message-content .relative-time {
  color: #999;
  font-weight: normal;
}
.app-notifications-popup .notifications-content .notification-list-item .notification-type-icon {
  font-size: 22px;
  margin: 5px 20px 0 14px;
}
.app-notifications-popup .notifications-content .notification-list-item .error-notification-icon {
  color: #F96167;
}
.app-notifications-popup .notifications-content .notification-list-item .warning-notification-icon {
  color: #FFA351;
}
.app-notifications-popup .notifications-content .notification-list-item .info-notification-icon {
  color: #0dcaf0;
}
.app-notifications-popup .notifications-content .notification-list-item .success-notification-icon {
  color: #2BAE66;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.app-notifications-popup .notifications-content .new-notification::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 25%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #408EC6;
  border-radius: 50%;
}

.apps-select-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  min-width: 160px;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0;
}
.apps-select-control .caret {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.apps-select-control .current-app-link {
  padding-left: 14px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none !important;
}
.apps-select-control .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #242f48 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.apps-select-control .dropdown-toggle:hover,
.apps-select-control .dropdown-toggle:focus {
  color: #fff;
}
.apps-select-control.open .dropdown-toggle {
  background: transparent;
  color: #fff !important;
}
.apps-select-control.open .dropdown-toggle:hover,
.apps-select-control.open .dropdown-toggle:focus {
  background: rgba(0, 0, 0, 0.2);
}
.apps-select-control + .dropdown-menu {
  max-height: calc(100vh - 60px);
  flex-direction: column;
}
.apps-select-control + .dropdown-menu .search-holder {
  margin-bottom: 5px;
  padding: 0 5px;
}
.apps-select-control + .dropdown-menu .apps-menu-list {
  overflow: auto;
}
.apps-select-control + .dropdown-menu.searchable .list-wrapper {
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
.apps-select-control + .dropdown-menu .list-wrapper {
  overflow-y: auto;
}
.apps-select-control + .dropdown-menu ul {
  margin-bottom: 0;
}
.apps-select-control + .dropdown-menu li:not(.divider),
.apps-select-control + .dropdown-menu li > a {
  white-space: normal;
}
.apps-select-control + .dropdown-menu li > a {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 32px;
  color: #333;
  line-height: initial;
  padding: 3px 14px;
  font-size: 13px;
}
.apps-select-control + .dropdown-menu li > a:hover,
.apps-select-control + .dropdown-menu li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.apps-select-control + .dropdown-menu li.active > a {
  color: black;
  background-color: ghostwhite;
}
.apps-select-control + .dropdown-menu li {
  margin-top: 2px;
}
.apps-select-control + .dropdown-menu li .app-name {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}
.apps-select-control + .dropdown-menu li .logo-holder {
  width: 25px;
  height: 25px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  margin-left: 5px;
  flex-shrink: 0;
}
.apps-select-control + .dropdown-menu .create-app-menu-item a i {
  margin-right: 5px;
}
.apps-select-control + .dropdown-menu .divider {
  margin: 2px 0 0;
}
.apps-select-control.active .dropdown-toggle {
  border-left: 1px solid #367fb5 !important;
}
.dropdown.open > .apps-select-control + .dropdown-menu {
  display: flex;
}

.avatar-menu {
  display: inline-block;
  padding: 0 !important;
  position: relative !important;
  cursor: pointer;
  align-self: center;
}
.avatar-menu img {
  height: 36px;
  border-radius: 50%;
}
.avatar-menu .system-user-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  color: #34d022;
}

.console-warnings {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.console-warnings label {
  margin-bottom: 0;
  margin-right: 8px;
}
.console-warnings i {
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.console-warnings:hover i {
  transform: scale(1.2);
}
.console-warnings.severity-LOW {
  color: #408EC6;
}
.console-warnings.severity-MEDIUM {
  color: #FFA351;
}
.console-warnings.severity-HIGH {
  color: #F96167;
}
.console-warnings.severity-CRITICAL {
  padding: 4px 8px;
  border-radius: 4px;
  background: #F96167;
  color: #fff;
}
.console-warnings.animate {
  animation: tilt-n-move-shaking 0.53s linear infinite;
  animation-delay: 2s;
}
@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0px) rotate(0deg);
  }
  25% {
    transform: translate(3px, 0px) rotate(3deg);
  }
  50% {
    transform: translate(0, 0) rotate(0 eg);
  }
  75% {
    transform: translate(-3px, 0px) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0px) rotate(0deg);
  }
}

.game-status-container {
  min-width: 60px;
  display: flex;
}
.game-status-container > div {
  display: flex;
  align-items: center;
}
.game-status-container .bxp {
  height: 20px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-wrap: nowrap;
}
.game-status-container .bxp:hover .game-level-dropdown {
  visibility: visible;
}
.game-status-container .bxp:hover .bxp-amount,
.game-status-container .bxp:hover .bxp-logo {
  filter: drop-shadow(0 0 6px #447BB3);
}
.game-status-container .bb-amount-button {
  height: 20px;
  position: relative;
  margin-top: -1px;
  text-decoration: none;
  text-wrap: nowrap;
}
.game-status-container .bb-amount-button:hover .bb-amount-dropdown {
  visibility: visible;
}
.game-status-container .bb-amount-button:hover .bb-logo,
.game-status-container .bb-amount-button:hover .bb-amount {
  filter: drop-shadow(0 0 6px green);
}
.game-status-container .bb-amount-button a {
  text-decoration: none;
}
.game-status-container .bb-amount,
.game-status-container .bxp-amount {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 14px;
}
.game-status-container .bb-amount {
  color: #27AE60;
}
.game-status-container .bxp-amount {
  color: #447BB3;
}
.game-status-container .bxp-logo {
  width: 36px;
  margin-right: 4px;
}
.game-status-container .bxp-logo > img {
  width: 24px;
}
.game-status-container .bb-logo > img {
  width: 30px;
  margin-right: 2px;
  margin-left: -3px;
}
.game-status-container .game-level-dropdown,
.game-status-container .bb-amount-dropdown {
  cursor: default;
  visibility: hidden;
  position: absolute;
  z-index: 999;
  padding: 10px 12px;
  top: 30px;
  right: 0;
  background-color: #161A24;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.game-status-container .bb-amount-dropdown {
  color: #ccc;
}

.game-level {
  display: flex;
  align-items: center;
}
.game-level .level-title {
  margin-right: 5px;
  color: #8C8D91;
  font-size: 14px;
}
.game-level .level-bar-container {
  background: #474A51;
  border-radius: 8px;
  width: 80px;
  height: 6px;
}
.game-level .level-bar-container .level-bar-indicator {
  background: #1B76BC;
  border-radius: 8px;
  height: 6px;
}

.main-info-menu {
  padding: 0 !important;
  font-size: 18px;
  color: #8d8d8d !important;
  line-height: 1;
  background-color: transparent !important;
  border: none !important;
}
.main-info-menu:active i,
.main-info-menu:hover i,
.main-info-menu:focus i {
  color: #4DBFEA !important;
  text-shadow: 0 0 15px rgba(77, 191, 234, 0.8) !important;
}
.main-info-menu ~ .dropdown-menu {
  left: auto;
  right: 0;
}
.main-info-menu ~ .dropdown-menu a {
  display: flex;
  align-items: center;
  color: #495057;
}
.main-info-menu ~ .dropdown-menu a > i {
  margin-right: 8px;
  margin-left: -5px;
  width: 15px;
}

.license-modal dd {
  margin-bottom: 10px;
}

.system-dev-settings-dialog .modal-body {
  background: #f8f8f8;
}
.system-dev-settings-dialog .system-dev-toggle {
  margin-right: auto;
}
.system-dev-settings-dialog .environment-links .environment-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.system-dev-settings-dialog .environment-links .environment-link--label {
  font-weight: 700;
}
.system-dev-settings-dialog .environment-links .environment-link--label:after {
  content: ':';
}
.system-dev-settings-dialog .environment-links .environment-link--body {
  display: flex;
  align-items: center;
  gap: 10px;
}
.system-dev-settings-dialog .environment-links .panel__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.system-dev-settings-dialog .environment-links pre {
  display: inline-block;
  font-size: 10px;
  padding: 4px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}
.system-dev-settings-dialog .debug-modes .panel__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.system-dev-settings-dialog .build-info .panel__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.system-dev-settings-dialog .build-info .list-item {
  display: flex;
  gap: 10px;
}
.system-dev-settings-dialog .build-info .list-item-label {
  width: 120px;
}
.system-dev-settings-dialog .build-info .extra-json {
  font-size: 12px;
}

.dropdown-menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}
.main-sidebar {
  --sidebar-width: 80px;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: var(--sidebar-width);
  margin-top: -3px;
  transition: width 0.3s ease;
}
.main-sidebar .menu-container {
  margin: 0 4px;
}
.main-sidebar .sidebar-item {
  background: none !important;
  border: none;
  text-align: center;
  padding: 7px 5px;
  cursor: pointer;
  overflow: hidden;
}
.main-sidebar .sidebar-item .common-main-menu-icon {
  font-size: 24px;
  color: #8f8f8f;
}
.main-sidebar .sidebar-item span {
  display: block;
  font-size: 10px;
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.main-sidebar .sidebar-item.active .common-main-menu-icon,
.main-sidebar .sidebar-item:hover .common-main-menu-icon {
  color: #4DBFEA;
  filter: drop-shadow(0 0 5px rgba(77, 191, 234, 0.8));
}
.main-sidebar .sidebar-item.active span,
.main-sidebar .sidebar-item:hover span {
  color: #f5f5f5;
}
.main-sidebar .sidebar-item.active .beta-label,
.main-sidebar .sidebar-item:hover .beta-label {
  background-color: #408EC6;
}
.main-sidebar .sidebar-item:focus-visible {
  outline: 1px solid #4DBFEA;
}
.main-sidebar .launch-instructions-toggler {
  background: none !important;
  border: none;
  text-align: center;
  padding: 7px 5px;
  cursor: pointer;
  overflow: hidden;
}
.main-sidebar .launch-instructions-toggler .common-main-menu-icon {
  font-size: 24px;
  color: #2BAE66;
}
.main-sidebar .launch-instructions-toggler span {
  display: block;
  font-size: 10px;
  color: #2BAE66;
  transition: color 0.3s ease;
}
.main-sidebar .launch-instructions-toggler.active .common-main-menu-icon,
.main-sidebar .launch-instructions-toggler:hover .common-main-menu-icon {
  color: #20c997;
  filter: drop-shadow(0 0 5px rgba(32, 201, 151, 0.8));
}
.main-sidebar .launch-instructions-toggler.active span,
.main-sidebar .launch-instructions-toggler:hover span {
  color: #b8edd0;
}
.main-sidebar .launch-instructions-toggler.active .beta-label,
.main-sidebar .launch-instructions-toggler:hover .beta-label {
  background-color: #408EC6;
}
.main-sidebar .launch-instructions-toggler:focus-visible {
  outline: 1px solid #4DBFEA;
}
.main-sidebar .more-menu-items-dropdown-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-sidebar .show-more-menu {
  display: block;
}
.main-sidebar .show-more-menu .dropdown-toggle {
  text-align: center;
  cursor: pointer;
  display: block;
  margin-top: 4px;
  color: #8f8f8f;
}
.main-sidebar .show-more-menu .dropdown-toggle:focus,
.main-sidebar .show-more-menu .dropdown-toggle:hover {
  text-decoration: none;
  color: #4DBFEA;
}
.main-sidebar .show-more-menu .dropdown-menu {
  bottom: 20px;
  top: auto;
  left: calc(var(--sidebar-width) - 5px);
  background: #1b212e;
}
.main-sidebar .legacy-pages-menu {
  display: block;
}
.main-sidebar .legacy-pages-menu .dropdown-menu {
  bottom: 20px;
  top: auto;
  left: calc(var(--sidebar-width) - 8px);
  background: #1b212e;
}
.main-sidebar .legacy-pages-menu .dropdown-menu a {
  display: flex;
  align-items: center;
  color: #8f8f8f;
}
.main-sidebar .legacy-pages-menu .dropdown-menu a > i {
  margin-right: 8px;
  margin-left: -5px;
  width: 15px;
}
.main-sidebar .legacy-pages-menu .dropdown-menu > li.active a,
.main-sidebar .legacy-pages-menu .dropdown-menu > li a:hover {
  background: #1b212e;
  color: #4DBFEA;
  text-shadow: 0 0 5px rgba(77, 191, 234, 0.8);
}
.main-sidebar .legacy-pages-menu .dropdown-toggle {
  text-align: center;
  cursor: pointer;
  display: block;
  margin-top: 4px;
  color: #8f8f8f;
}
.main-sidebar .legacy-pages-menu .dropdown-toggle:focus,
.main-sidebar .legacy-pages-menu .dropdown-toggle:hover {
  text-decoration: none;
  color: #4DBFEA;
}
.main-sidebar .beta-label {
  display: inline-block;
  padding: 3px 7px;
  margin-left: 2px;
  font-size: 9px;
  color: #fff;
  vertical-align: middle;
  background-color: #8f8f8f;
  border-radius: 10px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
.sidebar-menu-badge {
  position: absolute;
  padding: 1px 7px;
  font-size: 9px !important;
  color: #fff !important;
  background-color: #d94448;
  border-radius: 9px;
  top: 7px;
  right: 7px;
  font-weight: bold;
}
@media (max-height: 760px) {
  .main-sidebar .sidebar-item .common-main-menu-icon {
    font-size: 20px;
  }
}
@media (max-height: 768px), (max-width: 1000px) {
  .main-sidebar {
    --sidebar-width: 40px;
  }
  .main-sidebar .sidebar-item .common-main-menu-icon {
    font-size: 20px;
  }
  .main-sidebar .sidebar-item span,
  .main-sidebar .sidebar-item .beta-label {
    display: none;
  }
  .main-sidebar .more-menu-items-dropdown-button {
    font-size: 12px;
  }
  .main-sidebar .show-more-menu .dropdown-menu {
    min-width: 50px;
  }
}
@media (min-height: 768px) and (min-width: 1000px) {
  .sidebar-menu-popover {
    display: none;
  }
}
.sidebar-menu-popover {
  --background: #445367;
  --color: #fff;
  --border: none;
}

.achievement-popup-container .popover-arrow {
  border-top-color: #e8f2f3 !important;
}
.achievement-popup-container .awarded-achievements-popup {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #e8f2f3;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.achievement-popup-container .awarded-achievements-popup .title {
  margin-bottom: 10px;
  font-size: 20px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .badge-image {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .badge-image:not(.is-unlocked) {
  filter: grayscale(100%);
  opacity: 0.7;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .badge-info {
  max-width: 300px;
  min-width: 200px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .badge-info .badge-name {
  margin: 0 0 8px;
  font-size: 18px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .badge-info p {
  font-size: 12px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .share-section {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .share-section > span {
  font-size: 12px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .share-section .share-icons {
  display: flex;
  gap: 10px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .share-section .share-icons button {
  width: 32px;
  height: 32px;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .share-section .share-icons .copy-link-btn {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.achievement-popup-container .awarded-achievements-popup .badge-content .share-section .share-icons .copy-link-btn i {
  font-size: 20px;
}
.achievement-popup-container .awarded-achievements-popup .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}
.achievement-popup-container .awarded-achievements-popup .btn-dismiss {
  margin-left: auto;
}

.oauth2-notification-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  z-index: 1000;
  text-align: center;
}
.oauth2-notification-wrapper .result-header {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.oauth2-notification-wrapper .oauth2-message {
  font-size: 14px;
  margin: 10px 0 20px;
}
.oauth2-notification-wrapper .oauth-error {
  color: #F96167;
}
.oauth2-notification-wrapper .oauth-success {
  color: #2BAE66;
}
.integration-connections {
  margin-top: 20px;
  min-height: 300px;
}
.integration-connections .oauth-no-services {
  display: flex;
  align-items: center;
}
.integration-connections .oauth-no-services .content {
  display: flex;
  flex-direction: column;
}
.integration-connections .oauth-no-services .oauth-icon {
  margin-right: 15px;
}
.integration-connections .oauth-no-services .oauth-link {
  font-size: 15px;
}
.integration-connections .service-card {
  margin-bottom: 20px;
}
.integration-connections .service-card .collapsible-content-container {
  padding: 20px 0;
}
.integration-connections .service-card .title-text {
  width: 100%;
}
.integration-connections .service-card .separator {
  border-bottom: 1px solid #ccc;
}
.integration-connections .service-card .service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.integration-connections .service-card .service-name-group {
  flex: 0 0 35%;
  display: flex;
  gap: 10px;
}
.integration-connections .service-card .service-name-group .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.integration-connections .service-card .service-name-group .service-icon img {
  width: 40px;
  height: 40px;
}
.integration-connections .service-card .service-name-group .service-info {
  display: flex;
  flex-direction: column;
}
.integration-connections .service-card .service-name-group .service-info .service-name {
  font-size: 14px;
  font-weight: bold;
}
.integration-connections .service-card .service-flows-count,
.integration-connections .service-card .service-connections-count {
  flex: 0 0 32.5%;
}
.integration-connections .service-card .expand-icon {
  flex: 0 0 5%;
  display: flex;
  justify-content: center;
}
.integration-connections .service-card .connections-list {
  padding-left: 35%;
  padding-right: 34px;
  display: flex;
  flex-direction: column;
}
.integration-connections .service-card .connections-list .connection-item {
  display: flex;
  padding: 10px 0;
  position: relative;
  left: -45px;
}
.integration-connections .service-card .connections-list .connection-item .connection-info {
  display: flex;
  flex: 0 0 calc(50% + 45px);
}
.integration-connections .service-card .connections-list .connection-item .connection-info .connection-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.integration-connections .service-card .connections-list .connection-item .connection-info .connection-avatar .default-avatar {
  fill: #555;
}
.integration-connections .service-card .connections-list .connection-item .connection-info .connection-avatar img {
  width: 40px;
  border-radius: 50%;
}
.integration-connections .service-card .connections-list .connection-item .connection-info .connection-actions {
  display: flex;
  gap: 5px;
}
.integration-connections .service-card .connections-list .connection-item .flows-info {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.integration-connections .service-card .connections-list .connection-item .flows-info .flow-item-link {
  color: inherit;
  text-decoration: revert;
  font-size: 15px;
}
.oauth2-show-info-dialog .oauth2-modal-body {
  max-height: 365px;
  overflow-y: scroll;
}
.oauth2-show-info-dialog .oauth2-modal-body .oauth2-modal-no-userdata {
  font-size: 16px;
  margin: 10px 0 15px;
}
.oauth2-show-info-dialog .oauth2-modal-body .oauth2-modal-header {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.oauth2-show-info-dialog .oauth2-modal-body .form-group .control-label {
  text-align: left;
}

.no-community-feature-page-access {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: #aaaaaa;
  display: flex;
}
.no-community-feature-page-access .panel-container {
  margin: 40px auto;
  padding: 24px;
  font-size: 2rem;
}
.no-community-feature-page-access .alert-icon {
  font-size: 6em;
  margin-bottom: 5px;
}

.publish-marketplace-product-dialog {
  max-width: 1200px;
  min-width: 600px;
  width: auto;
}
.publish-marketplace-product-dialog .modal-footer {
  display: flex;
  align-items: center;
}
.publish-marketplace-product-dialog .modal-footer .close-btn {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .publish-marketplace-product-dialog {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.publish-marketplace-product-dialog .publish-modal-body {
  padding: 15px;
  display: flex;
}
.publish-marketplace-product-dialog .publish-modal-body .body-wrapper {
  flex-direction: row;
  flex: 1;
}
.publish-marketplace-product-dialog .preview-section {
  width: 270px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid lightgrey;
}
.publish-marketplace-product-dialog .warning-message {
  margin-top: 20px;
}
.publish-marketplace-product-dialog .form-section {
  flex: 1;
  overflow: auto;
}
.publish-marketplace-product-dialog .form-section form {
  overflow: hidden;
}
.publish-marketplace-product-dialog .form-section .section {
  font-size: 18px;
  padding-top: 4px;
}
.publish-marketplace-product-dialog .form-section .action-button {
  opacity: 0.7;
}
.publish-marketplace-product-dialog .form-section .basic-text-field .option-field {
  padding-top: 7px;
}
.publish-marketplace-product-dialog .form-section .screenshots-option {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.publish-marketplace-product-dialog .form-section .screenshots-group .screenshots-option-field,
.publish-marketplace-product-dialog .form-section .screenshots-group .screenshots-option-label {
  text-align: right;
}
.publish-marketplace-product-dialog .form-section .screenshots-group .screenshots-option-field {
  margin: 3px;
}
.publish-marketplace-product-dialog .form-section .screenshots-group .screenshots-option-label {
  margin-bottom: 0;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-form {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  float: right;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-group {
  margin: 0;
  flex-direction: column;
  display: flex;
  padding: 7px 15px 0 15px;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  float: left;
  align-items: flex-start;
  width: calc(100% / 1.5);
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  align-content: flex-start;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container .screenshot-box {
  height: 80px;
  width: 80px;
  overflow: hidden;
  margin: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container .screenshot-box a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container .screenshot-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container .screenshot-box .screenshot-delete-btn {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container .screenshot-box .screenshot-delete-btn i {
  margin: 0;
  top: 0;
}
.publish-marketplace-product-dialog .form-section .screenshots-option .screenshots-container .screenshot-box:hover .screenshot-delete-btn {
  visibility: visible;
  transition: opacity 400ms;
  opacity: 1;
}
.publish-marketplace-product-dialog .form-section .description {
  min-height: 72px;
}
.publish-marketplace-product-dialog .form-section .version-description {
  height: 72px;
  resize: none;
}
.publish-marketplace-product-dialog .form-section .option-label {
  width: calc(100% / 3);
  float: left;
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}
.publish-marketplace-product-dialog .form-section .option-field {
  width: calc(100% / 1.5);
  float: left;
}
.publish-marketplace-product-dialog .form-section .paid-products-field .developer-program-warning {
  margin-left: 0;
  margin-top: 6px;
}
.publish-marketplace-product-dialog .form-section .price-input {
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.publish-marketplace-product-dialog .form-section .price-input .price input {
  width: 100px;
}
.publish-marketplace-product-dialog .form-section .price-input .price .input-group-addon {
  width: 0;
}
.publish-marketplace-product-dialog .form-section .price-input .price .input-group-addon.disabled {
  border-color: #e9e9e9;
}
.publish-marketplace-product-dialog .form-section .price-input i {
  margin-left: 6px;
}
.publish-marketplace-product-dialog .form-section .pricing-model .option-field {
  width: 230px;
}
.publish-marketplace-product-dialog .form-section .developer-program-warning {
  display: flex;
  align-items: center;
  margin-left: calc(100% / 2.9);
  gap: 12px;
}
.publish-marketplace-product-dialog .form-section .developer-program-warning .warning-icon {
  margin-bottom: 9px;
  color: #F96167;
}
.publish-marketplace-product-dialog .form-section .file-link {
  margin: 5px 0;
}
.publish-marketplace-product-dialog .form-section .fa-times {
  position: relative;
  top: 1px;
}
.publish-marketplace-product-dialog .form-section .help-block.text-danger {
  color: #F96167;
}
.publish-marketplace-product-dialog .form-section textarea {
  resize: vertical;
  max-height: 200px;
}
.publish-marketplace-product-dialog .accordion-container {
  --uncollapsed-item-height: 265px;
  --collapsed-item-height: 0px;
}
.publish-marketplace-product-dialog .accordion-container .accordion-title {
  padding-left: 10px;
  margin-bottom: 10px;
}
.publish-marketplace-product-dialog .accordion-container .optional-fields-group {
  transition: height 300ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.publish-marketplace-product-dialog .accordion-container .accordion-body-appear.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-enter.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-exit.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-exit-active.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-exit-done.optional-fields-group {
  height: var(--collapsed-item-height);
}
.publish-marketplace-product-dialog .accordion-container .accordion-body-appear-active.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-appear-done.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-enter-active.optional-fields-group,
.publish-marketplace-product-dialog .accordion-container .accordion-body-enter-done.optional-fields-group {
  height: var(--uncollapsed-item-height);
}
.publish-marketplace-product-dialog .advanced-form-fields-toggler > input[type=checkbox] + .cover + span {
  margin-left: 10px;
}
.publish-marketplace-product-dialog .for-training-field .checkbox-label,
.publish-marketplace-product-dialog .pro-market .checkbox-label {
  font-size: 13px;
}
.publish-marketplace-product-dialog .privacy-field p {
  margin-top: 10px;
  font-size: 11px;
}

.common-files-service-dialog .modal-body {
  padding: 0;
}
.common-files-service-dialog .react-smart-table {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin: 0;
}
.common-files-service-dialog .react-smart-table table {
  border-left: none;
  border-right: none;
}
.common-files-service-dialog .table-pagination {
  position: relative;
  padding: 5px 15px;
  margin-top: -1px;
}
.common-files-service-dialog .files-container .files-browser .backendless-files-browser {
  height: 293px;
}
.common-files-service-dialog .upload-file-btn {
  float: left;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(-15px);
  }
}
.backendless-files-browser {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.backendless-files-browser .react-smart-table {
  flex: 1;
  margin-bottom: 0;
}
.backendless-files-browser .droppable-zone {
  display: flex;
  flex: 1;
}
.backendless-files-browser .droppable-zone .drop-hint {
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 400px;
  margin-left: -400px / 2;
  left: 50%;
  padding: 30px 10px 10px;
  background-color: #4285f4;
  color: white;
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.backendless-files-browser .droppable-zone .drop-hint .fa-cloud-upload-alt {
  text-align: center;
  display: block;
  background: white;
  color: #2196F3;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  font-size: 60px;
  padding-top: 10px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  animation-duration: 2s;
  animation-iteration-count: 10;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: bounce;
}
.backendless-files-browser .droppable-zone .react-smart-table {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.backendless-files-browser .alert {
  margin: 5px;
}
.files-permissions-modal .modal-body {
  overflow: hidden !important;
}
.files-permissions-modal .permissions-modify-all-wrapper {
  top: -1px !important;
}
@media (max-width: 1090px) {
  .files-permissions-modal .permissions-modify-all-wrapper {
    top: 5px !important;
  }
}

.permissions-modal.object-permissions .modal-dialog {
  width: 75%;
}
.permissions-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.permissions-modal .nav-tabs {
  padding: 0;
  margin-bottom: 10px;
}
.permissions-modal .nav-tabs a {
  outline: none;
}
.permissions-modal #permissionsPolicyTabs-pane-UserPermissions .react-smart-table {
  height: 410px;
}
.permissions-modal #permissionsPolicyTabs-pane-RolesPermissions .react-smart-table {
  height: 410px;
}
.permissions-modal .backendless-table-head-cell .Select {
  min-width: 165px;
  width: 100%;
}
.permissions-modal .backendless-table-head-cell .Select .Select__placeholder {
  font-weight: 100;
}
.permissions-modal .permissions-editor .react-smart-table {
  position: relative;
  flex: none;
}

.permissions-editor {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.permissions-editor .search-box input {
  font-weight: normal;
}
.permissions-editor .permissions-modify-all-wrapper {
  position: absolute;
  right: 20px;
  top: 47px;
}
@media (max-width: 1090px) {
  .permissions-editor .permissions-modify-all-wrapper {
    top: 53px;
  }
}
.permissions-editor .permissions-modify-all-wrapper > button.btn-link {
  color: #999;
  text-decoration: none;
}
.permissions-editor .permissions-modify-all-wrapper > button.btn-link:hover {
  color: #2b658f;
}
@media (max-width: 1090px) {
  .permissions-editor .permissions-modify-all-wrapper > button.btn-link {
    display: none;
  }
}
.permissions-editor .permissions-modify-all-wrapper > i {
  margin: 0 4px;
  display: none;
  font-size: 15px;
}
.permissions-editor .permissions-modify-all-wrapper > i:last-child {
  font-size: 14px;
}
@media (max-width: 1090px) {
  .permissions-editor .permissions-modify-all-wrapper > i {
    display: inline-block;
  }
}
.permissions-editor .react-smart-table {
  flex: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.permissions-editor .column-title .action-icon {
  align-self: center;
  margin-left: 10px;
  font-size: 12px;
}
.permission-entity-name {
  display: flex;
  align-items: center;
}
.permission-entity-name > span:nth-child(1) {
  flex: 1;
}
.permission-entity-name > span:nth-child(2) {
  align-self: center;
}

.edit-file-modal .modal-dialog {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .edit-file-modal .modal-dialog {
    width: 100%;
  }
}
.edit-file-modal .modal-content {
  min-height: 724px;
}
.edit-file-modal .modal-body {
  padding: 0;
}
.edit-file-modal .editor-container {
  height: 600px;
}
.edit-file-modal .select-wrapper {
  width: 100%;
}
.edit-file-modal .editor-modal-title {
  font-size: 24px;
}
.edit-file-modal .file-path {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 300;
}
.edit-file-modal .alert {
  margin: 10px;
}

.backendless-files-table .path-cell > div,
.backendless-files-table .name-cell > div {
  padding: 0;
}
.backendless-files-table .path-cell .files-table-cell-btn,
.backendless-files-table .name-cell .files-table-cell-btn {
  display: block;
  padding: 8px 10px;
  color: #4e9fcb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.backendless-files-table .path-cell .files-table-cell-btn i,
.backendless-files-table .name-cell .files-table-cell-btn i {
  font-size: 14px;
  margin-right: 10px;
}
.backendless-files-table .path-cell .files-table-hoverable-cell-btn:hover,
.backendless-files-table .name-cell .files-table-hoverable-cell-btn:hover {
  text-decoration: none;
  background: #fcf8e3;
}
.backendless-files-table .path-cell .files-table-clickable-cell-btn,
.backendless-files-table .name-cell .files-table-clickable-cell-btn {
  cursor: pointer;
}
.backendless-files-table .path-cell .files-table-disabled-cell-btn,
.backendless-files-table .name-cell .files-table-disabled-cell-btn {
  color: #999;
  cursor: default;
}
.backendless-files-table .path-cell .files-table-disabled-cell-btn:hover,
.backendless-files-table .name-cell .files-table-disabled-cell-btn:hover {
  text-decoration: none;
}
.backendless-files-table .name-cell .rename-icon {
  visibility: hidden;
}
.backendless-files-table .name-cell:hover .rename-icon {
  visibility: visible;
}
.backendless-files-table .name-cell a:hover {
  text-decoration: none;
}
.backendless-files-table .name-cell .fa-spin {
  margin: 0 10px;
}
.backendless-files-table .actions-cell i.not-allowed {
  margin: 0 3px;
  color: #b7b7b7;
}
.backendless-files-table .progress {
  margin: 0;
}

.backendless-sanction {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-image: url(/media/ukraine-map.563072a585670be3970c7f8250c3336f.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.backendless-sanction .backendless-sanction-content {
  max-width: 1000px;
  font-size: 36px;
  background: #ffffffa8;
  padding: 20px;
  font-weight: bold;
}

.alerts-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-height: 100%;
  margin: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000;
}
.alerts-container > div {
  position: relative;
  margin-bottom: 15px;
}
.alerts-container .alert-enter {
  opacity: 0;
}
.alerts-container .alert-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.alerts-container .alert-exit {
  opacity: 1;
}
.alerts-container .alert-exit-active {
  opacity: 0;
  transition: opacity 800ms ease-in;
}
.alerts-container:empty {
  display: none;
}
.alerts-container .alert-inner {
  position: relative;
  color: #fff;
  padding: 15px;
  border: 1px solid;
  min-height: 80px;
}
.alerts-container .alert-inner a {
  color: white;
  text-decoration: underline;
}
.alerts-container .alert-inner .alert-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.alerts-container .alert-inner .alert-content button {
  text-transform: unset;
}
.alerts-container .alert-title {
  font-size: 18px;
  font-weight: 500;
}
.alerts-container .close-alert {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 16px;
  color: #000000;
  opacity: 0.2;
  cursor: pointer;
}
.alerts-container .close-alert:hover {
  color: #fff;
  opacity: 0.8;
}
.alerts-container .alert-icon-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: rgba(0, 0, 0, 0.15);
}
.alerts-container .alert-with-icon .alert-inner {
  padding-left: 60px;
}
.alerts-container .alert-with-icon .alert-inner .alert-icon-box {
  width: 50px;
  text-align: center;
}
.alerts-container .alert-with-icon .alert-inner .alert-icon-box i {
  font-size: 36px;
  margin-top: 20px;
  opacity: 0.5;
}
.alerts-container .alert-type-error .alert-inner {
  background: #F96167;
  border-color: #f73038;
}
.alerts-container .alert-type-success .alert-inner {
  background: #2BAE66;
  border-color: #21854e;
}
.alerts-container .alert-type-warning .alert-inner {
  background: #FFA351;
  border-color: #ff881e;
}
.alerts-container .alert-type-info .alert-inner {
  background: #408EC6;
  border-color: #3073a3;
}
.error-alert-details-dialog .collapsible-panel .collapsible-panel-header {
  margin-bottom: 4px;
}
.error-alert-details-dialog .collapsible-panel .collapsible-panel-header .title {
  font-weight: bold;
}
.error-alert-details-dialog .collapsible-panel .collapsible-panel-header .toggle {
  margin-left: 4px;
  cursor: pointer;
  text-decoration: none;
}

.local-storage-cleaner-modal .modal-body {
  overflow: auto;
  max-height: 500px;
}
.local-storage-cleaner-modal .modal-body .modal-body-alert {
  padding: 12px;
}
.local-storage-cleaner-modal .modal-body .modal-body-alert .modal-body-alert-title-container {
  padding-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.local-storage-cleaner-modal .modal-body .modal-body-alert .modal-body-alert-title-container .modal-alert-icon {
  font-size: 20px;
}
.local-storage-cleaner-modal .modal-body .modal-body-alert .modal-body-alert-title-container .modal-body-alert-title {
  font-size: 16px;
}
.local-storage-cleaner-modal .modal-body .modal-body-alert .modal-body-alert-description {
  font-size: 12px;
}
.local-storage-cleaner-modal .modal-body .modal-body-alert .modal-body-alert-description > .alert-description-paragraph {
  display: flex;
  justify-content: center;
  text-align: center;
}
.local-storage-cleaner-modal .modal-body .section .react-smart-table {
  margin-bottom: 0;
}

.mission-instructions-pane-overlay {
  z-index: 1040;
  width: min-content;
  min-width: 480px;
  left: auto;
}
.mission-instructions-pane-overlay .slide-pane__header {
  padding: 15px;
  flex: none;
  min-height: 55px;
  color: white;
  background-color: #4e5b67;
}
.mission-instructions-pane-overlay .slide-pane__content img {
  max-width: 350px;
}
.mission-instructions-pane-overlay .slide-pane__content ol {
  padding: 0 15px;
}
.mission-instructions-pane-overlay .mission-instructions-header {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-weight: bold;
}
.mission-instructions-pane-overlay .mission-instructions-header .tutorial-header-controls {
  display: flex;
  margin: 10px 0 5px 0;
  gap: 10px;
}
.mission-instructions-pane-overlay .mission-instructions-help-block {
  display: flex;
  background-color: #4e5b67;
  color: white;
  padding: 20px;
  gap: 15px;
}
.mission-instructions-pane-overlay .mission-instructions-help-block .btn {
  margin-top: 5px;
  font-size: 11px;
}
.mission-instructions-pane-overlay .mission-instructions-help-block .help-block-icon {
  color: #F96167;
  font-size: 30px;
}

.achievements-modal .modal-content {
  background-color: #6c757d;
  border-radius: 4px;
}
.achievements-modal .fa-times {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 1;
}
.achievements-modal.task-event .modal-body {
  min-width: 400px;
  min-height: 400px;
}
.achievements-modal .modal-body {
  display: flex;
  text-align: center;
  color: white;
}
.achievements-modal .modal-body .body-wrapper {
  flex: 1;
}
.achievements-modal .btn-success {
  background-color: #27AE60;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px !important;
  text-transform: none !important;
  border-radius: 4px;
}
.achievements-modal .btn-success img {
  position: relative;
  bottom: 1px;
}
.achievements-modal .btn-link {
  color: white;
  padding: 0;
  vertical-align: baseline;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 12px;
}
.achievements-modal .carousel-inner {
  height: 100%;
}
.achievements-modal .carousel-inner .item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.achievements-modal .carousel-inner > .item.active {
  height: 100%;
  display: flex;
}
.achievements-modal .carousel-inner > .item,
.achievements-modal item.left {
  height: 100%;
}
.achievements-modal.task-event .modal-body {
  padding: 0;
}
.achievements-modal.task-event .modal-body .slide {
  flex: 1;
}
.achievements-modal.task-event .modal-dialog {
  min-width: 400px;
}
.achievements-modal.task-event .spinner {
  margin: auto;
}
.achievements-modal .motivation-message {
  margin: 20px 0;
  background: #4f5b66;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.achievements-modal .motivation-message > i {
  font-size: 20px;
  color: #2ECC40;
}
.achievements-modal .button-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.achievements-modal .button-container > .btn-link {
  padding: 0;
  color: white;
}
.achievements-modal .button-container .btn-default {
  color: white;
  background-color: #343d46;
  border: none;
}
.achievements-modal .button-container .btn-default:hover {
  background-color: #4f5b66;
}

.award-screen {
  font-family: Open Sans, sans-serif;
  height: 100%;
}
.award-screen .award-screen-header {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.award-screen .award-screen-footer {
  padding-bottom: 10px;
}
.award-screen .task-modal-title {
  font-size: 16px;
  color: #D4DEE7;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 5px;
}
.award-screen .task-name {
  font-size: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}
.award-screen .union {
  width: 400px;
  height: 400px;
  background-image: url(/media/union.4adaeb343c1975b9168090cacae78b64.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 75px;
  opacity: 0.4;
  z-index: -1;
}
.award-screen .girl {
  background-image: url(/media/girl.4ffc6bc60bb9876cdac7da2bee85ab8d.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 180px;
  left: 60px;
  top: 140px;
  z-index: -1;
}
.award-screen .girl-hand {
  background-image: url(/media/hand.80e3c0cc18604b458cda9603c7f9c30c.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 90px;
  left: 37px;
  top: 233px;
  z-index: 1;
}
.award-screen .multiply-icon {
  background-image: url(/media/multiply-icon.7e8023e58c0b47bfcf5727bbc3f58c46.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 90px;
  left: 35px;
  bottom: 21px;
  z-index: 0;
}
.award-screen .multiply-award-btn {
  width: 300px;
  height: 50px;
}
.award-screen .your-bonus {
  position: absolute;
  right: 40px;
  bottom: 150px;
  text-align: right;
  color: #D4DEE7;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.award-screen .your-bonus .bonus-amount {
  font-size: 2em;
  font-weight: bold;
}
.award-screen .your-bonus .bonus-amount.bxp {
  color: #E8ED00;
}
.award-screen .multiply-message {
  color: #D4DEE7;
  margin-top: 5px;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.task-event {
  height: 100%;
}
.task-event .multiply-award-message {
  font-size: 20px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.task-event .bonus-screen {
  height: 100%;
  padding: 15px;
}
.task-event .bonus-screen .wheel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-event .bonus-screen .wheel-container .wheel-background {
  position: absolute;
  background-image: url(/media/wheel-background.8bff2e4ea786f965a0e2b661b66e50b1.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 207px;
  height: 200px;
  z-index: -1;
}
.task-event .bonus-screen .wheel-container .wheel-hoop {
  position: absolute;
  background-image: url(/media/wheel-hoop.3d44d61dfbb7bb8a9f5418eb3f812df8.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  top: 4px;
  width: 100%;
  height: 100%;
}
.task-event .bonus-screen .wheel-container .arrow {
  background-image: url(/media/wheel-arrow.a54673a5fb3b0e5b4999db85e453fdc0.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 35px;
  transform: rotate(90deg);
  right: -20px;
}
.task-event .bonus-screen .wheel-container .bbs-logo {
  background-image: url(/media/bbs-logo.0837adda51f0ec96ba0a488be20a9f90.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 25px;
  height: 30px;
}
.task-event .bonus-screen .union {
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0.4;
  background-image: url(/media/Union2.6407a105dd9ff609ce996b01d015faaf.svg);
  background-repeat: no-repeat;
}
.task-event .bonus-screen .play-result {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.task-event .bonus-screen .play-result > div:first-child {
  flex: 0.9;
}
.task-event .bonus-screen .play-result .award-with-bonus {
  bottom: 10px;
  position: relative;
  font-size: 16px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.task-event .bonus-screen .cup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 15px;
  background-image: url(/media/cup.70bb9b78e3fd4dac86e714d7ee716f41.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.task-event .bonus-screen .cup-text {
  position: relative;
  top: 70px;
  color: #303042;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.task-event .bonus-screen .wreath {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 105px;
  background-image: url(/media/wreath.d84eee62f7154f3168089378d16ba5b2.svg);
  background-repeat: no-repeat;
}

.task-completed-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #D4DEE7;
  margin-bottom: 10px;
  height: 50px;
}
.task-completed-header .bonus-amount {
  color: #27AE60;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.task-completed-header .bonus-amount > img {
  width: 50px;
  height: 38px;
}

.share-screen {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 0 10px 10px 10px;
}
.share-screen .textarea-container {
  width: 100%;
  height: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.share-screen .textarea-container textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border-radius: 4px;
}
.share-screen .rules-container {
  margin: 5px;
}
.share-screen .rules-container i {
  margin-left: 5px;
}
.share-screen .share-message {
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
.share-screen .share-screen-buttons {
  display: flex;
  align-self: center;
  flex: 1;
  align-items: center;
  width: 230px;
  justify-content: space-evenly;
}
.share-screen .share-screen-buttons .SocialMediaShareButton {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.share-screen .share-screen-buttons > div:not(:last-child) {
  margin-right: 10px;
}
.share-screen .social-link-input-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: flex-end;
}
.share-screen .social-link-input-container .btn {
  display: flex;
  align-self: center;
}
.share-screen .social-link-input-container .form-group input {
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.share-screen .social-link-input-container .form-group .help-block {
  text-align: left;
  color: #ccc;
}
.share-screen .social-link-input-container > div:first-child {
  margin-bottom: 5px;
}
.share-screen .social-link-input-container > div:first-child > i {
  margin-left: 5px;
}
.share-screen .report-message {
  flex: 0.8;
  color: #D4DEE7;
}
.share-rules-popover {
  max-width: 400px;
}
.share-rules-popover ol {
  padding-left: 15px;
}

.report-url-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
}
.report-url-container .apply-bonus-msg {
  font-size: 18px;
}
.report-url-container .let-us-know-msg {
  color: #D4DEE7;
  margin-bottom: 10px;
}
.report-url-container .let-us-know-msg i {
  margin-left: 5px;
}
.report-url-container .url-input input {
  border-radius: 4px;
  height: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.report-url-container .submit-btn {
  align-self: center;
}

.trivia {
  padding: 15px;
  height: 100%;
}
.trivia .intro {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s linear;
}
.trivia .intro > div:first-child {
  height: 100%;
}
.trivia .intro .start-btn {
  width: 200px;
  height: 40px;
}
.trivia .intro .description-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trivia .intro .description-text {
  color: #D4DEE7;
  font-weight: bold;
}
.trivia .intro .trivia-placeholder {
  background-image: url(/media/trivia.e941ae051c7b95ed1f960bef190828c2.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 100px;
  left: 25px;
  top: 200px;
}
.trivia .intro .boy {
  background-image: url(/media/boy.f839e694321944f5c69f0da40cd87150.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 130px;
  height: 250px;
  left: 245px;
  top: 150px;
  z-index: -1;
}
.trivia .intro.playing {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
}
.trivia .intro.playing .start-btn {
  transition: none;
}
.trivia .trivia-game {
  transition: opacity 0.4s linear;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 10px;
  width: 100%;
}
.trivia .trivia-game.playing {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.trivia .trivia-game .question {
  font-size: 16px;
  color: #D4DEE7;
  font-weight: bold;
}
.trivia .trivia-game .answer {
  display: flex;
  justify-content: space-between;
  background: #525B64;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #D4DEE7;
  position: relative;
  text-align: left;
}
.trivia .trivia-game .answer > div:first-child {
  display: flex;
  align-items: center;
}
.trivia .trivia-game .answer:not(.disabled) {
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.trivia .trivia-game .answer:not(.disabled):hover {
  background: #5C6771;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trivia .trivia-game .answer .variant {
  margin-right: 20px;
  position: relative;
  user-select: none;
  font-weight: bold;
  align-self: center;
}
.trivia .trivia-game .answer.played.selected {
  animation: blinker 0.6s;
}
.trivia .trivia-game .answer.played.selected:not(.correct) {
  background-color: #c72626;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trivia .trivia-game .answer.selected {
  background-color: #ff9800;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trivia .trivia-game .answer.correct {
  background-color: #27AE60;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trivia .checking-message:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}
.trivia .result-message {
  font-size: 16px;
}
.trivia .result-message > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trivia .result-message > div:first-child i {
  font-size: 24px;
  margin-right: 5px;
}
.trivia .result-message > div:first-child i.fa-thumbs-up {
  color: #27AE60;
}
.trivia .result-message .sad-boy {
  background-image: url(/media/sad-boy.81cce738a9103913b8b85a3cd2a989f1.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 145px;
  height: 220px;
  right: 0;
  bottom: 0;
}
.trivia .result-message.win > div:first-child {
  align-items: baseline;
}
.trivia .result-message .total-bbs-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trivia .result-message .total-bbs-message > div:first-child {
  height: 30px;
}
.trivia .result-message .total-bbs-message .bbs-amount img {
  width: 50px;
}
.trivia .result-message .total-bbs-message .bbs-amount span {
  color: #27AE60;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trivia .countdown-timer {
  width: 100%;
  height: 7px;
  margin-top: 10px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
}
.trivia .countdown-timer .time-indicator {
  border-radius: 6px;
  background: #27AE60;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 7px;
  position: relative;
  bottom: 1px;
  left: -1px;
}
.trivia .time-left {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
@keyframes blinker {
  0%,
  20%,
  60% {
    background-color: #ff9800;
  }
  40%,
  80% {
    background-color: #505a64;
  }
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}

