@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&subset=latin-ext);
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.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;
  line-height: 1;
  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.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  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-bounce;
  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.28, 0.84, 0.42, 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(0.4, 0, 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(0.4, 0, 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, linear); }

.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-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.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-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-child-rifle::before {
  content: "\e4e0"; }

.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-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-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; }
: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("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.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-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-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-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-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-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.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-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"; }
: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("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
: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("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.9em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▴"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▾"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody table.dataTable thead>tr>th:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgba(2, 117, 216, 0.9);animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important;border-spacing:0}table.dataTable td,table.dataTable th{box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:transparent}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(2, 117, 216, 0.9);color:white}table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.05)}table.dataTable.table-striped>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(2, 117, 216, 0.95)}table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.075)}table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(2, 117, 216, 0.975)}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:auto;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:.85em}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:before,div.dataTables_scrollBody>table>thead .sorting_asc:before,div.dataTables_scrollBody>table>thead .sorting_desc:before,div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody tr:first-child th,div.dataTables_scrollBody>table>tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center !important}}table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled){padding-right:20px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}

@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(font/summernote.eot);src:url(font/summernote.eot?#iefix) format("embedded-opentype"),url(font/summernote.woff2) format("woff2"),url(font/summernote.woff) format("woff"),url(font/summernote.ttf) format("truetype")}[class*=" note-icon"]:before,[class^=note-icon]:before{display:inline-block;font-family:summernote;font-style:normal;font-size:inherit;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:""}.note-icon-align-center:before{content:""}.note-icon-align-indent:before{content:""}.note-icon-align-justify:before{content:""}.note-icon-align-left:before{content:""}.note-icon-align-outdent:before{content:""}.note-icon-align-right:before{content:""}.note-icon-arrow-circle-down:before{content:""}.note-icon-arrow-circle-left:before{content:""}.note-icon-arrow-circle-right:before{content:""}.note-icon-arrow-circle-up:before{content:""}.note-icon-arrows-alt:before{content:""}.note-icon-arrows-h:before{content:""}.note-icon-arrows-v:before{content:""}.note-icon-bold:before{content:""}.note-icon-caret:before{content:""}.note-icon-chain-broken:before{content:""}.note-icon-circle:before{content:""}.note-icon-close:before{content:""}.note-icon-code:before{content:""}.note-icon-col-after:before{content:""}.note-icon-col-before:before{content:""}.note-icon-col-remove:before{content:""}.note-icon-eraser:before{content:""}.note-icon-float-left:before{content:""}.note-icon-float-none:before{content:""}.note-icon-float-right:before{content:""}.note-icon-font:before{content:""}.note-icon-frame:before{content:""}.note-icon-italic:before{content:""}.note-icon-link:before{content:""}.note-icon-magic:before{content:""}.note-icon-menu-check:before{content:""}.note-icon-minus:before{content:""}.note-icon-orderedlist:before{content:""}.note-icon-pencil:before{content:""}.note-icon-picture:before{content:""}.note-icon-question:before{content:""}.note-icon-redo:before{content:""}.note-icon-rollback:before{content:""}.note-icon-row-above:before{content:""}.note-icon-row-below:before{content:""}.note-icon-row-remove:before{content:""}.note-icon-special-character:before{content:""}.note-icon-square:before{content:""}.note-icon-strikethrough:before{content:""}.note-icon-subscript:before{content:""}.note-icon-summernote:before{content:""}.note-icon-superscript:before{content:""}.note-icon-table:before{content:""}.note-icon-text-height:before{content:""}.note-icon-trash:before{content:""}.note-icon-underline:before{content:""}.note-icon-undo:before{content:""}.note-icon-unorderedlist:before{content:""}.note-icon-video:before{content:""}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:700}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-airframe,.note-editor.note-frame{border:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe.codeview .note-editing-area .note-editable,.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-airframe.codeview .note-editing-area .note-codable,.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-airframe .note-editing-area,.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;word-wrap:break-word}.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:hsla(0,0%,50.2%,.11)}.note-editor.note-airframe .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:none;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;outline:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}.note-editor.note-airframe.fullscreen,.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;width:100%!important;z-index:1050}.note-editor.note-airframe.fullscreen .note-resizebar,.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-airframe .note-status-output,.note-editor.note-frame .note-status-output{display:block;width:100%;font-size:14px;line-height:1.42857143;height:20px;margin-bottom:0;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-airframe .note-status-output:empty,.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-airframe .note-status-output .pull-right,.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-airframe .note-status-output .text-muted,.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-airframe .note-status-output .text-primary,.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-airframe .note-status-output .text-success,.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-airframe .note-status-output .text-info,.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-airframe .note-status-output .text-warning,.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-airframe .note-status-output .text-danger,.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-airframe .note-status-output .alert,.note-editor.note-frame .note-status-output .alert{margin:-7px 0 0;padding:7px 10px 2px;border-radius:0;color:#000;background-color:#f5f5f5}.note-editor.note-airframe .note-status-output .alert .note-icon,.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-airframe .note-status-output .alert-success,.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-airframe .note-status-output .alert-info,.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-airframe .note-status-output .alert-warning,.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-airframe .note-status-output .alert-danger,.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-airframe .note-statusbar,.note-editor.note-frame .note-statusbar{background-color:hsla(0,0%,50.2%,.11);border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar{padding-top:1px;height:9px;width:100%;cursor:ns-resize}.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-airframe .note-placeholder,.note-editor.note-frame .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-editor .note-toolbar,.note-popover .popover-content{margin:0;padding:0 0 5px 5px}.note-editor .note-toolbar>.note-btn-group,.note-popover .popover-content>.note-btn-group{margin-top:5px;margin-left:0;margin-right:5px}.note-editor .note-toolbar .note-btn-group .note-table,.note-popover .popover-content .note-btn-group .note-table{min-width:0;padding:5px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-editor .note-toolbar .note-style .dropdown-style blockquote,.note-editor .note-toolbar .note-style .dropdown-style pre,.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-editor .note-toolbar .note-style .dropdown-style h1,.note-editor .note-toolbar .note-style .dropdown-style h2,.note-editor .note-toolbar .note-style .dropdown-style h3,.note-editor .note-toolbar .note-style .dropdown-style h4,.note-editor .note-toolbar .note-style .dropdown-style h5,.note-editor .note-toolbar .note-style .dropdown-style h6,.note-editor .note-toolbar .note-style .dropdown-style p,.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p{margin:0;padding:0}.note-editor .note-toolbar .note-color-all .note-dropdown-menu,.note-popover .popover-content .note-color-all .note-dropdown-menu{min-width:337px}.note-editor .note-toolbar .note-color .dropdown-toggle,.note-popover .popover-content .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select{font-size:11px;margin:3px;padding:0 3px;cursor:pointer;width:100%;border-radius:5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-editor .note-toolbar .note-para .note-dropdown-menu,.note-popover .popover-content .note-para .note-dropdown-menu{min-width:228px;padding:5px}.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,.note-popover .popover-content .note-para .note-dropdown-menu>div+div{margin-left:5px}.note-editor .note-toolbar .note-dropdown-menu,.note-popover .popover-content .note-dropdown-menu{min-width:160px}.note-editor .note-toolbar .note-dropdown-menu.right,.note-popover .popover-content .note-dropdown-menu.right{right:0;left:auto}.note-editor .note-toolbar .note-dropdown-menu.right:before,.note-popover .popover-content .note-dropdown-menu.right:before{right:9px;left:auto!important}.note-editor .note-toolbar .note-dropdown-menu.right:after,.note-popover .popover-content .note-dropdown-menu.right:after{right:10px;left:auto!important}.note-editor .note-toolbar .note-dropdown-menu.note-check a i,.note-popover .popover-content .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,.note-popover .popover-content .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-editor .note-toolbar .note-fontsize-10,.note-popover .popover-content .note-fontsize-10{font-size:10px}.note-editor .note-toolbar .note-color-palette,.note-popover .popover-content .note-color-palette{line-height:1}.note-editor .note-toolbar .note-color-palette div .note-color-btn,.note-popover .popover-content .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:0;border-radius:0}.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,.note-popover .popover-content .note-color-palette div .note-color-btn:hover{transform:scale(1.2);transition:all .2s}.note-modal .modal-dialog{outline:0;border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5)}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{min-height:100px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3;margin-bottom:10px}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:grey}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder,.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:none;border-bottom:none}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:none;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:none;border-right:none}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:none;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;color:#fff;background-color:#000;font-size:12px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{padding:3px;max-height:150px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap;text-decoration:none;background-color:#428bca;outline:0;cursor:pointer}.note-toolbar{background:hsla(0,0%,50.2%,.11)}.note-btn-group .note-btn{border-color:rgba(0,0,0,.2);padding:.28rem .65rem;font-size:13px}
@charset "UTF-8";
/* #ffffff; */
/* -------------------------------------------------------------- */
/* Default Colors
----------------------------------------------------------------- */
/*#2a41e8;*/
/*#2a41e8;*/
/* -------------------------------------------------------------- */
/* Typography
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Header Settings for Desktop Devices
----------------------------------------------------------------- */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #820002;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f0f2f5;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #820002;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #360001;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dcb8b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #be7a7b;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff0306;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 0, 2, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 0, 2, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #820002;
  border-color: #820002;
}
.btn-primary:hover {
  color: #fff;
  background-color: #5c0001;
  border-color: #4f0001;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #5c0001;
  border-color: #4f0001;
  box-shadow: 0 0 0 0.2rem rgba(149, 38, 40, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #820002;
  border-color: #820002;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4f0001;
  border-color: #420001;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 38, 40, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #820002;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #820002;
  background-color: #820002;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(130, 0, 2, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(130, 0, 2, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(130, 0, 2, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(130, 0, 2, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #ff0306;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 0, 2, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f0f2f5, 0 0 0 0.2rem rgba(130, 0, 2, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f0f2f5, 0 0 0 0.2rem rgba(130, 0, 2, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f0f2f5, 0 0 0 0.2rem rgba(130, 0, 2, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #820002;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ff3639;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #820002;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ff3639;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #820002;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ff3639;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #820002;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #820002;
  border-color: #820002;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #820002;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #4f0001;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 0, 2, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #440001;
  background-color: #e6cccc;
  border-color: #dcb8b8;
}
.alert-primary hr {
  border-top-color: #d4a7a7;
}
.alert-primary .alert-link {
  color: #110000;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #440001;
  background-color: #dcb8b8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #440001;
  background-color: #d4a7a7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #440001;
  border-color: #440001;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-in-out !important;
  transform: scale3d(0.9, 0.9, 0.9) !important;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: scale3d(1, 1, 1) !important;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #820002 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #360001 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 2px hsla(0deg, 0%, 0%, 0.075), 1px 2px 4px hsla(0deg, 0%, 0%, 0.075), 1px 3px 8px hsla(0deg, 0%, 0%, 0.075), 2px 4px 16px hsla(0deg, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

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

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

:root {
  --tagify-dd-color-primary: rgb(53,149,246);
  --tagify-dd-bg-color: white;
  --tagify-dd-item-pad: .3em .5em;
}

.tagify {
  --tags-disabled-bg: #F1F1F1;
  --tags-border-color: #DDD;
  --tags-hover-border-color: #CCC;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 3px;
  --tag-bg: #E5E5E5;
  --tag-hover: #D3E2E2;
  --tag-text-color: black;
  --tag-text-color--edit: black;
  --tag-pad: 0.3em 0.5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #D39494;
  --tag-invalid-bg: rgba(211, 148, 148, 0.5);
  --tag-remove-bg: rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color: black;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: #495057;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: rgba(0, 0, 0, 0.4);
  --placeholder-color-focus: rgba(0, 0, 0, 0.25);
  --loader-size: .8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: none;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}
@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color);
}
.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}
.tagify[readonly].tagify--select, .tagify[disabled].tagify--select {
  pointer-events: none;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select), .tagify[disabled]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input, .tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div, .tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before, .tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}
@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[readonly] .tagify__tag__removeBtn, .tagify[disabled] .tagify__tag__removeBtn {
  display: none;
}
.tagify--loading .tagify__input > br:last-child {
  display: none;
}
.tagify--loading .tagify__input::before {
  content: none;
}
.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #EEE #BBB #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}
.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}
.tagify + input,
.tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}
.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: none;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
}
.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}
.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}
.tagify__tag > div > *[contenteditable] {
  outline: none;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}
.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}
.tagify__tag:hover:not([readonly]) div::before, .tagify__tag:focus div::before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover);
}
.tagify__tag--loading {
  pointer-events: none;
}
.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}
.tagify__tag--loading::after {
  --loader-size: .4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #EEE #BBB #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}
.tagify__tag--flash div::before {
  animation: none;
}
.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}
.tagify__tag--hide > div > * {
  white-space: nowrap;
}
.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg: var(--tag-invalid-bg);
  transition: 0.2s;
}
.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}
.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}
@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}
.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}
.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}
.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}
.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}
.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}
.tagify__tag__removeBtn:hover {
  color: white;
  background: var(--tag-remove-btn-bg--hover);
}
.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}
.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}
.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}
.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}
.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
  /* Seems firefox newer versions don't need this any more
  @supports ( -moz-appearance:none ){
      &::before{
          line-height: inherit;
          position:relative;
      }
  }
  */
}
@-moz-document url-prefix() {}
.tagify__input:empty::before {
  position: static;
}
.tagify__input:focus {
  outline: none;
}
.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
  /* ALL MS BROWSERS: hide placeholder (on focus) otherwise the caret is placed after it, which is weird */
  /* IE Edge 12+ CSS styles go here */
}
@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}
@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre; /* allows spaces at the beginning */
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}
.tagify__input .tagify__tag {
  margin: 0 1px;
}
.tagify--mix {
  display: block;
}
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}
.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}
.tagify--mix .tagify__input::after {
  content: none;
}
.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}
.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}
.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}
.tagify--select .tagify__tag div {
  display: none;
}
.tagify--select .tagify__input {
  width: 100%;
}
.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}
.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}
.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s;
}
.tagify--invalid {
  --tags-border-color: #D39494;
}
.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}
.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}
.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}
.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}
.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}
.tagify__dropdown__header:empty {
  display: none;
}
.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}
.tagify__dropdown__footer:empty {
  display: none;
}
.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}
.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: none;
  max-height: 60px;
  max-width: 100%;
  /* custom hidden transition effect is needed for horizontal-layout suggestions */
}
.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: white;
}
.tagify__dropdown__item:active {
  filter: brightness(105%);
}
.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}
.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

.sr-only-dp, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old, .bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover, .bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

#loader {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
}

#loader.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader.hide {
  display: none;
}

.loader {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  transform: rotate(-45deg);
  font-size: 0;
  line-height: 0;
  animation: rotate-loader 5s infinite;
  padding: 10px;
  border: 1px solid #007bff;
}

.loader .loader-inner {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50%;
}

.loader .loading {
  position: absolute;
  background: #007bff;
}

.loader .one {
  width: 100%;
  bottom: 3px;
  border-radius: 5px;
  height: 0;
  animation: loading-one 1s infinite;
}

.loader .two {
  width: 0;
  height: 100%;
  left: 3px;
  border-radius: 5px;
  animation: loading-two 1s infinite;
  animation-delay: 0.25s;
}

.loader .three {
  width: 0;
  height: 100%;
  right: 3px;
  border-radius: 5px;
  animation: loading-two 1s infinite;
  animation-delay: 0.75s;
}

.loader .four {
  width: 100%;
  top: 3px;
  border-radius: 5px;
  height: 0;
  animation: loading-one 1s infinite;
  animation-delay: 0.5s;
}

@keyframes loading-one {
  0% {
    height: 0;
    opacity: 1;
  }
  12.5% {
    height: 100%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes loading-two {
  0% {
    width: 0;
    opacity: 1;
  }
  12.5% {
    width: 100%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes rotate-loader {
  0% {
    transform: rotate(-45deg);
  }
  20% {
    transform: rotate(-45deg);
  }
  25% {
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(-225deg);
  }
  70% {
    transform: rotate(-225deg);
  }
  75% {
    transform: rotate(-315deg);
  }
  95% {
    transform: rotate(-315deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/*
* Author: Vasterad
* URL: https://themeforest.net/user/vasterad/portfolio/
*/
/* -------------------------------------------------------------- */
/* 01. Layout Components
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input, input.form-control {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  font-size: 16px;
  color: #212529;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  /* MODIFIED VALUE. DEFAULT: border: none; */
  border: solid 1px #FAFAFA;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
input[type=text], input[type=password], input[type=email], input[type=number], input.form-control[type=text], input.form-control[type=password], input.form-control[type=email], input.form-control[type=number] {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  font-size: 16px;
  color: #212529;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  /* MODIFIED VALUE. DEFAULT: border: none; */
  border: solid 1px #FAFAFA;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
  /* Added */
}
input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=number]:disabled, input.form-control[type=text]:disabled, input.form-control[type=password]:disabled, input.form-control[type=email]:disabled, input.form-control[type=number]:disabled {
  background-color: #e9ecef;
}

textarea, textarea.form-control {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  font-size: 16px;
  color: #212529;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  /* MODIFIED VALUE. DEFAULT: border: none; */
  border: solid 1px #FAFAFA;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
  /* Added */
}
textarea:disabled, textarea.form-control:disabled {
  background-color: #e9ecef;
}

select, select.form-control {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  font-size: 16px;
  color: #212529;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  /* MODIFIED VALUE. DEFAULT: border: none; */
  border: solid 1px #FAFAFA;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  /* Added */
}
select:disabled, select.form-control:disabled {
  background-color: #e9ecef;
}

input, input.form-control {
  transition: all 0.1s ease-in-out;
}
input:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input.form-control:focus, input.form-control[type=text]:focus, input.form-control[type=password]:focus, input.form-control[type=email]:focus, input.form-control[type=number]:focus {
  color: #212529;
  transition: box-shadow 0.2s !important;
  /* ADDED LINE */
  transition: border 0.2s !important;
  opacity: 1;
  /* MODIFIED VALUE: DeEFAULT: border: none; */
  border: solid 1px #e53038;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

textarea:focus, textarea.form-control:focus {
  color: #212529;
  transition: box-shadow 0.2s !important;
  /* ADDED LINE */
  transition: border 0.2s !important;
  opacity: 1;
  /* MODIFIED VALUE. DEFAULT: border: none; */
  border: solid 1px #e53038;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

/* ADDED PART */
.form-text {
  margin-top: -12px;
  margin-bottom: 16px;
}

select:focus, select.form-control:focus {
  border: solid 1px #e53038;
  /* ADDED LINE */
  transition: border 0.2s !important;
  box-shadow: none;
}

/* == SELECT2 STYLES == */
.select2-container {
  margin-bottom: 16px;
}

.select2-selection__rendered {
  line-height: 45px !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
}

.select2-selection__arrow {
  height: 48px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
}

.select2-search--dropdown .select2-search__field {
  margin-bottom: 0px;
  padding: 0 15px;
}

/* END ADDED PART */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #212529 !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #212529 !important;
}
input.with-border, input[type=text].with-border, input[type=password].with-border, input[type=email].with-border, input[type=number].with-border {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

/* With Border */
textarea.with-border, select.with-border {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

input.with-border:focus, input[type=text].with-border:focus, input[type=password].with-border:focus, input[type=email].with-border:focus, input[type=number].with-border:focus {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

textarea.with-border:focus {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

input[type=submit] {
  border: none;
  padding: 11px 18px;
  width: auto;
}
input[type=checkbox] {
  display: inline;
}
input[type=radio] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  box-shadow: none;
}

/* Input Placeholder Color */
::-moz-placeholder {
  color: #212529;
  opacity: 1;
}
::placeholder {
  color: #212529;
  opacity: 1;
}

textarea {
  height: auto;
  line-height: 27px;
  padding: 20px;
  min-height: 130px;
  transition: none !important;
  min-width: 100%;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

label span, legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
}

fieldset {
  padding: 0;
  border: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}

a {
  color: #e53038;
  transition: 0.3s;
  outline: none !important;
}

button {
  outline: none !important;
}

a:focus, a:hover {
  text-decoration: none;
  color: #272635;
}

img {
  max-width: 100%;
}

/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
  display: block;
  position: relative;
}
.input-with-icon input {
  padding-right: 45px;
}
.input-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  color: #a0a0a0;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}
.input-with-icon i.currency {
  font-size: 14px;
}

/* Input with boxed icon */
.input-with-icon-left {
  position: relative;
}
.input-with-icon-left input {
  padding-left: 65px;
}
.input-with-icon-left i {
  position: absolute;
  top: 0;
  color: #a0a0a0;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: block;
  border-radius: 4px 0 0 4px;
}
.input-with-icon-left.no-border i {
  border: none;
}

/* ---------------------------------- */
/* Keywords Input
------------------------------------- */
.keywords-container {
  margin-bottom: -15px;
}

.keywords-list {
  display: block;
  float: left;
  height: 0;
}

.keyword {
  background-color: rgba(229, 48, 56, 0.07);
  color: #e53038;
  display: inline-block;
  float: left;
  padding: 0;
  border-radius: 4px;
  cursor: default;
  margin: 0 7px 7px 0;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  animation: KeywordIn 0.3s ease-in-out;
  animation-fill-mode: both;
  transition: 0.4s;
  overflow: hidden;
  max-width: 100%;
  font-size: 14.7px;
}
.keyword.keyword-removed {
  max-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  animation: KeywordOut 0.4s ease-in-out;
  animation-fill-mode: both;
  pointer-events: none;
}

@keyframes KeywordIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes KeywordOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: -35px;
  }
}
.keyword-text {
  padding-right: 12px;
}

.keyword .keyword-remove:before {
  display: inline-block;
  cursor: pointer;
  font-family: "Feather-Icons";
  content: "\ea02";
  line-height: 20px;
  position: relative;
  top: 2px;
  margin-right: 4px;
  margin-left: 10px;
  font-size: 15px;
}

.keyword-input-container {
  position: relative;
}
.keyword-input-container .keyword-input-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  padding: 0;
  color: #fff;
  background-color: #e53038;
  border-radius: 4px;
  margin: 6px;
  font-size: 19px;
  text-align: center;
  line-height: 36px;
}
.keyword-input-container .keyword-input-button i {
  color: #fff;
  position: relative;
  top: 2px;
}

input.keyword-input {
  margin: 0 0 15px 0;
}

/* ---------------------------------- */
/* Header
------------------------------------- */
#logo {
  display: inline-flex;
  height: inherit;
  align-items: center;
}

#header {
  position: relative;
  z-index: 999;
  padding: 0;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  height: 82px;
  background-color: #fff;
  border-bottom: 7px solid #e53038;
}
#header .container, #header .right-side, #header .left-side {
  height: 100%;
}

/* Full Width Header */
header.fullwidth .container {
  max-width: 100%;
  margin: 0;
  padding: 0 35px;
}

/* Boxed Styles*/
#header .container {
  position: relative;
}
#header .left-side {
  display: inline-block;
  position: relative;
  flex: 1;
}
#header .right-side {
  margin-left: auto;
  text-align: right;
  width: auto;
  display: inline-block;
  position: absolute;
  right: 25px;
  background-color: #fff;
  flex: 1;
}

/* Full Width Styles */
.full-width #header .left-side {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
}
.full-width #header .right-side {
  float: right;
  text-align: right;
  width: auto;
  display: inline-block;
  position: absolute;
  right: 25px;
  background-color: #fff;
}

/* Header Widget
------------------------------------- */
.header-widget {
  display: inline-block;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  padding: 0 30px;
  text-align: left;
  float: left;
}

.fullwidth .header-widget:last-of-type {
  padding-right: 5px;
  float: right;
  border-right: none;
}

.header-widget:last-of-type {
  padding-right: 0;
  margin-right: -5px;
}

.fullwidth .header-widget:last-of-type {
  padding-right: 5px;
  margin-right: 0;
}

/* Notification Avatar*/
.header-notifications-content .notification-avatar {
  height: 42px;
  width: 42px;
  max-width: 42px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

/* Sign In Button */
.header-widget .log-in-button {
  padding: 10px 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  color: #212529;
  display: block;
  margin: 0 -3px;
}
.header-widget .log-in-button i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 2px;
  margin-right: 4px;
  margin-left: -1px;
  color: #777;
  transition: 0.3s;
}
.header-widget .log-in-button:hover {
  color: #e53038;
}
.header-widget .log-in-button:hover i {
  color: #e53038;
}

.transparent-header .header-widget .log-in-button {
  color: #fff;
}
.transparent-header .header-widget .log-in-button i {
  color: #fff;
}

/* Sign In Button Media Queries */
@media (max-width: 768px) {
  .header-widget .log-in-button {
    background-color: #f0f0f0;
    border-radius: 4px;
    height: 46px;
    width: 46px;
    text-align: center;
  }
  .header-widget .log-in-button span {
    display: none;
  }
  .header-widget .log-in-button i {
    font-size: 20px;
    top: 3px;
    color: #555;
  }
  .header-widget .log-in-button i:hover {
    color: #555;
  }
  .transparent-header .header-widget .log-in-button {
    background-color: #fff;
    color: #272635;
  }
  .transparent-header .header-widget .log-in-button i {
    background-color: #fff;
    color: #272635;
  }
}
/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#header-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#wrapper.wrapper-with-transparent-header #header .right-side {
  background-color: transparent;
}

#header {
  transition: background 0.3s;
}

#wrapper {
  padding-top: 82px;
}

#wrapper.wrapper-with-transparent-header {
  padding-top: 0 !important;
}

@media (max-width: 1099px) {
  #wrapper {
    padding-top: 0 !important;
  }
  #header-container {
    position: relative;
  }
  #header-container.transparent-header {
    position: absolute;
  }
}
/* ---------------------------------- */
/* Transparent Header
------------------------------------- */
.transparent-header-spacer {
  height: 82px;
}

.transparent-header #header {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.transparent-header #header .right-side {
  background-color: transparent;
}
.transparent-header #logo {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-header #header .right-side .header-widget {
  border-color: rgba(255, 255, 255, 0.2);
}
.transparent-header #header .right-side .header-widget:first-of-type {
  border-right-color: transparent;
}
.transparent-header #header .right-side .header-widget:last-of-type {
  border-color: rgba(255, 255, 255, 0.2);
}

body .transparent-header #navigation > ul li a {
  color: #fff;
}

.transparent-header .header-notifications-trigger {
  color: #fff;
}
.transparent-header .header-notifications-trigger a {
  color: #fff;
}

body .transparent-header #navigation > ul ul li a {
  color: #aaa;
}

.transparent-header .header-notifications-dropdown:before {
  border-bottom-color: #fff;
}
.transparent-header .mmenu-trigger {
  background-color: #fff;
}
.transparent-header #navigation > ul li a:after {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: 0.3s;
}
.transparent-header #navigation > ul li:hover ul li:hover a:after, .transparent-header #navigation > ul li:hover a:after {
  color: #fff;
  background: #e53038;
}
.transparent-header #navigation > ul li a.current:after {
  color: #fff;
  background: #e53038;
}
.transparent-header #navigation > ul li:hover ul a:after {
  background-color: rgba(255, 255, 255, 0.1);
  color: #bbb;
}
.transparent-header #navigation > ul ul li a:after {
  background-color: rgba(255, 255, 255, 0.1);
  color: #bbb;
}

/* ---------------------------------- */
/* Header Notifications
------------------------------------- */
.header-notifications {
  height: 100%;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.header-notifications:last-child {
  margin-right: -15px;
}

.header-notifications-trigger {
  font-size: 22px;
  color: #272635;
  position: relative;
  top: 55%;
  transform: translate3d(0, -50%, 0);
}
.header-notifications-trigger a {
  font-size: 22px;
  color: #272635;
  position: relative;
  top: 55%;
  transform: translate3d(0, -50%, 0);
}
.header-notifications-trigger span {
  position: absolute;
  display: inline-block;
  top: -15px;
  margin-left: -10px;
  font-weight: 700;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #e53038;
  border-radius: 50%;
  position: relative;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-notifications-trigger {
    height: 40px;
  }
  .header-notifications-trigger a {
    height: 40px;
  }
  .header-notifications.user-menu {
    top: -8px;
  }
}
/* IE 11 Fixes - End */
/* Header User Menu Dropdown */
.header-notifications-dropdown {
  width: 360px;
  border-radius: 4px;
  /*  box-shadow: 0px 0 8px 0px rgba(0,0,0,0.10);*/
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 0;
  position: absolute;
  top: calc(100% - 10px);
  right: -15px;
  text-align: left;
  z-index: 100;
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}

.header-notifications.active .header-notifications-dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-notifications-dropdown:before {
  content: "";
  position: absolute;
  right: 43px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d7d7d7;
  /* Arrow with shadow */
  /*  top: 0;
    right: 33px;
      border: 5px solid black;
      border-color: transparent transparent #fff #fff;
      transform-origin: 0 0;
      transform: rotate(135deg);
      box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05);*/
}

/* Headline */
.header-notifications-headline {
  padding: 17px 25px;
  padding-top: 18px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.header-notifications-headline h4, .header-notifications-headline span {
  display: inline-block;
}

button.mark-as-read {
  float: right;
  position: relative;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 36px;
  top: -4px;
  right: -8px;
  color: #888;
  transition: 0.25s;
}
button.mark-as-read:hover {
  background-color: #f2f2f2;
  color: #888;
}

/* Content */
.header-notifications-content {
  display: block;
  width: 100%;
}

.header-notifications-scroll {
  display: block;
  overflow: hidden;
  height: auto;
}

.header-notifications-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-notifications-content ul li {
  border-bottom: 1px solid #e6e6e6;
  transition: 0.25s;
}
.header-notifications-content ul li:hover {
  background-color: #fafafa;
}
.header-notifications-content ul li:hover .notification-icon {
  background-color: #eee;
}
.header-notifications-content ul li:last-child {
  border-bottom: none;
}
.header-notifications-content ul li a {
  color: #212529;
  position: relative;
  padding: 22px 25px;
  display: block;
}
.header-notifications-content p {
  margin: 0;
  padding: 0;
}
.header-notifications-content ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-notifications-content .notification-icon, .header-notifications-content .notification-text {
  flex: 1;
}
.header-notifications-content .notification-icon i {
  position: relative;
}

/* Notification Icon */
.notification-icon, .header-notifications-content .notification-icon {
  font-size: 24px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  line-height: 42px;
  text-align: center;
  color: #a0a0a0;
  transition: 0.25s;
  position: relative;
}

/* Adjustments for some icons :( */
.notification-icon .icon-material-outline-autorenew {
  font-size: 22px;
}
.notification-icon .icon-material-outline-gavel {
  font-size: 19px;
  top: -2px;
  left: 1px;
}

/* Notification Avatar*/
.header-notifications-content .notification-avatar {
  height: 42px;
  width: 42px;
  max-width: 42px;
  display: inline-block;
  border-radius: 50%;
  overflow: visible;
  align-self: flex-start;
}
.header-notifications-content .notification-avatar img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 50%;
}

/* Notification Texts */
.notification-text {
  padding-left: 20px;
  padding-right: 5px;
  display: inline-block;
  line-height: 23px;
  font-size: 14.7px;
}

.header-notifications-content .notification-text {
  padding-left: 20px;
  padding-right: 5px;
  display: inline-block;
  line-height: 23px;
  font-size: 14.7px;
}
.header-notifications-content .notification-msg-text {
  display: inline-block;
  line-height: 23px;
  font-size: 14.7px;
  margin: 4px 0;
}

.notification-text strong, .header-notifications-content .notification-text strong {
  font-weight: 600;
  color: #272635;
}

.notification-text span.color, .header-notifications-content .notification-text span.color {
  color: #e53038;
  display: inline-block;
}

.notification-text span.color {
  display: block;
}

/* Button */
a.header-notifications-button {
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  color: #fff;
  font-size: 14.7px;
  padding: 12px 16px;
  background-color: #e53038;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s;
}
a.header-notifications-button i {
  font-size: 22px;
  line-height: 0;
  top: 4px;
  position: relative;
  max-width: 0;
  display: inline-block;
  margin-left: 7px;
}

/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
  padding: 0;
}

.header-notifications.user-menu {
  margin: 0 -5px;
}

.user-menu .header-notifications-trigger {
  top: 50%;
}
.user-menu .header-notifications-trigger a {
  top: 50%;
}
.user-menu .header-notifications-dropdown {
  top: calc(100% - 8px);
  width: 290px;
  right: -10px;
}
.user-menu .header-notifications-dropdown:before {
  right: 23px;
}

/* User Status Dot */
.notification-avatar {
  position: relative;
}

.status-icon, .notification-avatar:after, .user-avatar:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #c0c0c0;
  bottom: 0;
  right: 0;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.notification-avatar:after {
  width: 11px;
  height: 11px;
}

/* Online */
.status-icon.status-online, .status-online:after {
  background-color: #38b653;
}

/* Offline */
.status-icon.status-offline, .status-offline:after {
  background-color: #c0c0c0;
}

/* Avatar */
.user-avatar {
  display: inline-block;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: relative;
}
.user-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

/* User Menu Small Nav */
ul.user-menu-small-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px 25px;
}
ul.user-menu-small-nav li {
  margin: 0;
  padding: 0;
}
ul.user-menu-small-nav li a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #212529;
  transition: 0.3s;
}
ul.user-menu-small-nav li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 2px;
  color: #212529;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
ul.user-menu-small-nav li a:hover {
  color: #e53038;
}
ul.user-menu-small-nav li a:hover i {
  color: #e53038;
}

/* User Status Section*/
.user-status {
  padding: 25px;
  border-bottom: 1px solid #e6e6e6;
}

/* User Menu - Details */
.user-details {
  display: flex;
}

.user-name {
  font-weight: 500;
  color: #272635;
  line-height: 20px;
  padding: 2px 0 0 15px;
}

.user-details span {
  display: block;
  font-size: 14.7px;
  color: #888;
  font-weight: 500;
}

/* User Status Switch */
.status-switch {
  background-color: #eee;
  width: 100%;
  display: block;
  border-radius: 4px;
  height: 36px;
  padding: 0;
  position: relative;
  zoom: 1;
  margin-top: 20px;
}
.status-switch:before, .status-switch:after {
  content: " ";
  display: table;
}
.status-switch label {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  line-height: 36px;
  cursor: pointer;
  color: #888;
  font-size: 14.7px;
  text-align: center;
  transition: 0.3s;
  margin: 0;
}
.status-switch span.status-indicator {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 4px 0 0 4px;
  background-color: #38b653;
  box-shadow: 0 0 5px 1px rgba(56, 182, 83, 0.3);
  transition: all 0.4s cubic-bezier(0.3, -0.41, 0.19, 1.3), background-color 0.2s linear;
}
.status-switch span.right {
  left: 50%;
  border-radius: 0 4px 4px 0;
  background-color: #333;
  box-shadow: none;
  color: #fff;
}
.status-switch label.current-status {
  color: #fff;
}

/* ---------------------------------- */
/* Navigation
------------------------------------- */
#navigation {
  display: inline-flex;
  align-items: center;
}
#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#navigation ul a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
#navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#navigation ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 9px;
  padding: 0;
  z-index: 99999;
}
#navigation ul ul {
  margin: 0;
}
#navigation ul ul li {
  float: none;
}
#navigation ul ul ul {
  top: 0;
  left: 100%;
  margin: 0 0 0 15px;
  pointer-events: none;
}
#navigation ul ul li:hover > ul {
  pointer-events: all;
}
#navigation ul ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 10px;
}
#navigation ul ul ul:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: -15px;
  top: 0;
  opacity: 0;
}
#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#navigation ul li a:after {
  font-family: "Material-Icons";
  content: "\e914";
  opacity: 1;
  font-size: 16px;
  transition: 0.2s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  background-color: #f0f0f0;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-left: 7px;
  text-indent: 0;
  top: 1px;
  position: relative;
}
#navigation ul ul li a:after {
  font-family: "Material-Icons";
  content: "\e914";
  opacity: 1;
  font-size: 16px;
  transition: 0.2s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  background-color: #f0f0f0;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-left: 7px;
  text-indent: 0;
  top: 1px;
  position: relative;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, #navigation ul ul.dropdown-nav li:hover a:after {
  color: #e53038;
  background: rgba(229, 48, 56, 0.13);
  opacity: 0.8;
}
#navigation ul li:hover a:after {
  color: #e53038;
  background: rgba(229, 48, 56, 0.13);
  opacity: 0.8;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li a:after {
  background-color: #f0f0f0;
  color: #a8a8a8;
  opacity: 1;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after {
  color: #fff !important;
  background-color: #e53038;
  opacity: 1;
}
#navigation ul ul.dropdown-nav li:hover a:after {
  color: #fff !important;
  background-color: #e53038;
  opacity: 1;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li a:after, #navigation ul ul.dropdown-nav li a:after {
  content: "\e917";
  position: absolute;
  left: auto;
  right: 20px;
  top: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #bbb;
  opacity: 1;
}
#navigation ul li a.current {
  color: #e53038;
}
#navigation ul li a.current:after {
  color: #e53038;
  background: rgba(229, 48, 56, 0.13);
  opacity: 0.8;
}
#navigation ul li a:only-child:after {
  content: "";
  display: none;
}
#navigation ul ul li a:only-child:after {
  content: "";
  display: none;
}
#navigation ul ul li:hover a:after {
  opacity: 1;
  transform: translateX(0);
}
#navigation ul li {
  transition: all 0.25s;
  margin: 0 5px;
  border-radius: 4px;
}
#navigation ul li a {
  color: #212529;
  cursor: pointer;
}
#navigation ul ul li a {
  color: #212529;
  cursor: pointer;
}
#navigation ul a {
  line-height: 23px;
  padding: 7px 9px;
  border-right: 4px;
}
#navigation ul li:hover a {
  color: #e53038;
}
#navigation ul ul {
  background-color: #303030;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
#navigation ul ul li {
  border-radius: 4px;
}
#navigation ul ul li:last-child {
  border-bottom: none;
}
#navigation ul li:hover ul a, #navigation ul ul a {
  padding: 4px 40px 4px 15px !important;
  line-height: 22px !important;
}
#navigation ul li:hover ul a:only-child, #navigation ul a:only-child:not(.singlemenu) {
  padding: 4px 15px 4px 15px !important;
}
#navigation ul ul:after {
  content: "";
  position: absolute;
  left: 25px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #303030;
}

/* Dropdown Styles
------------------------------------- */
body #navigation ul ul {
  padding: 14px 0;
  box-sizing: border-box;
  margin-top: 12px;
}
body #navigation ul ul ul {
  margin-top: 0;
}

#navigation ul ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  transform: translate3d(0, 15px, 0);
}
#navigation ul ul:before {
  content: ".";
  position: absolute;
  width: 100%;
  height: 12px;
  top: -12px;
  opacity: 0;
  opacity: 0;
}
#navigation ul ul ul:before {
  width: calc(100% + 15px);
  left: -15px;
}
#navigation ul ul li {
  width: 208px;
}
#navigation ul ul li:hover {
  border-radius: 0;
}
#navigation ul ul li:first-child {
  border-radius: 4px 4px 0 0;
}
#navigation ul ul li:last-child {
  border-radius: 0 0 4px 4px;
}
#navigation ul ul ul {
  transform: translate3d(15px, 0, 0);
}
#navigation ul li ul {
  z-index: 10;
}
#navigation ul li:hover ul {
  z-index: 20;
}
#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#navigation ul ul li {
  margin: 0;
  padding: 0 6px;
  border-radius: 0;
  font-size: 15.7px;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li a, #navigation ul ul.dropdown-nav ul.dropdown-nav li a {
  transition: 0.3s;
  color: #aaa;
}
#navigation ul ul.dropdown-nav li a {
  transition: 0.3s;
  color: #aaa;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li:hover a, #navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a {
  color: #fff;
}
#navigation ul ul.dropdown-nav li:hover a {
  color: #fff;
}

/* ---------------------------------- */
/* Mega Menu
------------------------------------- */
.mega-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-size: 15px;
  display: flex;
  top: 100%;
  left: 0;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: -10px;
  background-color: #303030;
  width: 200px;
  z-index: 99;
  transform: translate3d(-42%, 36px, 0);
}
.mega-menu:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  opacity: 0;
}

#navigation ul li .mega-menu ul {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  display: inline-block;
  flex: 1;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  top: auto;
  left: auto;
  background-color: transparent;
}
#navigation ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-42%, 23px, 0);
}
#navigation ul li:hover .mega-menu ul {
  opacity: 1;
  visibility: visible;
}
#navigation .mega-menu ul {
  width: 100%;
}
#navigation .mega-menu ul li {
  width: 100%;
}

.mega-menu.two-columns {
  width: 429px;
}
.mega-menu.three-columns {
  width: 643px;
}
.mega-menu.four-columns {
  width: 857px;
}

#navigation ul .mega-menu ul a {
  color: #bbb !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  margin-left: 0;
  -wekkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navigation ul .mega-menu ul a:hover {
  color: #fff !important;
}
#navigation ul li:hover .mega-menu ul a, #navigation ul .mega-menu ul a {
  padding: 4px 0 !important;
  line-height: 22px !important;
  transform: translate3d(0, 0, 0) !important;
}
#navigation .mega-menu ul li {
  padding: 0 26px;
}
#navigation .mega-menu:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #303030;
}
#navigation ul li a i {
  font-size: 14px;
  position: relative;
  top: 0;
  padding-right: 5px;
}

.mega-menu-section {
  display: inline-block;
  float: left;
  width: 214px;
  padding: 0;
  border-right: 1px solid #444;
}

.mega-menu .mega-menu-section:last-child {
  border: none;
}

#navigation ul .mega-menu ul ul:after {
  display: none;
}

.mega-menu-headline {
  color: #fff;
  opacity: 1 !important;
  font-weight: 600;
  display: block;
  padding: 8px 30px !important;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 21px;
}

/* Some mega menu styles for mobile nav */
.mobile-styles .mm-listview {
  margin: 0px -20px !important;
}
.mobile-styles .mm-listview .mega-menu-headline {
  color: #fff;
  padding: 15px 20px !important;
  background: #222 !important;
}
.mobile-styles .mm-listview li a i {
  padding-right: 5px;
}
.mobile-styles.mm-panel:before {
  height: 10px !important;
}

/* Flickering Fix */
#navigation ul li .mega-menu ul, #navigation ul li ul {
  z-index: 100;
}
#navigation ul li:hover .mega-menu, #navigation ul li:hover ul {
  z-index: 200;
}

/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
  transform-origin: top left;
}
.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-noanimation {
  transition: none !important;
}
.mm-panel.mm-noanimation.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel {
  display: block;
}

li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after, .mm-clear:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 30px;
  height: 50px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a {
  text-decoration: none;
}
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  background-color: #262626;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview a {
  text-decoration: none;
}
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
  border-color: inherit;
  border-bottom: 1px solid #404040;
}
.mm-listview > li .mm-next {
  border-color: inherit;
}
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 14px 10px 14px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child {
  margin-top: -10px;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}

.mm-menu {
  background: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu .mm-listview {
  border-color: #2a2a2a;
}
.mm-menu .mm-listview > li {
  transition: 0.2s;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu .mm-listview > li:hover {
  background: rgba(255, 255, 255, 0.03);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  background-color: rgba(0, 0, 0, 0.3);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 21px;
  font-size: 10px;
  font-weight: 600;
  background-color: #e53038;
}

/* Trigger Styles */
.mmenu-trigger {
  height: 46px;
  width: 46px;
  display: none;
  position: relative;
  margin: 0;
  background-color: #eee;
  border-radius: 4px;
  cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
  padding: 0;
  top: 16px;
  left: 12px;
  transform: scale(0.67);
  -moz-transform: scale(0.7) translateY(4px);
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 33px;
  height: 4px;
  background-color: #555;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  width: 33px;
  height: 4px;
  background-color: #555;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/* Animation */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mmenu-trigger {
  display: none;
}

/* Media Queries Menu */
@media (max-width: 1099px) {
  /* Header Responsive Styles */
  #responsive {
    display: none;
  }
  .mmenu-trigger {
    display: inline-block !important;
  }
  #header {
    height: 76px;
  }
  #logo {
    border: none;
  }
  #logo img {
    border: none;
    height: auto;
  }
  header.fullwidth .container {
    padding: 0 20px;
  }
  .header-widget {
    float: left;
  }
  .fullwidth .header-widget:last-of-type, .header-widget:last-of-type {
    padding-right: 25px;
    float: left;
  }
  #header .right-side {
    position: absolute;
    width: auto;
    background-color: #fff;
    text-align: left;
  }
  .mmenu-trigger {
    margin: 0 -5px 0 23px;
    top: 15px;
    float: right;
  }
  #header .right-side .header-widget {
    border-right: 1px solid #e0e0e0;
    margin-right: -1px;
  }
  .header-widget {
    padding: 0 25px;
  }
  .header-notifications:first-child {
    margin-right: -5px;
  }
  #header-container.cloned {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-notifications {
    position: initial;
  }
  .header-notifications-dropdown:before {
    display: none;
  }
  .user-menu .header-notifications-dropdown, .header-notifications-dropdown {
    width: calc(100vw - 45px);
    right: -10px;
    top: calc(100% + 15px);
  }
}
@media (max-width: 480px) {
  .hide-on-mobile {
    display: none;
  }
}
/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar {
  background-color: #f8f8f8;
  position: relative;
  padding: 70px 0;
  margin-bottom: 65px;
}
#titlebar.gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0));
  padding-bottom: 0;
}
#titlebar.white {
  background: #fff;
  padding-bottom: 0;
}
#titlebar.transparent {
  background: transparent;
}
#titlebar span {
  font-size: 20px;
  color: #888;
  margin-bottom: 3px;
  margin-top: 3px;
  display: block;
}
#titlebar span a {
  font-size: 20px;
  color: #888;
  margin-bottom: 3px;
  margin-top: 3px;
  display: block;
}
#titlebar #breadcrumbs span {
  font-size: 14px;
}
#titlebar h1, #titlebar h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 1px 0 3px 0;
}

/* Breadcrumbs */
#breadcrumbs {
  position: absolute;
  right: 15px;
  display: inline-block;
  font-size: 14.7px;
  top: 50%;
  transform: translateY(-51%);
  border-radius: 4px;
  font-weight: 600;
  color: #272635;
  background-color: #f0f0f0;
}
#breadcrumbs ul {
  margin: 0;
  padding: 12px 22px;
  line-height: 23px;
}
#breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 7px;
}
#breadcrumbs ul li a {
  transition: all 0.2s ease-in-out;
  color: #212529;
  font-weight: 500;
}
#breadcrumbs ul li a:hover {
  color: #e53038;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child:before {
  display: none;
}
#breadcrumbs ul li:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #aaa;
  font-size: 14px;
  margin-right: 12px;
}
#breadcrumbs ul li.home-icon a {
  opacity: 1;
  font-size: 24px;
  top: 4px;
  position: relative;
  line-height: 0;
  padding: 0;
  display: inline-block;
}
#breadcrumbs ul li.home-icon i {
  line-height: 0;
}
#breadcrumbs.dark {
  color: rgb(255, 255, 255);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background-color: #333;
}
#breadcrumbs.dark ul li a {
  color: rgb(255, 255, 255);
}
#breadcrumbs.dark ul li a:hover {
  color: rgb(255, 255, 255);
}
#breadcrumbs.dark ul li:before {
  border-left: 4px solid rgba(255, 255, 255, 0.3);
}
#breadcrumbs.white {
  color: #272635;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#breadcrumbs.white ul li a {
  color: #212529;
}
#breadcrumbs.white ul li a:hover {
  color: #e53038;
}
#breadcrumbs.white ul li:before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}

/* Adjustments for "Single Page Header" */
.single-page-header {
  margin-bottom: 65px;
  padding: 60px 0;
  position: relative;
}
.single-page-header #breadcrumbs {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  margin-left: auto;
}
.single-page-header .container {
  z-index: 100;
  position: relative;
}
.single-page-header:after, .single-page-header:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 15;
  background: linear-gradient(to right, rgb(247, 247, 247) 50%, rgba(247, 247, 247, 0.8) 70%, rgba(247, 247, 247, 0.8) 90%);
}
.single-page-header:after {
  z-index: 5;
  background-color: #f7f7f7;
}
.single-page-header .background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  left: 50%;
  z-index: 10;
}
.single-page-header .single-page-header-inner {
  display: flex;
}
.single-page-header .left-side, .single-page-header .right-side {
  flex: 1;
  display: flex;
  align-items: center;
}
.single-page-header .left-side {
  padding-right: 30px;
}
.single-page-header .right-side {
  max-width: 35%;
}
.single-page-header .header-image {
  height: 140px;
  flex: 0 0 140px;
  margin-right: 35px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0 20px;
}
.single-page-header .header-image a {
  display: flex;
  height: 100%;
}
.single-page-header.freelancer-header .header-image {
  background: #fff;
  border-radius: 50%;
  box-shadow: none;
  display: flex;
  padding: 0;
  overflow: hidden;
  height: 130px;
  flex: 0 0 130px;
  width: 130px;
}
.single-page-header .header-image img {
  align-self: center;
  transform: translate3d(0, 0, 0);
}
.single-page-header .header-details {
  flex: 1;
}
.single-page-header .header-details h3 {
  color: #272635;
  font-size: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  margin-top: 3px;
  line-height: 36px;
  position: relative;
  padding-right: 0;
  display: inline-block;
}
.single-page-header .header-details h3 span {
  color: #808080;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-top: -3px;
}
.single-page-header .header-details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  font-size: 16px;
  font-weight: 600;
  color: #272635;
}
.single-page-header .header-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  margin-bottom: -7px;
}
.single-page-header .header-details li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
}
.single-page-header .header-details li:last-child {
  margin-right: 0;
}
.single-page-header .header-details li a {
  color: #212529;
}
.single-page-header .header-details li a:hover {
  color: #e53038;
}
.single-page-header .header-details li i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.single-page-header .header-details li .verified-badge {
  transform: scale(0.85);
  position: relative;
  top: 2px;
}
.single-page-header .header-details li .verified-txt {
  color: #299840;
}
.single-page-header .header-details li .star-rating {
  position: relative;
  top: 6px;
}
.single-page-header .header-details ul li img.flag {
  height: 16px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  cursor: default;
}
.single-page-header .salary-box {
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: inline-block;
  padding: 20px 25px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .single-page-header #breadcrumbs {
    margin: 30px 0 20px 0;
  }
}
/* ---------------------------------- */
/* Single Page Header
------------------------------------- */
@media (min-width: 1365px) {
  .single-page-header .right-side {
    max-width: 30%;
  }
}
/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .single-page-header .header-image {
    max-width: 140px;
  }
}
/* IE 11 FIX */
@media all and (-ms-high-contrast: none) {
  .single-page-header .header-image img {
    width: 100%;
  }
}
/* Salary Box */
.salary-box .salary-type {
  color: #888;
  line-height: 20px;
  margin: 3px 0 8px 0;
}
.salary-box .salary-amount {
  color: #272635;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

/* Media Queries for Single Page Header */
@media (max-width: 1366px) {
  .single-page-header.freelancer-header .header-image {
    height: 130px;
    flex: 0 0 130px;
    width: 130px;
  }
}
@media (max-width: 1240px) {
  .single-page-header {
    padding: 55px 0;
  }
  .single-page-header .header-details h3 {
    font-size: 26px;
  }
  .salary-box .salary-amount {
    font-size: 26px;
    line-height: 32px;
  }
  .single-page-header .header-image {
    height: 120px;
    flex: 0 0 120px;
  }
  .single-page-header.freelancer-header .header-image {
    height: 120px;
    flex: 0 0 120px;
    width: 120px;
  }
}
@media (max-width: 992px) {
  .single-page-header {
    padding: 35px 0;
  }
  .single-page-header .single-page-header-inner {
    display: flex;
    flex-direction: column;
  }
  .single-page-header .left-side {
    padding-right: 0;
  }
  .single-page-header .header-details h3 {
    font-size: 24px;
  }
  .single-page-header .salary-amount {
    font-size: 22px;
    line-height: 24px;
  }
  .single-page-header .salary-box {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow: none;
  }
  .salary-box .salary-type {
    font-weight: 600;
    color: #272635;
  }
  .single-page-header .left-side, .single-page-header .right-side {
    display: block;
    max-width: 100%;
  }
  .single-page-header-inner {
    display: block;
    max-width: 100%;
  }
  .single-page-header .header-image {
    height: 70px;
    width: auto;
    padding: 15px 20px;
    margin: 15px 0;
    display: inline-block;
  }
  .single-page-header .header-image img {
    height: 100%;
  }
  .single-page-header .header-details h5 {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
  }
  .single-page-header.freelancer-header .header-image {
    height: 70px;
    flex: 0 0 70px;
    width: 70px;
    margin-bottom: -70px;
  }
  .single-page-header.freelancer-header .header-details h3 {
    margin-left: 90px;
  }
}
@media (max-width: 768px) {
  .single-page-header:after, .single-page-header:before {
    background: #f7f7f7;
  }
  .single-page-header.freelancer-header .header-image {
    height: 70px;
    flex: 0 0 70px;
    width: 70px;
    margin-bottom: -70px;
  }
  .single-page-header.freelancer-header .header-details h3 {
    margin-left: 90px;
  }
}
/* ---------------------------------- */
/* Blog
------------------------------------- */
.blog-post {
  display: flex;
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
}
.blog-post:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.blog-post-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 260px;
}

.blog-post-thumbnail-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.blog-post-thumbnail-inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-post-thumbnail-inner .blog-item-tag {
  bottom: 20px;
  left: 20px;
  top: auto;
  margin: 0;
}

.blog-post-content {
  flex: 1;
  padding: 35px;
}
.blog-post-content h3 {
  font-size: 22px;
  line-height: 33px;
  color: #272635;
  margin-bottom: 15px;
  display: block;
}
.blog-post-content h3 a {
  font-size: 22px;
  line-height: 33px;
  color: #272635;
  margin-bottom: 15px;
  display: block;
}
.blog-post-content h3 a:hover {
  color: #e53038;
}

a.blog-post-info, .blog-post-info, .blog-post-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 10px;
  margin-right: 3px;
  transition: 0.3s;
}

a.blog-post-info:hover {
  color: #fff;
  background-color: #e53038;
}

.blog-post-content p {
  padding: 0;
  margin: 0;
  display: block;
  color: #808080;
}
.blog-post-content a.button i.icon-feather-arrow-right {
  font-size: 20px;
  top: 4px;
  left: -1px;
  position: relative;
  margin: 0 -5px;
}

.blog-post-info-list {
  display: block;
}

blockquote {
  padding: 10px 20px;
  margin: 0 20px;
  font-size: 17px;
  line-height: 30px;
  color: #888;
  border-left: 5px solid #eee;
}

/* Single Post Styles */
.blog-post.single-post {
  flex-direction: column;
}
.blog-post.single-post:hover {
  transform: none;
}
.blog-post.single-post .blog-post-thumbnail {
  width: 100%;
  height: 380px;
}
.blog-post.single-post p {
  margin-bottom: 20px;
}

/* Post Navigation */
#posts-nav {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  display: inline-block;
  min-height: 60px;
}
#posts-nav li {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  width: 50%;
}
#posts-nav li span {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 10px;
  margin-right: 3px;
  transition: 0.3s;
}
#posts-nav li a:hover span {
  background-color: #e53038;
  color: #fff;
}
#posts-nav li strong {
  display: block;
  font-weight: 500;
}
#posts-nav li a {
  transition: transform 0.3s, color 0.3s 0s;
  color: #272635;
  display: inline-block;
  line-height: 28px;
}
#posts-nav li a:hover {
  color: #e53038;
}
#posts-nav li.next-post {
  right: 0;
  text-align: right;
}
#posts-nav li.prev-post {
  left: 0;
}
#posts-nav li.next-post a {
  padding-right: 50px;
}
#posts-nav li.prev-post a {
  padding-left: 50px;
}
#posts-nav li.prev-post a:before {
  font-family: "Feather-Icons";
  font-size: 30px;
  position: absolute;
  color: inherit;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.3s;
}
#posts-nav li.next-post a:before {
  font-family: "Feather-Icons";
  font-size: 30px;
  position: absolute;
  color: inherit;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.3s;
  right: 0;
  content: "\e930";
}
#posts-nav li.prev-post a:before {
  left: 0;
  content: "\e92f";
}
#posts-nav li.next-post a:hover:before {
  transform: translate3d(5px, -50%, 0);
}
#posts-nav li.prev-post a:hover:before {
  transform: translate3d(-5px, -50%, 0);
}

/* Comments */
.comments {
  margin: -10px 0 0 0;
}
.comments h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #272635;
}
.comments h4 span {
  display: inline-block;
  font-size: inherit;
}

.comment {
  font-size: 20px;
}

.comments .button {
  margin: 0 0 10px 0;
  padding: 7px 15px;
}
.comments.reviews .button {
  margin: 0;
}
.comments ul {
  padding-left: 0;
}
.comments ul li {
  display: block;
  margin: 50px 0 0 0px;
}
.comments ul li ul {
  margin: 0 0 0 100px;
}
.comments ul li ul li {
  margin: 50px 0 0 0px;
}
.comments ul li ul li ul li {
  margin: 50px 0 0 0px;
}

.comment-content {
  color: #212529;
  padding: 0 0 0 100px;
}
.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
}

.comments ul li {
  position: relative;
}
.comments ul li ul {
  border-left: 1px solid #e0e0e0;
  padding-left: 35px;
}
.comments ul li ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -35px;
}

.comment-content strong {
  padding-right: 5px;
  color: #212529;
}
.comment-content span {
  color: #888;
}

body .comment-content p {
  padding: 5px 0;
}

.comments-amount {
  color: #888;
  font-weight: 500;
}

.avatar {
  display: inline-block;
  float: left;
  padding: 0 17px 0 0;
  position: absolute;
  left: 0px;
  top: -5px;
}
.avatar img {
  max-width: 70px;
  border-radius: 50%;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  font-weight: 500;
  color: #272635;
}
.comment-by h5 {
  margin: 0 0 7px 0;
}
.comment-by a.reply {
  transition: all 0.3s;
  display: inline;
  background-color: #f0f0f0;
  padding: 5px 16px;
  line-height: 22px;
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 4px;
}
.comment-by a.reply i {
  font-size: 12px;
  margin-right: 1px;
}
.comment-by a.reply:hover {
  background-color: #e53038;
  color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.comment-by span.date {
  color: #888;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: left;
}

@media (max-width: 768px) {
  /* Media Queries for Comments */
  .comments ul li ul {
    margin: 0;
  }
  .avatar {
    top: 3px;
  }
  .comment-content {
    color: #212529;
    padding: 0 0 0 70px;
  }
  .avatar img {
    max-width: 50px;
    border-radius: 50%;
    top: 5px;
  }
  .comment-by a.reply {
    position: relative;
    margin: 10px 0 0 0;
    top: 0;
    display: inline-block;
  }
  /* Media Queries for Blog Post */
  .blog-post {
    flex-direction: column;
  }
  .blog-post-thumbnail {
    width: 100%;
    height: 220px;
  }
  #posts-nav li {
    position: relative;
    width: 100%;
  }
  #posts-nav li a {
    padding: 0 !important;
  }
  #posts-nav li a::before {
    display: none;
  }
  #posts-nav li.next-post {
    text-align: left;
    margin-bottom: 30px;
  }
}
/* Blog Widget Tabs */
.widget-tabs {
  padding: 0;
  list-style: none;
  margin-top: 25px;
  display: block;
}

.widget-content {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  opacity: 1;
  transition: 0.35s ease-in-out;
}
.widget-content img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 1;
  transition: 0.35s;
  border-radius: 5.5px;
}

.widget-text {
  display: block;
  padding: 0;
  position: relative;
  z-index: 20;
  padding: 30px;
}
.widget-text h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 3px 0;
  color: #272635;
  transition: 0.35s;
}
.widget-text span {
  font-size: 14px;
  color: #888;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 10px;
  margin-top: 3px;
  transition: 0.35s;
}

.widget-tabs .widget-content {
  display: table;
}
.widget-tabs .widget-content .widget-text {
  display: table-cell;
  vertical-align: middle;
}
.widget-tabs li {
  margin-top: 20px;
}

.widget-content:hover:before, .widget-content.active:before {
  opacity: 0.6;
  background: #333;
}
.widget-content:hover img, .widget-content.active img {
  opacity: 1;
}
.widget-content:hover h5, .widget-content.active h5 {
  color: #fff;
}
.widget-content:hover span, .widget-content.active span {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* Blog Compact Item
------------------------------------- */
.blog-compact-item-container {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s;
  margin-bottom: 30px;
}
.blog-compact-item-container:hover {
  transform: translateY(-10px);
}

.blog-compact-item {
  background: #ccc;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 460px;
  z-index: 100;
  cursor: pointer;
  transition: 0.4s;
}
.blog-compact-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.blog-compact-item:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-radius: 4px;
  background: linear-gradient(to top, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.7) 35%, rgba(51, 51, 51, 0.3) 60%, rgba(51, 51, 51, 0.3) 100%);
  transition: 0.4s;
}

@media (max-width: 1366px) {
  .blog-compact-item {
    height: 420px;
  }
}
.blog-compact-item-content {
  position: absolute;
  bottom: 32px;
  left: 0;
  padding: 0 34px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.blog-compact-item-content h3 {
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
  font-weight: 500;
  margin: 2px 0 0 0;
  line-height: 30px;
}
.blog-compact-item-content span {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.blog-compact-item-content p {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  margin: 7px 0 0 0;
}

span.blog-item-tag {
  font-size: 14px;
  font-weight: 600;
  color: #272635;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
  transition: 0.4s;
}

.blog-post-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}
.blog-post-tags li {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-tags li i {
  margin-right: 3px;
  font-weight: normal;
  display: inline-block;
}

/* ---------------------------------- */
/* Contact Page
------------------------------------- */
.contact-location-info {
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.contact-location-info .contact-address {
  flex: 1;
}
.contact-location-info #single-job-map-container {
  flex: 1;
}
.contact-location-info #single-job-map-container #singleListingMap {
  border-radius: 0 4px 4px 0;
}
.contact-location-info .contact-address {
  border: 1px solid #e0e0e0;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  display: flex;
}
.contact-location-info .contact-address > ul {
  align-self: center;
  padding: 40px;
  margin: 0;
  list-style: none;
  font-size: 18px;
  color: #808080;
}
.contact-location-info .contact-address ul li {
  padding: 2px 0;
}
.contact-location-info .freelancer-socials {
  margin-top: 10px;
  margin-left: -8px;
  transform: scale(0.9);
}

.contact-address-headline {
  color: #272635;
  font-weight: 600;
}
.contact-address-headline:after {
  content: "";
  height: 2px;
  width: 25px;
  background-color: #e53038;
  position: relative;
  display: block;
  margin: 15px 0;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .contact-location-info {
    flex-direction: column;
  }
  .contact-location-info .contact-address {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
  }
  .contact-location-info #single-job-map-container #singleListingMap {
    border-radius: 0 0 4px 4px;
  }
}
#contact div input {
  margin-bottom: 22px;
}

/* ---------------------------------- */
/* Sidebar Styles
------------------------------------- */
.sidebar-container {
  margin-bottom: 40px;
}

.full-page-container .sidebar-container {
  margin-bottom: 0px;
}

.sidebar-widget {
  margin-bottom: 50px;
  display: block;
}
.sidebar-widget input {
  margin-bottom: 0;
}
.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Single Freelancer Profile
------------------------------------- */
/* Freelancer Socials*/
.freelancer-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  margin: 0 0 -5px -8px;
}
.freelancer-socials ul li {
  display: inline-block;
  font-size: 24px;
}
.freelancer-socials ul li a {
  color: #b9b9b9;
  padding: 0 8px;
}
.freelancer-socials ul li a:hover {
  color: #272635;
}

/* Attachments */
.attachments-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% + 20px);
  margin-bottom: -30px;
}

.attachment-box {
  display: flex;
  margin: 0 20px 20px 0;
  background-color: #f4f4f4;
  border-radius: 4px 0px 4px 4px;
  font-weight: 600;
  padding: 15px 20px;
  padding-bottom: 45px;
  padding-right: 25px;
  line-height: 24px;
  flex-direction: column;
  color: #212529;
  position: relative;
  transition: 0.3s;
  flex: 0 1 calc(50% - 21px);
  cursor: default;
  position: relative;
}

.single-page-section .attachment-box {
  flex: 0 1 calc(33% - 20px);
}
.single-page-section .attachments-container {
  margin-bottom: -20px;
}

a.attachment-box {
  cursor: pointer;
}

.attachment-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15) #fff;
  transition: 0.3s;
  border-radius: 0 0 0 4px;
}

a.attachment-box:hover {
  background-color: #e53038;
  color: #fff;
}
a.attachment-box:hover:before {
  border-color: rgba(0, 0, 0, 0.25) #fff;
}

.attachment-box span {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  flex: auto;
}
.attachment-box i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  transition: 0.3s;
}

a.attachment-box:hover i {
  color: rgba(255, 255, 255, 0.7);
}

/* Remove Attachment Button */
.attachment-box .remove-attachment {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: #dc3139;
  box-shadow: 0 3px 8px rgba(234, 65, 81, 0.15);
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(3px);
}
.attachment-box .remove-attachment:before {
  content: "\e9e4";
  font-family: "Feather-Icons";
}
.attachment-box:hover .remove-attachment {
  opacity: 1;
  transform: translateY(0);
}

/* Profile Overview */
.profile-overview {
  display: flex;
  line-height: 22px;
  align-items: center;
  margin-bottom: 25px;
  width: calc(100% + 25px);
}
.profile-overview .overview-item {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  margin-right: 20px;
  padding-right: 20px;
  flex-grow: 1;
}
.profile-overview .overview-item:last-child {
  border-right: 0;
  padding-right: 0;
}
.profile-overview .overview-item strong {
  display: block;
  font-weight: 600;
  color: #272635;
  font-size: 18px;
  margin-bottom: 5px;
}
.profile-overview .overview-item span {
  color: #808080;
}

/* Freelancer Indicators */
.freelancer-indicators {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  line-height: 24px;
  margin-bottom: -20px;
}
.freelancer-indicators .indicator {
  width: calc(50% - 31px);
  margin-right: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.freelancer-indicators .indicator strong {
  color: #272635;
  font-weight: 600;
}
.freelancer-indicators .indicator-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
  margin: 10px 0;
  transition: 1s;
}
.freelancer-indicators .indicator-bar span {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
  margin: 10px 0;
  transition: 1s;
  width: 0;
  background-color: #e53038;
  position: absolute;
  top: 0;
  margin: 0;
}

/* Media Queriers */
@media (max-width: 1240px) {
  .profile-overview {
    display: block;
    width: 100%;
  }
  .profile-overview .overview-item {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    margin: 0;
  }
  .profile-overview .overview-item:last-child {
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .boxed-list-item .item-details {
    display: block;
    width: 100%;
  }
  .attachments-container {
    display: block;
    width: 100%;
  }
  .attachments-container .attachment-box {
    display: block;
    width: 100%;
  }
  .freelancer-indicators {
    display: block;
    width: 100%;
  }
  .freelancer-indicators .indicator {
    display: block;
    width: 100%;
  }
  .boxed-list-item .item-image {
    display: none;
  }
}
/* Single Job
------------------------------------- */
.job-overview {
  border-radius: 4px;
  background-color: #f9f9f9;
}
.job-overview .job-overview-headline {
  color: #272635;
  font-size: 20px;
  padding: 20px 35px;
  background-color: #f0f0f0;
  color: #272635;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.job-overview .job-overview-inner {
  padding: 35px;
}
.job-overview .job-overview-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.job-overview .job-overview-inner ul li {
  position: relative;
  display: block;
  font-size: 16px;
  padding-left: 38px;
  margin-bottom: 25px;
}
.job-overview .job-overview-inner ul li:last-child {
  margin-bottom: 0;
}
.job-overview .job-overview-inner ul li span {
  font-weight: 600;
  color: #272635;
  margin: 0;
  padding: 0;
  display: block;
}
.job-overview .job-overview-inner ul li h5 {
  font-weight: 500;
  color: #212529;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.job-overview .job-overview-inner ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #820002;
}

/* Apply Now Button */
a.apply-now-button {
  background-color: #e53038;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  padding: 14px 20px;
  margin-bottom: 35px;
  box-shadow: 0 2px 8px rgba(229, 48, 56, 0.15);
  transition: 0.3s;
  display: block;
}
a.apply-now-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 8px rgba(229, 48, 56, 0.35);
}
a.apply-now-button i {
  font-size: 22px;
  position: relative;
  line-height: 0;
  top: 3px;
  margin-left: 5px;
}

/* Single Job Map */
#single-job-map-container {
  position: relative;
}
#single-job-map-container #singleListingMap {
  position: relative;
  height: 340px;
  border-radius: 4px;
}

/* ---------------------------------- */
/* Checkout Page
------------------------------------- */
/* Checkout Headline */
.headline-border-top {
  border-top: 1px solid #e0e0e0;
}

/* Boxed Widget */
.boxed-widget {
  background-color: #f9f9f9;
  padding: 0;
  transform: translate3d(0, 0, 0);
  z-index: 90;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.boxed-widget-headline {
  color: #272635;
  font-size: 20px;
  padding: 20px 30px;
  background-color: #f0f0f0;
  color: #272635;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.boxed-widget-headline h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.boxed-widget-inner {
  padding: 30px;
}

.boxed-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.boxed-widget ul li {
  color: #212529;
  padding-bottom: 1px;
}
.boxed-widget ul li span {
  float: right;
  color: #272635;
  font-weight: 600;
}
.boxed-widget.summary li.total-costs {
  font-size: 18px;
  border-top: 1px solid #e4e4e4;
  padding-top: 18px;
  margin-top: 18px;
}

.boxed-widget-footer {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  padding: 20px 30px;
}
.boxed-widget-footer .checkbox label {
  margin-bottom: 0;
}

.boxed-widget.summary li.total-costs span {
  font-weight: 700;
  color: #e53038;
}

.listing-item-container.compact.order-summary-widget {
  margin-bottom: 0;
}
.listing-item-container.compact.order-summary-widget .listing-item {
  border-radius: 4px 4px 0 0;
  cursor: default;
  height: 240px;
}
.listing-item-container.compact.order-summary-widget:hover {
  transform: none;
}

/* Billing Cycle
------------------------------------- */
.billing-cycle {
  display: flex;
}
.billing-cycle .radio {
  flex: 1;
  margin: 5px 20px 5px 0;
}
.billing-cycle .radio label {
  border-radius: 4px;
  border: 2px solid #eee;
  padding: 25px;
  height: 100%;
  align-self: center;
}
.billing-cycle .radio:last-of-type {
  margin-right: 0;
}
.billing-cycle .radio input[type=radio] + label .radio-label {
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.billing-cycle-details {
  display: block;
  padding-left: 30px;
}

.discounted-price-tag, .regular-price-tag {
  font-size: 14px;
  background: #e0f5d7;
  color: #449626;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 10px;
  flex-grow: 0;
  flex: auto;
  width: auto;
  transition: 0.3s;
  margin-top: 6px;
  margin-right: 5px;
  display: inline-block;
}

.line-through {
  text-decoration: line-through;
  background-color: #fbf6dd;
  color: #a18d29;
}

/* Media Queries for Billing Cycle */
@media (max-width: 768px) {
  .billing-cycle {
    display: flex;
    flex-direction: column;
  }
  .billing-cycle .radio {
    margin-right: 0;
  }
}
/* Payment Toggle
------------------------------------- */
.payment-logo {
  height: 24px;
  position: absolute;
  right: 19px;
  top: 18px;
  image-rendering: -webkit-optimize-contrast;
}
.payment-logo.paypal {
  height: 16px;
  top: 22px;
}

.payment-tab-trigger {
  padding: 0px 20px;
}
.payment-tab-trigger > input {
  position: absolute;
  visibility: hidden;
}
.payment-tab-trigger > label {
  cursor: pointer;
  display: block;
  position: relative;
  top: 0;
  padding: 14px 0;
  top: 3px;
  margin-bottom: 0;
  font-weight: 500;
}
.payment-tab-trigger > label::before {
  transition: 0.2s;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 100%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}
.payment-tab-trigger > label::after {
  background: #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 22px;
  width: 8px;
  height: 8px;
  transition: 0.2s;
  transform: scale(0);
}
.payment-tab-trigger > input:checked ~ label::before {
  border-color: #e53038;
}
.payment-tab-trigger > input:checked ~ label::after {
  background-color: #e53038;
  transform: scale(1);
}

.payment {
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
}

.payment-tab {
  background: #f2f2f2;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s 0s ease-in-out;
  width: 100%;
}
.payment-tab:first-of-type {
  border-radius: 4px 4px 0 0;
}
.payment-tab:last-of-type {
  border-radius: 0 0 4px 4px;
}
.payment-tab.payment-tab-active {
  max-height: 400px;
  background: #fff;
}

@media (max-width: 991px) {
  .payment-tab.payment-tab-active {
    max-height: 800px;
  }
}
.payment-tab-content {
  padding: 0 20px 20px 20px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.payment-form-row {
  margin-top: -10px;
  margin-bottom: 5px;
}

.payment-tab.payment-tab-active .payment-tab-content {
  visibility: visible;
  opacity: 1;
}

.card-label > input {
  box-sizing: border-box;
  display: block;
  height: 51px;
  margin: 14px auto 5px;
  padding: 5px 15px 0 15px;
  transition: border-color 0.3s;
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  box-shadow: none;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}
.card-label > input:focus {
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.card-label > input::-moz-placeholder {
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform-origin: left;
}
.card-label > input::placeholder {
  transition: 0.2s ease-in-out;
  -webkit-transform-origin: left;
}
.card-label > input:focus::-moz-placeholder {
  transform: translateY(-18px);
}
.card-label > input:focus::placeholder {
  transform: translateY(-18px);
}
.card-label > label {
  background-color: #fff;
  display: inline-block;
  margin: 6px auto auto 8px;
  font-size: 13px;
  padding: 0px 7px;
  font-weight: 500;
  color: #909090;
  display: none;
}

.payment-tab p {
  margin: 10px 0;
}

/* Booking Confirmation Page
------------------------------------- */
.order-confirmation-page {
  text-align: center;
  padding-bottom: 120px;
  padding-top: 0px;
}
.order-confirmation-page h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  display: block;
}
.order-confirmation-page p {
  font-size: 20px;
  color: #808080;
  font-weight: 300;
  display: block;
  line-height: 32px;
}
.order-confirmation-page a.button {
  background-color: #eee;
  color: #606060;
  font-weight: 600;
  font-size: 18px;
  box-shadow: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.order-confirmation-page a.button:before {
  display: none;
}
.order-confirmation-page a.button i {
  font-size: 24px;
}

.book-now.button {
  padding: 9px;
  margin-bottom: -4px;
}

.breathing-icon {
  background-color: #e53038;
  width: 120px;
  height: 120px;
  line-height: 0;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  z-index: 100;
  transition: 0.4s;
  color: #fff;
  font-weight: 500;
  animation: bicokAnim 3s infinite;
  box-shadow: 0 0 0 15px rgba(229, 48, 56, 0.07);
  margin-bottom: 70px;
  font-size: 90px;
}
.breathing-icon i {
  color: #fff;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@keyframes bicokAnim {
  0%, 100% {
    box-shadow: 0 0 0 15px rgba(229, 48, 56, 0.07);
  }
  50% {
    box-shadow: 0 0 0 28px rgba(229, 48, 56, 0.12);
  }
}
@media (max-width: 991px) {
  .order-confirmation-page i {
    font-size: 100px;
  }
  .order-confirmation-page p {
    font-size: 18px;
  }
  .order-confirmation-page h2 {
    font-size: 30px;
  }
}
/* ---------------------------------- */
/* 404 Page
------------------------------------- */
#not-found {
  margin: 40px 0 80px 0;
}
#not-found.center {
  text-align: center;
}
#not-found h2 {
  text-align: center;
  font-size: 210px;
  line-height: 210px;
  font-weight: 500;
  letter-spacing: -8px;
}
#not-found p {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  display: inline-block;
  margin-top: 0px;
  color: #999;
}
#not-found i {
  color: #e0e0e0;
  font-size: 210px;
  top: 0;
  margin-left: -40px;
  position: relative;
}

.not-found-search.intro-banner-search-form .intro-search-field {
  background: #f7f7f7;
  box-shadow: none;
}

.not-found-search.intro-banner-search-form {
  background: #f7f7f7;
  box-shadow: none;
}
.not-found-search.intro-banner-search-form input {
  background: #f7f7f7;
  box-shadow: none;
}

@media (max-width: 992px) {
  .not-found-search.intro-banner-search-form {
    background: #fff;
  }
}
@media (max-width: 767px) {
  #not-found h2 {
    font-size: 110px;
    line-height: 110px;
  }
  #not-found p {
    font-size: 20px;
    line-height: 32px;
  }
  #not-found i {
    font-size: 120px;
    top: 5px;
    margin-left: 0;
  }
  .not-found-search.intro-banner-search-form {
    margin-top: -30px;
  }
  .login-register-page .social-login-buttons button {
    margin-right: 0;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.login-register-page .welcome-text h3 {
  font-size: 26px;
}

/* -------------------------------------------------------------- */
/* 02. Listings Styles
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Full Page Layout
------------------------------------- */
.full-page-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: calc(100vh - 82px);
}

.full-page-sidebar {
  flex: 0 0 360px;
  background-color: #fafafa;
  position: relative;
}
.full-page-sidebar .full-page-sidebar-inner {
  overflow: auto;
  height: 100%;
}
.full-page-sidebar .sidebar-container {
  padding: 40px;
}
.full-page-sidebar .simplebar-scrollbar {
  width: 5px;
}
.full-page-sidebar .sidebar-widget:last-of-type {
  margin-bottom: 80px;
}

.full-page-content-container {
  flex: 1;
  background-color: #fff;
  padding: 0;
  overflow: auto;
}

.full-page-content-inner {
  padding: 40px;
  padding-bottom: 0;
}
.full-page-content-inner .grid-layout {
  width: calc(100% + 30px);
}
.full-page-content-inner .grid-layout .job-listing {
  margin: 0 30px 30px 0;
  width: calc(33.3333333333% - 30px);
}

/* Search Button */
.sidebar-search-button-container {
  position: absolute;
  width: calc(100% - 15px);
  bottom: 0;
  padding: 40px;
  padding-top: 10px;
  z-index: 100;
  background-color: #fafafa;
}
.sidebar-search-button-container button {
  width: calc(100% + 15px);
  line-height: 46px;
  height: 46px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.1);
}
.sidebar-search-button-container button:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.25);
  transform: translateY(-2px);
}

/* Small Footer */
.small-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 0px;
  width: calc(100% + 80px);
  left: -40px;
  position: relative;
  padding: 25px 40px;
  display: flex;
}
.small-footer strong {
  color: #272635;
}

.small-footer-copyrights {
  flex: 2;
}

.small-footer .footer-social-links {
  transform: none;
  flex: 1;
  text-align: right;
  float: right;
  display: inline-block;
  margin: 0 -5px 0 0;
  position: relative;
  top: 2px;
}
.small-footer .footer-social-links li {
  color: #272635;
  transform: none;
  float: none;
  margin: 0 -3px;
}
.small-footer .footer-social-links li a {
  color: #272635;
  transform: none;
}

/* Full Page With Map
------------------------------------- */
.full-page-map-container {
  flex: auto;
  position: relative;
  background-color: #e5e3df;
}
.full-page-map-container #map {
  position: relative;
  z-index: 30;
}

.full-page-container.with-map .full-page-content-container {
  flex: 0 0 50vw;
}

/* Sliding Sidebar */
.full-page-sidebar.hidden-sidebar {
  visibility: hidden;
  transition: 0.4s;
  position: relative;
  opacity: 0;
  max-width: 0;
}

/*.full-page-container.with-map .full-page-sidebar .sidebar-search-button-container,*/
.full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
  width: 360px;
}

.full-page-sidebar.hidden-sidebar.enabled-sidebar {
  visibility: visible;
  opacity: 1;
  max-width: 360px;
}

/* Enable Filter Button */
.enable-filters-button {
  position: relative;
  left: 48px;
  top: 0px;
  z-index: 100;
  background-color: #fff;
  color: #272635;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 48px;
  line-height: 48px;
  padding: 0;
  transition: 0.3s;
  min-width: 126px;
  text-align: center;
}
.enable-filters-button span {
  position: relative;
  padding: 0 15px;
  background-color: #e53038;
  color: #fff;
  width: 100%;
  z-index: 100;
  border-radius: 0 4px 4px 0;
  transition: 0.3s;
}

/* Filter Button Container */
.filter-button-container {
  position: absolute;
  left: 40px;
  top: 20px;
  width: calc(100% - 40px);
  overflow-x: hidden;
  padding: 20px 0;
}

.filter-button-tooltip {
  position: absolute;
  width: auto;
  left: 15px;
  top: 24px;
  z-index: 100;
  border-radius: 4px;
  width: auto;
  animation: tooltip-bounce 2s infinite;
  margin-left: 15px;
  white-space: nowrap;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.3s;
  pointer-events: none;
  padding: 0 20px;
  background-color: #fff;
  color: #555;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 15.7px;
  line-height: 48px;
  top: 20px;
}
.filter-button-tooltip.tooltip-visible {
  opacity: 1;
}
.filter-button-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 3px);
  content: "";
  left: -3px;
  box-sizing: border-box;
  border: 5px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(45deg) translateY(-50%);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.04);
}

@keyframes tooltip-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(14px);
  }
  60% {
    transform: translateX(7px);
  }
}
/* Hover & Active States */
.enable-filters-button:hover i, .enable-filters-button.active i, .enable-filters-button:hover span, .enable-filters-button.active span {
  background-color: #333;
}
.enable-filters-button:hover i:after, .enable-filters-button:hover i:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.enable-filters-button.active i:after, .enable-filters-button.active i:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.enable-filters-button i {
  position: absolute;
  z-index: 90;
  left: -48px;
  height: 100%;
  font-size: 20px;
  background-color: #e53038;
  color: #fff;
  line-height: 48px;
  text-align: center;
  width: 48px;
  border-radius: 4px 0 0 4px;
  font-style: normal;
  font-family: "Feather-Icons";
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.enable-filters-button i:after, .enable-filters-button i:before {
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
  border-radius: 4px 0 0 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
.enable-filters-button i:after {
  content: "\e9d1";
  opacity: 1;
}
.enable-filters-button.active i:after {
  opacity: 0;
}
.enable-filters-button i:before {
  content: "\ea02";
  opacity: 0;
}
.enable-filters-button.active i:before {
  opacity: 1;
}
.enable-filters-button span.show-text {
  display: inline-block;
}
.enable-filters-button.active span.hide-text {
  display: inline-block;
}
.enable-filters-button.active span.show-text {
  display: none;
}
.enable-filters-button span.hide-text {
  display: none;
}

/* Location Field on Map */
.location-field-on-map {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 280px;
  max-width: 40%;
  z-index: 100;
}
.location-field-on-map input {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Full Page Media Queries
------------------------------------- */
@media (max-width: 3860px) {
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(25% - 30px);
  }
  /* Full Page With Map */
  .full-page-container.with-map .full-page-content-inner .grid-layout .job-listing {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 2560px) {
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(25% - 30px);
  }
  /* Full Page With Map */
  .full-page-container.with-map .full-page-content-inner .grid-layout .job-listing {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1920px) {
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(33.3333333333% - 30px);
  }
  /* Full Page With Map */
  .full-page-container.with-map .full-page-sidebar {
    flex: 0 0 340px;
  }
  .full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
    width: 340px;
  }
  .full-page-container.with-map .full-page-content-inner .grid-layout .job-listing {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1600px) {
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(50% - 30px);
  }
  .full-page-sidebar {
    flex: 0 0 340px;
  }
  /* Full Page With Map */
  .full-page-container.with-map .full-page-sidebar {
    flex: 0 0 320px;
  }
  .full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
    width: 320px;
  }
  .full-page-container.with-map .full-page-content-inner .grid-layout .job-listing {
    width: calc(100% - 30px);
  }
  .full-page-container.with-map .full-page-content-container {
    flex: 0 0 55vw;
  }
}
@media (max-width: 1365px) {
  .location-field-on-map {
    left: 0px;
    right: auto;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin: 0 40px;
  }
  /* Notify Box Responsive Styles*/
  .full-page-container .notify-box {
    margin-bottom: 80px;
  }
  .full-page-container .notify-box .sort-by {
    position: absolute;
    margin-top: 40px;
    left: 0;
  }
  .full-page-container .notify-box .sort-by .bootstrap-select .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (max-width: 1099px) {
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(100% - 30px);
  }
  .full-page-sidebar {
    flex: 0 0 340px;
  }
  /* Important Responsive Styles */
  .full-page-map-container {
    order: -1;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
  }
  .full-page-container.with-map {
    padding-top: 400px;
    height: auto !important;
    width: 100%;
    position: relative;
  }
  .full-page-container.with-map .full-page-sidebar {
    max-width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .filter-button-container {
    display: none;
  }
  .full-page-container {
    height: auto !important;
  }
  .full-page-container.with-map .full-page-sidebar .full-page-sidebar-inner {
    position: relative;
    width: 100%;
  }
  .full-page-container.with-map .full-page-content-container {
    flex: 1;
  }
  .full-page-sidebar-inner, .full-page-content-container {
    height: auto !important;
  }
  .full-page-container .full-page-sidebar {
    height: auto !important;
  }
  .full-page-container .simplebar-track {
    display: none;
  }
}
@media (max-width: 992px) {
  .location-field-on-map {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin: 0 25px;
    top: 25px;
  }
  .sidebar-search-button-container, .full-page-sidebar .sidebar-container {
    padding: 35px;
  }
  .full-page-content-inner {
    padding: 35px;
    padding-bottom: 0;
  }
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(100% - 30px);
  }
  .full-page-sidebar {
    flex: 0 0 320px;
  }
  .full-page-sidebar-inner, .full-page-content-container, .full-page-container .full-page-sidebar {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .location-field-on-map {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 15px;
  }
  .sidebar-search-button-container, .full-page-sidebar .sidebar-container {
    padding: 40px 15px;
  }
  .full-page-content-inner {
    padding: 40px 15px;
    padding-bottom: 0;
  }
  .full-page-content-inner .grid-layout .job-listing {
    width: calc(100% - 30px);
  }
  .full-page-sidebar {
    flex: 1;
    width: 100%;
  }
  .full-page-container {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  .small-footer {
    display: block;
    text-align: center;
  }
  .small-footer .footer-social-links {
    float: none;
    left: -10px;
    margin-top: 10px;
  }
}
/* ---------------------------------- */
/* Job Listing - List Layout
------------------------------------- */
.job-listing {
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 35px;
  background-color: #fff;
  transition: 0.3s;
  position: relative;
}
.job-listing:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.job-listing-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 35px;
  padding-bottom: 32px;
}

.job-listing .job-listing-company-logo {
  flex: 1;
  max-width: 55px;
  margin-right: 25px;
  position: relative;
  top: 3px;
}
.job-listing .job-listing-company-logo img {
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
.job-listing .job-listing-description {
  flex: 1;
  padding-top: 3px;
}
.job-listing .job-listing-description p {
  margin: 15px 0 0 0;
  padding: 0;
  color: #212529;
}
.job-listing h4.job-listing-company {
  font-size: 16px;
  color: #808080;
}
.job-listing h3.job-listing-title {
  font-size: 20px;
  color: #272635;
  line-height: 30px;
}
.job-listing .job-listing-footer {
  background-color: #f9f9f9;
  padding: 20px 35px;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.job-listing .job-listing-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-listing .job-listing-footer ul li {
  display: inline-block;
  margin-right: 14px;
  color: #777;
}
.job-listing .job-listing-footer ul li:last-child {
  margin-right: 0;
}
.job-listing .job-listing-footer ul li i {
  position: relative;
  top: 1px;
  margin-right: 3px;
  color: #777;
}
.job-listing .job-listing-footer ul li i.icon-material-outline-location-on {
  margin-right: 0;
}

/* Media Queries for Default List Layout*/
@media (max-width: 768px) {
  .job-listing .job-listing-company-logo {
    display: none;
  }
  .job-listing .job-listing-title {
    padding-right: 10%;
  }
}
/* ---------------------------------- */
/* Job Listing - Compact List Layout
------------------------------------- */
.compact-list-layout {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.compact-list-layout .job-listing {
  box-shadow: none;
  margin-bottom: 0;
  padding: 30px 35px;
  padding-right: 80px;
  border-radius: 0;
}
.compact-list-layout .job-listing:last-of-type {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.compact-list-layout .job-listing:first-of-type {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.compact-list-layout .job-listing h3 {
  font-size: 18px;
  line-height: 28px;
}
.compact-list-layout .job-listing:nth-child(2n) {
  background-color: #fafafa;
}
.compact-list-layout .job-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #e53038;
  transition: 0.3s;
  opacity: 0;
}
.compact-list-layout .job-listing:hover {
  transform: none;
}
.compact-list-layout .job-listing:hover:before {
  opacity: 1;
}
.compact-list-layout .job-listing .job-listing-footer {
  background-color: transparent;
  padding: 0;
  margin-top: 3px;
}
.compact-list-layout .job-listing-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  top: 0;
}
.compact-list-layout .job-listing .job-listing-company-logo {
  max-width: 50px;
  margin-right: 30px;
  top: 0;
}
.compact-list-layout .job-listing .verified-badge {
  transform: scale(0.85) translate(8px, 8px);
}
.compact-list-layout .job-listing h3 .verified-badge {
  transform: scale(0.85) translate(0, 0);
  font-weight: 500;
  top: 1px;
}
.compact-list-layout .job-listing h3 .verified-badge:before {
  top: -1px;
}
.compact-list-layout .job-listing span.bookmark-icon {
  top: 50%;
  transform: translateY(-51%);
}
.compact-list-layout .job-listing.with-apply-button {
  position: relative;
  padding-right: 35px;
}

/* List Layout Apply Button */
.list-apply-button {
  position: absolute;
  right: 0;
  padding: 10px 20px;
  line-height: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
  border-radius: 4px;
  background: #f0f0f0;
  color: #212529;
  text-align: center;
}

.job-listing.with-apply-button:hover .list-apply-button {
  background-color: #e53038;
  color: #fff;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}

/* Alt Styles for Single Company Profile */
.boxed-list .compact-list-layout {
  box-shadow: none;
  margin-top: 0;
}
.boxed-list .compact-list-layout .job-listing:hover {
  border-left: none;
}
.boxed-list .compact-list-layout .job-listing:first-of-type {
  border-radius: 0;
}

/* Media Queries for Grid Layout */
@media (max-width: 768px) {
  .list-apply-button {
    flex: auto;
    width: 100%;
    margin-top: 15px;
  }
}
/* ---------------------------------- */
/* Job Listing - Grid Layout
------------------------------------- */
.grid-layout {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.grid-layout .job-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px 30px 0;
  width: calc(50% - 30px);
  flex-direction: column;
}
.grid-layout .job-listing-details {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  padding-right: 40px;
}
.grid-layout .job-listing-footer {
  flex-grow: 0;
  padding: 20px 30px;
}
.grid-layout .job-listing h3.job-listing-title {
  font-size: 18px;
  line-height: 28px;
}
.grid-layout .job-listing-footer .bookmark-icon {
  top: 0;
  right: 25px;
  transform: translateY(-50%) scale(0.96);
}
.grid-layout .job-listing .job-listing-company-logo {
  max-width: 56px;
  margin-right: 24px;
  top: 1px;
  flex: 0 0 56px;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tasks-list-container.tasks-grid-layout .task-listing .task-listing-details, .grid-layout .job-listing-details, .tasks-list-container.tasks-grid-layout .task-listing-bid {
    flex-basis: 100px;
  }
}
/* IE 11 Fixes - End */
/* Media Queries for Grid Layout */
@media (max-width: 768px) {
  .full-page-content-inner .grid-layout .job-listing {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .grid-layout {
    width: 100%;
  }
  .grid-layout .job-listing {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .full-page-content-inner .grid-layout {
    width: 100%;
  }
  .full-page-content-container .simplebar-content {
    overflow-x: hidden !important;
  }
  .full-page-container.with-map .full-page-content-inner .grid-layout .job-listing {
    width: 100%;
  }
}
/* ---------------------------------- */
/* Tasks - List Layout
------------------------------------- */
.task-listing {
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  background-color: #fff;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.task-listing:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.task-listing-details {
  padding: 34px 38px;
  flex: 1;
}

.task-listing .task-listing-description {
  flex: 1;
  align-items: center;
  justify-content: center;
}
.task-listing .task-listing-description p {
  margin: 15px 0 0 0;
  padding: 0;
  color: #212529;
}
.task-listing h3.task-listing-title {
  font-size: 18px;
  color: #272635;
  line-height: 28px;
  cursor: pointer;
  font-weight: 600;
  padding-top: 2px;
  transition: 0.3s;
}
.task-listing h3.task-listing-title a {
  font-size: 18px;
  color: #272635;
  line-height: 28px;
  cursor: pointer;
  font-weight: 600;
  padding-top: 2px;
  transition: 0.3s;
}
.task-listing .task-icons {
  list-style: none;
  padding: 0;
  margin: 3px 0 0 -3px;
}
.task-listing .task-icons li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  color: #808080;
}
.task-listing .task-icons i {
  color: #909090;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.task-listing .task-icons i.icon-material-outline-desktop-windows {
  font-size: 19px;
  top: 2px;
}

.task-listing-bid {
  flex: 0 0 240px;
  background-color: #f8f8f8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-listing-bid-inner {
  width: 100%;
  padding: 35px;
}
.task-listing-bid-inner .button {
  display: block;
  text-align: center;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
  width: 100%;
}
.task-listing-bid-inner .button:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.25);
}

.task-listing-bid .task-offers {
  margin-bottom: 15px;
  /*  text-align: center;*/
}
.task-listing-bid .task-offers strong {
  display: block;
  color: #272635;
  font-weight: 600;
  line-height: 24px;
}
.task-listing-bid .task-offers span {
  display: block;
  color: #888;
  line-height: 24px;
}

/* Task Tags */
.task-tags {
  display: block;
  margin: 23px 0 3px 0;
}
.task-tags span {
  transition: 0.3s;
  font-size: 14.7px;
  border-radius: 4px;
  background-color: rgba(229, 48, 56, 0.07);
  color: #e53038;
  display: inline-block;
  padding: 6px 15px;
  margin: 2px 0;
  line-height: 24px;
}

/* Compact List */
.compact-list .task-listing {
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.compact-list .task-listing:hover {
  transform: translateY(0);
}

.tasks-list-container.compact-list {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.tasks-list-container.compact-list .task-listing {
  align-items: center;
  justify-content: center;
}
.tasks-list-container.compact-list .task-listing:nth-child(2n) {
  background-color: #fafafa;
}
.tasks-list-container.compact-list .task-listing-bid {
  background-color: transparent;
}
.tasks-list-container.compact-list .task-listing:hover:before {
  opacity: 1;
}
.tasks-list-container.compact-list .task-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #e53038;
  transition: 0.3s;
  opacity: 0;
}
.tasks-list-container.compact-list .task-listing:last-of-type {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.tasks-list-container.compact-list .task-listing:first-of-type {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.tasks-list-container.compact-list .task-listing .task-listing-details {
  padding-right: 0;
}

/* Section Styles */
.section .task-listing-details, .section .task-listing-bid-inner {
  padding: 27px 35px;
}

/* Media Queries for Tasks List */
@media (max-width: 1200px) {
  .task-listing-bid {
    flex: 0 0 220px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .task-listing-bid {
    flex: 1;
    padding: 10px 0;
  }
  .task-listing {
    flex-direction: column;
  }
  .task-listing-bid-inner {
    display: flex;
    margin: 20px 0 0 0;
  }
  .tasks-grid-layout .task-listing-bid-inner {
    margin: 0;
  }
  .task-listing-bid-inner .task-offers {
    flex: 1;
  }
  .task-listing-bid-inner .button {
    height: 100%;
    width: 30%;
  }
  .tasks-list-container.compact-list .task-listing .task-listing-details {
    padding-right: 35px;
    padding-bottom: 0;
  }
  .tasks-list-container.compact-list .task-listing .task-listing-bid {
    padding-bottom: 25px;
  }
  .task-listing-bid-inner {
    width: 100%;
    padding: 0 35px;
  }
}
/* Small Mobile Sizes */
@media (max-width: 768px) {
  .section .task-listing-details {
    padding: 25px 30px;
  }
  .section .task-listing-bid-inner {
    padding: 0 30px;
  }
}
/* Small Mobile Sizes */
@media (max-width: 480px) {
  .task-listing-bid {
    flex: 1;
    padding: 30px 0;
  }
  .task-listing {
    flex-direction: column;
  }
  .task-listing-bid-inner .task-offers {
    flex: 1;
  }
  .task-listing-bid-inner .button {
    height: 100%;
    width: 100%;
  }
  .tasks-list-container.compact-list .task-listing .task-listing-details {
    padding-right: 35px;
    padding-bottom: 0;
  }
  .tasks-list-container.compact-list .task-listing .task-listing-bid {
    padding-bottom: 35px;
  }
  .task-listing-bid-inner {
    width: 100%;
    padding: 0 35px;
  }
}
/* ---------------------------------- */
/* Tasks - Grid Layout
------------------------------------- */
.tasks-list-container.tasks-grid-layout {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.tasks-list-container.tasks-grid-layout .task-listing {
  display: flex;
  justify-content: center;
  margin: 0 30px 30px 0;
  width: calc(50% - 30px);
  flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
  flex: 1;
  padding: 0px 0;
  display: block;
}
.tasks-list-container.tasks-grid-layout .task-listing {
  flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
  flex: 1;
  position: relative;
  top: 5px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
  height: 100%;
  width: 45%;
}
.tasks-list-container.tasks-grid-layout .task-listing .task-listing-details {
  display: flex;
  align-items: center;
  padding: 28px 32px;
}

/* Media Queries for Tasks List */
@media (max-width: 1240px) {
  .tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
    display: block;
  }
  .tasks-list-container.tasks-grid-layout .task-listing-bid {
    padding: 20px 35px;
    padding-bottom: 30px;
  }
  .tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
    padding: 0;
  }
  .tasks-list-container.tasks-grid-layout .task-listing {
    flex-direction: column;
  }
  .tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
    flex: 1;
  }
  .tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tasks-list-container.tasks-grid-layout {
    width: 100%;
  }
  .tasks-list-container.tasks-grid-layout .task-listing {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .tasks-list-container.compact-list .task-listing-bid, .tasks-list-container.compact-list .task-listing-details {
    width: 100%;
  }
}
/* Full Page Media Queries */
@media (max-width: 3860px) {
  .full-page-content-inner .tasks-grid-layout .task-listing {
    width: calc(25% - 30px);
  }
}
@media (max-width: 2560px) {
  .full-page-content-inner .tasks-grid-layout .task-listing {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 1600px) {
  .full-page-content-inner .tasks-grid-layout .task-listing {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1099px) {
  .full-page-content-inner .tasks-grid-layout .task-listing {
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .full-page-content-inner .tasks-grid-layout .task-listing {
    width: 100%;
  }
}
/* ---------------------------------- */
/* Freelancers - Grid Layout
------------------------------------- */
.freelancers-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

.freelancer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px 30px 0;
  width: calc(50% - 30px);
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  transition: 0.3s;
  position: relative;
  cursor: default;
}
.freelancer:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}
.freelancer .bookmark-icon {
  cursor: pointer;
}

.freelancer-overview {
  text-align: center;
  padding: 38px 20px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.freelancer-overview-inner {
  flex: 1;
}

.freelancer-overview .freelancer-avatar {
  width: 110px;
  margin: 0 auto;
  position: relative;
}
.freelancer-overview .freelancer-avatar img {
  width: 100%;
  border-radius: 50%;
  cursor: pointer;
}
.freelancer-overview .freelancer-avatar .verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
}

.freelancer-name {
  margin-top: 19px;
}

.freelancer-rating {
  margin-top: 5px;
  margin-bottom: -10px;
}

.freelancer-name h4 {
  font-size: 18px;
  font-weight: 600;
  color: #272635;
  cursor: pointer;
}
.freelancer-name h4 a {
  font-size: 18px;
  font-weight: 600;
  color: #272635;
  cursor: pointer;
}
.freelancer-name img.flag {
  height: 15px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-left: 4px;
  cursor: default;
}
.freelancer-name span {
  color: #888;
}

.freelancer-details {
  padding: 35px;
  background-color: #fafafa;
  flex-grow: 0;
}

.freelancers-grid-layout .freelancer-details {
  border-radius: 0 0 4px 4px;
}
.freelancers-grid-layout .freelancer-details a.button {
  display: block;
  text-align: center;
  width: 100% !important;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.1);
}

.freelancer-details a.button:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.2);
}

.freelancer-details-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 14.7px;
}
.freelancer-details-list ul li {
  display: inline-block;
  margin-right: 25px;
  line-height: 23px;
  color: #808080;
  margin-bottom: 15px;
}
.freelancer-details-list ul li:last-child {
  margin-right: 0;
}
.freelancer-details-list ul li strong {
  display: block;
  color: #272635;
}
.freelancer-details-list ul li strong i {
  position: relative;
  top: 1px;
  margin-right: -1px;
  margin-left: -2px;
}

/* Detail Item */
.freelancer-detail-item {
  display: inline-block;
  margin: 2px 10px 5px 0;
  color: #888;
}
.freelancer-detail-item a {
  color: #888;
}
.freelancer-detail-item a:hover {
  color: #e53038;
}
.freelancer-detail-item i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

/* Media Queiers for Freelancers List */
@media (max-width: 1366px) {
  .freelances-grid-layout .freelancer-overview .freelancer-avatar {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .freelances-grid-layout.freelancers-container {
    width: 100%;
  }
  .freelances-grid-layout .freelancer {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .freelancers-container.freelancers-grid-layout {
    width: 100%;
  }
  .freelancers-container.freelancers-grid-layout .freelancer {
    width: 100%;
    margin-right: 0;
  }
}
/* Full Page Media Queiers for Freelancers List */
@media (max-width: 2560px) {
  .full-page-container .freelancer {
    width: calc(25% - 30px);
  }
}
@media (max-width: 1920px) {
  .full-page-container .freelancer {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 1366px) {
  .full-page-container .freelancer {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1099px) {
  .full-page-container .freelancers-container {
    width: 100%;
  }
  .full-page-container .freelancer {
    width: 100%;
    margin-right: 0;
  }
}
/* ---------------------------------- */
/* Freelancers - List Layout
------------------------------------- */
.freelancers-container.freelancers-list-layout {
  width: 100%;
}

.freelancers-list-layout .freelancer {
  margin: 0 0 30px 0;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.freelancers-list-layout .freelancer-overview {
  text-align: left;
  padding: 45px 40px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.freelancers-list-layout .freelancer-overview-inner {
  flex: 1;
  display: flex;
  align-items: center;
}
.freelancers-list-layout .freelancer-details {
  padding: 45px 40px 45px 0;
  background-color: transparent;
  flex: 0 0 360px;
}
.freelancers-list-layout .freelancer-overview .freelancer-avatar {
  width: 100px;
  margin: 0;
}
.freelancers-list-layout .freelancer-overview .freelancer-name {
  text-align: left;
  margin: 0 0 0 30px;
}
.freelancers-list-layout .freelancer-details a.button {
  display: block;
  text-align: center;
  min-width: 50%;
  max-width: 100%;
  width: auto !important;
  transition: 0.3s;
  float: right;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}
.freelancers-list-layout .freelancer-details a.button:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.25);
}
.freelancers-list-layout .bookmark-icon {
  display: none;
}
.freelancers-list-layout .freelancer-details-list ul {
  float: right;
  display: block;
}
.freelancers-list-layout .freelancer-details-list ul li {
  margin-left: 25px;
  margin-right: 0;
  float: right;
}

/* Freelancers Compact List */
.compact-list.freelancers-list-layout {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.compact-list.freelancers-list-layout .freelancer {
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.compact-list.freelancers-list-layout .freelancer:hover {
  transform: translateY(0);
}
.compact-list.freelancers-list-layout .freelancer:nth-child(2n) {
  background-color: #fafafa;
}
.compact-list.freelancers-list-layout .freelancer:hover:before {
  opacity: 1;
}
.compact-list.freelancers-list-layout .freelancer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #e53038;
  transition: 0.3s;
  opacity: 0;
}
.compact-list.freelancers-list-layout .freelancer:last-of-type {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.compact-list.freelancers-list-layout .freelancer:first-of-type {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

/* Media Queiers for Freelancers List Layout */
@media (max-width: 1366px) {
  .freelancers-list-layout .freelancer-overview .freelancer-avatar {
    width: 100px;
  }
}
@media (max-width: 1240px) {
  .freelancers-list-layout .freelancer {
    flex-direction: column;
  }
  .freelancers-list-layout .freelancer-details {
    flex: 1;
    padding: 35px 40px;
    background-color: #fafafa;
  }
  .freelancers-list-layout .freelancer-details-list ul {
    float: left;
  }
  .freelancers-list-layout .freelancer-details-list ul li {
    margin-left: 0;
    margin-right: 25px;
    float: left;
  }
  .freelancers-list-layout .freelancer-details a.button {
    float: none;
    width: 100% !important;
  }
  .freelancers-list-layout .freelancer-overview .freelancer-avatar {
    width: 90px;
  }
  /* Compact Layout */
  .compact-list.freelancers-list-layout .freelancer-details {
    background-color: transparent;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .freelancers-list-layout .freelancer-overview, .freelancers-list-layout .freelancer-details {
    padding: 30px;
  }
  .freelancers-list-layout .freelancer-overview .freelancer-avatar {
    width: 80px;
  }
  .freelancers-list-layout .star-rating:before {
    display: block;
    float: none;
    text-align: center;
    max-width: 40px;
    margin-bottom: 4px;
  }
}
/* ---------------------------------- */
/* Companies List
------------------------------------- */
/* Letters List */
.letters-list {
  width: 100%;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 20px;
}
.letters-list a {
  display: inline-block;
  font-size: 18px;
  color: #272635;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.3s;
  margin: 0 -2px;
}
.letters-list a.current {
  margin-right: 0;
  color: #fff;
  font-weight: 600;
  background-color: #e53038;
  box-shadow: 0 2px 8px rgba(229, 48, 56, 0.25);
}
.letters-list a:hover {
  color: #fff;
  background-color: #333;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Companies List */
.companies-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: calc(100% + 30px);
}
.companies-list .company {
  width: calc(33.3% - 30px);
  margin: 0 30px 30px 0;
  flex-grow: 1;
  text-align: center;
  /*border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;*/
  padding: 50px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.companies-list .company:hover {
  transform: translateY(-3px);
}
.companies-list .company img {
  max-width: 120px;
  max-height: 60px;
  display: inline-block;
  margin: 0;
  transform: translate3d(0, 0, 0);
}
.companies-list .company .company-logo {
  height: 60px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.companies-list .company h4 {
  color: #272635;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}
.companies-list .company span {
  color: #888;
}
.companies-list .company .star-rating {
  margin-top: 5px;
}

@media (min-width: 993px) {
  .companies-list .company:nth-child(3n) {
    border-right: none;
  }
  .companies-list .company:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
.not-rated, .company-not-rated {
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #888;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  padding: 7px 9px;
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}

/* Media Queries for Companies List */
@media (max-width: 1366px) {
  .letters-list a {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0 -1px;
  }
}
@media (max-width: 992px) {
  .companies-list .company {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .companies-list .company {
    width: 100%;
  }
}
/* -------------------------------------------------------------- */
/* 03. Graphic User Interface Elements
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Buttons
------------------------------------- */
button {
  vertical-align: middle;
}

span.button, button.button {
  background-color: #e53038;
  top: 0;
  padding: 10px 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}

input[type=button], input[type=submit] {
  background-color: #e53038;
  top: 0;
  padding: 10px 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}

a.button {
  background-color: #e53038;
  top: 0;
  padding: 10px 20px;
  line-height: 24px;
  color: #666;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}

/* Icons Aligment*/
.button i[class^=icon-material], button.button i[class^=icon-material] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

input[type=button] i[class^=icon-material], input[type=submit] i[class^=icon-material] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

a.button i[class^=icon-material] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

.button i[class^=icon-feather], button.button i[class^=icon-feather] {
  font-size: 16px;
  height: 0;
  width: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

input[type=button] i[class^=icon-feather], input[type=submit] i[class^=icon-feather] {
  font-size: 16px;
  height: 0;
  width: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

a.button i[class^=icon-feather] {
  font-size: 16px;
  height: 0;
  width: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

/* Dark Style */
button.button.dark {
  background-color: #333;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

input[type=button].dark, input[type=submit].dark {
  background-color: #333;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

a.button.dark {
  background-color: #333;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dark Style */
button.button.gray {
  background-color: #eaeaea;
  color: #212529;
  box-shadow: none;
}

input[type=button].gray, input[type=submit].gray {
  background-color: #eaeaea;
  color: #212529;
  box-shadow: none;
}

a.button.gray {
  background-color: #eaeaea;
  color: #212529;
  box-shadow: none;
}

button.button.gray:hover {
  background-color: #e0e0e0;
}

input[type=button].gray:hover, input[type=submit].gray:hover {
  background-color: #e0e0e0;
}

a.button.gray:hover {
  background-color: #e0e0e0;
}

body .button i.icon-material-outline-arrow-right-alt {
  font-size: 22px;
  top: 4px;
}

.button.full-width {
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: block;
}
.button.big {
  font-size: 18px;
  padding: 13px 22px;
}

body .button.big i {
  font-size: 22px;
  top: 3px;
  position: relative;
}

/* Slide Out Button */
.button.button-slide-out span {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.3s;
}
.button.button-slide-out:hover span {
  transform: translateY(-10px);
  opacity: 0;
  display: inline-block;
  transition: 0.3s;
}
.button.button-slide-out i {
  transform: translateY(calc(-50% + 10px));
  opacity: 0;
  display: inline-block;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  top: 50%;
  height: 20px;
}
.button.button-slide-out:hover i {
  transform: translateY(calc(-50% + 0px));
  opacity: 1;
}

/* Move on Hover */
.move-on-hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.1);
  transform: translateY(0);
  transition: 0.3s;
}
.move-on-hover:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.2);
  transform: translateY(-2px);
}

/* Centered Button */
.centered-button {
  text-align: center;
  display: block;
}
.centered-button .button {
  margin: 0 auto;
}

/* Bookmark Button */
span.bookmark-icon {
  font-size: 20px;
  position: absolute;
  z-index: 101;
  right: 35px;
  top: 35px;
  cursor: pointer;
  background-color: #eee;
  color: #c0c0c0;
  display: block;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 27px;
}

.bookmark-icon.bookmarked {
  animation: bookmarked-shadow 0.3s;
}
.bookmark-icon:before {
  transition: transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
  font-family: "Material-Icons";
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 6px;
  content: "\e988";
}
.bookmark-icon:hover {
  background-color: #333;
  color: #fff;
}
.bookmark-icon.bookmarked {
  background-color: #feb342;
  color: #fff;
}
.bookmark-icon.bookmarked:before {
  animation: bookmark-icon 0.5s;
}

@keyframes bookmarked-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes bookmark-icon {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Bookmark Button */
.bookmark-button {
  background-color: #404040;
  display: inline-block;
  padding: 0;
  position: relative;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0 15px;
  padding-left: 59px;
  border-radius: 4px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.bookmark-button .bookmark-icon, .bookmark-button:hover .bookmark-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.bookmark-button .bookmark-icon {
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  height: 44px;
  width: 44px;
  border-radius: 4px 0 0 4px;
  pointer-events: none;
  transition: 0.4s;
  animation: none;
}
.bookmark-button .bookmark-icon:before {
  top: 8px;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
}
.bookmark-button.bookmarked {
  background-color: #feb342;
  color: #fff;
  box-shadow: 0 3px 12px rgba(254, 179, 66, 0.2);
}
.bookmark-button.bookmarked .bookmark-icon:before {
  color: #fff;
}
.bookmark-button:hover .bookmark-icon:before {
  color: #fff;
}
.bookmark-button.bookmarked .bookmark-icon, .bookmark-button.bookmarked:hover .bookmark-icon {
  background-color: rgba(255, 255, 255, 0.16);
}
.bookmark-button.bookmarked .bookmarked-text {
  display: block;
}
.bookmark-button .bookmark-text {
  display: block;
}
.bookmark-button.bookmarked .bookmark-text, .bookmark-button .bookmarked-text {
  display: none;
}

/* ---------------------------------- */
/* Button with sliding icon
------------------------------------- */
.button-sliding-icon {
  text-align: center;
}
.button-sliding-icon i {
  opacity: 0;
  max-width: 0;
  transition: 0.25s;
  display: inline-block;
  transform: translateX(-20px);
}
.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

/* For buttons */
.button.button-sliding-icon {
  padding-left: 20px;
  padding-right: 10px;
}
.button.button-sliding-icon:hover {
  padding-right: 20px;
}
.button.button-sliding-icon i {
  padding-right: 5px;
}
.button.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-3, .list-2, .list-1 {
  padding: 3px 0 0 0;
  font-size: 16px;
}

.list-3 li, .list-2 li, .list-1 li {
  list-style: none;
  margin: 10px 0;
  line-height: 27px;
  margin-left: 20px;
  position: relative;
}

.list-3 li:first-child, .list-2 li:first-child, .list-1 li:first-child {
  margin-top: 0;
}

.list-4 li:before, .list-3 li:before, .list-2 li:before {
  margin: 0;
  position: relative;
  color: #e53038;
  float: left;
  margin-left: -20px;
  display: block;
}

.list-1 li:before {
  margin: 0;
  position: relative;
  color: #e53038;
  float: left;
  margin-left: -20px;
  display: block;
}
.list-1.gray li:before {
  color: #777;
}

.list-2 li {
  margin-left: 28px;
}

.list-3 li:before, .list-2 li:before {
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-left: -28px;
}

.list-3 li:before {
  content: "\e912";
  font-family: "Feather-Icons";
  font-weight: 500;
  font-size: 18px;
}

.list-1 li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #e53038;
  border-radius: 2px;
  position: relative;
  top: 9px;
}

/* Numbered Style */
.numbered ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-left: 18px;
  display: inline-block;
  font-size: 16px;
}
.numbered ol li {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}
.numbered ol > li::before {
  content: counter(li);
  counter-increment: li;
  font-size: 16px;
  line-height: 35px;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  margin-left: 0;
  font-weight: 500;
  color: #272635;
  position: relative;
  float: left;
  left: -18px;
  font-size: 15px;
  transform: translateY(-10%);
}
.numbered.color ol > li::before {
  border: 1px solid #e53038;
  color: #e53038;
}
.numbered.color.filled ol > li::before {
  border: 1px solid #e53038;
  color: #fff;
  background-color: #e53038;
}

/* ---------------------------------- */
/* Marks
------------------------------------- */
mark {
  background-color: #fcf8e3;
  color: #8a803e;
  padding: 1px 5px;
}
mark.color {
  background-color: #e53038;
  border-radius: 4px;
  color: #fff;
}

/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */
#result .success {
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding: 20px 26px;
  padding-right: 50px;
  border-radius: 3px;
}

.notification {
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding: 20px 26px;
  padding-right: 50px;
  border-radius: 3px;
}
.notification p {
  margin: 0;
  font-size: 15px;
}

#result .success, .notification.success {
  background-color: #EBF6E0;
}

#result .success {
  color: #5f9025;
}

.notification.success {
  color: #5f9025;
}
.notification.success a, .notification.success strong {
  color: #5f9025;
}
.notification.error {
  background-color: #ffe9e9;
  color: #de5959;
}
.notification.error a, .notification.error strong {
  color: #de5959;
}
.notification.warning {
  background-color: #FBFADD;
  color: #8f872e;
}
.notification.warning a, .notification.warning strong {
  color: #8f872e;
}
.notification.notice {
  color: #3184ae;
  background-color: #E9F7FE;
}
.notification.notice h4 {
  font-size: 19px;
  margin: 3px 0 15px 0;
  color: #3184ae;
}
.notification.notice a, .notification.notice strong {
  color: #3184ae;
}
.notification.notice.large {
  padding: 32px 36px;
}
.notification strong {
  font-weight: 700;
}
.notification a {
  text-decoration: underline;
}

body .notification strong {
  border: none;
}

.notification.success .close, .notification.error .close, .notification.warning .close {
  padding: 0px 9px;
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer;
}
.notification.notice .close {
  padding: 0px 9px;
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer;
}
.notification.notice p span i {
  font-weight: 500;
}
.notification a.button {
  float: right;
  color: #fff;
  margin-top: 3px;
}
.notification.notice a.button {
  background-color: #388fc5;
}
.notification.warning a.button {
  background-color: #dfbe51;
}
.notification.error a.button {
  background-color: #d34c4c;
}
.notification.success a.button {
  background-color: #79ba38;
}
.notification.closeable a.close:before {
  content: "\ea02";
  font-family: "Feather-Icons";
  position: absolute;
  right: 25px;
  top: 0;
  cursor: pointer;
  font-weight: 600;
}

/* ---------------------------------- */
/* Tables
------------------------------------- */
table.basic-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
  margin-bottom: 0;
}
table.basic-table th {
  background-color: #e53038;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
  padding: 15px 28px;
}
table.basic-table th:first-child {
  border-radius: 4px 0 0 4px;
}
table.basic-table th:last-child {
  border-radius: 0 4px 4px 0;
}
table.basic-table td {
  padding: 15px 28px;
}
table.basic-table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

@media screen and (max-width: 600px) {
  table:not(.fc-scrollgrid, .fc-scrollgrid-sync-table) table {
    border: 0;
  }
  table:not(.fc-scrollgrid, .fc-scrollgrid-sync-table) table th {
    display: none;
  }
  table:not(.fc-scrollgrid, .fc-scrollgrid-sync-table) table tr {
    display: block;
    margin-bottom: 0;
  }
  table:not(.fc-scrollgrid, .fc-scrollgrid-sync-table) table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  table:not(.fc-scrollgrid, .fc-scrollgrid-sync-table) table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
  }
  table:not(.fc-scrollgrid, .fc-scrollgrid-sync-table) table td:last-child {
    border-bottom: 0;
  }
}
/* ---------------------------------- */
/* Accordion
------------------------------------- */
.accordion {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.accordion .accordion {
  border-radius: 0px;
  box-shadow: none;
}

.accordion-header, .accordion-body {
  background: #fff;
}

.accordion-header {
  padding: 15px 25px;
  background: #e53038;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.accordion .accordion .accordion-header {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.accordion-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: 0.3s;
}

.accordion-body__contents p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*.accordion__item.active .accordion-header:before,
.accordion-header:hover:before { opacity: 0.04; }*/
.accordion-body {
  background: #fff;
  color: #212529;
  display: none;
}

.accordion-body__contents {
  padding: 25px;
  font-size: 16px;
  line-height: 28px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\e957";
  font-family: Material-Icons;
  font-size: 19px;
  float: right;
  position: relative;
  top: -1px;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}
.accordion__item.active .accordion .accordion-header:before {
  opacity: 0;
}
.accordion__item .accordion__item .accordion-header {
  background: #f7f7f7;
  color: #212529;
}

/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.tabs ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.tabs-header {
  position: relative;
  background: #e53038;
  overflow: hidden;
}
.tabs-header .tab-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: auto;
  height: 100%;
  transition: 0.3s ease;
  opacity: 0.08;
  z-index: 90;
}
.tabs-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  position: relative;
  z-index: 100;
}
.tabs-header li {
  transition: 0.3s ease;
}
.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 25px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.tabs-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 19px;
}
.tabs-nav i {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 101;
  margin-left: 5px;
  transition: 0.3s;
}
.tabs-nav i:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.tabs-content {
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}
.tabs-content .tab {
  padding: 25px;
}
.tabs-content .tab p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabs-content:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}

@media (max-width: 992px) {
  .tabs-nav {
    display: none;
  }
  .tabs-header ul {
    flex-direction: column;
    width: 100%;
  }
  .tab-hover {
    display: none;
  }
  .tabs-header a {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
  }
  .tabs-header ul li.active a {
    background-color: rgba(255, 255, 255, 0.07);
  }
}
/* ---------------------------------- */
/* Copy to clipboard
------------------------------------- */
.copy-url {
  display: flex;
}
.copy-url input {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.copy-url .copy-url-button {
  min-width: 48px;
  background-color: #e53038;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

/* ---------------------------------- */
/* Share Buttons
------------------------------------- */
.share-buttons {
  display: block;
}

.share-buttons-trigger {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #a0a0a0;
  font-size: 18px;
  background-color: #f0f0f0;
  border-radius: 4px;
  transition: 0.4s;
  cursor: default;
}
.share-buttons-trigger i {
  position: relative;
  top: 1px;
}

.share-buttons-content {
  display: inline-block;
  position: relative;
  width: calc(100% - 60px);
}
.share-buttons-content span {
  margin-left: 10px;
  color: #888;
  cursor: default;
  padding: 10px 0;
  display: inline-block;
  transition: 0.4s;
}
.share-buttons-content span strong {
  color: #e53038;
  font-weight: 600;
}

.share-buttons:hover .share-buttons-content span {
  opacity: 0;
  transition: 0.2s;
}

/* Icons */
.share-buttons-icons {
  position: absolute;
  left: 5px;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.5, -0.41, 0.19, 2);
}

.share-buttons:hover .share-buttons-icons {
  opacity: 1;
  transform: translate(0);
}

.share-buttons-icons li {
  display: inline-block;
  float: left;
}
.share-buttons-icons li:first-child a {
  border-radius: 4px 0 0 4px;
}
.share-buttons-icons li:last-child a {
  border-radius: 0 4px 4px 0;
}
.share-buttons-icons li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
.share-buttons-icons li a i {
  position: relative;
  top: 1px;
}

/* ---------------------------------- */
/* Verified Badge
------------------------------------- */
.job-listing-company .verified-badge, .job-listing .job-listing-footer ul li .verified-badge {
  position: relative;
  display: inline-block;
  transform: scale(0.7);
  top: 2px;
  margin-left: -2px;
}

/* Verified Badge */
.verified-badge {
  position: relative;
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #38b653;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  font-weight: 500;
}
.verified-badge:before {
  content: "\e92b";
  font-family: "Feather-Icons";
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 0px;
  line-height: 27px;
}

.job-listing .job-listing-company-logo .verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(7px, 7px);
}

/* Long Verified Badge */
.verified-badge-with-title {
  position: relative;
  height: 26px;
  display: flex;
  top: -1px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #30ab4a;
  text-align: center;
  z-index: 10;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 8px 0 0;
  margin: 0;
  overflow: hidden;
  padding-left: 34px;
  line-height: 27px;
}
.verified-badge-with-title:before {
  content: "\e92b";
  font-family: "Feather-Icons";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: inline-block;
  background-color: #38b653;
}

/* ---------------------------------- */
/* Star Rating
------------------------------------- */
/* Star Rating */
.star-rating {
  display: inline-block;
}
.star-rating .star {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 0;
  position: relative;
}
.star-rating .star.half:after, .star-rating .star:before {
  font-family: "Material-Icons";
  content: "\e988";
  display: block;
  color: #febe42;
  font-size: 22px;
}
.star-rating .star.empty:before {
  color: #ddd;
}

.rating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.star-rating .star.half:before {
  color: #ddd;
}
.star-rating .star.half:after {
  color: #febe42;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}
.star-rating:before {
  content: attr(data-rating);
  float: left;
  border-radius: 4px;
  background-color: #febe42;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 7px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.star-rating.no-stars .star {
  display: none;
}
.star-rating.no-stars:before {
  margin-right: 0;
}

/* ---------------------------------- */
/* Leave Rating Stars
------------------------------------- */
.leave-rating {
  height: 24px;
  float: left;
  position: relative;
}
.leave-rating:hover input[type=radio]:checked ~ label {
  color: #dadada;
}
.leave-rating input[type=radio] {
  display: inline-block;
  width: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  margin-left: 50%;
  left: 0;
  top: 0;
  transform: translateX(-50%);
}
.leave-rating input[type=radio]:checked ~ label {
  color: #ffc600;
}
.leave-rating label {
  font-size: 24px;
  float: right;
  letter-spacing: 0px;
  color: #dadada;
  cursor: pointer;
  transition: 0.3s;
}
.leave-rating label:hover {
  color: #ffc600 !important;
}
.leave-rating label:hover ~ label {
  color: #ffc600 !important;
}

.leave-rating-title {
  display: block;
  margin: 0 0 4px 0;
}

.welcome-text .leave-rating-container {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  left: 50%;
  width: 100%;
  display: block;
}
.welcome-text .leave-rating {
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
}

/* ---------------------------------- */
/* Ripple Effect
------------------------------------- */
.ripple-effect-dark {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ripple-effect span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.1;
  pointer-events: none;
}

.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.1;
  pointer-events: none;
  background: #000;
  opacity: 0.07;
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
/* ---------------------------------- */
/* On/Off Switch
------------------------------------- */
.switches-list .switch-container {
  width: 100%;
}
.switches-list .switch-container:last-child label {
  margin-bottom: 0;
}

.switch-container {
  display: inline-block;
  cursor: pointer;
}

label.switch {
  position: relative;
}

.switches-list .switch-container label {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  line-height: 26px;
}

.switch-button {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 50px;
  transition: 0.4s;
  margin: 0 7px 0 0;
  top: 4px;
  position: absolute;
  top: 2px;
  left: 0;
}

.notify-box .switch-button {
  top: 0;
}
.notify-box .switch-container {
  top: 1px;
  position: relative;
}

.switch span.switch-text {
  display: block;
  padding-left: 48px;
  font-size: 16px;
  line-height: 22px;
  color: #212529;
}
.switch input {
  display: none;
}
.switch.interactive-effect input:checked + .switch-button:before {
  animation: switch-shadow-color 0.4s;
}
.switch.interactive-effect .switch-button:before {
  animation: switch-shadow 0.4s;
}

@keyframes switch-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}
@keyframes switch-shadow-color {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 48, 56, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}
.switch-button:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  bottom: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s, box-shadow 0.3s;
  border-radius: 50px;
}

input:checked + .switch-button {
  background-color: #e53038;
}
input:checked + .switch-button:before {
  transform: translateX(14px);
}

/* ---------------------------------- */
/* Radio Button
------------------------------------- */
.radio {
  display: inline-block;
  vertical-align: top;
}
.radio label {
  margin: 3px 0;
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  line-height: 25px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + label .radio-label {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-color: #fff;
  box-shadow: inset 0 0 0 8px #fff;
  z-index: 100;
  position: absolute;
  top: 2px;
  left: 0;
}
.radio input[type=radio] + label .radio-label:after {
  background-color: #820002;
  content: "";
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.radio input[type=radio]:checked + label .radio-label {
  background-color: #820002;
  border-color: #820002;
  box-shadow: inset 0 0 0 3px #fff;
}

.radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}

.interactive-effect label .radio-label:before {
  animation: radius-shadow 0.4s;
}

@keyframes radius-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 48, 56, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.small-label {
  border-radius: 4px;
  display: inline-block;
  background: #e0f5d7;
  color: #449626;
  padding: 0 8px;
  line-height: 27px;
  height: 26px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
  display: inline-block;
  margin-bottom: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  line-height: 25px;
}
.checkbox label span.checkbox-icon {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b4b4b4;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 1px;
}
.checkbox input + label span.checkbox-icon:after {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: scale(0.5) rotate(45deg);
  transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}
.checkbox input:checked + label span.checkbox-icon {
  border-color: #820002;
  background-color: #820002;
}
.checkbox input:checked + label span.checkbox-icon:after {
  transform: scale(1) rotate(45deg);
  opacity: 1;
}

/* ---------------------------------- */
/* Custom Upload Button
------------------------------------- */
.uploadButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  font-style: normal;
  font-size: 14px;
}
.uploadButton .uploadButton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.uploadButton .uploadButton-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 44px;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 4px;
  color: #e53038;
  background-color: transparent;
  border: 1px solid #e53038;
  flex-direction: row;
  transition: 0.3s;
  margin: 0;
  outline: none;
  box-shadow: 0 3px 10px rgba(229, 48, 56, 0.1);
}
.uploadButton .uploadButton-button:hover {
  background-color: #e53038;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
  color: #fff;
}
.uploadButton .uploadButton-file-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
  padding-left: 18px;
  min-height: 42px;
  top: 1px;
  position: relative;
  color: #888;
  background-color: transparent;
  overflow: hidden;
  line-height: 22px;
}

/* ---------------------------------- */
/* Intro Banner
------------------------------------- */
.intro-banner {
  padding: 105px 0;
  position: relative;
  /* Disabled Gradient */
}
.intro-banner.big-padding {
  padding: 130px 0;
}
.intro-banner .container {
  z-index: 100;
  position: relative;
}
.intro-banner:after, .intro-banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 15;
  background: linear-gradient(to right, rgb(250, 250, 250) 20%, rgba(250, 250, 250, 0.95) 50%, rgba(250, 250, 250, 0.1) 80%, rgba(250, 250, 250, 0) 100%);
}
.intro-banner:after {
  z-index: 5;
  background-color: #fafafa;
}
.intro-banner .background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 60%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  left: 10%;
  z-index: 10;
  overflow: hidden;
}
.intro-banner.disable-gradient:before {
  background: #f2f2f2;
  opacity: 0.85;
}
.intro-banner.disable-gradient .background-image-container {
  left: 0;
  width: 100%;
}

/* Banner Headline */
.banner-headline {
  display: block;
  max-width: 55%;
}
.banner-headline h1, .banner-headline h2, .banner-headline h3, .banner-headline h4 {
  font-size: 28px;
  font-weight: 300;
  color: #777;
  line-height: 42px;
}
.banner-headline strong {
  font-weight: 600;
  color: #272635;
}
.banner-headline strong.color {
  color: #e53038;
}

/* Alternative Headline */
.banner-headline-alt {
  margin: -10px 0 0 0;
  display: block;
}
.banner-headline-alt h3 {
  font-size: 40px;
  font-weight: 600;
  color: #272635;
  line-height: 50px;
}
.banner-headline-alt span {
  font-size: 24px;
  color: #888;
  font-weight: 300;
  line-height: 34px;
  margin-top: 5px;
  display: inline-block;
}

.dark-overlay .banner-headline-alt h3 {
  color: #fff;
}
.dark-overlay .banner-headline-alt span {
  color: rgba(255, 255, 255, 0.7);
}

/* Banner Search Form */
.intro-banner-search-form {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
}

/* Video */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.video-container video {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  transition: 1s opacity;
  position: absolute;
  z-index: 9;
}

/* Field Row Styles */
.intro-search-field {
  padding: 10px 12px;
  border-right: 1px solid #e4e4e4;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}
.intro-search-field .field-title {
  content: attr(data-field-tiele);
  position: absolute;
  top: 0;
  left: 0;
  background: #e53038;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 22px;
  transform: translateY(calc(-100% - 15px));
  cursor: default;
}

.intro-banner-search-form .intro-search-field:nth-last-child(2) {
  border-right: none;
}

.intro-search-button {
  margin: 8px;
  margin-left: 0;
  flex: auto;
  flex-grow: 0;
  display: flex;
  align-items: center;
}
.intro-search-button .button {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-size: 18px;
}

/* Field Styles */
.intro-banner-search-form input {
  box-shadow: none;
  font-size: 18px;
  margin: 0;
}
.intro-banner-search-form input:focus {
  box-shadow: none;
}
.intro-banner-search-form input::-moz-placeholder {
  color: #888;
}
.intro-banner-search-form input::placeholder {
  color: #888;
}
.intro-banner-search-form .input-with-icon {
  align-self: center;
  flex: 1;
}
.intro-banner-search-form input {
  padding: 10px 15px;
}
.intro-banner-search-form .input-with-icon input {
  padding: 10px 15px;
  padding-left: 43px;
}
.intro-banner-search-form .input-with-icon i {
  position: absolute;
  right: auto;
  left: 10px;
  top: calc(50% - 1px);
  font-size: 24px;
  color: #b0b0b0;
}

/* Autocomplete Adjustment */
.intro-search-field.with-autocomplete .pac-container {
  border: none;
  padding-top: 0;
  z-index: 9;
  left: 0 !important;
  top: 100% !important;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100% !important;
  margin-top: 0;
  overflow: visible;
}
.intro-search-field.with-autocomplete .pac-container:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 5px;
  display: block;
  top: -5px;
  left: 0;
}
.intro-search-field .bootstrap-select.btn-group button {
  padding: 0 15px;
  box-shadow: none;
  font-size: 18px;
}

/* Dropdown Adjustment */
/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .intro-search-field .field-title {
    transform: translateY(-100%);
    margin-top: -15px;
  }
  .intro-banner-search-form input {
    line-height: 20px;
  }
  .intro-search-field .bootstrap-select.open .dropdown-menu {
    top: 55px;
  }
}
/* IE 11 Fixes - End */
/* Intro Stats */
.intro-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.intro-stats li {
  flex: auto;
  flex-grow: 0;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #e0e0e0;
}
.intro-stats li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.intro-stats li span {
  display: block;
  margin: 0;
  padding: 0;
}
.intro-stats li strong {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #272635;
  font-size: 28px;
  margin-bottom: 2px;
}
.intro-stats li span {
  font-weight: 300;
  color: #888;
  font-size: 18px;
}

/* Dark Style */
.intro-banner.dark-overlay:before {
  background: #333;
  opacity: 0.75;
}
.intro-banner.dark-overlay .background-image-container {
  left: 0;
  width: 100%;
  background-position: 100%;
}
.intro-banner.dark-overlay .intro-stats li span {
  color: rgba(255, 255, 255, 0.7);
}
.intro-banner.dark-overlay .banner-headline strong, .intro-banner.dark-overlay .banner-headline h1, .intro-banner.dark-overlay .banner-headline h2, .intro-banner.dark-overlay .banner-headline h3, .intro-banner.dark-overlay .banner-headline h4 {
  color: rgba(255, 255, 255, 0.7);
}
.intro-banner.dark-overlay .intro-stats li strong, .intro-banner.dark-overlay .banner-headline strong {
  color: #fff;
}
.intro-banner.dark-overlay .intro-banner-search-form {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.intro-banner.dark-overlay .intro-stats li {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.intro-banner.dark-overlay .intro-stats li:last-child {
  border-right: none;
}

/* Intro Banner Media Queries
------------------------------------- */
@media (max-width: 1366px) {
  .banner-headline h1, .banner-headline h2, .banner-headline h3, .banner-headline h4 {
    font-size: 26px;
    line-height: 42px;
  }
}
@media (max-width: 1240px) {
  .banner-headline {
    max-width: 65%;
  }
}
@media (max-width: 992px) {
  .intro-search-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    height: auto;
    line-height: 20px;
  }
  .intro-banner {
    padding: 70px 0;
  }
  .banner-headline {
    max-width: 100%;
  }
  .banner-headline h1, .banner-headline h2, .banner-headline h3, .banner-headline h4 {
    font-size: 24px;
    line-height: 38px;
  }
  /* Alternative Banner Style */
  .intro-banner.dark-overlay .intro-banner-search-form {
    box-shadow: none;
  }
  .intro-banner.big-padding {
    padding: 70px 0;
  }
  .banner-headline-alt {
    margin-bottom: 0;
  }
  .banner-headline-alt h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .banner-headline-alt span {
    font-size: 22px;
    line-height: 32px;
  }
  /* Photo Position */
  .intro-banner:after, .intro-banner:before {
    background: rgba(250, 250, 250, 0.9);
  }
  .intro-banner .background-image-container {
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
  }
  /* Photo Position - End*/
  .intro-banner-search-form {
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    margin-top: 20px;
  }
  .intro-banner-search-form .intro-search-field .bootstrap-select.btn-group button, .intro-banner-search-form input {
    height: 56px;
    padding: 15px 22px;
  }
  .intro-banner-search-form .input-with-icon i {
    left: 17px;
  }
  .intro-banner-search-form .input-with-icon input {
    padding-left: 50px;
  }
  .intro-banner-search-form.margin-top-100, .intro-banner-search-form.margin-top-95, .intro-banner-search-form.margin-top-90, .intro-banner-search-form.margin-top-85 {
    margin-top: 20px !important;
  }
  .intro-banner-search-form .intro-search-field {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
  }
  .intro-banner-search-form .intro-search-field.with-label {
    margin-top: 80px;
  }
  .intro-banner-search-form .intro-search-button {
    margin-top: 30px;
  }
  /* Intro Stats */
  .intro-stats {
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
  }
  .intro-stats li {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    align-self: center;
    text-align: center;
  }
  .intro-stats li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
/* ---------------------------------- */
/* Category Boxes
------------------------------------- */
.categories-container {
  display: flex;
  flex-wrap: wrap;
}

.category-box {
  flex: 0 0 25%;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
  padding: 25px;
  border-radius: 4px;
  transition: 0.35s;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .category-box {
    max-width: 25%;
    text-align: center;
  }
  .category-box-counter {
    width: 50px !important;
  }
}
/* IE 11 Fixes - End */
/* Box Icon */
.category-box-icon {
  font-size: 42px;
  line-height: 32px;
  color: #e53038;
  position: relative;
}
.category-box-icon i {
  height: 42px;
  display: block;
  transition: 0.35s;
  margin-bottom: 12px;
}

/* Box Counter */
.category-box-counter {
  width: auto;
  height: 24px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
  padding: 0 8px;
  color: #909090;
  background: rgba(0, 0, 0, 0.06);
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  transition: 0.35s;
  margin-bottom: 18px;
}

/* Box Content */
.category-box-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  margin: 0;
  padding: 0;
  transition: 0.35s;
}
.category-box-content p {
  color: #888;
  margin: 0;
  padding: 0;
  line-height: 24px;
  margin-top: 5px;
  transition: 0.35s;
}

/* Hover State */
.category-box:hover {
  background: #e53038;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.2);
  color: #fff;
}
.category-box:hover .category-box-content h3, .category-box:hover .category-box-icon {
  color: #fff;
}
.category-box:hover .category-box-content p {
  color: rgba(255, 255, 255, 0.7);
}
.category-box:hover .category-box-counter {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Media Queries for Category Boxes */
@media (max-width: 1240px) {
  .category-box {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 768px) {
  .category-box {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .category-box {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
/* ---------------------------------- */
/* Photo Box
------------------------------------- */
.photo-box {
  border-radius: 4px;
  height: 360px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  margin: 0 0 25px 0;
}
.photo-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0.5;
  border-radius: 4px;
  transition: 0.4s;
}

.photo-box-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.photo-box-content h3 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.photo-box-content span {
  color: #272635;
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 10px;
  line-height: 20px;
  margin-top: 8px;
  display: inline-block;
}

/* Hover State */
.photo-box:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.25);
  transform: translateY(-10px);
}
.photo-box:hover:before {
  background: #e53038;
  opacity: 0.95;
}
.photo-box.small {
  height: 160px;
  margin-bottom: 30px;
}
.photo-box.small:hover {
  transform: translateY(-5px);
}
.photo-box.small .photo-box-content {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-49%);
}
.photo-box.small .photo-box-content h3 {
  font-size: 16px;
  font-weight: 600;
}
.photo-box.small .photo-box-content span {
  color: #fff;
  background: #e53038;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  transition: 0.3s;
}
.photo-box.small:hover .photo-box-content span {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

/* Small Photobox Styles */
/* ---------------------------------- */
/* Pricing Plans
------------------------------------- */
.billing-cycle-radios {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.billing-cycle-radios.text-align-left {
  text-align: left;
}
.billing-cycle-radios .radio {
  margin-right: 20px;
}
.billing-cycle-radios .radio:last-child {
  margin-right: 0;
}

/* Pricing Plans Container */
.pricing-plans-container {
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: flex;
}

.pricing-plan {
  flex: 1;
  padding: 35px 17px;
  position: relative;
}
.pricing-plan:first-of-type {
  padding-left: 35px;
}
.pricing-plan:last-of-type {
  padding-right: 35px;
}
.pricing-plan h3 {
  font-size: 20px;
  font-weight: 600;
}
.pricing-plan p {
  margin: 0;
}

/* Label Switcher */
.billed-yearly-label {
  display: none;
}

.billed-yearly .billed-yearly-label {
  display: block;
}
.billed-yearly .billed-monthly-label {
  display: none;
}

/* Pricing Plan Label */
.pricing-plan-label {
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 18px;
  color: #888;
  text-align: center;
  line-height: 24px;
  padding: 15px;
  margin: 22px 0;
}
.pricing-plan-label strong {
  font-size: 32px;
  font-weight: 700;
  color: #272635;
  margin-right: 5px;
  line-height: 30px;
}

.recommended .pricing-plan-label {
  background-color: rgba(229, 48, 56, 0.06);
  color: #e53038;
}
.recommended .pricing-plan-label strong {
  color: #e53038;
}

/* Pricing Plan Features */
.pricing-plan-features strong {
  color: #272635;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
  display: inline-block;
}
.pricing-plan-features ul {
  padding: 0;
  margin: 0;
}
.pricing-plan-features ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
  line-height: 24px;
}

/* Pricing Plan Button */
.pricing-plan .button:hover, .pricing-plan.recommended .button {
  color: #fff;
  background-color: #e53038;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}
.pricing-plan .button {
  color: #e53038;
  background-color: #fff;
  border: 1px solid #e53038;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.1);
}
.pricing-plan .button:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}
.pricing-plan.recommended {
  box-shadow: 0 0px 45px rgba(0, 0, 0, 0.09);
  padding: 35px;
  margin: 0 15px;
}
.pricing-plan .recommended-badge {
  background-color: #e53038;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  line-height: 45px;
}

/* Recommended Plan */
/* Media Queries for Pricing Plans */
@media (max-width: 992px) {
  .pricing-plans-container {
    box-shadow: none;
    display: block;
    margin-top: -40px;
  }
  .pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    flex: auto;
    width: 100%;
    border-radius: 4px;
    padding: 35px;
  }
  .pricing-plan.recommended {
    padding: 35px;
    margin: 0 0 40px 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
  }
}
/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */
.icon-box {
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.icon-box-circle {
  background-color: #fff;
  width: 50%;
  height: 60px;
  z-index: 100;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}

.icon-box-circle-inner {
  font-size: 72px;
  color: #ccc;
  position: relative;
  width: 60px;
  margin: 0 auto;
  display: inline-block;
}

.icon-box-check {
  background-color: #e53038;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  animation: circle-box-anim 2s infinite;
  transition: 0.4s;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: -3px;
  right: -10px;
  animation: checkAnim 2s infinite;
  box-shadow: 0 0 0 5px rgba(229, 48, 56, 0.1);
}

@keyframes checkAnim {
  0%, 100% {
    box-shadow: 0 0 0 5px rgba(229, 48, 56, 0.15);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(229, 48, 56, 0.15);
  }
}
.icon-box span {
  color: #212529;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.icon-box h4 {
  margin: 4px 0;
  line-height: 26px;
}
.icon-box h3 {
  margin: 4px 0;
  line-height: 26px;
  font-size: 22px;
  font-weight: 500;
}
.icon-box p {
  margin: 0;
  margin-top: 25px;
  font-style: 16px;
  padding: 0 10px;
  color: #808080;
}
.icon-box.with-line:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40px;
  background: #e9e9e9;
  display: block;
  z-index: 9;
}

@media (max-width: 992px) {
  .icon-box.with-line:before {
    display: none;
  }
}
/* ---------------------------------- */
/* Testimonials
------------------------------------- */
.testimonial-box {
  background: transparent;
  border-radius: 6px;
  padding: 45px;
  padding-top: 35px;
  color: #888;
  position: relative;
  margin: 70px 0 0;
  box-shadow: none;
  transition: 0.4s;
  cursor: grab;
  text-align: center;
  transform: scale(0.8);
}
.testimonial-box:before {
  content: "\e948";
  font-family: "Material-Icons";
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 80px;
  transform: translateY(-100%);
  color: #e53038;
  opacity: 0;
  transition: 0.3s;
}

.testimonial-carousel .slick-slide {
  margin: 0 20px 30px 20px;
  opacity: 0;
  transition: 0.4s;
  pointer-events: all;
}
.testimonial-carousel .slick-slide.slick-active {
  opacity: 1;
  filter: none;
  pointer-events: all;
}
.testimonial-carousel .slick-slide.slick-active .testimonial-box {
  transform: scale(1);
  background: #fff;
  color: #212529;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.testimonial-carousel .slick-slide.slick-active .testimonial-box:before {
  opacity: 1;
}

.testimonial {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #808080;
  line-height: 32px;
}
.testimonial p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #808080;
  line-height: 32px;
}

.testimonial-author {
  display: block;
  width: 100%;
  padding: 20px 0 15px 0;
  text-align: center;
  margin: 0 auto;
}

.testimonial-avatar {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial-avatar img {
  width: 70px;
  display: inline-block;
  text-align: center;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial-author h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-top: 0;
  color: #272635;
  font-weight: 600;
}
.testimonial-author span {
  display: block;
  padding-top: 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 3px 12px;
  margin: 5px 0 10px 0;
  background-color: #e53038;
  color: #fff;
  box-shadow: 0 2px 10px rgba(229, 48, 56, 0.25);
}

.testimonial-box .star-rating {
  height: 30px;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 15px;
}

.testimonial-carousel .slick-next {
  right: 25%;
}
.testimonial-carousel .slick-prev {
  left: 25%;
}
.testimonial-carousel .slick-next, .testimonial-carousel .slick-prev {
  margin-top: 35px;
}

/* Media Queries for Testimonials */
@media (max-width: 1600px) {
  .testimonial-carousel .slick-next {
    right: 15%;
  }
  .testimonial-carousel .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1240px) {
  .testimonial-carousel .slick-next {
    right: 13%;
  }
  .testimonial-carousel .slick-prev {
    left: 13%;
  }
}
@media (max-width: 992px) {
  .testimonial-carousel .slick-next {
    right: 8%;
  }
  .testimonial-carousel .slick-prev {
    left: 8%;
  }
  .testimonial-box {
    padding: 35px;
  }
  .testimonial {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel .slick-next {
    right: 20px;
  }
  .testimonial-carousel .slick-prev {
    left: 20px;
  }
  .testimonial-carousel .slick-next, .testimonial-carousel .slick-prev {
    transform: scale(0.8) translateY(-50%);
  }
}
/* Logo Carousel */
.logo-carousel .carousel-item {
  display: inline-block;
  height: 120px;
  text-align: center;
  position: relative;
}
.logo-carousel .carousel-item a {
  display: inline-block;
}
.logo-carousel .carousel-item img {
  max-height: 60%;
  max-width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo-carousel .slick-prev, .logo-carousel .slick-next {
  top: 50%;
}

/* Blog Carousel */
.blog-carousel {
  width: calc(100% + 30px);
  left: -15px;
}
.blog-carousel .blog-compact-item-container {
  margin: 15px;
  display: inline-block;
  width: 30%;
}
.blog-carousel.slick-initialized .blog-compact-item-container {
  width: auto;
}

.full-width-carousel-fix .default-slick-carousel.slick-initialized .freelancer, .full-width-carousel-fix .blog-carousel.slick-initialized .blog-compact-item-container {
  margin: 15px;
  transform: scale(0.85);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.full-width-carousel-fix .default-slick-carousel.slick-initialized .slick-slide.slick-active.freelancer {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.full-width-carousel-fix .blog-carousel.slick-initialized .slick-slide.slick-active.blog-compact-item-container {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.full-width-carousel-fix .blog-carousel.slick-initialized .slick-slide.slick-active.blog-compact-item-container:hover {
  transform: scale(1) translateY(-10px);
}

/* ---------------------------------- */
/* Photo Section
------------------------------------- */
.photo-section {
  background-size: cover;
  background-position: 50%;
  display: block;
  position: relative;
}
.photo-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.65;
  display: block;
  position: absolute;
  top: 0;
}

/* Styles for info banner with parallax */
.text-content {
  background: transparent;
  padding: 110px 0px;
  font-weight: 500;
  z-index: 99;
  position: relative;
}
.text-content.white-font, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
  color: #fff;
}
.text-content.white-font h1, .text-content.white-font h2, .text-content.white-font h3, .text-content.white-font h4, .text-content.white-font h5 {
  color: #fff;
}
.text-content a.button {
  font-size: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.text-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  opacity: 0.85;
}
.text-content h2 {
  margin-bottom: 23px;
  line-height: 46px;
  font-size: 34px;
  font-weight: 500;
}

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

.top-0 {
  position: relative;
}

@media (max-width: 992px) {
  .text-content {
    padding: 80px 0;
  }
  .text-content h2 {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
  }
}
/* ---------------------------------- */
/* Counters
------------------------------------- */
.counters-container {
  display: flex;
  flex-wrap: wrap;
}

.single-counter {
  flex: 1;
  text-align: center;
  position: relative;
  border-right: 1px solid #e0e0e0;
  margin-top: 80px;
}
.single-counter:last-child {
  border-right: 0;
}
.single-counter i {
  font-size: 64px;
  color: #ccc;
  position: absolute;
  top: -20px;
  transform: translateY(-100%);
  left: 0;
  right: 0;
}
.single-counter h3 {
  font-size: 36px;
  font-weight: 600;
  color: #e53038;
  margin-bottom: 7px;
}
.single-counter .counter-title {
  color: #888;
  padding-top: 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 18px;
}

/* Media Queries for Counters */
@media (max-width: 992px) {
  .single-counter {
    flex: 1 1 50%;
    margin-bottom: 30px;
  }
  .single-counter:nth-child(2) {
    border: none;
  }
  .counters-container {
    margin-bottom: -30px;
  }
}
/* Media Queries for Counters */
@media (max-width: 768px) {
  .single-counter {
    flex: 1 1 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
  }
  .single-counter:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
  }
  .single-counter:last-child {
    margin-bottom: -15px;
    border-bottom: none;
  }
  .counters-container {
    margin-bottom: -30px;
  }
}
/* ---------------------------------- */
/* Countdown
------------------------------------- */
.countdown {
  border-radius: 4px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 14px;
}
.countdown.green {
  background-color: #e7f8ec;
  color: #289c41;
}
.countdown.yellow {
  background-color: #fbf6dd;
  color: #a18d29;
}

/* ---------------------------------- */
/* Bidding Widget
------------------------------------- */
.bidding-widget {
  border-radius: 4px;
  background-color: #f9f9f9;
}

.dashboard-box .bidding-widget, .popup-tab-content .bidding-widget {
  border-radius: 0;
  background-color: transparent;
}

.dashboard-box .slider-handle.custom, .popup-tab-content .slider-handle.custom {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.bidding-widget .bidding-headline {
  background-color: #f0f0f0;
  color: #272635;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.bidding-widget .bidding-inner {
  padding: 30px 35px;
}
.bidding-widget .bidding-headline {
  color: #272635;
  font-size: 20px;
  padding: 20px 35px;
}
.bidding-widget .bidding-headline h3 {
  color: #272635;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.bidding-widget .bidding-signup {
  color: #212529;
  font-size: 14.7px;
  padding: 16px 35px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.bidding-widget .bidding-signup a {
  font-weight: 600;
}
.bidding-widget button.button {
  margin-bottom: 3px;
}
.bidding-widget .bidding-detail {
  color: #888;
  display: block;
}
.bidding-widget .bidding-detail strong {
  color: #272635;
  font-weight: 700;
}

.dashboard-box .bidding-detail strong {
  font-weight: 600;
}

.bidding-widget .bidding-value {
  font-size: 26px;
  font-weight: 500;
  color: #272635;
  margin: 5px 0 20px 0;
  font-size: 26px;
  font-weight: 500;
  color: #272635;
}
.bidding-widget .button {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
  transition: 0.3s;
  height: 46px;
}
.bidding-widget .button:hover {
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.25);
  transform: translateY(-2px);
}
.bidding-widget .bidding-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 12px;
  width: calc(100% + 20px);
}
.bidding-widget .bidding-fields .bidding-field {
  flex: 1;
  margin-right: 20px;
}

/* Quantity Buttons for Booking Widget*/
.qtyButtons {
  display: flex;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
  height: 48px;
  padding: 6px;
}
.qtyButtons.with-border {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.qtyButtons input {
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 50px;
  height: 36px;
  color: #808080;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 5px;
  border: none;
  box-shadow: none;
  display: inline-block;
  flex-grow: 1;
  box-shadow: none !important;
}

.qtyTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  padding-right: 15px;
  display: block;
  flex: 1;
}

.qtyInc, .qtyDec {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  background-color: #f0f0f0;
  color: #808080;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Feather-Icons";
  flex: 1;
  min-width: 36px;
  max-width: 36px;
  transition: 0.3s;
}

.qtyInc:before {
  content: "\e9b1";
}

.qtyDec:before {
  content: "\e996";
}

.qtyInc:hover, .qtyDec:hover {
  background-color: #e53038;
  color: #fff;
}

.qtyTotal {
  background-color: #e53038;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: -2px;
  left: 2px;
  height: 18px;
  width: 18px;
}

/* Media Queiers for Bidding Widget */
@media (max-width: 1366px) {
  .qtyInc, .qtyDec {
    min-width: 34px;
    max-width: 34px;
  }
  .bidding-widget .bidding-inner {
    padding: 27px 32px;
  }
  .bidding-widget .bidding-headline {
    padding: 20px 32px;
  }
}
@media (max-width: 1240px) {
  .qtyInc, .qtyDec {
    min-width: 36px;
    max-width: 36px;
  }
  .bidding-widget .bidding-fields {
    width: 100%;
  }
  .bidding-widget .bidding-fields .bidding-field {
    flex: auto;
    margin-right: 0;
    width: 100%;
  }
  .bidding-widget .bidding-fields .bidding-field:first-child {
    margin-bottom: 20px;
  }
}
/* Boxed List 
------------------------------------- */
.boxed-list {
  margin-top: 10px;
  display: block;
}

.boxed-list-headline {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 20px 35px;
}
.boxed-list-headline h3 {
  font-size: 18px;
}
.boxed-list-headline h3 span {
  color: #888;
}
.boxed-list-headline h3 i {
  font-size: 18px;
  color: #e53038;
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 0;
  display: inline-block;
  margin-right: 5px;
}

.boxed-list ul.boxed-list-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxed-list ul.boxed-list-ul > li {
  display: block;
  background-color: transparent;
  padding: 35px;
  border-radius: 4px;
}
.boxed-list ul.boxed-list-ul > li:nth-child(2n) {
  background-color: #fafafa;
}

/* Fields UL */
.fields-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fields-ul > li {
  display: block;
  background-color: transparent;
  padding: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

/* Boxed List Item
------------------------------------- */
.boxed-list-item {
  display: flex;
}
.boxed-list-item .item-image {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-right: 25px;
  position: relative;
  top: -2px;
  display: flex;
  background-color: #fff;
}
.boxed-list-item .item-image img {
  height: auto;
  align-self: center;
}
.boxed-list-item .item-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #272635;
}
.boxed-list-item .item-content h4 a {
  font-size: 18px;
  font-weight: 600;
  color: #272635;
}
.boxed-list-item .item-content h4 span {
  font-size: 16px;
  color: #808080;
  display: block;
  font-weight: 500;
}
.boxed-list-item .item-details {
  display: flex;
  margin-top: 5px;
}
.boxed-list-item .item-details .star-rating {
  top: -2px;
  position: relative;
  margin-right: 15px;
}
.boxed-list-item .item-details .detail-item {
  margin-right: 15px;
  color: #808080;
}
.boxed-list-item .item-details .detail-item a {
  color: #808080;
}
.boxed-list-item .item-details .detail-item a:hover {
  color: #e53038;
}
.boxed-list-item .item-details .detail-item i {
  margin-right: 3px;
  position: relative;
  top: 0;
}
.boxed-list-item .item-description {
  margin-top: 15px;
}
.boxed-list-item .item-description p {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .boxed-list-item .item-image {
    max-width: 60px;
  }
  .boxed-list-item .item-image img {
    width: 100%;
  }
}
/* IE 11 Fixes - End */
/* Bid 
------------------------------------- */
.bid {
  display: flex;
  width: 100%;
}
.bid .bids-content {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bid .bids-bid {
  align-items: center;
  display: flex;
}
.bid .bids-avatar {
  align-self: center;
}
.bid .freelancer-name {
  margin-top: 0;
}
.bid .freelancer-avatar {
  width: 80px;
  margin: 0 auto;
  position: relative;
  margin-right: 30px;
}
.bid .star-rating {
  margin-top: 3px;
  display: block;
}
.bid .freelancer-avatar img {
  width: 100%;
  border-radius: 50%;
  cursor: pointer;
}
.bid .freelancer-avatar .verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Bid Rate */
.bid-rate {
  text-align: center;
  font-size: 14px;
  background: #f4f4f4;
  color: #888;
  border-radius: 4px;
  padding: 8px 12px;
}

.boxed-list ul.boxed-list-ul > li:nth-child(2n) .bid-rate {
  background: #f2f2f2;
}

.bid-rate .rate {
  color: #272635;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  padding: 5px 10px;
  padding-bottom: 0;
  font-size: 16px;
}
.bid-rate span {
  display: block;
  margin-top: -2px;
}

@media (max-width: 768px) {
  .bid {
    display: block;
  }
  .bid .freelancer-avatar {
    width: 70px;
    margin: 0 0 15px 0;
  }
  .bids-bid {
    margin-top: 15px;
  }
  .bid-rate {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .boxed-list-item .item-details {
    display: block;
    width: 100%;
  }
  .boxed-list-item .item-image {
    display: none;
  }
}
/* ---------------------------------- */
/* Category Boxes
------------------------------------- */
.categories-container {
  display: flex;
  flex-wrap: wrap;
}

.category-box {
  flex: 0 0 25%;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
  padding: 25px;
  border-radius: 4px;
  transition: 0.35s;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .category-box {
    max-width: 25%;
    text-align: center;
  }
  .category-box-counter {
    width: 50px !important;
  }
}
/* IE 11 Fixes - End */
/* Box Icon */
.category-box-icon {
  font-size: 42px;
  line-height: 32px;
  color: #e53038;
  position: relative;
}
.category-box-icon i {
  height: 42px;
  display: block;
  transition: 0.35s;
  margin-bottom: 12px;
}

/* Box Counter */
.category-box-counter {
  width: auto;
  height: 24px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
  padding: 0 8px;
  color: #909090;
  background: rgba(0, 0, 0, 0.06);
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  transition: 0.35s;
  margin-bottom: 18px;
}

/* Box Content */
.category-box-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  margin: 0;
  padding: 0;
  transition: 0.35s;
}
.category-box-content p {
  color: #888;
  margin: 0;
  padding: 0;
  line-height: 24px;
  margin-top: 5px;
  transition: 0.35s;
}

/* Hover State */
.category-box:hover {
  background: #e53038;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.2);
  color: #fff;
}
.category-box:hover .category-box-content h3, .category-box:hover .category-box-icon {
  color: #fff;
}
.category-box:hover .category-box-content p {
  color: rgba(255, 255, 255, 0.7);
}
.category-box:hover .category-box-counter {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Media Queries for Category Boxes */
@media (max-width: 1240px) {
  .category-box {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 768px) {
  .category-box {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .category-box {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
/* ---------------------------------- */
/* Clickable Tags
------------------------------------- */
.tags-container {
  display: block;
}
.tags-container input[type=checkbox] {
  display: none;
}
.tags-container input[type=checkbox] + label {
  transition: 0.3s;
  font-size: 14.7px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #eee;
  color: #777;
  display: inline-block;
  padding: 6px 15px;
  margin: 0;
  line-height: 24px;
}
.tags-container input[type=checkbox] + label:hover {
  background-color: #e8e8e8;
}
.tags-container input[type=checkbox]:checked + label {
  background-color: #e53038;
  color: #fff;
  transition: 0.3s;
}
.tags-container input[type=checkbox]:checked + label:before {
  max-width: 30px;
  opacity: 1;
  transform: scale(1);
  margin: 0 5px 0 -2px;
}
.tags-container input[type=checkbox] + label:before {
  font-family: "Feather-Icons";
  content: "\e92b";
  font-size: 18px;
  transition: all 0.35s cubic-bezier(0.5, -0.41, 0.19, 2), max-width 0.3s, margin 0.3s;
  max-width: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0;
  opacity: 0;
  color: #fff;
  line-height: 0;
  transform: scale(0.5);
}
.tags-container .tag {
  display: inline-block;
  float: left;
  margin: 0 7px 7px 0;
  overflow: hidden;
}

/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */
.icon-box {
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.icon-box-circle {
  background-color: #fff;
  width: 50%;
  height: 60px;
  z-index: 100;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}

.icon-box-circle-inner {
  font-size: 72px;
  color: #ccc;
  position: relative;
  width: 60px;
  margin: 0 auto;
  display: inline-block;
}

.icon-box-check {
  background-color: #e53038;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  animation: circle-box-anim 2s infinite;
  transition: 0.4s;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: -3px;
  right: -10px;
  animation: checkAnim 2s infinite;
  box-shadow: 0 0 0 5px rgba(229, 48, 56, 0.1);
}

@keyframes checkAnim {
  0%, 100% {
    box-shadow: 0 0 0 5px rgba(229, 48, 56, 0.15);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(229, 48, 56, 0.15);
  }
}
.icon-box span {
  color: #212529;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.icon-box h4 {
  margin: 4px 0;
  line-height: 26px;
}
.icon-box h3 {
  margin: 4px 0;
  line-height: 26px;
  font-size: 22px;
  font-weight: 500;
}
.icon-box p {
  margin: 0;
  margin-top: 25px;
  font-style: 16px;
  padding: 0 10px;
  color: #808080;
}
.icon-box.with-line:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40px;
  background: #e9e9e9;
  display: block;
  z-index: 9;
}

@media (max-width: 992px) {
  .icon-box.with-line:before {
    display: none;
  }
}
/* ---------------------------------- */
/* Notify Box
------------------------------------- */
.notify-box {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 15px 25px;
  position: relative;
  line-height: 28px;
  min-height: 59px;
}
.notify-box label {
  margin-bottom: 0;
  cursor: pointer;
}
.notify-box .switch-button {
  margin-right: 10px;
}

.sort-by {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  float: right;
}
.sort-by .bootstrap-select {
  position: relative;
  right: 0;
  top: 0;
}
.sort-by .dropdown-menu {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
}
.sort-by .bootstrap-select.btn-group button {
  flex: 1;
  position: relative;
  right: 0;
  top: 4px;
  font-weight: 600;
  margin-left: 10px;
  width: auto;
  padding: 0;
  padding-right: 12px;
  background-color: transparent;
  box-shadow: none;
  height: 20px;
  color: #272635;
}
.sort-by .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.sort-by .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0;
}
.sort-by .bootstrap-select .dropdown-menu {
  padding-top: 15px;
  top: 40px;
  right: 0;
  left: auto;
  position: absolute;
  min-width: 160px !important;
  flex: 1;
}
.sort-by .bootstrap-select.open:before {
  display: none;
}

/* Notify Box Media Queries*/
@media (max-width: 768px) {
  .notify-box {
    margin-bottom: 90px;
  }
  .notify-box .sort-by {
    position: absolute;
    margin-top: 35px;
    left: 0;
  }
  .notify-box .sort-by .bootstrap-select .dropdown-menu {
    left: 0;
    right: auto;
  }
}
/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
  margin: 0;
  text-align: center;
}

.pagination-next-prev {
  position: relative;
  top: -66px;
}

.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagination ul li a {
  padding: 10px 0;
  border-bottom: none;
  display: inline-block;
  color: #333;
  background-color: transparent;
  font-weight: 700;
  margin: 0;
  line-height: 22px;
  transition: all 200ms ease-in-out;
  font-size: 14px;
  float: left;
}

.pagination-next-prev ul li a {
  padding: 10px 0;
  border-bottom: none;
  display: inline-block;
  color: #333;
  background-color: transparent;
  font-weight: 700;
  margin: 0;
  line-height: 22px;
  transition: all 200ms ease-in-out;
  font-size: 14px;
  float: left;
}

.pagination ul li a {
  border-radius: 4px;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 44px;
}
.pagination ul li a i {
  line-height: 44px;
  font-size: 24px;
}
.pagination ul li.blank {
  color: #a0a0a0;
  padding: 0 6px;
}

.section.gray .pagination .pagination-arrow a:hover {
  background-color: #333;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pagination ul li a.current-page, .pagination ul li a:hover {
  background-color: #333;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.pagination ul li a.current-page {
  background-color: #e53038;
  color: #fff;
  box-shadow: 0 2px 8px rgba(102, 103, 107, 0.25);
}
.pagination .pagination-arrow a {
  background-color: #f0f0f0;
}

.section.gray .pagination .pagination-arrow a {
  background-color: #eaeaea;
}

/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: translateY(10px);
}
#backtotop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #e53038;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 4px;
  text-align: center;
  font-size: 26px;
}

body #backtotop a {
  color: #fff;
}

#backtotop a:after {
  content: "\e931";
  font-family: "Feather-Icons";
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #backtotop {
    display: none;
  }
}
/* -------------------------------------------------------------- */
/* 04. Vendor (third party assets styles)
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Slick Slider
------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url("/images/bg-home.jpg");
  background-position: bottom;
  background-size: cover;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: inherit !important;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/*.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #333;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: block;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  transition: 0.3s;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.slick-prev:hover, .slick-next:hover {
  color: transparent;
  outline: none;
  background: #e53038;
}

.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 1;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #e8e8e8;
  box-shadow: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  color: #808080;
}

.slick-prev:before, .slick-next:before {
  font-family: "Feather-Icons";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  color: #fff;
}

.slick-prev {
  left: -85px;
}
.slick-prev:before {
  content: "\e92f";
  left: -1px;
}

.slick-next {
  right: -85px;
}
.slick-next:before {
  content: "\e930";
  right: -1px;
}

/* Dots */
.slick-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  position: relative;
  outline: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  box-shadow: inset 0 0 0 2px #c0c0c0;
  transition: all 0.3s;
}
.slick-dots li.slick-active {
  box-shadow: inset 0 0 0 6px #c0c0c0;
  transition: all 0.3s;
}
.slick-dots li:after {
  display: block;
  height: 13px;
  width: 13px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
  background-color: #c0c0c0;
}
.slick-dots li.slick-active:after {
  opacity: 1;
}

/* Reset */
.slick-slide {
  display: none;
  outline: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.default-slick-carousel {
  height: auto;
  width: calc(100% + 30px);
  left: -15px;
  display: none;
}
.default-slick-carousel .slick-carousel-item {
  margin: 15px;
}

.testimonial-carousel, .logo-carousel, .blog-carousel {
  display: none;
}

.default-slick-carousel.slick-initialized, .testimonial-carousel.slick-initialized, .logo-carousel.slick-initialized, .blog-carousel.slick-initialized {
  display: block;
}

/* Custom */
.default-slick-carousel .freelancer {
  margin: 15px;
  width: 30%;
}
.default-slick-carousel.slick-initialized .freelancer {
  width: auto;
}
.default-slick-carousel .freelancer-details-list ul li {
  margin-right: 22px;
}
.default-slick-carousel .freelancer-details-list ul li:last-child {
  margin-right: 0px;
}
.default-slick-carousel .freelancer:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(0px);
}

@media (min-width: 1367px) and (max-width: 1440px) {
  .slick-prev {
    left: -65px;
  }
  .slick-next {
    right: -65px;
  }
}
@media (max-width: 1290px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
@media (max-width: 1090px) {
  .slick-prev {
    left: 40px;
  }
  .slick-next {
    right: 40px;
  }
}
.full-width-carousel-fix {
  overflow: hidden;
}
.full-width-carousel-fix .slick-list {
  overflow: visible;
}

/* ---------------------------------- */
/* Simlpebar.js (custom scrollbar)
------------------------------------- */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar=init] {
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
  height: calc(100% - 6px);
  margin-top: 6px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 6px;
  width: 5px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s, background-color 0.3s;
  background-color: #d8d8d8;
}
.simplebar-scrollbar:hover:before {
  background-color: #c8c8c8;
}

.simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0 linear;
}
.simplebar-track.vertical {
  top: 0;
}
.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
  display: none;
}
.simplebar-track.horizontal .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

body.gray .dashboard-content-container .simplebar-scrollbar:before {
  background-color: #c9c9c9;
}
body.gray .dashboard-content-container .simplebar-scrollbar:hover:before {
  background-color: #b9b9b9;
}

.dashboard-box .simplebar-scrollbar:before {
  background-color: #d8d8d8;
}
.dashboard-box .simplebar-scrollbarLhover:before {
  background-color: #c8c8c8;
}

/* ---------------------------------- */
/* Tippy.js Tooltips
------------------------------------- */
/* Dark */
.tippy-tooltip.dark-theme {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 12px;
}
.tippy-tooltip.dark-theme .tippy-backdrop {
  background-color: #333;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.dark-theme .tippy-arrow {
  border-top-color: #272635;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
  border-bottom-color: #272635;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.dark-theme .tippy-arrow {
  border-right-color: #272635;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.dark-theme .tippy-arrow {
  border-left-color: #272635;
}

.tippy-tooltip.dark-theme .tippy-arrow {
  transform: scale(0.7);
}
.tippy-tooltip.light-theme {
  color: #272635;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  background-color: #fff;
}

/* Light */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top-color: #fff;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom-color: #fff;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right-color: #fff;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left-color: #fff;
}

/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #111;
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content, .mfp-s-loading .mfp-arrow {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0px;
  top: -40px;
}

/* Close Button */
.og-close, button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}
.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-close::after, .mfp-close::before {
  top: 0px;
}

.og-close {
  margin: 17px;
  right: 10px;
  background: transparent;
  color: #222;
}
.og-close:before {
  font-family: "Feather-Icons";
  font-size: 20px;
  top: 2px;
  left: 0;
  position: relative;
  height: 10px;
}

.mfp-close:before {
  font-family: "Feather-Icons";
  font-size: 20px;
  top: 2px;
  left: 0;
  position: relative;
  height: 10px;
}

.og-close:before, .mfp-close:before {
  content: "\ea02";
}

#small-dialog .mfp-close, #small-dialog-1 .mfp-close, #small-dialog-2 .mfp-close, #small-dialog-3 .mfp-close, #small-dialog-4 .mfp-close, #sign-in-dialog {
  color: #fff;
}

.mfp-close {
  color: #fff;
}
.mfp-close:hover {
  color: #fff;
}

/* Popup close button*/
#sign-in-dialog .mfp-close, #small-dialog-1 .mfp-close, #small-dialog-2 .mfp-close, #small-dialog-3 .mfp-close, #small-dialog-4 .mfp-close, #small-dialog .mfp-close {
  color: #212529;
  background-color: #e4e4e4;
  border-radius: 4px;
  top: 28px;
  right: 40px;
  width: 40px;
  height: 40px;
}

#sign-in-dialog .mfp-close:hover, #small-dialog-1 .mfp-close:hover, #small-dialog-2 .mfp-close:hover, #small-dialog-3 .mfp-close:hover, #small-dialog-4 .mfp-close:hover, #small-dialog .mfp-close:hover {
  color: #fff;
  background-color: #e53038;
}

.small-dialog-content input[type=submit] {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 10px;
}
.small-dialog-content .divider {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 0;
}

.small-dialog-header {
  font-size: 22px;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  top: 0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 35px 40px;
  margin-bottom: 40px;
}
.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 23px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: none;
}
.mfp-arrow:hover {
  background: #e53038;
  color: #fff;
}
.mfp-arrow.mfp-arrow-left {
  font-family: "simple-line-icons";
  font-size: 20px;
}
.mfp-arrow.mfp-arrow-right {
  font-family: "simple-line-icons";
  font-size: 20px;
  right: 15px;
}
.mfp-arrow.mfp-arrow-left:before {
  content: "\e605";
  left: -1px;
  top: 0px;
  position: relative;
}
.mfp-arrow.mfp-arrow-right:before {
  content: "\e606";
  left: 1px;
  top: 0px;
  position: relative;
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Popup */
#sign-in-dialog, #small-dialog-1, #small-dialog-2, #small-dialog-3, #small-dialog-4, #small-dialog {
  background: #fff;
  padding: 40px;
  padding-top: 0;
  text-align: left;
  max-width: 610px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 550px;
}

#sign-in-dialog-1 span.line, #sign-in-dialog-2 span.line, #sign-in-dialog-3 span.line, #sign-in-dialog-4 span.line, #sign-in-dialog span.line, #small-dialog span.line {
  padding-top: 0;
}

/* Animating */
.my-mfp-zoom-in {
  /* In */
  /* Out */
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* The shadow behind the image */
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Feedback Yes No */
.feedback-yes-no {
  margin-bottom: 15px;
}
.feedback-yes-no strong {
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  display: block;
}
.feedback-yes-no .radio {
  margin-right: 15px;
}
.feedback-yes-no .leave-rating {
  transform: scale(1.1);
  margin: 3px 0 10px 3px;
}

/* ---------------------------------- */
/* Popup tabs
------------------------------------- */
.popup-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 62px;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.popup-tabs-nav li {
  float: left;
  line-height: 62px;
  height: 62px;
  padding: 0;
  margin-right: 0;
  position: relative;
}
.popup-tabs-nav li:first-child a {
  border-radius: 4px 0 0 0;
}
.popup-tabs-nav li a {
  transition: all 0.25s ease-in-out;
}

.popup-tab-reviews {
  transition: all 0.25s ease-in-out;
}

.popup-tabs-nav li a {
  border: none;
  color: #777;
  display: inline-block;
  outline: none;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  z-index: 10;
  position: relative;
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.3s, font-weight 0s;
  border-right: 1px solid #e0e0e0;
}
.popup-tabs-nav li.active {
  background-color: #fff;
  position: relative;
}
.popup-tabs-nav li a:hover {
  background-color: #f3f3f3;
  height: calc(100% - 1px);
  color: #272635;
}
.popup-tabs-nav li:last-child a:hover {
  border-right: 1px solid #e0e0e0;
}
.popup-tabs-nav li.active {
  background-color: #fff;
}
.popup-tabs-nav li.active a {
  color: #e53038;
  font-weight: 600;
}
.popup-tabs-nav li.active a:hover {
  background-color: #fff;
}
.popup-tabs-nav li.active:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 111;
}
.popup-tabs-nav li:first-child.active {
  border-left: none;
  border-radius: 4px 0 0 0;
}

.popup-tab-content {
  padding: 50px 35px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}

.popup-tabs-container {
  overflow: hidden;
  width: 100%;
}

.popup-tab-content p:last-child {
  margin-bottom: 0;
}

.dialog-with-tabs#sign-in-dialog, .dialog-with-tabs#small-dialog-1, .dialog-with-tabs#small-dialog-2, .dialog-with-tabs#small-dialog-3, .dialog-with-tabs#small-dialog-4, .dialog-with-tabs#small-dialog {
  padding: 0;
  color: #212529;
  max-width: 540px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

/* Close Button Adjustments*/
#sign-in-dialog.dialog-with-tabs .mfp-close, #small-dialog.dialog-with-tabs .mfp-close, #small-dialog-1.dialog-with-tabs .mfp-close, #small-dialog-2.dialog-with-tabs .mfp-close, #small-dialog-3.dialog-with-tabs .mfp-close, #small-dialog-4.dialog-with-tabs .mfp-close {
  color: #888;
  background-color: #f8f8f8;
  border-left: 1px solid #e0e0e0;
  border-radius: 0 4px 0 0;
  top: 0;
  right: 0;
  width: 62px;
  height: 61px;
}

#sign-in-dialog.dialog-with-tabs .mfp-close:hover, #small-dialog-1.dialog-with-tabs .mfp-close:hover, #small-dialog-2.dialog-with-tabs .mfp-close:hover, #small-dialog-3.dialog-with-tabs .mfp-close:hover, #small-dialog-4.dialog-with-tabs .mfp-close:hover, #small-dialog.dialog-with-tabs .mfp-close:hover {
  color: #272635;
  background-color: #f2f2f2;
}

.dialog-with-tabs {
  /* Chrome autocomplete highlight reset */
  /* Forgot Password Link */
  /* Submit Button Adjustments */
}
.dialog-with-tabs .mfp-close:before {
  font-size: 24px;
}
.dialog-with-tabs input {
  margin-bottom: 22px;
}
.dialog-with-tabs input:-webkit-autofill, .dialog-with-tabs input:focus:-webkit-autofill {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0, 0, 0, 0.07);
}
.dialog-with-tabs .forgot-password {
  font-size: 14px;
  color: #888;
  margin-top: -12px;
  display: block;
}
.dialog-with-tabs .forgot-password:hover {
  color: #e53038;
}
.dialog-with-tabs .button {
  height: 48px;
  width: 100% !important;
  margin-top: 25px;
  box-shadow: 0 4px 12px rgba(229, 48, 56, 0.15);
}

/* Welcome Text */
.welcome-text {
  display: block;
  text-align: center;
  color: #808080;
  margin-bottom: 33px;
}
.welcome-text h3 {
  display: block;
  font-weight: 700;
  color: #272635;
  font-size: 24px;
}
.welcome-text span {
  display: block;
  margin-top: 4px;
}
.welcome-text span a {
  font-weight: 500;
}

/* Social Login Separator */
.social-login-separator {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 38px 0 15px 0;
  height: 1px;
}
.social-login-separator:before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
}
.social-login-separator span {
  background-color: #fff;
  top: 0;
  position: absolute;
  line-height: 10px;
  top: -5px;
  margin-left: -15px;
  padding: 0px 10px;
  color: #808080;
}

/* Social Login Buttons */
.social-login-buttons {
  display: flex;
  width: calc(100% + 20px);
}
.social-login-buttons button {
  flex: 1;
  text-align: center;
  border: 1px solid #333;
  color: #272635;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 14px;
  padding: 9px 5px;
  max-width: 50%;
  transition: 0.3s;
}
.social-login-buttons button:hover {
  background-color: #333;
  color: #fff;
}
.social-login-buttons button i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 15px;
}
.social-login-buttons .facebook-login {
  border-color: #3b5998;
  color: #3b5998;
}
.social-login-buttons .facebook-login:hover {
  background-color: #3b5998;
  color: #fff;
}
.social-login-buttons .google-login {
  border-color: #dd4b39;
  color: #dd4b39;
}
.social-login-buttons .google-login:hover {
  background-color: #dd4b39;
  color: #fff;
}

@media (max-width: 768px) {
  .social-login-separator {
    margin-bottom: 25px;
  }
  .social-login-buttons {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .social-login-buttons a {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
/* Account Type */
.account-type {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 0 20px 0;
}
.account-type div {
  flex: 1;
  margin-right: 20px;
}
.account-type label {
  border-radius: 3px;
  border: none;
  background-color: #f2f2f2;
  width: 100%;
}
.account-type input.account-type-radio:empty {
  display: none;
}
.account-type label i {
  position: relative;
  font-size: 18px;
  top: 2px;
  margin-right: 2px;
}
.account-type input.account-type-radio:empty ~ label {
  position: relative;
  float: left;
  padding: 10px;
  text-align: center;
  padding-bottom: 11px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 4px;
  color: #888;
  transition: 0.4s;
  height: 48px;
  line-height: 28px;
  overflow: hidden;
}
.account-type input.account-type-radio ~ label:hover {
  color: #289c41;
  background-color: #e4f6e9;
}
.account-type input.account-type-radio:checked ~ label {
  color: #fff;
  background-color: #47bb67;
}
.account-type input.account-type-radio:empty ~ label:after, .account-type input.account-type-radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  font-size: 22px;
  background: transparent;
  z-index: 100;
  opacity: 0;
}
.account-type .ripple-effect-dark span.ripple-overlay {
  animation: ripple 1.2s;
  opacity: 0.03;
}

/* hide input */
/* style label */
/* Standard syntax */
@keyframes typeCheck {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes typeBG {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Popups Media Queries */
@media (max-width: 480px) {
  .popup-tabs-nav {
    padding-top: 50px;
    height: 50px;
  }
  .mfp-container {
    padding: 0 10px;
  }
  .popup-tabs-nav li {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .popup-tabs-nav li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .popup-tabs-nav li a {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .popup-tabs-nav li a:hover {
    background-color: transparent;
  }
  #sign-in-dialog.dialog-with-tabs .mfp-close, #small-dialog.dialog-with-tabs .mfp-close, #small-dialog-1.dialog-with-tabs .mfp-close, #small-dialog-2.dialog-with-tabs .mfp-close, #small-dialog-3.dialog-with-tabs .mfp-close, #small-dialog-4.dialog-with-tabs .mfp-close {
    height: 50px;
    width: 50px;
  }
  .account-type {
    flex-direction: column;
  }
  .social-login-buttons {
    flex-direction: column;
  }
  .social-login-buttons button {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }
  .uploadButton {
    flex-direction: column;
  }
  .uploadButton .uploadButton-file-name {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
/* ---------------------------------- */
/* Boostrap Slider
------------------------------------- */
input.range-slider, input.default-slider {
  display: none;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: calc(100% - 20px);
  margin-left: 11px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 3px;
  width: calc(100% + 18px);
  margin-top: -2px;
  top: 50%;
  left: -9px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -11px;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .tooltip {
  transform: translateX(-50%);
  position: absolute;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -40px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
  background-color: #333;
  padding: 4px 12px;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.slider .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}

.tooltip.tooltip-min, .tooltip.tooltip-max {
  display: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  background-color: #e0e0e0;
}

.slider-selection {
  position: absolute;
  background-color: #e53038;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-track-low, .slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e53038;
  cursor: pointer;
  z-index: 20;
  border-radius: 50%;
}
.slider-handle:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 30;
  display: block;
  box-shadow: 0 0 0px 6px rgba(229, 48, 56, 0.12);
  transition: 0.2s;
}
.slider-handle:hover:after {
  box-shadow: 0 0 0px 8px rgba(229, 48, 56, 0.12);
}
.slider-handle.custom {
  position: absolute;
  top: -5px;
  width: 40px;
  height: 29px;
  border: none;
  cursor: pointer;
  z-index: 20;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.slider-handle.custom:after {
  display: none;
}
.slider-handle.custom:before {
  content: "\e958\e959";
  font-family: "Material-Icons";
  letter-spacing: -10px;
  font-size: 21px;
  color: #a0a0a0;
  margin-left: -10px;
  transition: 0.3s;
}
.slider-handle.custom:hover:before {
  color: #272635;
}

.slider.slider-horizontal .slider-handle.custom {
  margin-left: -20px;
}

/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #808080;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #808080;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: flex;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .checkbox .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control, .checkbox-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: hidden;
  width: 100%;
  line-height: 48px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  float: left;
  height: 48px;
  display: block;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden {
  display: none;
}

.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  max-width: 100%;
  float: left;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  max-width: 100%;
  float: left;
  line-height: 20px;
  height: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
  transition: 0.35s;
}
.bootstrap-select.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0 5px;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  margin-bottom: 1px;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled {
  opacity: 0.75;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 7px;
  opacity: 0.8;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  margin: 0;
  min-height: 26px;
  padding: 3px 5px;
  pointer-events: none;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  margin: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  border: none;
}
.bootstrap-select.btn-group .no-results {
  padding: 5px 10px;
  background: #f6f6f6;
  margin: 5px 0;
  margin-bottom: 0;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  white-space: normal;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 0 5px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.bs-actionsbox div {
  display: flex;
}

.bootstrap-select.btn-group .bs-actionsbox div button {
  flex: 1;
  background: #f6f6f6;
  box-shadow: none;
  padding: 5px;
  height: 36px;
  font-size: 14px;
  color: #777;
  transition: 0.3s;
}
.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
  border-radius: 4px 0 0 4px;
  background-color: #f0f0f0;
}
.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
  border-radius: 0 4px 4px 0;
}
.bootstrap-select.btn-group .bs-actionsbox div button:hover {
  background: #e53038;
  color: #fff;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox {
  position: relative;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}
.bs-searchbox .form-control:focus {
  margin-bottom: 0;
  width: 100%;
  float: none;
  box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}
.bs-searchbox:after {
  font-family: "Material-Icons";
  content: "\e982";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 0;
  display: inline-block;
  position: absolute;
  margin: 0;
  color: #a0a0a0;
  right: 15px;
  top: 18px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid #aaa;
  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;
  padding: 10px 5px;
  margin: -4px 0 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  display: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 10px;
  padding-right: 35px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #808080;
  border-radius: 4px;
}

.bootstrap-select:before {
  content: "";
  position: absolute;
  z-index: 2100;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.bootstrap-select.open:before {
  opacity: 1;
}

.dropdown-menu > li > a:hover {
  color: #e53038;
  text-decoration: none;
  background-color: rgba(229, 48, 56, 0.07);
}
.dropdown-menu > .active > a {
  color: #e53038;
  text-decoration: none;
  background-color: rgba(229, 48, 56, 0.07);
}
.dropdown-menu > .active > a:hover {
  color: #e53038;
  text-decoration: none;
  background-color: rgba(229, 48, 56, 0.07);
}
.dropdown-menu > .disabled > a {
  color: #777;
}
.dropdown-menu > .disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu.inner::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu.inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}
.dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d8d8d8;
}
.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  background-color: #c8c8c8;
}

/* Custom Scrollbar for -wekbit */
.bootstrap-select .dropdown-menu {
  opacity: 0;
  transition: 0.4s;
  display: block;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.bootstrap-select.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 7px 10px;
  line-height: 20px;
  white-space: nowrap;
  background: #f6f6f6;
  color: #777;
  border-radius: 4px;
  margin-bottom: 1px;
}

.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: 100%;
  bottom: auto;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-select.btn-group {
  position: relative;
}
.bootstrap-select.btn-group button {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 0;
  padding: 0 20px;
  margin: 0;
  outline: none;
  font-size: 16px;
  color: #808080;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  border: none;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

/* Select Check Icon */
.hide-tick .check-mark {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}
.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
  font-family: "Feather-Icons";
  content: "\e92b";
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin: 0;
  opacity: 0;
  transform: scale(0.5);
}
.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark:before, .bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
  color: #e53038;
}
.bootstrap-select .glyphicon:not(.check-mark) {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.bootstrap-select .filter-option .glyphicon {
  position: relative;
  top: 1px;
}

/* Icons*/
/* Styles with border */
.with-border .dropdown-menu {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.with-border.bootstrap-select.btn-group button {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.with-border.bootstrap-select:before {
  width: calc(100% - 2px);
  left: 1px;
}

/* ---------------------------------- */
/* Snackbar
------------------------------------- */
.snackbar-container {
  transition: all 500ms ease;
  transition-property: top, right, bottom, left, opacity;
  font-size: 16px;
  min-height: 14px;
  background-color: #404040;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  line-height: 22px;
  padding: 18px 24px;
  bottom: -100px;
  top: -100px;
  opacity: 0;
  z-index: 9999;
  cursor: default;
  border-radius: 4px;
  font-weight: 500;
}
.snackbar-container .action {
  background: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #aaa;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: -moz-min-content;
  min-width: min-content;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 640px) {
  .snackbar-container {
    display: inline-flex;
    margin: 24px;
  }
}
.snackbar-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.snackbar-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}
.snackbar-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}
.snackbar-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}
.snackbar-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.snackbar-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {
  .snackbar-container {
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  .snackbar-pos.bottom-center, .snackbar-pos.top-center {
    left: 0;
    transform: none;
  }
}
/* ---------------------------------- */
/* Google Autocomplete
------------------------------------- */
body .pac-item {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  transition: 0.2s;
  padding: 5px 15px;
}
body .pac-container {
  border-radius: 0 0 4px 4px;
  border: none;
  box-sizing: content-box;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);
  z-index: 100;
}

/* ---------------------------------- */
/* Google Maps
------------------------------------- */
.infoBox {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  line-height: 24px;
}
.infoBox .job-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  box-shadow: none;
  width: 100%;
}
.infoBox .job-listing .job-listing-description {
  padding-top: 0;
}
.infoBox .job-listing:hover {
  transform: none;
}
.infoBox .job-listing-details {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 25px;
}
.infoBox .job-listing h4.job-listing-company {
  font-size: 14px;
  position: relative;
  top: 0px;
}
.infoBox .job-listing .verified-badge {
  transform: scale(0.85);
  right: -7px;
  bottom: -7px;
}
.infoBox .job-listing .not-verified-badge {
  display: none;
}
.infoBox .job-listing-footer {
  flex-grow: 0;
  padding: 15px 25px;
  font-size: 16px;
  display: none;
}
.infoBox .job-listing h3.job-listing-title {
  font-size: 16px;
  line-height: 24px;
}
.infoBox .job-listing .job-listing-company-logo {
  max-width: 46px;
  margin: 5px 18px 5px 0;
  top: 0;
  flex: 0 0 46px;
}
.infoBox .job-listing .job-listing-company-logo img {
  max-width: 46px;
}

.map-box {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  width: 100%;
}
.map-box .listing-img-container img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.map-box h4 {
  margin: 0;
  padding: 0;
}
.map-box h4 a {
  padding: 0 0 2px 0;
  font-size: 17px;
  line-height: 25px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.listing-img-container {
  position: relative;
  height: 100%;
  display: block;
}

.map-box h4 a:hover {
  color: #e53038;
}
.map-box p {
  padding: 0;
  line-height: 25px;
  margin: 2px 0 0 0;
  font-size: 14px;
}
.map-box ul.listing-details {
  padding: 0;
  font-size: 14px;
  display: none;
}
.map-box .listing-title {
  padding: 16px 22px;
}
.map-box .listing-img-content {
  padding: 18px 22px;
}
.map-box .listing-img-content span {
  font-size: 21px;
}
.map-box .listing-img-content .listing-price i {
  font-size: 15px;
  margin: -7px 0 0 0;
}

.infoBox > img {
  position: absolute !important;
  right: 0px;
  top: 0px;
}

.map-box .listing-img-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(35, 35, 37, 0.2);
}
.map-box .listing-item-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 24px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.map-box .listing-item-content h3 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 2px 0;
  font-weight: 500;
  margin: 0;
  line-height: 27px;
}
.map-box .listing-item-content span {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

/* Close Button */
.infoBox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 27px;
  width: 27px;
  line-height: 27px;
  background-color: #f0f0f0;
  color: #212529;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.infoBox-close i {
  position: relative;
  top: 2px;
  left: -0.5px;
}
.infoBox-close:hover {
  color: #fff;
  background-color: #e53038;
}

/* Read More Icon */
.map-box-icon {
  height: 38px;
  width: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #3685cf;
  display: block;
  color: #fff;
  font-size: 12px;
  z-index: 101;
  text-align: center;
  transition: all 0.2s ease-in-out;
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}
.map-box-icon:before {
  content: "\f064";
  font-family: "FontAwesome";
  position: relative;
  top: 7px;
  display: block;
}

.map-box-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.map-box-image:hover .map-box-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.infoBox {
  animation: infoBoxAnimation 0.5s;
}
.infoBox .star-rating span {
  margin-right: 3px;
}
.infoBox .rating-counter {
  position: relative;
  top: -1px;
}
.infoBox:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
}

/* Standard syntax */
@keyframes infoBoxAnimation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
#map {
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 990;
}

#map-container {
  position: relative;
  top: 0;
  left: 0;
  height: 520px;
  width: 100%;
  z-index: 990;
  margin-bottom: 60px;
}

.gmnoprint {
  margin: 10px;
}

.homepage-map {
  height: 560px;
  margin-bottom: 0;
  position: relative;
}

.search-bar-on-map {
  position: absolute;
  bottom: 50px;
  z-index: 1000;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* Cluster styles */
.cluster img {
  display: none;
}

.cluster-visible {
  text-align: center;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 50%;
  width: 33px !important;
  height: 33px !important;
  line-height: 33px !important;
  background-color: #e53038;
  animation: clusterAnimation 2.5s infinite;
}

@keyframes clusterAnimation {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(229, 48, 56, 0.15);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(229, 48, 56, 0.15);
  }
}
/* Marker */
.map-marker-container {
  position: absolute;
}

.marker-container {
  position: relative;
  margin: -9px 0 0 -9px;
  width: 18px;
  height: 18px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  top: 0;
  background-color: #e53038;
  animation: markerAnimation 2.5s infinite;
  transition: 0.4s;
}

@keyframes markerAnimation {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(229, 48, 56, 0.15);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(229, 48, 56, 0.15);
  }
}
/* Clicked & Hover States */
.map-marker-container.clicked .marker-container {
  transform: scale(1.3);
}

.marker-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  transform: scale(2);
  opacity: 0;
}

/* Custom Zoom Buttons
------------------------------------- */
.custom-zoom-in, .custom-zoom-out {
  background-color: #fff;
  color: #272635;
  cursor: pointer;
  border-radius: 4px;
  margin: 5px 15px;
  transition: 0.3s;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  height: 34px;
  width: 34px;
}

.custom-zoom-in:hover, .custom-zoom-out:hover {
  background-color: #e53038;
  color: #fff;
}

.custom-zoom-in:before, .custom-zoom-out:before {
  font-family: "Feather-Icons";
  width: 100%;
  line-height: 35px;
}

.zoomControlWrapper {
  position: absolute;
  left: initial;
  right: 0;
  width: 70px;
  margin-right: 20px;
}

.custom-zoom-in:before {
  content: "\e9b1";
}

.custom-zoom-out:before {
  content: "\e996";
}

/* Street View Button */
#streetView, #geoLocation, #scrollEnabling {
  background-color: #fff;
  color: #272635;
  cursor: pointer;
  border-radius: 4px;
  margin: 5px 15px;
  transition: 0.3s;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 99;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 14px;
  font-weight: 500;
}

#geoLocation:hover, #streetView:hover {
  background-color: #e53038;
  color: #fff;
}

#scrollEnabling:hover, #scrollEnabling.enabled {
  background-color: #e53038;
  color: #fff;
}

#streetView:before {
  content: "\e974";
  font-family: "Material-Icons";
  font-size: 18px;
  top: 3px;
  position: relative;
  margin-right: 7px;
  margin-left: -1px;
  line-height: 0;
}

/* -------------------------------------------------------------- */
/* 05. Dashboard
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Dashboard
------------------------------------- */
/* Full Page Adjustments */
.full-page-container {
  height: calc(100vh - 82px);
}

.dashboard-container {
  height: calc(100vh - 82px);
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 1099px) {
  .full-page-container, .dashboard-container {
    height: calc(100vh - 76px);
  }
}
/* Dashboard Basis */
.dashboard-sidebar {
  flex: 0 0 280px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.dashboard-sidebar .dashboard-sidebar-inner {
  overflow: auto;
  height: 100%;
}

.dashboard-content-container {
  flex: 1;
  background-color: #fafafa;
  padding: 0;
  overflow: auto;
  position: relative;
  z-index: 99;
}

.dashboard-content-inner {
  padding: 50px;
  padding-bottom: 0;
  position: relative;
}

/* Dashboard Header Logo Adjustent */
#header-container.dashboard-header #logo img {
  height: 50px;
}

/* ---------------------------------- */
/* Dashboard Navigation
------------------------------------- */
.dashboard-nav {
  display: block;
  z-index: 11;
  padding-bottom: 30px;
}

a.dashboard-responsive-nav-trigger {
  display: none;
}

.dashboard-nav ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}
.dashboard-nav ul:first-child {
  margin: 30px 0 0 0;
}
.dashboard-nav ul:before {
  content: attr(data-submenu-title);
  padding: 0 35px;
  margin-bottom: 5px;
  display: block;
  color: #e53038;
  font-weight: 600;
  font-size: 14px;
}
.dashboard-nav ul li {
  display: block;
  border-left: 3px solid transparent;
  transition: 0.3s;
  line-height: 25px;
  font-size: 15px;
}
.dashboard-nav ul li a {
  color: #272635;
  display: block;
  padding: 11px 32px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.dashboard-nav ul li a i {
  padding-right: 8px;
  width: 20px;
  font-size: 20px;
  color: #909090;
  transition: 0.3s;
  position: relative;
  top: 2px;
}
.dashboard-nav ul li ul li:hover a {
  padding-left: 4px;
}
.dashboard-nav ul li.active-submenu a i, .dashboard-nav ul li.active a i, .dashboard-nav ul li:hover a i {
  color: #820002;
}
.dashboard-nav ul li.active-submenu, .dashboard-nav ul li.active, .dashboard-nav ul li:hover {
  border-color: #e53038;
  background-color: rgba(229, 48, 56, 0.04);
}
.dashboard-nav ul li.active-submenu a, .dashboard-nav ul li:hover a, .dashboard-nav ul li.active a {
  color: #820002;
}
.dashboard-nav ul li span.nav-tag {
  display: inline-block;
  font-weight: 700;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #e53038;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 4px;
  top: -2px;
}
.dashboard-nav ul li ul {
  padding: 0;
  margin: 0;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  line-height: 0;
  transition: 0.3s;
  pointer-events: none;
}
.dashboard-nav ul li.active-submenu ul {
  visibility: visible;
  padding: 0 0 18px 0;
  line-height: 24px;
  opacity: 1;
  max-height: 200px;
  pointer-events: all;
}
.dashboard-nav ul li ul li {
  background-color: transparent;
  border: none;
  padding-left: 63px;
  position: relative;
  margin: 0;
}
.dashboard-nav ul li ul li a {
  padding: 5px 0;
}
.dashboard-nav ul li ul li:hover {
  border: none;
  background-color: transparent;
}
.dashboard-nav ul li a:after {
  font-family: "Material-Icons";
  content: "\e914";
  opacity: 1;
  font-size: 16px;
  transition: 0.3s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  background-color: #f0f0f0;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-left: 7px;
  text-indent: 0;
  top: 1px;
  position: absolute;
  right: 35px;
  top: 15px;
}
.dashboard-nav ul li.active-submenu a:after, .dashboard-nav ul li.active a:after, .dashboard-nav ul li:hover a:after {
  color: #e53038;
  background: rgba(229, 48, 56, 0.13);
  opacity: 0.8;
}
.dashboard-nav ul li ul:before, .dashboard-nav ul li a:only-child:after {
  content: "";
  display: none;
}

/* ---------------------------------- */
/* Dashboard Elements
------------------------------------- */
/* Dashboard Headline
------------------------------------- */
.dashboard-headline {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.dashboard-headline h3 {
  display: block;
  font-size: 26px;
  color: #272635;
}
.dashboard-headline span {
  display: block;
  font-size: 18px;
  color: #888;
  line-height: 30px;
  margin-top: 5px;
}
.dashboard-headline #breadcrumbs {
  right: 0;
}

/* Fun Facts
------------------------------------- */
.fun-facts-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}

.fun-fact {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 25px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 calc(25% - 30px);
  height: auto;
  cursor: default;
  transition: 0.3s;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fun-fact {
    flex: 1;
  }
}
/* IE 11 Fixes - End */
.fun-fact-icon {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.04);
  flex: 0 0 100px;
  height: 100px;
  display: flex;
  text-align: center;
}
.fun-fact-icon i {
  font-size: 48px;
  align-self: center;
  margin: 0 auto;
  color: #212529;
}
.fun-fact-icon i.icon-material-outline-gavel {
  transform: scale(0.91);
}

.fun-fact-text {
  flex: 1;
  margin-right: 20px;
}

.fun-fact span {
  font-size: 18px;
  color: #888;
  line-height: 22px;
}
.fun-fact h4 {
  font-size: 38px;
  color: #272635;
  line-height: 38px;
  margin-top: 5px;
}

/* Dashboard Box
------------------------------------- */
.dashboard-box {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  position: relative;
}
.dashboard-box .headline {
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.dashboard-box .headline h3 {
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  line-height: 26px;
}
.dashboard-box .headline h3 i {
  color: #820002;
  font-size: 21px;
  line-height: 0;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.dashboard-box .headline h3 i.icon-material-outline-gavel {
  font-size: 20px;
}
.dashboard-box .headline h3 i.icon-material-outline-supervisor-account {
  font-size: 24px;
  top: 3px;
}
.dashboard-box .headline h3 i.icon-feather-folder-plus {
  font-size: 20px;
  top: 2px;
  margin-right: 5px;
}

/* Pixel Perfect Adjustment */
.button.big i.icon-feather-plus {
  font-size: 20px;
  top: 2px;
  margin-left: -4px;
  margin-right: 5px;
}

/* Pixel Perfect Adjustment - End */
.dashboard-box .content.with-padding {
  padding: 30px;
}
.dashboard-box .chart {
  padding: 30px 20px 17px 18px;
}
.dashboard-box .headline .sort-by {
  float: none;
  display: inline-block;
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  right: 30px;
  z-index: 100;
  height: 33px;
}
.dashboard-box .headline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-weight: 500;
  color: #212529;
}

/* Note
------------------------------------- */
.dashboard-note {
  border-radius: 4px;
  background-color: #f8f8f8;
  padding: 25px;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.dashboard-note:last-child {
  margin-bottom: 65px;
}
.dashboard-note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15) #fff;
  transition: 0.3s;
  border-radius: 0 0 0 4px;
}
.dashboard-note p {
  line-height: 24px;
  margin-bottom: 20px;
  color: #777;
  font-size: 14.7px;
}

.note-priority {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 5px 9px;
  display: inline-block;
  line-height: 20px;
}
.note-priority.high {
  background-color: #dc3139;
}
.note-priority.medium {
  background-color: #f59110;
}
.note-priority.low {
  background-color: #3fb660;
}

.note-footer {
  display: flex;
}

.note-buttons {
  align-self: center;
  margin-left: auto;
}
.note-buttons a {
  font-size: 16px;
  padding-left: 3px;
  margin-top: 2px;
  display: inline-block;
  color: #888;
}
.note-buttons a:hover {
  color: #444;
}

.add-note-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  padding-top: 10px;
  background: #fff;
  border-radius: 4px;
  width: calc(100% - 15px);
}
.add-note-button a.button {
  width: calc(100% + 15px) !important;
  max-width: calc(100% + 15px) !important;
}

/* Dashboard Box List
------------------------------------- */
ul.dashboard-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.dashboard-box-list > li {
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  line-height: 26px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  flex-flow: row wrap;
  transition: 0.3s;
}
ul.dashboard-box-list > li:last-child {
  border-bottom: none;
}
ul.dashboard-box-list > li:hover {
  background-color: #fcfcfc;
}

.dashboard-box-list .notification-text {
  font-size: 14.7px;
  flex: 1;
}
.dashboard-box-list .notification-icon {
  flex: 0 0 40px;
}
.dashboard-box-list .notification-text .star-rating {
  position: relative;
  top: -18px;
  line-height: 0;
  height: 0;
  display: inline-block;
  margin: 0 3px;
  transform: scale(0.93);
}

/* Dashboard Box List Buttons
------------------------------------- */
.buttons-to-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 15px #fff;
  background-color: #fff;
}

.dashboard-box-list .button.to-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 15px #fff;
  background-color: #fff;
}
.dashboard-box-list .buttons-to-right.always-visible, .dashboard-box-list li:hover .buttons-to-right {
  opacity: 1;
}
.dashboard-box-list .buttons-to-right.always-visible:not(.single-right-button) {
  position: relative;
  transform: none;
  top: 0;
  margin: 5px 0 10px -2px;
  opacity: 1;
  right: auto;
  display: inline-block;
  box-shadow: none;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
.dashboard-box-list .button {
  padding: 6px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(229, 48, 56, 0.15);
}
.dashboard-box-list .button i[class*=icon-material] {
  font-size: 18px;
  top: 3px;
  margin-right: 2px;
  margin-left: -2px;
}
.dashboard-box-list .buttons-to-right .button {
  margin: 0 0 -6px 2px;
}
.dashboard-box-list .buttons-to-right.always-visible .button {
  margin: 0 3px 0 0;
}

.dashboard-box .button.red {
  background-color: #dc3139;
  box-shadow: 0 3px 8px rgba(234, 65, 81, 0.15);
}
.dashboard-box .button.green {
  background-color: #40b660;
  box-shadow: 0 3px 8px rgba(64, 182, 96, 0.15);
}
.dashboard-box .button.dark {
  background-color: #333333;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .button.gray {
  background-color: #eee;
  color: #212529;
  box-shadow: none;
}
.dashboard-box .dashboard-box-list .button:not(.ico):hover {
  color: #fff;
  background-color: #333333;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .button.red:not(.ico):hover, .dashboard-box .button.green:not(.ico):hover, .dashboard-box .button.gray:not(.ico):hover {
  color: #fff;
  background-color: #333333;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .button.dark:not(.ico):hover {
  background-color: #e53038;
  box-shadow: 0 3px 8px rgba(229, 48, 56, 0.15);
}
.dashboard-box .button.ico {
  width: 32px;
  text-align: center;
}
.dashboard-box .button.ico i {
  font-size: 15px;
  margin-left: -7px;
  top: 2px;
  position: relative;
}
.dashboard-box .button i.icon-material-outline-check {
  margin-left: -5px;
}
.dashboard-box .button.ico i[class*=icon-material] {
  font-size: 18px;
  margin-left: -8px;
  top: 3px;
  position: relative;
}

/* Hovers */
.dashboard-box-list {
  box-shadow: none;
}
.dashboard-box-list a.button i {
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  line-height: 0;
  margin-left: -2px;
}

.dashboard-box .mark-as-read {
  float: none;
  background-color: #f4f4f4;
  position: absolute;
  right: 30px;
  top: 18px;
}

.button-info {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  margin-left: 3px;
  margin-right: -2px;
}

/* Listing Status*/
.dashboard-status-button {
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 8px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 0 4px 4px;
}
.dashboard-status-button.green {
  background: #e0f5d7;
  color: #449626;
}
.dashboard-status-button.yellow {
  background-color: #fbf6dd;
  color: #a18d29;
}
.dashboard-status-button.red {
  background-color: #ffe6e6;
  color: #ea5252;
}

/* Dashboard Invoices List
------------------------------------- */
.invoice-list-item ul {
  line-height: 22px;
  padding-bottom: 2px;
  color: #909090;
  list-style: none;
  padding: 0;
  margin: 0;
}
.invoice-list-item ul li {
  padding: 0;
  display: inline-block;
  font-size: 14.7px;
  margin-bottom: 5px;
}
.invoice-list-item ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #e0e0e0;
  position: relative;
  margin: 0 10px;
}
.invoice-list-item ul li:last-child:after {
  display: none;
}
.invoice-list-item strong {
  font-weight: 600;
  color: #272635;
  margin-bottom: 5px;
  margin-top: -2px;
  display: block;
}

.paid, .unpaid {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 8px;
  font-size: 13px;
  position: relative;
  top: -1px;
}

.paid {
  background-color: #40b660;
}

.unpaid {
  background-color: #dc3139;
}

/* Listings in Dashboard
------------------------------------- */
/* Freelancers */
.dashboard-box .job-listing-details {
  box-shadow: none;
  padding: 10px 0;
  align-items: center;
  flex: auto;
}
.dashboard-box .job-listing {
  box-shadow: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.dashboard-box .job-listing.width-adjustment {
  max-width: 60%;
}
.dashboard-box .job-listing h3 a {
  color: #272635;
  font-size: 18px;
}
.dashboard-box .job-listing .job-listing-company-logo {
  max-width: 50px;
}
.dashboard-box .job-listing .job-listing-description {
  padding-top: 0;
}
.dashboard-box .job-listing:hover {
  transform: none;
}
.dashboard-box .job-listing .job-listing-footer {
  background-color: transparent;
  padding: 0;
  border-radius: none;
}
.dashboard-box .freelancer-overview {
  padding: 15px 0;
}
.dashboard-box .freelancer-overview-inner {
  flex: auto;
  display: flex;
  align-items: center;
}
.dashboard-box .freelancer-overview .freelancer-name {
  text-align: left;
  margin: 0 0 0 30px;
  width: 100%;
}
.dashboard-box .freelancer-overview .freelancer-avatar {
  margin: 0;
  width: 90px;
}
.dashboard-box .freelancer-overview.manage-candidates .freelancer-avatar {
  align-self: flex-start;
}

/* Jobs */
/* Dashboard Task Info */
.dashboard-task-info {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 4px;
  padding: 14px 25px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-self: flex-end;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  justify-content: center;
}

.dashboard-box li:hover .dashboard-task-info {
  background-color: #f0f0f0;
}

.dashboard-task-info li {
  display: inline-block;
  border-right: 1px solid #d0d0d0;
  padding-right: 22px;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard-task-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.dashboard-task-info li strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  line-height: 22px;
}
.dashboard-task-info li span {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 20px;
}

/* Bid Acceptance */
.bid-acceptance {
  display: flex;
  color: #289c41;
  background-color: #e4f6e9;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 12px 18px;
  display: inline-block;
  margin: 0 auto;
  line-height: 20px;
}
.bid-acceptance span {
  font-size: 14px;
  opacity: 0.86;
  line-height: 20px;
}

/* Media Queries */
@media (max-width: 1366px) {
  .dashboard-box .job-listing.width-adjustment {
    max-width: 100%;
  }
  .dashboard-task-info {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin: 10px 0 20px 0;
  }
  .dashboard-task-info.bid-info {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .dashboard-box .freelancer-overview .freelancer-avatar {
    width: 60px;
  }
  .dashboard-box .freelancer-overview .freelancer-avatar .verified-badge {
    transform: scale(0.8);
    bottom: -5px;
    right: -5px;
  }
  .dashboard-box .freelancer-overview .freelancer-name {
    margin: 0 0 0 25px;
  }
  .dashboard-box .job-listing .job-listing-company-logo {
    display: none;
  }
  .dashboard-task-info.bid-info, .dashboard-task-info:not(.bid-info) {
    flex-direction: column;
    width: 100%;
  }
  .dashboard-task-info li {
    border-right: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .dashboard-task-info li:last-child {
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
/* Reviews
------------------------------------- */
.dashboard-box .boxed-list-item {
  padding: 10px 0;
  width: 100%;
}

/* Submit Forms
------------------------------------- */
.submit-field {
  margin-bottom: 28px;
  display: block;
}
.submit-field .pac-container {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  border-top: 1px solid #fff;
  padding-top: 0;
  z-index: 9;
  left: 0 !important;
  top: 47px !important;
  border-radius: 0 0 4px 4px;
}
.submit-field h5 {
  font-size: 16px;
  font-weight: 600;
  color: #272635;
  margin-bottom: 12px;
}
.submit-field h5 span {
  color: #888;
  font-weight: 500;
}

.help-icon {
  color: #e53038;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: 18px;
  height: 16px;
  position: relative;
  top: 3px;
  margin: 0 3px;
  font-style: normal;
  cursor: help;
}
.help-icon:before {
  content: "\e97c";
  font-family: "Feather-Icons";
}

/* Avatar Switcher */
.avatar-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
  margin: 0 10px 30px 0;
  transition: all 0.3s ease;
}
.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.avatar-wrapper .profile-pic {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-wrapper .profile-pic:after {
  font-family: Feather-Icons;
  content: "\e9f1";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 120px;
  position: absolute;
  font-size: 60px;
  background: #f0f0f0;
  color: #aaa;
  text-align: center;
}
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.avatar-wrapper .file-upload {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* Small Footer Styles
------------------------------------- */
.dashboard-content-inner .small-footer {
  width: 100%;
  left: 0px;
  padding: 25px 50px;
  position: absolute;
  bottom: 0;
}

.dashboard-footer-spacer {
  padding-top: 125px;
}

/* Dashbaord Media Queries 
------------------------------------- */
@media (min-width: 1365px) and (max-width: 1600px) {
  .fun-fact:last-child {
    display: none;
  }
}
@media (max-width: 1365px) {
  .fun-fact {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .dashboard-content-inner {
    min-height: auto !important;
  }
  /* Dashboard Mobile Basis */
  .dashboard-sidebar .dashboard-nav-container, .dashboard-content-inner {
    padding: 15px;
  }
  .dashboard-sidebar-inner {
    padding-bottom: 30px;
  }
  .dashboard-sidebar .simplebar-content {
    overflow-x: hidden;
  }
  .dashboard-nav-inner {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .dashboard-sidebar {
    flex: 1;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    height: auto !important;
  }
  .full-page-sidebar .simplebar-track, .dashboard-sidebar .simplebar-track {
    display: none;
  }
  .full-page-sidebar-inner, .dashboard-sidebar-inner {
    height: auto !important;
  }
  .dashboard-container {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    height: auto !important;
  }
  .dashboard-content-container {
    height: auto !important;
  }
  .dashboard-content-container .simplebar-scrollbar {
    display: none;
  }
  /* Dashboard Mobile Basis - End */
  /* Dashboard Nav */
  .dashboard-nav {
    width: 100%;
    margin: 0;
    border-radius: 0 0 4px 4px;
    position: relative;
    min-height: auto;
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .dashboard-nav ul {
    margin-top: 15px;
  }
  .dashboard-nav ul:first-child {
    margin: 0;
  }
  .dashboard-nav.active {
    opacity: 1;
    visibility: visible;
    max-height: 900px;
  }
  .dashboard-nav.active ul {
    opacity: 1;
    visibility: visible;
    max-height: 900px;
  }
  .dashboard-nav ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
  }
  .dashboard-nav ul:before {
    padding: 0 29px;
  }
  .dashboard-nav ul li a {
    padding: 10px 25px;
  }
  .dashboard-nav.active ul li ul, .dashboard-nav ul li ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
  }
  .dashboard-nav.active ul li.active-submenu ul {
    visibility: visible;
    opacity: 1;
    max-height: 300px;
  }
  /* Trigger */
  a.dashboard-responsive-nav-trigger {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    transition: 0.2s;
    display: block;
    line-height: 26px;
  }
  a.dashboard-responsive-nav-trigger span.trigger-title {
    padding-left: 33px;
  }
  a.dashboard-responsive-nav-trigger .hamburger-inner {
    background-color: #fff;
  }
  a.dashboard-responsive-nav-trigger .hamburger-inner::before, a.dashboard-responsive-nav-trigger .hamburger-inner::after {
    background-color: #fff;
  }
  a.dashboard-responsive-nav-trigger .hamburger {
    top: 2px;
    left: 0;
    transform: scale(0.66);
  }
  a.dashboard-responsive-nav-trigger i {
    margin-right: 8px;
    margin-left: -2px;
    font-size: 28px;
    line-height: 0;
    position: relative;
    top: 6px;
  }
  a.dashboard-responsive-nav-trigger.active {
    border-radius: 4px 4px 0 0;
  }
  /* Dashboard Nav - End */
  .buttons-to-right:not(.single-right-button) {
    opacity: 1;
  }
  .fun-facts-container {
    width: calc(100% + 15px);
    margin-bottom: -15px;
  }
  .fun-fact {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 768px) {
  .fun-fact {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #titlebar #breadcrumbs, .dashboard-headline #breadcrumbs {
    right: 0;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 30px;
    max-width: 100%;
  }
  .buttons-to-right:not(.single-right-button) {
    position: relative;
    transform: none;
    top: 0;
    margin: 10px 0 0 0;
    opacity: 1;
    right: auto;
    display: inline-block;
    box-shadow: none;
    width: 100%;
  }
  .dashboard-box .headline .sort-by {
    float: none;
    display: inline-block;
    position: relative;
    top: 0;
    transform: none;
    right: 0px;
    top: 5px;
    left: -8px;
  }
  .dashboard-box .headline .sort-by .bootstrap-select .dropdown-menu {
    left: 0;
    right: auto;
  }
}
/* ---------------------------------- */
/* Dashboard Messages
------------------------------------- */
.messages-container {
  margin: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #fff;
}

/* Scrollbar Adjustments */
.messages-inbox ul {
  max-height: 875px;
}

.message-content-inner {
  max-height: 750px;
}

.message-content, .messages-container-inner .messages-inbox {
  overflow: hidden;
}

.message-content-inner, .messages-container-inner .messages-inbox ul {
  overflow-y: scroll;
  width: calc(100% + 18px);
}

.message-content-inner::-webkit-scrollbar, .messages-container-inner .messages-inbox ul::-webkit-scrollbar {
  width: 17px;
}

/*  Scrollbar Hide - End */
.messages-headline {
  max-height: 82px;
  font-size: 16px;
  margin: 0;
  padding: 22px 30px;
  color: #272635;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.messages-headline input {
  background-color: #f6f6f6;
  box-shadow: none;
  height: 38px;
  padding: 14px;
  font-size: 14px;
  margin: 0;
}
.messages-headline input:focus {
  box-shadow: none;
}
.messages-headline .input-with-icon i {
  font-size: 18px;
  right: 14px;
}
.messages-headline h4 {
  font-size: 16px;
  color: #272635;
  padding: 6px 0;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}

.message-action {
  border-radius: 50px;
  font-size: 13px;
  color: #212529;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  color: #212529;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.message-action i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 1px;
}
.message-action:hover {
  color: #ee3535;
}

/* List */
.messages-inbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.messages-inbox ul li {
  transition: 0.2s;
  position: relative;
}
.messages-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}
.messages-inbox ul li:nth-child(2n) {
  background-color: #fafafa;
}
.messages-inbox ul li:last-child {
  border-bottom: none;
}
.messages-inbox ul li.active-message {
  background-color: #fafafa;
}
.messages-inbox ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #e53038;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.messages-inbox ul li:hover:before, .messages-inbox ul li.active-message:before {
  opacity: 1;
}
.messages-inbox .message-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.messages-inbox .message-by {
  margin-left: 85px;
  font-size: 15px;
  color: #212529;
}
.messages-inbox .message-by p {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
}

.message-by-headline h5 {
  display: inline-block;
}
.message-by-headline span {
  display: inline-block;
  float: right;
  color: #888;
  font-size: 14px;
}
.message-by-headline h5 {
  font-weight: 600;
  color: #272635;
  margin: 0 0 7px 0;
  padding: 0;
}
.message-by-headline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.message-by h5 i {
  background-color: #e53038;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 3px 8px;
  margin-left: 3px;
}

/* Single Message */
.messages-container-inner {
  display: flex;
}
.messages-container-inner .messages-inbox, .messages-container-inner .message-content {
  flex: 1;
}
.messages-container-inner .message-content-inner {
  padding: 30px;
  padding-bottom: 0;
  flex-grow: 1;
}
.messages-container-inner .message-content {
  display: flex;
  flex-direction: column;
}
.messages-container-inner .messages-inbox {
  max-width: 340px;
  border-right: 1px solid #eaeaea;
}
.messages-container-inner .messages-inbox ul li a {
  padding: 25px;
}
.messages-container-inner .messages-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #888;
}
.messages-container-inner .message-avatar img {
  width: 40px;
  height: 40px;
}
.messages-container-inner .messages-inbox .message-avatar {
  left: 25px;
}
.messages-container-inner .messages-inbox .message-by {
  margin-left: 60px;
}
.messages-container-inner .message-by-headline h5 {
  font-size: 14px;
  margin-bottom: 3px;
  max-width: 160px;
  line-height: 23px;
}
.messages-container-inner .message-by-headline span {
  font-size: 13px;
  position: absolute;
  top: 25px;
  right: 25px;
}

/* Message Bubbles */
.message-bubble {
  display: block;
  position: relative;
  margin-bottom: 25px;
  /* Message Bubble "me" */
}
.message-bubble .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.message-bubble .message-avatar img {
  width: 50px;
  height: 50px;
}
.message-bubble .message-text {
  margin-left: 70px;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 12px 18px;
  position: relative;
  display: inline-block;
  float: left;
  line-height: 25px;
}
.message-bubble.me .message-text {
  float: right;
}
.message-bubble .message-text p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 25px;
}
.message-bubble.me .message-avatar {
  left: auto;
  right: 0;
}
.message-bubble.me .message-text {
  margin-left: 0;
  margin-right: 70px;
  background-color: #e53038;
  color: #fff;
  position: relative;
}
.message-bubble .message-text:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f4f4f4;
  left: -6px;
  right: auto;
  top: 19px;
  position: absolute;
}
.message-bubble.me .message-text:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e53038;
  border-right: none;
  right: -6px;
  left: auto;
}

/* Message Time Sign */
.message-time-sign {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.message-time-sign:before {
  content: "";
  height: 1px;
  background-color: #eaeaea;
  display: block;
  max-width: 30%;
  margin: 0 auto;
  position: relative;
  top: 14px;
  z-index: 10;
}
.message-time-sign span {
  background-color: #fff;
  font-size: 14px;
  color: #888;
  z-index: 11;
  position: relative;
  padding: 0 10px;
}

/* Reply */
.message-reply {
  border-top: 1px solid #eaeaea;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.message-reply textarea {
  min-width: auto;
  height: 48px;
  min-height: 48px;
  padding: 10px 0;
  margin: 0 15px 0 0;
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  resize: none;
}
.message-reply button {
  border-radius: 4px;
  flex: auto;
  flex-grow: 0;
  height: 44px;
  text-align: center;
  align-self: center;
  padding: 0 25px;
}
.message-reply i {
  padding: 0;
  margin: 0;
}

/* Typing Indicastor */
.typing-indicator {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.typing-indicator span {
  height: 8px;
  width: 8px;
  float: left;
  margin: 0 1px;
  background-color: #a0a0a0;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.typing-indicator span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.typing-indicator span:nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
/* Messages Media Queries */
@media (max-width: 992px) {
  .messages-container-inner .messages-inbox {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .messages-container-inner {
    display: block;
  }
  .messages-container-inner .messages-inbox {
    max-width: 100%;
    border-bottom: 1px solid #e4e4e4;
    border-right: none;
  }
  .messages-inbox ul {
    max-height: 500px;
  }
  .messages-container-inner .message-by-headline span {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    float: none;
    padding: 0;
    margin: -4px 0 0 0;
  }
  .message-action {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: -5px;
  }
  .messages-headline {
    max-height: 120px;
  }
}
/* -------------------------------------------------------------- */
/* 06. Layout Basics
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Common Styles
------------------------------------- */
body {
  color: #212529;
  font-size: 16px;
  line-height: 27px;
  background-color: #f0f2f5;
  font-family: "Nunito", sans-serif;
  text-transform: none;
}
body.gray {
  background-color: #e3e3e3;
}
body p {
  font-size: 16px;
  line-height: 27px;
}

/* Main Font */
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  text-transform: none;
}

input[type=text], input[type=password], input[type=email] {
  font-family: "Nunito", sans-serif;
  text-transform: none;
}

textarea, select {
  font-family: "Nunito", sans-serif;
  text-transform: none;
}

input[type=button], input[type=submit] {
  font-family: "Nunito", sans-serif;
  text-transform: none;
}

button, body .pac-container {
  font-family: "Nunito", sans-serif;
  text-transform: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  color: #272635;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h3.page-title {
  font-size: 20px;
  line-height: 32px;
}

.section {
  display: block;
}
.section.white {
  background: #fff;
}
.section.gray {
  background: #f9f9f9;
}
.section.border-top {
  border-top: 1px solid #e0e0e0;
}
.section.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

/* Section Headline */
.section-headline {
  display: block;
  position: relative;
  padding-right: 20%;
}
.section-headline.centered {
  text-align: center;
  padding: 0;
}
.section-headline span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #888;
  margin-top: 0;
  display: block;
}
.section-headline h1, .section-headline h2, .section-headline h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #272635;
}
.section-headline h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #272635;
  font-size: 22px;
  line-height: 34px;
}
.section-headline.border-top {
  border-top: 1px solid #e0e0e0;
}

h1.in-a-box, h2.in-a-box, h3.in-a-box, h5.in-a-box {
  display: inline-block;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.section-headline h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

/*
/* Single Task / Job / Profile Headings */
.single-page-section {
  margin-bottom: 55px;
  display: block;
}
.single-page-section p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-page-section h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.single-page-section .job-listing h3.job-listing-title {
  margin-bottom: 0;
}

/* Headline Link */
a.headline-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
a.headline-link.bottom-icon:after {
  content: "\e957";
  top: 3px;
}
a.headline-link:after {
  content: "\e995";
  font-family: "Material-Icons";
  font-size: 21px;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  a.headline-link {
    position: relative;
    margin-top: 10px;
    display: inline-block;
  }
}
/* Classes for disabling things on mobile devices */
@media (max-width: 992px) {
  .hide-under-992px {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-under-768px {
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-under-480px {
    display: none;
  }
}
/* Content & Sidebar Offsets */
.content-left-offset {
  padding-left: 30px;
}

.content-right-offset {
  padding-right: 30px;
}

@media (max-width: 992px) {
  .content-left-offset {
    padding-left: 15px;
  }
  .content-right-offset {
    padding-right: 15px;
  }
}
/* ---------------------------------- */
/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.glyph.fs1 {
  position: relative;
  font-size: 20px;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  flex: 1 1 calc(25% - 30px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  transition: 0.3s;
  color: #212529;
}
.glyph.fs1:hover {
  transform: translateY(-5px);
  background-color: #333;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.glyph.fs1:hover span:not([class*=mls]) {
  background-color: #fff;
  color: #272635;
}
.glyph.fs1 .fs0, .glyph.fs1 fieldset {
  display: none;
}
.glyph.fs1 span:not([class*=mls]) {
  vertical-align: middle;
  top: -4px;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.glyph.fs1 .mls:not([class*=icon-]) {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-left: 55px;
}

/* ---------------------------------- */
/* Offsets
------------------------------------- */
/* Margin Top */
.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-26 {
  margin-top: 26px !important;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-top-29 {
  margin-top: 29px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-31 {
  margin-top: 31px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-top-34 {
  margin-top: 34px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-top-37 {
  margin-top: 37px !important;
}

.margin-top-38 {
  margin-top: 38px !important;
}

.margin-top-39 {
  margin-top: 39px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-41 {
  margin-top: 41px !important;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-top-43 {
  margin-top: 43px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-46 {
  margin-top: 46px !important;
}

.margin-top-47 {
  margin-top: 47px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-top-49 {
  margin-top: 49px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-top-52 {
  margin-top: 52px !important;
}

.margin-top-53 {
  margin-top: 53px !important;
}

.margin-top-54 {
  margin-top: 54px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-56 {
  margin-top: 56px !important;
}

.margin-top-57 {
  margin-top: 57px !important;
}

.margin-top-58 {
  margin-top: 58px !important;
}

.margin-top-59 {
  margin-top: 59px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-61 {
  margin-top: 61px !important;
}

.margin-top-62 {
  margin-top: 62px !important;
}

.margin-top-63 {
  margin-top: 63px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-top-66 {
  margin-top: 66px !important;
}

.margin-top-67 {
  margin-top: 67px !important;
}

.margin-top-68 {
  margin-top: 68px !important;
}

.margin-top-69 {
  margin-top: 69px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-71 {
  margin-top: 71px !important;
}

.margin-top-72 {
  margin-top: 72px !important;
}

.margin-top-73 {
  margin-top: 73px !important;
}

.margin-top-74 {
  margin-top: 74px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-76 {
  margin-top: 76px !important;
}

.margin-top-77 {
  margin-top: 77px !important;
}

.margin-top-78 {
  margin-top: 78px !important;
}

.margin-top-79 {
  margin-top: 79px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-81 {
  margin-top: 81px !important;
}

.margin-top-82 {
  margin-top: 82px !important;
}

.margin-top-83 {
  margin-top: 83px !important;
}

.margin-top-84 {
  margin-top: 84px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-top-86 {
  margin-top: 86px !important;
}

.margin-top-87 {
  margin-top: 87px !important;
}

.margin-top-88 {
  margin-top: 88px !important;
}

.margin-top-89 {
  margin-top: 89px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-91 {
  margin-top: 91px !important;
}

.margin-top-92 {
  margin-top: 92px !important;
}

.margin-top-93 {
  margin-top: 93px !important;
}

.margin-top-94 {
  margin-top: 94px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-top-96 {
  margin-top: 96px !important;
}

.margin-top-97 {
  margin-top: 97px !important;
}

.margin-top-98 {
  margin-top: 98px !important;
}

.margin-top-99 {
  margin-top: 99px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

.margin-bottom-27 {
  margin-bottom: 27px !important;
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

.margin-bottom-29 {
  margin-bottom: 29px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.margin-bottom-33 {
  margin-bottom: 33px !important;
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-bottom-37 {
  margin-bottom: 37px !important;
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

.margin-bottom-39 {
  margin-bottom: 39px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-41 {
  margin-bottom: 41px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

.margin-bottom-47 {
  margin-bottom: 47px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-bottom-49 {
  margin-bottom: 49px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-51 {
  margin-bottom: 51px !important;
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

.margin-bottom-53 {
  margin-bottom: 53px !important;
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

.margin-bottom-57 {
  margin-bottom: 57px !important;
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

.margin-bottom-59 {
  margin-bottom: 59px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-61 {
  margin-bottom: 61px !important;
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

.margin-bottom-63 {
  margin-bottom: 63px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px !important;
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

.margin-bottom-69 {
  margin-bottom: 69px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-71 {
  margin-bottom: 71px !important;
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

.margin-bottom-73 {
  margin-bottom: 73px !important;
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

.margin-bottom-77 {
  margin-bottom: 77px !important;
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

.margin-bottom-79 {
  margin-bottom: 79px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-81 {
  margin-bottom: 81px !important;
}

.margin-bottom-82 {
  margin-bottom: 82px !important;
}

.margin-bottom-83 {
  margin-bottom: 83px !important;
}

.margin-bottom-84 {
  margin-bottom: 84px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-bottom-86 {
  margin-bottom: 86px !important;
}

.margin-bottom-87 {
  margin-bottom: 87px !important;
}

.margin-bottom-88 {
  margin-bottom: 88px !important;
}

.margin-bottom-89 {
  margin-bottom: 89px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-91 {
  margin-bottom: 91px !important;
}

.margin-bottom-92 {
  margin-bottom: 92px !important;
}

.margin-bottom-93 {
  margin-bottom: 93px !important;
}

.margin-bottom-94 {
  margin-bottom: 94px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-bottom-96 {
  margin-bottom: 96px !important;
}

.margin-bottom-97 {
  margin-bottom: 97px !important;
}

.margin-bottom-98 {
  margin-bottom: 98px !important;
}

.margin-bottom-99 {
  margin-bottom: 99px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* Margin Left */
.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-11 {
  margin-left: 11px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-left-14 {
  margin-left: 14px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-left-19 {
  margin-left: 19px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-left-22 {
  margin-left: 22px !important;
}

.margin-left-23 {
  margin-left: 23px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-26 {
  margin-left: 26px !important;
}

.margin-left-27 {
  margin-left: 27px !important;
}

.margin-left-28 {
  margin-left: 28px !important;
}

.margin-left-29 {
  margin-left: 29px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-31 {
  margin-left: 31px !important;
}

.margin-left-32 {
  margin-left: 32px !important;
}

.margin-left-33 {
  margin-left: 33px !important;
}

.margin-left-34 {
  margin-left: 34px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-36 {
  margin-left: 36px !important;
}

.margin-left-37 {
  margin-left: 37px !important;
}

.margin-left-38 {
  margin-left: 38px !important;
}

.margin-left-39 {
  margin-left: 39px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-41 {
  margin-left: 41px !important;
}

.margin-left-42 {
  margin-left: 42px !important;
}

.margin-left-43 {
  margin-left: 43px !important;
}

.margin-left-44 {
  margin-left: 44px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-46 {
  margin-left: 46px !important;
}

.margin-left-47 {
  margin-left: 47px !important;
}

.margin-left-48 {
  margin-left: 48px !important;
}

.margin-left-49 {
  margin-left: 49px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-51 {
  margin-left: 51px !important;
}

.margin-left-52 {
  margin-left: 52px !important;
}

.margin-left-53 {
  margin-left: 53px !important;
}

.margin-left-54 {
  margin-left: 54px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-left-56 {
  margin-left: 56px !important;
}

.margin-left-57 {
  margin-left: 57px !important;
}

.margin-left-58 {
  margin-left: 58px !important;
}

.margin-left-59 {
  margin-left: 59px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-61 {
  margin-left: 61px !important;
}

.margin-left-62 {
  margin-left: 62px !important;
}

.margin-left-63 {
  margin-left: 63px !important;
}

.margin-left-64 {
  margin-left: 64px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-left-66 {
  margin-left: 66px !important;
}

.margin-left-67 {
  margin-left: 67px !important;
}

.margin-left-68 {
  margin-left: 68px !important;
}

.margin-left-69 {
  margin-left: 69px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left-71 {
  margin-left: 71px !important;
}

.margin-left-72 {
  margin-left: 72px !important;
}

.margin-left-73 {
  margin-left: 73px !important;
}

.margin-left-74 {
  margin-left: 74px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-left-76 {
  margin-left: 76px !important;
}

.margin-left-77 {
  margin-left: 77px !important;
}

.margin-left-78 {
  margin-left: 78px !important;
}

.margin-left-79 {
  margin-left: 79px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left-81 {
  margin-left: 81px !important;
}

.margin-left-82 {
  margin-left: 82px !important;
}

.margin-left-83 {
  margin-left: 83px !important;
}

.margin-left-84 {
  margin-left: 84px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-left-86 {
  margin-left: 86px !important;
}

.margin-left-87 {
  margin-left: 87px !important;
}

.margin-left-88 {
  margin-left: 88px !important;
}

.margin-left-89 {
  margin-left: 89px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-left-91 {
  margin-left: 91px !important;
}

.margin-left-92 {
  margin-left: 92px !important;
}

.margin-left-93 {
  margin-left: 93px !important;
}

.margin-left-94 {
  margin-left: 94px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-left-96 {
  margin-left: 96px !important;
}

.margin-left-97 {
  margin-left: 97px !important;
}

.margin-left-98 {
  margin-left: 98px !important;
}

.margin-left-99 {
  margin-left: 99px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

/* Margin Right */
.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-11 {
  margin-right: 11px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-right-17 {
  margin-right: 17px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-right-19 {
  margin-right: 19px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.margin-right-22 {
  margin-right: 22px !important;
}

.margin-right-23 {
  margin-right: 23px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-26 {
  margin-right: 26px !important;
}

.margin-right-27 {
  margin-right: 27px !important;
}

.margin-right-28 {
  margin-right: 28px !important;
}

.margin-right-29 {
  margin-right: 29px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-31 {
  margin-right: 31px !important;
}

.margin-right-32 {
  margin-right: 32px !important;
}

.margin-right-33 {
  margin-right: 33px !important;
}

.margin-right-34 {
  margin-right: 34px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-36 {
  margin-right: 36px !important;
}

.margin-right-37 {
  margin-right: 37px !important;
}

.margin-right-38 {
  margin-right: 38px !important;
}

.margin-right-39 {
  margin-right: 39px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-41 {
  margin-right: 41px !important;
}

.margin-right-42 {
  margin-right: 42px !important;
}

.margin-right-43 {
  margin-right: 43px !important;
}

.margin-right-44 {
  margin-right: 44px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-46 {
  margin-right: 46px !important;
}

.margin-right-47 {
  margin-right: 47px !important;
}

.margin-right-48 {
  margin-right: 48px !important;
}

.margin-right-49 {
  margin-right: 49px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-51 {
  margin-right: 51px !important;
}

.margin-right-52 {
  margin-right: 52px !important;
}

.margin-right-53 {
  margin-right: 53px !important;
}

.margin-right-54 {
  margin-right: 54px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-right-56 {
  margin-right: 56px !important;
}

.margin-right-57 {
  margin-right: 57px !important;
}

.margin-right-58 {
  margin-right: 58px !important;
}

.margin-right-59 {
  margin-right: 59px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-61 {
  margin-right: 61px !important;
}

.margin-right-62 {
  margin-right: 62px !important;
}

.margin-right-63 {
  margin-right: 63px !important;
}

.margin-right-64 {
  margin-right: 64px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-right-66 {
  margin-right: 66px !important;
}

.margin-right-67 {
  margin-right: 67px !important;
}

.margin-right-68 {
  margin-right: 68px !important;
}

.margin-right-69 {
  margin-right: 69px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right-71 {
  margin-right: 71px !important;
}

.margin-right-72 {
  margin-right: 72px !important;
}

.margin-right-73 {
  margin-right: 73px !important;
}

.margin-right-74 {
  margin-right: 74px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-right-76 {
  margin-right: 76px !important;
}

.margin-right-77 {
  margin-right: 77px !important;
}

.margin-right-78 {
  margin-right: 78px !important;
}

.margin-right-79 {
  margin-right: 79px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-81 {
  margin-right: 81px !important;
}

.margin-right-82 {
  margin-right: 82px !important;
}

.margin-right-83 {
  margin-right: 83px !important;
}

.margin-right-84 {
  margin-right: 84px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.margin-right-86 {
  margin-right: 86px !important;
}

.margin-right-87 {
  margin-right: 87px !important;
}

.margin-right-88 {
  margin-right: 88px !important;
}

.margin-right-89 {
  margin-right: 89px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right-91 {
  margin-right: 91px !important;
}

.margin-right-92 {
  margin-right: 92px !important;
}

.margin-right-93 {
  margin-right: 93px !important;
}

.margin-right-94 {
  margin-right: 94px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.margin-right-96 {
  margin-right: 96px !important;
}

.margin-right-97 {
  margin-right: 97px !important;
}

.margin-right-98 {
  margin-right: 98px !important;
}

.margin-right-99 {
  margin-right: 99px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

/* Padding Top */
.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-11 {
  padding-top: 11px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-top-14 {
  padding-top: 14px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-top-18 {
  padding-top: 18px !important;
}

.padding-top-19 {
  padding-top: 19px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-21 {
  padding-top: 21px !important;
}

.padding-top-22 {
  padding-top: 22px !important;
}

.padding-top-23 {
  padding-top: 23px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-26 {
  padding-top: 26px !important;
}

.padding-top-27 {
  padding-top: 27px !important;
}

.padding-top-28 {
  padding-top: 28px !important;
}

.padding-top-29 {
  padding-top: 29px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-31 {
  padding-top: 31px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-top-33 {
  padding-top: 33px !important;
}

.padding-top-34 {
  padding-top: 34px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-36 {
  padding-top: 36px !important;
}

.padding-top-37 {
  padding-top: 37px !important;
}

.padding-top-38 {
  padding-top: 38px !important;
}

.padding-top-39 {
  padding-top: 39px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-41 {
  padding-top: 41px !important;
}

.padding-top-42 {
  padding-top: 42px !important;
}

.padding-top-43 {
  padding-top: 43px !important;
}

.padding-top-44 {
  padding-top: 44px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-46 {
  padding-top: 46px !important;
}

.padding-top-47 {
  padding-top: 47px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-top-49 {
  padding-top: 49px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-51 {
  padding-top: 51px !important;
}

.padding-top-52 {
  padding-top: 52px !important;
}

.padding-top-53 {
  padding-top: 53px !important;
}

.padding-top-54 {
  padding-top: 54px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-top-56 {
  padding-top: 56px !important;
}

.padding-top-57 {
  padding-top: 57px !important;
}

.padding-top-58 {
  padding-top: 58px !important;
}

.padding-top-59 {
  padding-top: 59px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-61 {
  padding-top: 61px !important;
}

.padding-top-62 {
  padding-top: 62px !important;
}

.padding-top-63 {
  padding-top: 63px !important;
}

.padding-top-64 {
  padding-top: 64px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-top-66 {
  padding-top: 66px !important;
}

.padding-top-67 {
  padding-top: 67px !important;
}

.padding-top-68 {
  padding-top: 68px !important;
}

.padding-top-69 {
  padding-top: 69px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-71 {
  padding-top: 71px !important;
}

.padding-top-72 {
  padding-top: 72px !important;
}

.padding-top-73 {
  padding-top: 73px !important;
}

.padding-top-74 {
  padding-top: 74px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-top-76 {
  padding-top: 76px !important;
}

.padding-top-77 {
  padding-top: 77px !important;
}

.padding-top-78 {
  padding-top: 78px !important;
}

.padding-top-79 {
  padding-top: 79px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-81 {
  padding-top: 81px !important;
}

.padding-top-82 {
  padding-top: 82px !important;
}

.padding-top-83 {
  padding-top: 83px !important;
}

.padding-top-84 {
  padding-top: 84px !important;
}

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-top-86 {
  padding-top: 86px !important;
}

.padding-top-87 {
  padding-top: 87px !important;
}

.padding-top-88 {
  padding-top: 88px !important;
}

.padding-top-89 {
  padding-top: 89px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-91 {
  padding-top: 91px !important;
}

.padding-top-92 {
  padding-top: 92px !important;
}

.padding-top-93 {
  padding-top: 93px !important;
}

.padding-top-94 {
  padding-top: 94px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

.padding-top-96 {
  padding-top: 96px !important;
}

.padding-top-97 {
  padding-top: 97px !important;
}

.padding-top-98 {
  padding-top: 98px !important;
}

.padding-top-99 {
  padding-top: 99px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

/* Padding Bottom */
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-11 {
  padding-bottom: 11px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-bottom-13 {
  padding-bottom: 13px !important;
}

.padding-bottom-14 {
  padding-bottom: 14px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-bottom-17 {
  padding-bottom: 17px !important;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.padding-bottom-19 {
  padding-bottom: 19px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-21 {
  padding-bottom: 21px !important;
}

.padding-bottom-22 {
  padding-bottom: 22px !important;
}

.padding-bottom-23 {
  padding-bottom: 23px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-26 {
  padding-bottom: 26px !important;
}

.padding-bottom-27 {
  padding-bottom: 27px !important;
}

.padding-bottom-28 {
  padding-bottom: 28px !important;
}

.padding-bottom-29 {
  padding-bottom: 29px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-31 {
  padding-bottom: 31px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-bottom-33 {
  padding-bottom: 33px !important;
}

.padding-bottom-34 {
  padding-bottom: 34px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-bottom-36 {
  padding-bottom: 36px !important;
}

.padding-bottom-37 {
  padding-bottom: 37px !important;
}

.padding-bottom-38 {
  padding-bottom: 38px !important;
}

.padding-bottom-39 {
  padding-bottom: 39px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-41 {
  padding-bottom: 41px !important;
}

.padding-bottom-42 {
  padding-bottom: 42px !important;
}

.padding-bottom-43 {
  padding-bottom: 43px !important;
}

.padding-bottom-44 {
  padding-bottom: 44px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-bottom-46 {
  padding-bottom: 46px !important;
}

.padding-bottom-47 {
  padding-bottom: 47px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-bottom-49 {
  padding-bottom: 49px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-51 {
  padding-bottom: 51px !important;
}

.padding-bottom-52 {
  padding-bottom: 52px !important;
}

.padding-bottom-53 {
  padding-bottom: 53px !important;
}

.padding-bottom-54 {
  padding-bottom: 54px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-56 {
  padding-bottom: 56px !important;
}

.padding-bottom-57 {
  padding-bottom: 57px !important;
}

.padding-bottom-58 {
  padding-bottom: 58px !important;
}

.padding-bottom-59 {
  padding-bottom: 59px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-61 {
  padding-bottom: 61px !important;
}

.padding-bottom-62 {
  padding-bottom: 62px !important;
}

.padding-bottom-63 {
  padding-bottom: 63px !important;
}

.padding-bottom-64 {
  padding-bottom: 64px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-bottom-66 {
  padding-bottom: 66px !important;
}

.padding-bottom-67 {
  padding-bottom: 67px !important;
}

.padding-bottom-68 {
  padding-bottom: 68px !important;
}

.padding-bottom-69 {
  padding-bottom: 69px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-71 {
  padding-bottom: 71px !important;
}

.padding-bottom-72 {
  padding-bottom: 72px !important;
}

.padding-bottom-73 {
  padding-bottom: 73px !important;
}

.padding-bottom-74 {
  padding-bottom: 74px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-bottom-76 {
  padding-bottom: 76px !important;
}

.padding-bottom-77 {
  padding-bottom: 77px !important;
}

.padding-bottom-78 {
  padding-bottom: 78px !important;
}

.padding-bottom-79 {
  padding-bottom: 79px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-81 {
  padding-bottom: 81px !important;
}

.padding-bottom-82 {
  padding-bottom: 82px !important;
}

.padding-bottom-83 {
  padding-bottom: 83px !important;
}

.padding-bottom-84 {
  padding-bottom: 84px !important;
}

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-bottom-86 {
  padding-bottom: 86px !important;
}

.padding-bottom-87 {
  padding-bottom: 87px !important;
}

.padding-bottom-88 {
  padding-bottom: 88px !important;
}

.padding-bottom-89 {
  padding-bottom: 89px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-91 {
  padding-bottom: 91px !important;
}

.padding-bottom-92 {
  padding-bottom: 92px !important;
}

.padding-bottom-93 {
  padding-bottom: 93px !important;
}

.padding-bottom-94 {
  padding-bottom: 94px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

.padding-bottom-96 {
  padding-bottom: 96px !important;
}

.padding-bottom-97 {
  padding-bottom: 97px !important;
}

.padding-bottom-98 {
  padding-bottom: 98px !important;
}

.padding-bottom-99 {
  padding-bottom: 99px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

/* Padding Right */
.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-1 {
  padding-right: 1px !important;
}

.padding-right-2 {
  padding-right: 2px !important;
}

.padding-right-3 {
  padding-right: 3px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-26 {
  padding-right: 26px !important;
}

.padding-right-27 {
  padding-right: 27px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.padding-right-29 {
  padding-right: 29px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-31 {
  padding-right: 31px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.padding-right-33 {
  padding-right: 33px !important;
}

.padding-right-34 {
  padding-right: 34px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-right-36 {
  padding-right: 36px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.padding-right-38 {
  padding-right: 38px !important;
}

.padding-right-39 {
  padding-right: 39px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-41 {
  padding-right: 41px !important;
}

.padding-right-42 {
  padding-right: 42px !important;
}

.padding-right-43 {
  padding-right: 43px !important;
}

.padding-right-44 {
  padding-right: 44px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-right-46 {
  padding-right: 46px !important;
}

.padding-right-47 {
  padding-right: 47px !important;
}

.padding-right-48 {
  padding-right: 48px !important;
}

.padding-right-49 {
  padding-right: 49px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-51 {
  padding-right: 51px !important;
}

.padding-right-52 {
  padding-right: 52px !important;
}

.padding-right-53 {
  padding-right: 53px !important;
}

.padding-right-54 {
  padding-right: 54px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-56 {
  padding-right: 56px !important;
}

.padding-right-57 {
  padding-right: 57px !important;
}

.padding-right-58 {
  padding-right: 58px !important;
}

.padding-right-59 {
  padding-right: 59px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-right-61 {
  padding-right: 61px !important;
}

.padding-right-62 {
  padding-right: 62px !important;
}

.padding-right-63 {
  padding-right: 63px !important;
}

.padding-right-64 {
  padding-right: 64px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-right-66 {
  padding-right: 66px !important;
}

.padding-right-67 {
  padding-right: 67px !important;
}

.padding-right-68 {
  padding-right: 68px !important;
}

.padding-right-69 {
  padding-right: 69px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-right-71 {
  padding-right: 71px !important;
}

.padding-right-72 {
  padding-right: 72px !important;
}

.padding-right-73 {
  padding-right: 73px !important;
}

.padding-right-74 {
  padding-right: 74px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-right-76 {
  padding-right: 76px !important;
}

.padding-right-77 {
  padding-right: 77px !important;
}

.padding-right-78 {
  padding-right: 78px !important;
}

.padding-right-79 {
  padding-right: 79px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.padding-right-81 {
  padding-right: 81px !important;
}

.padding-right-82 {
  padding-right: 82px !important;
}

.padding-right-83 {
  padding-right: 83px !important;
}

.padding-right-84 {
  padding-right: 84px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

.padding-right-86 {
  padding-right: 86px !important;
}

.padding-right-87 {
  padding-right: 87px !important;
}

.padding-right-88 {
  padding-right: 88px !important;
}

.padding-right-89 {
  padding-right: 89px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.padding-right-91 {
  padding-right: 91px !important;
}

.padding-right-92 {
  padding-right: 92px !important;
}

.padding-right-93 {
  padding-right: 93px !important;
}

.padding-right-94 {
  padding-right: 94px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

.padding-right-96 {
  padding-right: 96px !important;
}

.padding-right-97 {
  padding-right: 97px !important;
}

.padding-right-98 {
  padding-right: 98px !important;
}

.padding-right-99 {
  padding-right: 99px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

/* Padding Left */
.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-1 {
  padding-left: 1px !important;
}

.padding-left-2 {
  padding-left: 2px !important;
}

.padding-left-3 {
  padding-left: 3px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-26 {
  padding-left: 26px !important;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.padding-left-28 {
  padding-left: 28px !important;
}

.padding-left-29 {
  padding-left: 29px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-31 {
  padding-left: 31px !important;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-left-33 {
  padding-left: 33px !important;
}

.padding-left-34 {
  padding-left: 34px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-left-36 {
  padding-left: 36px !important;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-left-38 {
  padding-left: 38px !important;
}

.padding-left-39 {
  padding-left: 39px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-41 {
  padding-left: 41px !important;
}

.padding-left-42 {
  padding-left: 42px !important;
}

.padding-left-43 {
  padding-left: 43px !important;
}

.padding-left-44 {
  padding-left: 44px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-left-46 {
  padding-left: 46px !important;
}

.padding-left-47 {
  padding-left: 47px !important;
}

.padding-left-48 {
  padding-left: 48px !important;
}

.padding-left-49 {
  padding-left: 49px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-left-51 {
  padding-left: 51px !important;
}

.padding-left-52 {
  padding-left: 52px !important;
}

.padding-left-53 {
  padding-left: 53px !important;
}

.padding-left-54 {
  padding-left: 54px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-56 {
  padding-left: 56px !important;
}

.padding-left-57 {
  padding-left: 57px !important;
}

.padding-left-58 {
  padding-left: 58px !important;
}

.padding-left-59 {
  padding-left: 59px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-left-61 {
  padding-left: 61px !important;
}

.padding-left-62 {
  padding-left: 62px !important;
}

.padding-left-63 {
  padding-left: 63px !important;
}

.padding-left-64 {
  padding-left: 64px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-left-66 {
  padding-left: 66px !important;
}

.padding-left-67 {
  padding-left: 67px !important;
}

.padding-left-68 {
  padding-left: 68px !important;
}

.padding-left-69 {
  padding-left: 69px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-left-71 {
  padding-left: 71px !important;
}

.padding-left-72 {
  padding-left: 72px !important;
}

.padding-left-73 {
  padding-left: 73px !important;
}

.padding-left-74 {
  padding-left: 74px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-left-76 {
  padding-left: 76px !important;
}

.padding-left-77 {
  padding-left: 77px !important;
}

.padding-left-78 {
  padding-left: 78px !important;
}

.padding-left-79 {
  padding-left: 79px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-left-81 {
  padding-left: 81px !important;
}

.padding-left-82 {
  padding-left: 82px !important;
}

.padding-left-83 {
  padding-left: 83px !important;
}

.padding-left-84 {
  padding-left: 84px !important;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-left-86 {
  padding-left: 86px !important;
}

.padding-left-87 {
  padding-left: 87px !important;
}

.padding-left-88 {
  padding-left: 88px !important;
}

.padding-left-89 {
  padding-left: 89px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-left-91 {
  padding-left: 91px !important;
}

.padding-left-92 {
  padding-left: 92px !important;
}

.padding-left-93 {
  padding-left: 93px !important;
}

.padding-left-94 {
  padding-left: 94px !important;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-left-96 {
  padding-left: 96px !important;
}

.padding-left-97 {
  padding-left: 97px !important;
}

.padding-left-98 {
  padding-left: 98px !important;
}

.padding-left-99 {
  padding-left: 99px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

/* -------------------------------------------------------------- */
/* 07. Icon Sets
----------------------------------------------------------------- */
/*!
 * Material Icons (https://material.io/tools/icons/)
 * Apache license version 2.0
 */
@font-face {
  font-family: "Material-Icons";
  src: url("../fonts/Material-Icons.ttf?e8u1sb") format("truetype"), url("../fonts/Material-Icons.woff?e8u1sb") format("woff"), url("../fonts/Material-Icons.svg?e8u1sb#Material-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-material-], [class*=" icon-material-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Material-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-material-outline-dashboard:before {
  content: "\e997";
}

.icon-material-outline-arrow-back:before {
  content: "\e993";
}

.icon-material-outline-arrow-forward:before {
  content: "\e994";
}

.icon-material-outline-arrow-right-alt:before {
  content: "\e995";
}

.icon-material-outline-gavel:before {
  content: "\e996";
}

.icon-material-baseline-mail-outline:before {
  content: "\e900";
}

.icon-material-baseline-notifications-none:before {
  content: "\e901";
}

.icon-material-baseline-star-border:before {
  content: "\e902";
}

.icon-material-outline-access-alarm:before {
  content: "\e903";
}

.icon-material-outline-access-time:before {
  content: "\e904";
}

.icon-material-outline-account-balance-wallet:before {
  content: "\e905";
}

.icon-material-outline-account-balance:before {
  content: "\e906";
}

.icon-material-outline-account-circle:before {
  content: "\e907";
}

.icon-material-outline-add-a-photo:before {
  content: "\e908";
}

.icon-material-outline-add-circle-outline:before {
  content: "\e909";
}

.icon-material-outline-add-location:before {
  content: "\e90a";
}

.icon-material-outline-add-photo-alternate:before {
  content: "\e90b";
}

.icon-material-outline-add-shopping-cart:before {
  content: "\e90c";
}

.icon-material-outline-add:before {
  content: "\e90d";
}

.icon-material-outline-alarm-add:before {
  content: "\e90e";
}

.icon-material-outline-alarm-off:before {
  content: "\e90f";
}

.icon-material-outline-alarm-on:before {
  content: "\e910";
}

.icon-material-outline-alarm:before {
  content: "\e911";
}

.icon-material-outline-announcement:before {
  content: "\e912";
}

.icon-material-outline-archive:before {
  content: "\e913";
}

.icon-material-outline-arrow-drop-down:before {
  content: "\e914";
}

.icon-material-outline-arrow-drop-up:before {
  content: "\e915";
}

.icon-material-outline-arrow-left:before {
  content: "\e916";
}

.icon-material-outline-arrow-right:before {
  content: "\e917";
}

.icon-material-outline-assessment:before {
  content: "\e918";
}

.icon-material-outline-assignment:before {
  content: "\e919";
}

.icon-material-outline-attach-file:before {
  content: "\e91a";
}

.icon-material-outline-autorenew:before {
  content: "\e91b";
}

.icon-material-outline-battery-charging-full:before {
  content: "\e91c";
}

.icon-material-outline-beach-access:before {
  content: "\e91d";
}

.icon-material-outline-book:before {
  content: "\e91e";
}

.icon-material-outline-bookmark-border:before {
  content: "\e91f";
}

.icon-material-outline-bookmarks:before {
  content: "\e920";
}

.icon-material-outline-broken-image:before {
  content: "\e921";
}

.icon-material-outline-brush:before {
  content: "\e922";
}

.icon-material-outline-bug-report:before {
  content: "\e923";
}

.icon-material-outline-business-center:before {
  content: "\e924";
}

.icon-material-outline-business:before {
  content: "\e925";
}

.icon-material-outline-cake:before {
  content: "\e926";
}

.icon-material-outline-check-circle:before {
  content: "\e927";
}

.icon-material-outline-check:before {
  content: "\e928";
}

.icon-material-outline-cloud:before {
  content: "\e929";
}

.icon-material-outline-code:before {
  content: "\e92a";
}

.icon-material-outline-compare-arrows:before {
  content: "\e92b";
}

.icon-material-outline-computer:before {
  content: "\e92c";
}

.icon-material-outline-contact-support:before {
  content: "\e92d";
}

.icon-material-outline-credit-card:before {
  content: "\e92e";
}

.icon-material-outline-crop-original:before {
  content: "\e92f";
}

.icon-material-outline-date-range:before {
  content: "\e930";
}

.icon-material-outline-delete:before {
  content: "\e931";
}

.icon-material-outline-description:before {
  content: "\e932";
}

.icon-material-outline-desktop-mac:before {
  content: "\e933";
}

.icon-material-outline-desktop-windows:before {
  content: "\e934";
}

.icon-material-outline-directions-car:before {
  content: "\e935";
}

.icon-material-outline-dns:before {
  content: "\e936";
}

.icon-material-outline-drafts:before {
  content: "\e937";
}

.icon-material-outline-email:before {
  content: "\e938";
}

.icon-material-outline-explore:before {
  content: "\e939";
}

.icon-material-outline-extension:before {
  content: "\e93a";
}

.icon-material-outline-face:before {
  content: "\e93b";
}

.icon-material-outline-favorite-border:before {
  content: "\e93c";
}

.icon-material-outline-favorite:before {
  content: "\e93d";
}

.icon-material-outline-feedback:before {
  content: "\e93e";
}

.icon-material-outline-file-copy:before {
  content: "\e93f";
}

.icon-material-outline-filter-none:before {
  content: "\e940";
}

.icon-material-outline-find-in-page:before {
  content: "\e941";
}

.icon-material-outline-fingerprint:before {
  content: "\e942";
}

.icon-material-outline-flight:before {
  content: "\e943";
}

.icon-material-outline-flip-to-back:before {
  content: "\e944";
}

.icon-material-outline-flip-to-front:before {
  content: "\e945";
}

.icon-material-outline-folder-shared:before {
  content: "\e946";
}

.icon-material-outline-folder:before {
  content: "\e947";
}

.icon-material-outline-format-quote:before {
  content: "\e948";
}

.icon-material-outline-format-shapes:before {
  content: "\e949";
}

.icon-material-outline-forum:before {
  content: "\e94a";
}

.icon-material-outline-free-breakfast:before {
  content: "\e94b";
}

.icon-material-outline-gps-fixed:before {
  content: "\e94c";
}

.icon-material-outline-group:before {
  content: "\e94d";
}

.icon-material-outline-help-outline:before {
  content: "\e94e";
}

.icon-material-outline-highlight-off:before {
  content: "\e94f";
}

.icon-material-outline-history:before {
  content: "\e950";
}

.icon-material-outline-home:before {
  content: "\e951";
}

.icon-material-outline-hotel:before {
  content: "\e952";
}

.icon-material-outline-https:before {
  content: "\e953";
}

.icon-material-outline-info:before {
  content: "\e954";
}

.icon-material-outline-input:before {
  content: "\e955";
}

.icon-material-outline-insert-photo:before {
  content: "\e956";
}

.icon-material-outline-keyboard-arrow-down:before {
  content: "\e957";
}

.icon-material-outline-keyboard-arrow-left:before {
  content: "\e958";
}

.icon-material-outline-keyboard-arrow-right:before {
  content: "\e959";
}

.icon-material-outline-keyboard-arrow-up:before {
  content: "\e95a";
}

.icon-material-outline-language:before {
  content: "\e95b";
}

.icon-material-outline-launch:before {
  content: "\e95c";
}

.icon-material-outline-layers:before {
  content: "\e95d";
}

.icon-material-outline-library-add:before {
  content: "\e95e";
}

.icon-material-outline-library-books:before {
  content: "\e95f";
}

.icon-material-outline-local-atm:before {
  content: "\e960";
}

.icon-material-outline-local-offer:before {
  content: "\e961";
}

.icon-material-outline-location-city:before {
  content: "\e962";
}

.icon-material-outline-location-off:before {
  content: "\e963";
}

.icon-material-outline-location-on:before {
  content: "\e964";
}

.icon-material-outline-lock-open:before {
  content: "\e965";
}

.icon-material-outline-lock:before {
  content: "\e966";
}

.icon-material-outline-loyalty:before {
  content: "\e967";
}

.icon-material-outline-map:before {
  content: "\e968";
}

.icon-material-outline-message:before {
  content: "\e969";
}

.icon-material-outline-monetization-on:before {
  content: "\e96a";
}

.icon-material-outline-money:before {
  content: "\e96b";
}

.icon-material-outline-mouse:before {
  content: "\e96c";
}

.icon-material-outline-movie:before {
  content: "\e96d";
}

.icon-material-outline-my-location:before {
  content: "\e96e";
}

.icon-material-outline-note-add:before {
  content: "\e96f";
}

.icon-material-outline-notifications-active:before {
  content: "\e970";
}

.icon-material-outline-notifications-off:before {
  content: "\e971";
}

.icon-material-outline-notifications:before {
  content: "\e972";
}

.icon-material-outline-outlined-flag:before {
  content: "\e973";
}

.icon-material-outline-person-pin:before {
  content: "\e974";
}

.icon-material-outline-photo-library:before {
  content: "\e975";
}

.icon-material-outline-photo-size-select-actual:before {
  content: "\e976";
}

.icon-material-outline-picture-as-pdf:before {
  content: "\e977";
}

.icon-material-outline-power-settings-new:before {
  content: "\e978";
}

.icon-material-outline-print:before {
  content: "\e979";
}

.icon-material-outline-question-answer:before {
  content: "\e97a";
}

.icon-material-outline-rate-review:before {
  content: "\e97b";
}

.icon-material-outline-redo:before {
  content: "\e97c";
}

.icon-material-outline-reorder:before {
  content: "\e97d";
}

.icon-material-outline-restaurant:before {
  content: "\e97e";
}

.icon-material-outline-room:before {
  content: "\e97f";
}

.icon-material-outline-save-alt:before {
  content: "\e980";
}

.icon-material-outline-school:before {
  content: "\e981";
}

.icon-material-outline-search:before {
  content: "\e982";
}

.icon-material-outline-settings-input-component:before {
  content: "\e983";
}

.icon-material-outline-settings:before {
  content: "\e984";
}

.icon-material-outline-shopping-cart:before {
  content: "\e985";
}

.icon-material-outline-speaker-notes:before {
  content: "\e986";
}

.icon-material-outline-star-border:before {
  content: "\e987";
}

.icon-material-outline-star:before {
  content: "\e988";
}

.icon-material-outline-supervisor-account:before {
  content: "\e989";
}

.icon-material-outline-text-fields:before {
  content: "\e98a";
}

.icon-material-outline-textsms:before {
  content: "\e98b";
}

.icon-material-outline-thumb-down:before {
  content: "\e98c";
}

.icon-material-outline-thumb-up:before {
  content: "\e98d";
}

.icon-material-outline-undo:before {
  content: "\e98e";
}

.icon-material-outline-visibility:before {
  content: "\e98f";
}

.icon-material-outline-watch:before {
  content: "\e990";
}

.icon-material-outline-wb-incandescent:before {
  content: "\e991";
}

.icon-material-outline-where-to-vote:before {
  content: "\e992";
}

/*!
 * Feather Icons (https://feathericons.com/)
 * Licensed under MIT
 */
@font-face {
  font-family: "Feather-Icons";
  src: url("../fonts/Feather-Icons.ttf?7ncawf") format("truetype"), url("../fonts/Feather-Icons.woff?7ncawf") format("woff"), url("../fonts/Feather-Icons.svg?7ncawf#Feather-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-feather-], [class*=" icon-feather-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Feather-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feather-activity:before {
  content: "\e900";
}

.icon-feather-airplay:before {
  content: "\e901";
}

.icon-feather-alert-circle:before {
  content: "\e902";
}

.icon-feather-alert-octagon:before {
  content: "\e903";
}

.icon-feather-alert-triangle:before {
  content: "\e904";
}

.icon-feather-align-center:before {
  content: "\e905";
}

.icon-feather-align-justify:before {
  content: "\e906";
}

.icon-feather-align-left:before {
  content: "\e907";
}

.icon-feather-align-right:before {
  content: "\e908";
}

.icon-feather-anchor:before {
  content: "\e909";
}

.icon-feather-aperture:before {
  content: "\e90a";
}

.icon-feather-archive:before {
  content: "\e90b";
}

.icon-feather-arrow-down:before {
  content: "\e90c";
}

.icon-feather-arrow-down-circle:before {
  content: "\e90d";
}

.icon-feather-arrow-down-left:before {
  content: "\e90e";
}

.icon-feather-arrow-down-right:before {
  content: "\e90f";
}

.icon-feather-arrow-left:before {
  content: "\e910";
}

.icon-feather-arrow-left-circle:before {
  content: "\e911";
}

.icon-feather-arrow-right:before {
  content: "\e912";
}

.icon-feather-arrow-right-circle:before {
  content: "\e913";
}

.icon-feather-arrow-up:before {
  content: "\e914";
}

.icon-feather-arrow-up-circle:before {
  content: "\e915";
}

.icon-feather-arrow-up-left:before {
  content: "\e916";
}

.icon-feather-arrow-up-right:before {
  content: "\e917";
}

.icon-feather-at-sign:before {
  content: "\e918";
}

.icon-feather-award:before {
  content: "\e919";
}

.icon-feather-bar-chart:before {
  content: "\e91a";
}

.icon-feather-bar-chart-2:before {
  content: "\e91b";
}

.icon-feather-battery:before {
  content: "\e91c";
}

.icon-feather-battery-charging:before {
  content: "\e91d";
}

.icon-feather-bell:before {
  content: "\e91e";
}

.icon-feather-bell-off:before {
  content: "\e91f";
}

.icon-feather-bluetooth:before {
  content: "\e920";
}

.icon-feather-bold:before {
  content: "\e921";
}

.icon-feather-book:before {
  content: "\e922";
}

.icon-feather-book-open:before {
  content: "\e923";
}

.icon-feather-bookmark:before {
  content: "\e924";
}

.icon-feather-box:before {
  content: "\e925";
}

.icon-feather-briefcase:before {
  content: "\e926";
}

.icon-feather-calendar:before {
  content: "\e927";
}

.icon-feather-camera:before {
  content: "\e928";
}

.icon-feather-camera-off:before {
  content: "\e929";
}

.icon-feather-cast:before {
  content: "\e92a";
}

.icon-feather-check:before {
  content: "\e92b";
}

.icon-feather-check-circle:before {
  content: "\e92c";
}

.icon-feather-check-square:before {
  content: "\e92d";
}

.icon-feather-chevron-down:before {
  content: "\e92e";
}

.icon-feather-chevron-left:before {
  content: "\e92f";
}

.icon-feather-chevron-right:before {
  content: "\e930";
}

.icon-feather-chevron-up:before {
  content: "\e931";
}

.icon-feather-chevrons-down:before {
  content: "\e932";
}

.icon-feather-chevrons-left:before {
  content: "\e933";
}

.icon-feather-chevrons-right:before {
  content: "\e934";
}

.icon-feather-chevrons-up:before {
  content: "\e935";
}

.icon-feather-chrome:before {
  content: "\e936";
}

.icon-feather-circle:before {
  content: "\e937";
}

.icon-feather-clipboard:before {
  content: "\e938";
}

.icon-feather-clock:before {
  content: "\e939";
}

.icon-feather-cloud:before {
  content: "\e93a";
}

.icon-feather-cloud-drizzle:before {
  content: "\e93b";
}

.icon-feather-cloud-lightning:before {
  content: "\e93c";
}

.icon-feather-cloud-off:before {
  content: "\e93d";
}

.icon-feather-cloud-rain:before {
  content: "\e93e";
}

.icon-feather-cloud-snow:before {
  content: "\e93f";
}

.icon-feather-code:before {
  content: "\e940";
}

.icon-feather-codepen:before {
  content: "\e941";
}

.icon-feather-command:before {
  content: "\e942";
}

.icon-feather-compass:before {
  content: "\e943";
}

.icon-feather-copy:before {
  content: "\e944";
}

.icon-feather-corner-down-left:before {
  content: "\e945";
}

.icon-feather-corner-down-right:before {
  content: "\e946";
}

.icon-feather-corner-left-down:before {
  content: "\e947";
}

.icon-feather-corner-left-up:before {
  content: "\e948";
}

.icon-feather-corner-right-down:before {
  content: "\e949";
}

.icon-feather-corner-right-up:before {
  content: "\e94a";
}

.icon-feather-corner-up-left:before {
  content: "\e94b";
}

.icon-feather-corner-up-right:before {
  content: "\e94c";
}

.icon-feather-cpu:before {
  content: "\e94d";
}

.icon-feather-credit-card:before {
  content: "\e94e";
}

.icon-feather-crop:before {
  content: "\e94f";
}

.icon-feather-crosshair:before {
  content: "\e950";
}

.icon-feather-database:before {
  content: "\e951";
}

.icon-feather-delete:before {
  content: "\e952";
}

.icon-feather-disc:before {
  content: "\e953";
}

.icon-feather-dollar-sign:before {
  content: "\e954";
}

.icon-feather-download:before {
  content: "\e955";
}

.icon-feather-download-cloud:before {
  content: "\e956";
}

.icon-feather-droplet:before {
  content: "\e957";
}

.icon-feather-edit:before {
  content: "\e958";
}

.icon-feather-edit-2:before {
  content: "\e959";
}

.icon-feather-edit-3:before {
  content: "\e95a";
}

.icon-feather-external-link:before {
  content: "\e95b";
}

.icon-feather-eye:before {
  content: "\e95c";
}

.icon-feather-eye-off:before {
  content: "\e95d";
}

.icon-feather-facebook:before {
  content: "\e95e";
}

.icon-feather-fast-forward:before {
  content: "\e95f";
}

.icon-feather-feather:before {
  content: "\e960";
}

.icon-feather-file:before {
  content: "\e961";
}

.icon-feather-file-minus:before {
  content: "\e962";
}

.icon-feather-file-plus:before {
  content: "\e963";
}

.icon-feather-file-text:before {
  content: "\e964";
}

.icon-feather-film:before {
  content: "\e965";
}

.icon-feather-filter:before {
  content: "\e966";
}

.icon-feather-flag:before {
  content: "\e967";
}

.icon-feather-folder:before {
  content: "\e968";
}

.icon-feather-folder-minus:before {
  content: "\e969";
}

.icon-feather-folder-plus:before {
  content: "\e96a";
}

.icon-feather-gift:before {
  content: "\e96b";
}

.icon-feather-git-branch:before {
  content: "\e96c";
}

.icon-feather-git-commit:before {
  content: "\e96d";
}

.icon-feather-git-merge:before {
  content: "\e96e";
}

.icon-feather-git-pull-request:before {
  content: "\e96f";
}

.icon-feather-github:before {
  content: "\e970";
}

.icon-feather-gitlab:before {
  content: "\e971";
}

.icon-feather-globe:before {
  content: "\e972";
}

.icon-feather-grid:before {
  content: "\e973";
}

.icon-feather-hard-drive:before {
  content: "\e974";
}

.icon-feather-hash:before {
  content: "\e975";
}

.icon-feather-headphones:before {
  content: "\e976";
}

.icon-feather-heart:before {
  content: "\e977";
}

.icon-feather-help-circle:before {
  content: "\e978";
}

.icon-feather-home:before {
  content: "\e979";
}

.icon-feather-image:before {
  content: "\e97a";
}

.icon-feather-inbox:before {
  content: "\e97b";
}

.icon-feather-info:before {
  content: "\e97c";
}

.icon-feather-instagram:before {
  content: "\e97d";
}

.icon-feather-italic:before {
  content: "\e97e";
}

.icon-feather-layers:before {
  content: "\e97f";
}

.icon-feather-layout:before {
  content: "\e980";
}

.icon-feather-life-buoy:before {
  content: "\e981";
}

.icon-feather-link:before {
  content: "\e982";
}

.icon-feather-link-2:before {
  content: "\e983";
}

.icon-feather-linkedin:before {
  content: "\e984";
}

.icon-feather-list:before {
  content: "\e985";
}

.icon-feather-loader:before {
  content: "\e986";
}

.icon-feather-lock:before {
  content: "\e987";
}

.icon-feather-log-in:before {
  content: "\e988";
}

.icon-feather-log-out:before {
  content: "\e989";
}

.icon-feather-mail:before {
  content: "\e98a";
}

.icon-feather-map:before {
  content: "\e98b";
}

.icon-feather-map-pin:before {
  content: "\e98c";
}

.icon-feather-maximize:before {
  content: "\e98d";
}

.icon-feather-maximize-2:before {
  content: "\e98e";
}

.icon-feather-menu:before {
  content: "\e98f";
}

.icon-feather-message-circle:before {
  content: "\e990";
}

.icon-feather-message-square:before {
  content: "\e991";
}

.icon-feather-mic:before {
  content: "\e992";
}

.icon-feather-mic-off:before {
  content: "\e993";
}

.icon-feather-minimize:before {
  content: "\e994";
}

.icon-feather-minimize-2:before {
  content: "\e995";
}

.icon-feather-minus:before {
  content: "\e996";
}

.icon-feather-minus-circle:before {
  content: "\e997";
}

.icon-feather-minus-square:before {
  content: "\e998";
}

.icon-feather-monitor:before {
  content: "\e999";
}

.icon-feather-moon:before {
  content: "\e99a";
}

.icon-feather-more-horizontal:before {
  content: "\e99b";
}

.icon-feather-more-vertical:before {
  content: "\e99c";
}

.icon-feather-move:before {
  content: "\e99d";
}

.icon-feather-music:before {
  content: "\e99e";
}

.icon-feather-navigation:before {
  content: "\e99f";
}

.icon-feather-navigation-2:before {
  content: "\e9a0";
}

.icon-feather-octagon:before {
  content: "\e9a1";
}

.icon-feather-package:before {
  content: "\e9a2";
}

.icon-feather-paperclip:before {
  content: "\e9a3";
}

.icon-feather-pause:before {
  content: "\e9a4";
}

.icon-feather-pause-circle:before {
  content: "\e9a5";
}

.icon-feather-percent:before {
  content: "\e9a6";
}

.icon-feather-phone:before {
  content: "\e9a7";
}

.icon-feather-phone-call:before {
  content: "\e9a8";
}

.icon-feather-phone-forwarded:before {
  content: "\e9a9";
}

.icon-feather-phone-incoming:before {
  content: "\e9aa";
}

.icon-feather-phone-missed:before {
  content: "\e9ab";
}

.icon-feather-phone-off:before {
  content: "\e9ac";
}

.icon-feather-phone-outgoing:before {
  content: "\e9ad";
}

.icon-feather-pie-chart:before {
  content: "\e9ae";
}

.icon-feather-play:before {
  content: "\e9af";
}

.icon-feather-play-circle:before {
  content: "\e9b0";
}

.icon-feather-plus:before {
  content: "\e9b1";
}

.icon-feather-plus-circle:before {
  content: "\e9b2";
}

.icon-feather-plus-square:before {
  content: "\e9b3";
}

.icon-feather-pocket:before {
  content: "\e9b4";
}

.icon-feather-power:before {
  content: "\e9b5";
}

.icon-feather-printer:before {
  content: "\e9b6";
}

.icon-feather-radio:before {
  content: "\e9b7";
}

.icon-feather-refresh-ccw:before {
  content: "\e9b8";
}

.icon-feather-refresh-cw:before {
  content: "\e9b9";
}

.icon-feather-repeat:before {
  content: "\e9ba";
}

.icon-feather-rewind:before {
  content: "\e9bb";
}

.icon-feather-rotate-ccw:before {
  content: "\e9bc";
}

.icon-feather-rotate-cw:before {
  content: "\e9bd";
}

.icon-feather-rss:before {
  content: "\e9be";
}

.icon-feather-save:before {
  content: "\e9bf";
}

.icon-feather-scissors:before {
  content: "\e9c0";
}

.icon-feather-search:before {
  content: "\e9c1";
}

.icon-feather-send:before {
  content: "\e9c2";
}

.icon-feather-server:before {
  content: "\e9c3";
}

.icon-feather-settings:before {
  content: "\e9c4";
}

.icon-feather-share:before {
  content: "\e9c5";
}

.icon-feather-share-2:before {
  content: "\e9c6";
}

.icon-feather-shield:before {
  content: "\e9c7";
}

.icon-feather-shield-off:before {
  content: "\e9c8";
}

.icon-feather-shopping-bag:before {
  content: "\e9c9";
}

.icon-feather-shopping-cart:before {
  content: "\e9ca";
}

.icon-feather-shuffle:before {
  content: "\e9cb";
}

.icon-feather-sidebar:before {
  content: "\e9cc";
}

.icon-feather-skip-back:before {
  content: "\e9cd";
}

.icon-feather-skip-forward:before {
  content: "\e9ce";
}

.icon-feather-slack:before {
  content: "\e9cf";
}

.icon-feather-slash:before {
  content: "\e9d0";
}

.icon-feather-sliders:before {
  content: "\e9d1";
}

.icon-feather-smartphone:before {
  content: "\e9d2";
}

.icon-feather-speaker:before {
  content: "\e9d3";
}

.icon-feather-square:before {
  content: "\e9d4";
}

.icon-feather-star:before {
  content: "\e9d5";
}

.icon-feather-stop-circle:before {
  content: "\e9d6";
}

.icon-feather-sun:before {
  content: "\e9d7";
}

.icon-feather-sunrise:before {
  content: "\e9d8";
}

.icon-feather-sunset:before {
  content: "\e9d9";
}

.icon-feather-tablet:before {
  content: "\e9da";
}

.icon-feather-tag:before {
  content: "\e9db";
}

.icon-feather-target:before {
  content: "\e9dc";
}

.icon-feather-terminal:before {
  content: "\e9dd";
}

.icon-feather-thermometer:before {
  content: "\e9de";
}

.icon-feather-thumbs-down:before {
  content: "\e9df";
}

.icon-feather-thumbs-up:before {
  content: "\e9e0";
}

.icon-feather-toggle-left:before {
  content: "\e9e1";
}

.icon-feather-toggle-right:before {
  content: "\e9e2";
}

.icon-feather-trash:before {
  content: "\e9e3";
}

.icon-feather-trash-2:before {
  content: "\e9e4";
}

.icon-feather-trending-down:before {
  content: "\e9e5";
}

.icon-feather-trending-up:before {
  content: "\e9e6";
}

.icon-feather-triangle:before {
  content: "\e9e7";
}

.icon-feather-truck:before {
  content: "\e9e8";
}

.icon-feather-tv:before {
  content: "\e9e9";
}

.icon-feather-twitter:before {
  content: "\e9ea";
}

.icon-feather-type:before {
  content: "\e9eb";
}

.icon-feather-umbrella:before {
  content: "\e9ec";
}

.icon-feather-underline:before {
  content: "\e9ed";
}

.icon-feather-unlock:before {
  content: "\e9ee";
}

.icon-feather-upload:before {
  content: "\e9ef";
}

.icon-feather-upload-cloud:before {
  content: "\e9f0";
}

.icon-feather-user:before {
  content: "\e9f1";
}

.icon-feather-user-check:before {
  content: "\e9f2";
}

.icon-feather-user-minus:before {
  content: "\e9f3";
}

.icon-feather-user-plus:before {
  content: "\e9f4";
}

.icon-feather-user-x:before {
  content: "\e9f5";
}

.icon-feather-users:before {
  content: "\e9f6";
}

.icon-feather-video:before {
  content: "\e9f7";
}

.icon-feather-video-off:before {
  content: "\e9f8";
}

.icon-feather-voicemail:before {
  content: "\e9f9";
}

.icon-feather-volume:before {
  content: "\e9fa";
}

.icon-feather-volume-1:before {
  content: "\e9fb";
}

.icon-feather-volume-2:before {
  content: "\e9fc";
}

.icon-feather-volume-x:before {
  content: "\e9fd";
}

.icon-feather-watch:before {
  content: "\e9fe";
}

.icon-feather-wifi:before {
  content: "\e9ff";
}

.icon-feather-wifi-off:before {
  content: "\ea00";
}

.icon-feather-wind:before {
  content: "\ea01";
}

.icon-feather-x:before {
  content: "\ea02";
}

.icon-feather-x-circle:before {
  content: "\ea03";
}

.icon-feather-x-square:before {
  content: "\ea04";
}

.icon-feather-youtube:before {
  content: "\ea05";
}

.icon-feather-zap:before {
  content: "\ea06";
}

.icon-feather-zap-off:before {
  content: "\ea07";
}

.icon-feather-zoom-in:before {
  content: "\ea08";
}

.icon-feather-zoom-out:before {
  content: "\ea09";
}

/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "Line-Awesome";
  src: url("../fonts/Line-Awesome.ttf?15lwq9") format("truetype"), url("../fonts/Line-Awesome.woff?15lwq9") format("woff"), url("../fonts/Line-Awesome.svg?15lwq9#Line-Awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-line-awesome-], [class*=" icon-line-awesome-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Line-Awesome" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line-awesome-code:before {
  content: "\f196";
}

.icon-line-awesome-chain:before {
  content: "\f179";
}

.icon-line-awesome-chevron-circle-right:before {
  content: "\f182";
}

.icon-line-awesome-dollar:before {
  content: "\f1bb";
}

.icon-line-awesome-crosshairs:before {
  content: "\f1ac";
}

.icon-line-awesome-gg:before {
  content: "\f210";
}

.icon-line-awesome-legal:before {
  content: "\f25e";
}

.icon-line-awesome-angle-double-left:before {
  content: "\f10d";
}

.icon-line-awesome-flash:before {
  content: "\f1fa";
}

.icon-line-awesome-foursquare:before {
  content: "\f206";
}

.icon-line-awesome-hourglass-2:before {
  content: "\f23c";
}

.icon-line-awesome-hourglass-3:before {
  content: "\f23d";
}

.icon-line-awesome-th:before {
  content: "\f339";
}

.icon-line-awesome-angle-left:before {
  content: "\f111";
}

.icon-line-awesome-recycle:before {
  content: "\f2d2";
}

.icon-line-awesome-file-code-o:before {
  content: "\f1e2";
}

.icon-line-awesome-thumb-tack:before {
  content: "\f33c";
}

.icon-line-awesome-fax:before {
  content: "\f1dc";
}

.icon-line-awesome-xing-square:before {
  content: "\f383";
}

.icon-line-awesome-hospital-o:before {
  content: "\f238";
}

.icon-line-awesome-volume-up:before {
  content: "\f375";
}

.icon-line-awesome-spoon:before {
  content: "\f312";
}

.icon-line-awesome-facebook:before {
  content: "\f1d7";
}

.icon-line-awesome-cloud-download:before {
  content: "\f193";
}

.icon-line-awesome-trophy:before {
  content: "\f351";
}

.icon-line-awesome-caret-up:before {
  content: "\f16c";
}

.icon-line-awesome-magic:before {
  content: "\f276";
}

.icon-line-awesome-hourglass-o:before {
  content: "\f240";
}

.icon-line-awesome-balance-scale:before {
  content: "\f12b";
}

.icon-line-awesome-upload:before {
  content: "\f362";
}

.icon-line-awesome-magnet:before {
  content: "\f277";
}

.icon-line-awesome-adjust:before {
  content: "\f101";
}

.icon-line-awesome-subway:before {
  content: "\f329";
}

.icon-line-awesome-chevron-down:before {
  content: "\f184";
}

.icon-line-awesome-location-arrow:before {
  content: "\f270";
}

.icon-line-awesome-check-circle:before {
  content: "\f17c";
}

.icon-line-awesome-arrow-down:before {
  content: "\f11f";
}

.icon-line-awesome-bicycle:before {
  content: "\f144";
}

.icon-line-awesome-instagram:before {
  content: "\f24d";
}

.icon-line-awesome-caret-square-o-up:before {
  content: "\f16b";
}

.icon-line-awesome-crop:before {
  content: "\f1ab";
}

.icon-line-awesome-external-link:before {
  content: "\f1d2";
}

.icon-line-awesome-arrow-circle-down:before {
  content: "\f117";
}

.icon-line-awesome-paper-plane:before {
  content: "\f2a8";
}

.icon-line-awesome-meanpath:before {
  content: "\f287";
}

.icon-line-awesome-long-arrow-left:before {
  content: "\f273";
}

.icon-line-awesome-download:before {
  content: "\f1bd";
}

.icon-line-awesome-bold:before {
  content: "\f14b";
}

.icon-line-awesome-caret-down:before {
  content: "\f165";
}

.icon-line-awesome-chevron-left:before {
  content: "\f185";
}

.icon-line-awesome-font:before {
  content: "\f202";
}

.icon-line-awesome-pinterest:before {
  content: "\f2ba";
}

.icon-line-awesome-cart-plus:before {
  content: "\f16e";
}

.icon-line-awesome-folder-open-o:before {
  content: "\f201";
}

.icon-line-awesome-tachometer:before {
  content: "\f32f";
}

.icon-line-awesome-creative-commons:before {
  content: "\f1a9";
}

.icon-line-awesome-clipboard:before {
  content: "\f18e";
}

.icon-line-awesome-bar-chart:before {
  content: "\f12e";
}

.icon-line-awesome-reply:before {
  content: "\f2da";
}

.icon-line-awesome-hourglass-half:before {
  content: "\f23f";
}

.icon-line-awesome-graduation-cap:before {
  content: "\f21e";
}

.icon-line-awesome-info-circle:before {
  content: "\f24b";
}

.icon-line-awesome-exchange:before {
  content: "\f1cc";
}

.icon-line-awesome-hand-o-up:before {
  content: "\f228";
}

.icon-line-awesome-pause:before {
  content: "\f2ad";
}

.icon-line-awesome-paypal:before {
  content: "\f2af";
}

.icon-line-awesome-github-square:before {
  content: "\f217";
}

.icon-line-awesome-search:before {
  content: "\f2eb";
}

.icon-line-awesome-flask:before {
  content: "\f1fb";
}

.icon-line-awesome-pinterest-square:before {
  content: "\f2bc";
}

.icon-line-awesome-fast-backward:before {
  content: "\f1da";
}

.icon-line-awesome-code-fork:before {
  content: "\f197";
}

.icon-line-awesome-tasks:before {
  content: "\f332";
}

.icon-line-awesome-firefox:before {
  content: "\f1f6";
}

.icon-line-awesome-apple:before {
  content: "\f114";
}

.icon-line-awesome-gamepad:before {
  content: "\f209";
}

.icon-line-awesome-cc-stripe:before {
  content: "\f176";
}

.icon-line-awesome-quote-left:before {
  content: "\f2cd";
}

.icon-line-awesome-user-times:before {
  content: "\f368";
}

.icon-line-awesome-plus-square-o:before {
  content: "\f2c5";
}

.icon-line-awesome-eye-slash:before {
  content: "\f1d5";
}

.icon-line-awesome-trello:before {
  content: "\f34f";
}

.icon-line-awesome-dribbble:before {
  content: "\f1be";
}

.icon-line-awesome-user-secret:before {
  content: "\f367";
}

.icon-line-awesome-cloud:before {
  content: "\f192";
}

.icon-line-awesome-usd:before {
  content: "\f363";
}

.icon-line-awesome-eye:before {
  content: "\f1d4";
}

.icon-line-awesome-certificate:before {
  content: "\f178";
}

.icon-line-awesome-500px:before {
  content: "\f100";
}

.icon-line-awesome-camera:before {
  content: "\f162";
}

.icon-line-awesome-music:before {
  content: "\f299";
}

.icon-line-awesome-gg-circle:before {
  content: "\f211";
}

.icon-line-awesome-sort:before {
  content: "\f306";
}

.icon-line-awesome-pencil:before {
  content: "\f2b0";
}

.icon-line-awesome-bookmark-o:before {
  content: "\f150";
}

.icon-line-awesome-diamond:before {
  content: "\f1b9";
}

.icon-line-awesome-share:before {
  content: "\f2f0";
}

.icon-line-awesome-hourglass-1:before {
  content: "\f23b";
}

.icon-line-awesome-envelope:before {
  content: "\f1c6";
}

.icon-line-awesome-yahoo:before {
  content: "\f386";
}

.icon-line-awesome-glass:before {
  content: "\f218";
}

.icon-line-awesome-flag:before {
  content: "\f1f7";
}

.icon-line-awesome-train:before {
  content: "\f349";
}

.icon-line-awesome-bullhorn:before {
  content: "\f156";
}

.icon-line-awesome-folder:before {
  content: "\f1fe";
}

.icon-line-awesome-outdent:before {
  content: "\f2a5";
}

.icon-line-awesome-stumbleupon:before {
  content: "\f326";
}

.icon-line-awesome-i-cursor:before {
  content: "\f244";
}

.icon-line-awesome-car:before {
  content: "\f164";
}

.icon-line-awesome-file-excel-o:before {
  content: "\f1e3";
}

.icon-line-awesome-arrow-circle-o-left:before {
  content: "\f11a";
}

.icon-line-awesome-paragraph:before {
  content: "\f2ab";
}

.icon-line-awesome-file-photo-o:before {
  content: "\f1e8";
}

.icon-line-awesome-y-combinator:before {
  content: "\f384";
}

.icon-line-awesome-cab:before {
  content: "\f15a";
}

.icon-line-awesome-male:before {
  content: "\f27b";
}

.icon-line-awesome-history:before {
  content: "\f236";
}

.icon-line-awesome-h-square:before {
  content: "\f221";
}

.icon-line-awesome-heart:before {
  content: "\f233";
}

.icon-line-awesome-sort-amount-desc:before {
  content: "\f30a";
}

.icon-line-awesome-search-plus:before {
  content: "\f2ed";
}

.icon-line-awesome-life-ring:before {
  content: "\f264";
}

.icon-line-awesome-lock:before {
  content: "\f271";
}

.icon-line-awesome-git-square:before {
  content: "\f214";
}

.icon-line-awesome-mouse-pointer:before {
  content: "\f298";
}

.icon-line-awesome-mail-forward:before {
  content: "\f278";
}

.icon-line-awesome-sign-in:before {
  content: "\f2fb";
}

.icon-line-awesome-odnoklassniki-square:before {
  content: "\f2a0";
}

.icon-line-awesome-tag:before {
  content: "\f330";
}

.icon-line-awesome-align-justify:before {
  content: "\f104";
}

.icon-line-awesome-level-up:before {
  content: "\f261";
}

.icon-line-awesome-chevron-circle-down:before {
  content: "\f180";
}

.icon-line-awesome-filter:before {
  content: "\f1f3";
}

.icon-line-awesome-sticky-note-o:before {
  content: "\f322";
}

.icon-line-awesome-moon-o:before {
  content: "\f295";
}

.icon-line-awesome-comments-o:before {
  content: "\f1a2";
}

.icon-line-awesome-lastfm:before {
  content: "\f25a";
}

.icon-line-awesome-pagelines:before {
  content: "\f2a6";
}

.icon-line-awesome-list-ul:before {
  content: "\f26f";
}

.icon-line-awesome-file-word-o:before {
  content: "\f1ef";
}

.icon-line-awesome-map:before {
  content: "\f27c";
}

.icon-line-awesome-object-ungroup:before {
  content: "\f29e";
}

.icon-line-awesome-briefcase:before {
  content: "\f151";
}

.icon-line-awesome-stop:before {
  content: "\f323";
}

.icon-line-awesome-clone:before {
  content: "\f190";
}

.icon-line-awesome-plane:before {
  content: "\f2bd";
}

.icon-line-awesome-check-square:before {
  content: "\f17e";
}

.icon-line-awesome-unlink:before {
  content: "\f35f";
}

.icon-line-awesome-github:before {
  content: "\f215";
}

.icon-line-awesome-step-backward:before {
  content: "\f31e";
}

.icon-line-awesome-wheelchair:before {
  content: "\f37b";
}

.icon-line-awesome-cutlery:before {
  content: "\f1b1";
}

.icon-line-awesome-microphone-slash:before {
  content: "\f28d";
}

.icon-line-awesome-user-plus:before {
  content: "\f366";
}

.icon-line-awesome-truck:before {
  content: "\f352";
}

.icon-line-awesome-wrench:before {
  content: "\f381";
}

.icon-line-awesome-ambulance:before {
  content: "\f108";
}

.icon-line-awesome-cc-visa:before {
  content: "\f177";
}

.icon-line-awesome-superscript:before {
  content: "\f32c";
}

.icon-line-awesome-tty:before {
  content: "\f354";
}

.icon-line-awesome-shield:before {
  content: "\f2f7";
}

.icon-line-awesome-user-md:before {
  content: "\f365";
}

.icon-line-awesome-hand-stop-o:before {
  content: "\f22f";
}

.icon-line-awesome-pie-chart:before {
  content: "\f2b7";
}

.icon-line-awesome-align-left:before {
  content: "\f105";
}

.icon-line-awesome-motorcycle:before {
  content: "\f297";
}

.icon-line-awesome-ticket:before {
  content: "\f341";
}

.icon-line-awesome-battery-half:before {
  content: "\f139";
}

.icon-line-awesome-spotify:before {
  content: "\f313";
}

.icon-line-awesome-dot-circle-o:before {
  content: "\f1bc";
}

.icon-line-awesome-facebook-square:before {
  content: "\f1d9";
}

.icon-line-awesome-group:before {
  content: "\f220";
}

.icon-line-awesome-angle-up:before {
  content: "\f113";
}

.icon-line-awesome-paperclip:before {
  content: "\f2aa";
}

.icon-line-awesome-deviantart:before {
  content: "\f1b8";
}

.icon-line-awesome-file-audio-o:before {
  content: "\f1e1";
}

.icon-line-awesome-eur:before {
  content: "\f1ca";
}

.icon-line-awesome-coffee:before {
  content: "\f199";
}

.icon-line-awesome-times-circle-o:before {
  content: "\f344";
}

.icon-line-awesome-weixin:before {
  content: "\f379";
}

.icon-line-awesome-yc:before {
  content: "\f387";
}

.icon-line-awesome-y-combinator-square:before {
  content: "\f385";
}

.icon-line-awesome-internet-explorer:before {
  content: "\f24f";
}

.icon-line-awesome-file-video-o:before {
  content: "\f1ee";
}

.icon-line-awesome-angle-double-up:before {
  content: "\f10f";
}

.icon-line-awesome-safari:before {
  content: "\f2e8";
}

.icon-line-awesome-mail-reply-all:before {
  content: "\f27a";
}

.icon-line-awesome-bank:before {
  content: "\f12d";
}

.icon-line-awesome-commenting-o:before {
  content: "\f1a0";
}

.icon-line-awesome-black-tie:before {
  content: "\f14a";
}

.icon-line-awesome-youtube-play:before {
  content: "\f38c";
}

.icon-line-awesome-edit:before {
  content: "\f1c1";
}

.icon-line-awesome-caret-square-o-right:before {
  content: "\f16a";
}

.icon-line-awesome-arrows:before {
  content: "\f123";
}

.icon-line-awesome-refresh:before {
  content: "\f2d5";
}

.icon-line-awesome-file-o:before {
  content: "\f1e6";
}

.icon-line-awesome-battery-0:before {
  content: "\f132";
}

.icon-line-awesome-battery-3:before {
  content: "\f135";
}

.icon-line-awesome-battery-2:before {
  content: "\f134";
}

.icon-line-awesome-battery-4:before {
  content: "\f136";
}

.icon-line-awesome-battery-three-quarters:before {
  content: "\f13b";
}

.icon-line-awesome-square:before {
  content: "\f314";
}

.icon-line-awesome-ellipsis-v:before {
  content: "\f1c4";
}

.icon-line-awesome-list:before {
  content: "\f26c";
}

.icon-line-awesome-globe:before {
  content: "\f219";
}

.icon-line-awesome-strikethrough:before {
  content: "\f325";
}

.icon-line-awesome-comment-o:before {
  content: "\f19e";
}

.icon-line-awesome-hand-pointer-o:before {
  content: "\f22b";
}

.icon-line-awesome-unlock:before {
  content: "\f360";
}

.icon-line-awesome-arrow-left:before {
  content: "\f120";
}

.icon-line-awesome-scissors:before {
  content: "\f2ea";
}

.icon-line-awesome-ellipsis-h:before {
  content: "\f1c3";
}

.icon-line-awesome-exclamation:before {
  content: "\f1cd";
}

.icon-line-awesome-try:before {
  content: "\f353";
}

.icon-line-awesome-flag-o:before {
  content: "\f1f9";
}

.icon-line-awesome-battery-quarter:before {
  content: "\f13a";
}

.icon-line-awesome-ra:before {
  content: "\f2cf";
}

.icon-line-awesome-print:before {
  content: "\f2c7";
}

.icon-line-awesome-check-circle-o:before {
  content: "\f17d";
}

.icon-line-awesome-houzz:before {
  content: "\f242";
}

.icon-line-awesome-lemon-o:before {
  content: "\f25f";
}

.icon-line-awesome-umbrella:before {
  content: "\f35b";
}

.icon-line-awesome-bell-o:before {
  content: "\f141";
}

.icon-line-awesome-cc-diners-club:before {
  content: "\f171";
}

.icon-line-awesome-undo:before {
  content: "\f35d";
}

.icon-line-awesome-shekel:before {
  content: "\f2f5";
}

.icon-line-awesome-rebel:before {
  content: "\f2d1";
}

.icon-line-awesome-venus:before {
  content: "\f36a";
}

.icon-line-awesome-soundcloud:before {
  content: "\f30f";
}

.icon-line-awesome-thumbs-o-down:before {
  content: "\f33e";
}

.icon-line-awesome-bar-chart-o:before {
  content: "\f12f";
}

.icon-line-awesome-indent:before {
  content: "\f248";
}

.icon-line-awesome-language:before {
  content: "\f258";
}

.icon-line-awesome-circle-thin:before {
  content: "\f18d";
}

.icon-line-awesome-drupal:before {
  content: "\f1c0";
}

.icon-line-awesome-headphones:before {
  content: "\f232";
}

.icon-line-awesome-cc-mastercard:before {
  content: "\f174";
}

.icon-line-awesome-times:before {
  content: "\f342";
}

.icon-line-awesome-buysellads:before {
  content: "\f159";
}

.icon-line-awesome-fonticons:before {
  content: "\f203";
}

.icon-line-awesome-sort-asc:before {
  content: "\f30b";
}

.icon-line-awesome-folder-open:before {
  content: "\f200";
}

.icon-line-awesome-heartbeat:before {
  content: "\f235";
}

.icon-line-awesome-arrows-v:before {
  content: "\f126";
}

.icon-line-awesome-phone-square:before {
  content: "\f2b4";
}

.icon-line-awesome-text-height:before {
  content: "\f337";
}

.icon-line-awesome-linkedin-square:before {
  content: "\f26a";
}

.icon-line-awesome-delicious:before {
  content: "\f1b6";
}

.icon-line-awesome-qrcode:before {
  content: "\f2ca";
}

.icon-line-awesome-arrows-h:before {
  content: "\f125";
}

.icon-line-awesome-mercury:before {
  content: "\f28b";
}

.icon-line-awesome-text-width:before {
  content: "\f338";
}

.icon-line-awesome-envelope-o:before {
  content: "\f1c7";
}

.icon-line-awesome-rss-square:before {
  content: "\f2e4";
}

.icon-line-awesome-bookmark:before {
  content: "\f14f";
}

.icon-line-awesome-automobile:before {
  content: "\f129";
}

.icon-line-awesome-bitcoin:before {
  content: "\f149";
}

.icon-line-awesome-behance:before {
  content: "\f13e";
}

.icon-line-awesome-star-half-o:before {
  content: "\f31a";
}

.icon-line-awesome-keyboard-o:before {
  content: "\f256";
}

.icon-line-awesome-gear:before {
  content: "\f20c";
}

.icon-line-awesome-minus-circle:before {
  content: "\f28f";
}

.icon-line-awesome-hotel:before {
  content: "\f239";
}

.icon-line-awesome-sort-numeric-asc:before {
  content: "\f30d";
}

.icon-line-awesome-share-alt:before {
  content: "\f2f1";
}

.icon-line-awesome-shirtsinbulk:before {
  content: "\f2f9";
}

.icon-line-awesome-viacoin:before {
  content: "\f36d";
}

.icon-line-awesome-digg:before {
  content: "\f1ba";
}

.icon-line-awesome-institution:before {
  content: "\f24e";
}

.icon-line-awesome-rss:before {
  content: "\f2e3";
}

.icon-line-awesome-television:before {
  content: "\f334";
}

.icon-line-awesome-slack:before {
  content: "\f302";
}

.icon-line-awesome-folder-o:before {
  content: "\f1ff";
}

.icon-line-awesome-bed:before {
  content: "\f13c";
}

.icon-line-awesome-caret-square-o-down:before {
  content: "\f168";
}

.icon-line-awesome-paper-plane-o:before {
  content: "\f2a9";
}

.icon-line-awesome-circle-o-notch:before {
  content: "\f18c";
}

.icon-line-awesome-medkit:before {
  content: "\f289";
}

.icon-line-awesome-file-zip-o:before {
  content: "\f1f0";
}

.icon-line-awesome-calendar-minus-o:before {
  content: "\f15e";
}

.icon-line-awesome-tencent-weibo:before {
  content: "\f335";
}

.icon-line-awesome-navicon:before {
  content: "\f29a";
}

.icon-line-awesome-file-archive-o:before {
  content: "\f1e0";
}

.icon-line-awesome-share-alt-square:before {
  content: "\f2f2";
}

.icon-line-awesome-file-movie-o:before {
  content: "\f1e5";
}

.icon-line-awesome-building-o:before {
  content: "\f155";
}

.icon-line-awesome-sort-alpha-desc:before {
  content: "\f308";
}

.icon-line-awesome-map-signs:before {
  content: "\f280";
}

.icon-line-awesome-long-arrow-right:before {
  content: "\f274";
}

.icon-line-awesome-microphone:before {
  content: "\f28c";
}

.icon-line-awesome-calendar-check-o:before {
  content: "\f15d";
}

.icon-line-awesome-play-circle:before {
  content: "\f2bf";
}

.icon-line-awesome-github-alt:before {
  content: "\f216";
}

.icon-line-awesome-file-sound-o:before {
  content: "\f1eb";
}

.icon-line-awesome-play:before {
  content: "\f2be";
}

.icon-line-awesome-hand-o-down:before {
  content: "\f225";
}

.icon-line-awesome-hand-rock-o:before {
  content: "\f22c";
}

.icon-line-awesome-cc-jcb:before {
  content: "\f173";
}

.icon-line-awesome-compress:before {
  content: "\f1a4";
}

.icon-line-awesome-pencil-square-o:before {
  content: "\f2b2";
}

.icon-line-awesome-google-plus-square:before {
  content: "\f21c";
}

.icon-line-awesome-angle-right:before {
  content: "\f112";
}

.icon-line-awesome-rotate-left:before {
  content: "\f2e0";
}

.icon-line-awesome-forumbee:before {
  content: "\f204";
}

.icon-line-awesome-eject:before {
  content: "\f1c2";
}

.icon-line-awesome-mobile:before {
  content: "\f292";
}

.icon-line-awesome-hourglass-end:before {
  content: "\f23e";
}

.icon-line-awesome-trash-o:before {
  content: "\f34d";
}

.icon-line-awesome-star-o:before {
  content: "\f31b";
}

.icon-line-awesome-floppy-o:before {
  content: "\f1fd";
}

.icon-line-awesome-hand-grab-o:before {
  content: "\f223";
}

.icon-line-awesome-cc-discover:before {
  content: "\f172";
}

.icon-line-awesome-bomb:before {
  content: "\f14d";
}

.icon-line-awesome-random:before {
  content: "\f2d0";
}

.icon-line-awesome-fire-extinguisher:before {
  content: "\f1f5";
}

.icon-line-awesome-pencil-square:before {
  content: "\f2b1";
}

.icon-line-awesome-reddit-square:before {
  content: "\f2d4";
}

.icon-line-awesome-arrow-circle-o-down:before {
  content: "\f119";
}

.icon-line-awesome-caret-left:before {
  content: "\f166";
}

.icon-line-awesome-camera-retro:before {
  content: "\f163";
}

.icon-line-awesome-thumbs-o-up:before {
  content: "\f33f";
}

.icon-line-awesome-copy:before {
  content: "\f1a7";
}

.icon-line-awesome-copyright:before {
  content: "\f1a8";
}

.icon-line-awesome-terminal:before {
  content: "\f336";
}

.icon-line-awesome-twitter-square:before {
  content: "\f35a";
}

.icon-line-awesome-photo:before {
  content: "\f2b5";
}

.icon-line-awesome-circle:before {
  content: "\f18a";
}

.icon-line-awesome-columns:before {
  content: "\f19c";
}

.icon-line-awesome-sign-out:before {
  content: "\f2fc";
}

.icon-line-awesome-cube:before {
  content: "\f1ae";
}

.icon-line-awesome-mars-stroke-v:before {
  content: "\f285";
}

.icon-line-awesome-file-text:before {
  content: "\f1ec";
}

.icon-line-awesome-amazon:before {
  content: "\f107";
}

.icon-line-awesome-smile-o:before {
  content: "\f305";
}

.icon-line-awesome-compass:before {
  content: "\f1a3";
}

.icon-line-awesome-list-ol:before {
  content: "\f26e";
}

.icon-line-awesome-stumbleupon-circle:before {
  content: "\f327";
}

.icon-line-awesome-qq:before {
  content: "\f2c9";
}

.icon-line-awesome-yc-square:before {
  content: "\f388";
}

.icon-line-awesome-pied-piper:before {
  content: "\f2b8";
}

.icon-line-awesome-gears:before {
  content: "\f20d";
}

.icon-line-awesome-gbp:before {
  content: "\f20b";
}

.icon-line-awesome-ban:before {
  content: "\f12c";
}

.icon-line-awesome-fighter-jet:before {
  content: "\f1de";
}

.icon-line-awesome-space-shuttle:before {
  content: "\f310";
}

.icon-line-awesome-steam:before {
  content: "\f31c";
}

.icon-line-awesome-bars:before {
  content: "\f131";
}

.icon-line-awesome-lightbulb-o:before {
  content: "\f266";
}

.icon-line-awesome-map-pin:before {
  content: "\f27f";
}

.icon-line-awesome-circle-o:before {
  content: "\f18b";
}

.icon-line-awesome-contao:before {
  content: "\f1a6";
}

.icon-line-awesome-vine:before {
  content: "\f371";
}

.icon-line-awesome-align-center:before {
  content: "\f103";
}

.icon-line-awesome-rmb:before {
  content: "\f2dd";
}

.icon-line-awesome-bullseye:before {
  content: "\f157";
}

.icon-line-awesome-btc:before {
  content: "\f152";
}

.icon-line-awesome-close:before {
  content: "\f191";
}

.icon-line-awesome-calendar:before {
  content: "\f15c";
}

.icon-line-awesome-retweet:before {
  content: "\f2dc";
}

.icon-line-awesome-hourglass:before {
  content: "\f23a";
}

.icon-line-awesome-weibo:before {
  content: "\f378";
}

.icon-line-awesome-tags:before {
  content: "\f331";
}

.icon-line-awesome-minus-square-o:before {
  content: "\f291";
}

.icon-line-awesome-rouble:before {
  content: "\f2e2";
}

.icon-line-awesome-won:before {
  content: "\f37f";
}

.icon-line-awesome-subscript:before {
  content: "\f328";
}

.icon-line-awesome-flickr:before {
  content: "\f1fc";
}

.icon-line-awesome-cc-amex:before {
  content: "\f170";
}

.icon-line-awesome-reddit:before {
  content: "\f2d3";
}

.icon-line-awesome-times-circle:before {
  content: "\f343";
}

.icon-line-awesome-tripadvisor:before {
  content: "\f350";
}

.icon-line-awesome-sort-amount-asc:before {
  content: "\f309";
}

.icon-line-awesome-renren:before {
  content: "\f2d7";
}

.icon-line-awesome-arrow-circle-o-right:before {
  content: "\f11b";
}

.icon-line-awesome-pinterest-p:before {
  content: "\f2bb";
}

.icon-line-awesome-html5:before {
  content: "\f243";
}

.icon-line-awesome-key:before {
  content: "\f255";
}

.icon-line-awesome-picture-o:before {
  content: "\f2b6";
}

.icon-line-awesome-toggle-off:before {
  content: "\f346";
}

.icon-line-awesome-list-alt:before {
  content: "\f26d";
}

.icon-line-awesome-cubes:before {
  content: "\f1af";
}

.icon-line-awesome-tablet:before {
  content: "\f32e";
}

.icon-line-awesome-credit-card:before {
  content: "\f1aa";
}

.icon-line-awesome-minus:before {
  content: "\f28e";
}

.icon-line-awesome-unlock-alt:before {
  content: "\f361";
}

.icon-line-awesome-ils:before {
  content: "\f245";
}

.icon-line-awesome-cog:before {
  content: "\f19a";
}

.icon-line-awesome-arrow-right:before {
  content: "\f121";
}

.icon-line-awesome-cc-paypal:before {
  content: "\f175";
}

.icon-line-awesome-birthday-cake:before {
  content: "\f146";
}

.icon-line-awesome-comment:before {
  content: "\f19d";
}

.icon-line-awesome-bell:before {
  content: "\f140";
}

.icon-line-awesome-cc:before {
  content: "\f16f";
}

.icon-line-awesome-get-pocket:before {
  content: "\f20f";
}

.icon-line-awesome-bell-slash-o:before {
  content: "\f143";
}

.icon-line-awesome-header:before {
  content: "\f231";
}

.icon-line-awesome-linux:before {
  content: "\f26b";
}

.icon-line-awesome-table:before {
  content: "\f32d";
}

.icon-line-awesome-caret-square-o-left:before {
  content: "\f169";
}

.icon-line-awesome-spinner:before {
  content: "\f311";
}

.icon-line-awesome-thumbs-up:before {
  content: "\f340";
}

.icon-line-awesome-tint:before {
  content: "\f345";
}

.icon-line-awesome-connectdevelop:before {
  content: "\f1a5";
}

.icon-line-awesome-chrome:before {
  content: "\f189";
}

.icon-line-awesome-trademark:before {
  content: "\f348";
}

.icon-line-awesome-align-right:before {
  content: "\f106";
}

.icon-line-awesome-quote-right:before {
  content: "\f2ce";
}

.icon-line-awesome-long-arrow-down:before {
  content: "\f272";
}

.icon-line-awesome-beer:before {
  content: "\f13d";
}

.icon-line-awesome-th-list:before {
  content: "\f33b";
}

.icon-line-awesome-eraser:before {
  content: "\f1c9";
}

.icon-line-awesome-codepen:before {
  content: "\f198";
}

.icon-line-awesome-square-o:before {
  content: "\f315";
}

.icon-line-awesome-hourglass-start:before {
  content: "\f241";
}

.icon-line-awesome-ruble:before {
  content: "\f2e6";
}

.icon-line-awesome-fire:before {
  content: "\f1f4";
}

.icon-line-awesome-sellsy:before {
  content: "\f2ee";
}

.icon-line-awesome-fast-forward:before {
  content: "\f1db";
}

.icon-line-awesome-bell-slash:before {
  content: "\f142";
}

.icon-line-awesome-commenting:before {
  content: "\f19f";
}

.icon-line-awesome-inr:before {
  content: "\f24c";
}

.icon-line-awesome-child:before {
  content: "\f188";
}

.icon-line-awesome-file-text-o:before {
  content: "\f1ed";
}

.icon-line-awesome-mortar-board:before {
  content: "\f296";
}

.icon-line-awesome-vimeo:before {
  content: "\f36f";
}

.icon-line-awesome-dashboard:before {
  content: "\f1b2";
}

.icon-line-awesome-hand-o-right:before {
  content: "\f227";
}

.icon-line-awesome-object-group:before {
  content: "\f29d";
}

.icon-line-awesome-rotate-right:before {
  content: "\f2e1";
}

.icon-line-awesome-anchor:before {
  content: "\f109";
}

.icon-line-awesome-meh-o:before {
  content: "\f28a";
}

.icon-line-awesome-file-image-o:before {
  content: "\f1e4";
}

.icon-line-awesome-mars-stroke-h:before {
  content: "\f284";
}

.icon-line-awesome-calculator:before {
  content: "\f15b";
}

.icon-line-awesome-vk:before {
  content: "\f372";
}

.icon-line-awesome-odnoklassniki:before {
  content: "\f29f";
}

.icon-line-awesome-linkedin:before {
  content: "\f269";
}

.icon-line-awesome-jpy:before {
  content: "\f253";
}

.icon-line-awesome-turkish-lira:before {
  content: "\f357";
}

.icon-line-awesome-skype:before {
  content: "\f301";
}

.icon-line-awesome-envelope-square:before {
  content: "\f1c8";
}

.icon-line-awesome-ship:before {
  content: "\f2f8";
}

.icon-line-awesome-dashcube:before {
  content: "\f1b3";
}

.icon-line-awesome-optin-monster:before {
  content: "\f2a4";
}

.icon-line-awesome-paw:before {
  content: "\f2ae";
}

.icon-line-awesome-venus-double:before {
  content: "\f36b";
}

.icon-line-awesome-calendar-times-o:before {
  content: "\f161";
}

.icon-line-awesome-check:before {
  content: "\f17b";
}

.icon-line-awesome-sliders:before {
  content: "\f303";
}

.icon-line-awesome-stack-overflow:before {
  content: "\f317";
}

.icon-line-awesome-file-pdf-o:before {
  content: "\f1e7";
}

.icon-line-awesome-android:before {
  content: "\f10a";
}

.icon-line-awesome-stack-exchange:before {
  content: "\f316";
}

.icon-line-awesome-twitch:before {
  content: "\f358";
}

.icon-line-awesome-caret-right:before {
  content: "\f167";
}

.icon-line-awesome-dedent:before {
  content: "\f1b5";
}

.icon-line-awesome-tree:before {
  content: "\f34e";
}

.icon-line-awesome-gratipay:before {
  content: "\f21f";
}

.icon-line-awesome-map-marker:before {
  content: "\f27d";
}

.icon-line-awesome-slideshare:before {
  content: "\f304";
}

.icon-line-awesome-binoculars:before {
  content: "\f145";
}

.icon-line-awesome-sticky-note:before {
  content: "\f321";
}

.icon-line-awesome-sheqel:before {
  content: "\f2f6";
}

.icon-line-awesome-user:before {
  content: "\f364";
}

.icon-line-awesome-ioxhost:before {
  content: "\f250";
}

.icon-line-awesome-expand:before {
  content: "\f1d0";
}

.icon-line-awesome-euro:before {
  content: "\f1cb";
}

.icon-line-awesome-bitbucket-square:before {
  content: "\f148";
}

.icon-line-awesome-hand-paper-o:before {
  content: "\f229";
}

.icon-line-awesome-database:before {
  content: "\f1b4";
}

.icon-line-awesome-rupee:before {
  content: "\f2e7";
}

.icon-line-awesome-hacker-news:before {
  content: "\f222";
}

.icon-line-awesome-calendar-plus-o:before {
  content: "\f160";
}

.icon-line-awesome-hand-lizard-o:before {
  content: "\f224";
}

.icon-line-awesome-xing:before {
  content: "\f382";
}

.icon-line-awesome-youtube-square:before {
  content: "\f38d";
}

.icon-line-awesome-taxi:before {
  content: "\f333";
}

.icon-line-awesome-sort-desc:before {
  content: "\f30c";
}

.icon-line-awesome-rocket:before {
  content: "\f2df";
}

.icon-line-awesome-yen:before {
  content: "\f38a";
}

.icon-line-awesome-money:before {
  content: "\f294";
}

.icon-line-awesome-laptop:before {
  content: "\f259";
}

.icon-line-awesome-arrows-alt:before {
  content: "\f124";
}

.icon-line-awesome-underline:before {
  content: "\f35c";
}

.icon-line-awesome-google-plus:before {
  content: "\f21b";
}

.icon-line-awesome-cut:before {
  content: "\f1b0";
}

.icon-line-awesome-share-square-o:before {
  content: "\f2f4";
}

.icon-line-awesome-street-view:before {
  content: "\f324";
}

.icon-line-awesome-arrow-circle-up:before {
  content: "\f11e";
}

.icon-line-awesome-plus-square:before {
  content: "\f2c4";
}

.icon-line-awesome-desktop:before {
  content: "\f1b7";
}

.icon-line-awesome-expeditedssl:before {
  content: "\f1d1";
}

.icon-line-awesome-toggle-on:before {
  content: "\f347";
}

.icon-line-awesome-minus-square:before {
  content: "\f290";
}

.icon-line-awesome-adn:before {
  content: "\f102";
}

.icon-line-awesome-whatsapp:before {
  content: "\f37a";
}

.icon-line-awesome-save:before {
  content: "\f2e9";
}

.icon-line-awesome-puzzle-piece:before {
  content: "\f2c8";
}

.icon-line-awesome-css3:before {
  content: "\f1ad";
}

.icon-line-awesome-skyatlas:before {
  content: "\f300";
}

.icon-line-awesome-level-down:before {
  content: "\f260";
}

.icon-line-awesome-mobile-phone:before {
  content: "\f293";
}

.icon-line-awesome-check-square-o:before {
  content: "\f17f";
}

.icon-line-awesome-hand-spock-o:before {
  content: "\f22e";
}

.icon-line-awesome-leanpub:before {
  content: "\f25d";
}

.icon-line-awesome-arrow-circle-left:before {
  content: "\f118";
}

.icon-line-awesome-exclamation-triangle:before {
  content: "\f1cf";
}

.icon-line-awesome-gift:before {
  content: "\f212";
}

.icon-line-awesome-cogs:before {
  content: "\f19b";
}

.icon-line-awesome-signal:before {
  content: "\f2fd";
}

.icon-line-awesome-frown-o:before {
  content: "\f207";
}

.icon-line-awesome-opera:before {
  content: "\f2a3";
}

.icon-line-awesome-battery-empty:before {
  content: "\f137";
}

.icon-line-awesome-chevron-circle-left:before {
  content: "\f181";
}

.icon-line-awesome-university:before {
  content: "\f35e";
}

.icon-line-awesome-sitemap:before {
  content: "\f2ff";
}

.icon-line-awesome-external-link-square:before {
  content: "\f1d3";
}

.icon-line-awesome-google:before {
  content: "\f21a";
}

.icon-line-awesome-volume-off:before {
  content: "\f374";
}

.icon-line-awesome-twitter:before {
  content: "\f359";
}

.icon-line-awesome-battery-full:before {
  content: "\f138";
}

.icon-line-awesome-hand-o-left:before {
  content: "\f226";
}

.icon-line-awesome-phone:before {
  content: "\f2b3";
}

.icon-line-awesome-mars-double:before {
  content: "\f282";
}

.icon-line-awesome-maxcdn:before {
  content: "\f286";
}

.icon-line-awesome-hand-peace-o:before {
  content: "\f22a";
}

.icon-line-awesome-lastfm-square:before {
  content: "\f25b";
}

.icon-line-awesome-home:before {
  content: "\f237";
}

.icon-line-awesome-empire:before {
  content: "\f1c5";
}

.icon-line-awesome-server:before {
  content: "\f2ef";
}

.icon-line-awesome-search-minus:before {
  content: "\f2ec";
}

.icon-line-awesome-pied-piper-alt:before {
  content: "\f2b9";
}

.icon-line-awesome-leaf:before {
  content: "\f25c";
}

.icon-line-awesome-exclamation-circle:before {
  content: "\f1ce";
}

.icon-line-awesome-comments:before {
  content: "\f1a1";
}

.icon-line-awesome-cny:before {
  content: "\f195";
}

.icon-line-awesome-facebook-official:before {
  content: "\f1d8";
}

.icon-line-awesome-clock-o:before {
  content: "\f18f";
}

.icon-line-awesome-hand-scissors-o:before {
  content: "\f22d";
}

.icon-line-awesome-tumblr-square:before {
  content: "\f356";
}

.icon-line-awesome-rub:before {
  content: "\f2e5";
}

.icon-line-awesome-chevron-circle-up:before {
  content: "\f183";
}

.icon-line-awesome-opencart:before {
  content: "\f2a1";
}

.icon-line-awesome-barcode:before {
  content: "\f130";
}

.icon-line-awesome-vimeo-square:before {
  content: "\f370";
}

.icon-line-awesome-battery-1:before {
  content: "\f133";
}

.icon-line-awesome-arrow-circle-right:before {
  content: "\f11d";
}

.icon-line-awesome-bolt:before {
  content: "\f14c";
}

.icon-line-awesome-paste:before {
  content: "\f2ac";
}

.icon-line-awesome-hdd-o:before {
  content: "\f230";
}

.icon-line-awesome-plug:before {
  content: "\f2c1";
}

.icon-line-awesome-industry:before {
  content: "\f249";
}

.icon-line-awesome-map-o:before {
  content: "\f27e";
}

.icon-line-awesome-krw:before {
  content: "\f257";
}

.icon-line-awesome-joomla:before {
  content: "\f252";
}

.icon-line-awesome-sun-o:before {
  content: "\f32b";
}

.icon-line-awesome-plus:before {
  content: "\f2c2";
}

.icon-line-awesome-life-buoy:before {
  content: "\f263";
}

.icon-line-awesome-play-circle-o:before {
  content: "\f2c0";
}

.icon-line-awesome-mars-stroke:before {
  content: "\f283";
}

.icon-line-awesome-road:before {
  content: "\f2de";
}

.icon-line-awesome-volume-down:before {
  content: "\f373";
}

.icon-line-awesome-question-circle:before {
  content: "\f2cc";
}

.icon-line-awesome-image:before {
  content: "\f246";
}

.icon-line-awesome-angle-double-right:before {
  content: "\f10e";
}

.icon-line-awesome-reply-all:before {
  content: "\f2db";
}

.icon-line-awesome-inbox:before {
  content: "\f247";
}

.icon-line-awesome-female:before {
  content: "\f1dd";
}

.icon-line-awesome-gavel:before {
  content: "\f20a";
}

.icon-line-awesome-life-bouy:before {
  content: "\f262";
}

.icon-line-awesome-jsfiddle:before {
  content: "\f254";
}

.icon-line-awesome-git:before {
  content: "\f213";
}

.icon-line-awesome-share-square:before {
  content: "\f2f3";
}

.icon-line-awesome-question:before {
  content: "\f2cb";
}

.icon-line-awesome-wordpress:before {
  content: "\f380";
}

.icon-line-awesome-italic:before {
  content: "\f251";
}

.icon-line-awesome-forward:before {
  content: "\f205";
}

.icon-line-awesome-steam-square:before {
  content: "\f31d";
}

.icon-line-awesome-sort-numeric-desc:before {
  content: "\f30e";
}

.icon-line-awesome-video-camera:before {
  content: "\f36e";
}

.icon-line-awesome-thumbs-down:before {
  content: "\f33d";
}

.icon-line-awesome-medium:before {
  content: "\f288";
}

.icon-line-awesome-chevron-right:before {
  content: "\f186";
}

.icon-line-awesome-bus:before {
  content: "\f158";
}

.icon-line-awesome-registered:before {
  content: "\f2d6";
}

.icon-line-awesome-mars:before {
  content: "\f281";
}

.icon-line-awesome-angle-down:before {
  content: "\f110";
}

.icon-line-awesome-link:before {
  content: "\f268";
}

.icon-line-awesome-eyedropper:before {
  content: "\f1d6";
}

.icon-line-awesome-mail-reply:before {
  content: "\f279";
}

.icon-line-awesome-bug:before {
  content: "\f153";
}

.icon-line-awesome-angellist:before {
  content: "\f10b";
}

.icon-line-awesome-chain-broken:before {
  content: "\f17a";
}

.icon-line-awesome-info:before {
  content: "\f24a";
}

.icon-line-awesome-tumblr:before {
  content: "\f355";
}

.icon-line-awesome-line-chart:before {
  content: "\f267";
}

.icon-line-awesome-long-arrow-up:before {
  content: "\f275";
}

.icon-line-awesome-simplybuilt:before {
  content: "\f2fe";
}

.icon-line-awesome-trash:before {
  content: "\f34c";
}

.icon-line-awesome-paint-brush:before {
  content: "\f2a7";
}

.icon-line-awesome-windows:before {
  content: "\f37e";
}

.icon-line-awesome-calendar-o:before {
  content: "\f15f";
}

.icon-line-awesome-reorder:before {
  content: "\f2d8";
}

.icon-line-awesome-suitcase:before {
  content: "\f32a";
}

.icon-line-awesome-file-picture-o:before {
  content: "\f1e9";
}

.icon-line-awesome-arrow-circle-o-up:before {
  content: "\f11c";
}

.icon-line-awesome-arrow-up:before {
  content: "\f122";
}

.icon-line-awesome-venus-mars:before {
  content: "\f36c";
}

.icon-line-awesome-shopping-cart:before {
  content: "\f2fa";
}

.icon-line-awesome-files-o:before {
  content: "\f1f1";
}

.icon-line-awesome-th-large:before {
  content: "\f33a";
}

.icon-line-awesome-warning:before {
  content: "\f376";
}

.icon-line-awesome-at:before {
  content: "\f128";
}

.icon-line-awesome-file:before {
  content: "\f1df";
}

.icon-line-awesome-star-half:before {
  content: "\f319";
}

.icon-line-awesome-futbol-o:before {
  content: "\f208";
}

.icon-line-awesome-flag-checkered:before {
  content: "\f1f8";
}

.icon-line-awesome-genderless:before {
  content: "\f20e";
}

.icon-line-awesome-archive:before {
  content: "\f115";
}

.icon-line-awesome-film:before {
  content: "\f1f2";
}

.icon-line-awesome-power-off:before {
  content: "\f2c6";
}

.icon-line-awesome-heart-o:before {
  content: "\f234";
}

.icon-line-awesome-google-wallet:before {
  content: "\f21d";
}

.icon-line-awesome-book:before {
  content: "\f14e";
}

.icon-line-awesome-transgender:before {
  content: "\f34a";
}

.icon-line-awesome-cloud-upload:before {
  content: "\f194";
}

.icon-line-awesome-file-powerpoint-o:before {
  content: "\f1ea";
}

.icon-line-awesome-openid:before {
  content: "\f2a2";
}

.icon-line-awesome-repeat:before {
  content: "\f2d9";
}

.icon-line-awesome-star:before {
  content: "\f318";
}

.icon-line-awesome-users:before {
  content: "\f369";
}

.icon-line-awesome-transgender-alt:before {
  content: "\f34b";
}

.icon-line-awesome-asterisk:before {
  content: "\f127";
}

.icon-line-awesome-plus-circle:before {
  content: "\f2c3";
}

.icon-line-awesome-cart-arrow-down:before {
  content: "\f16d";
}

.icon-line-awesome-wechat:before {
  content: "\f377";
}

.icon-line-awesome-life-saver:before {
  content: "\f265";
}

.icon-line-awesome-dropbox:before {
  content: "\f1bf";
}

.icon-line-awesome-wikipedia-w:before {
  content: "\f37d";
}

.icon-line-awesome-newspaper-o:before {
  content: "\f29c";
}

.icon-line-awesome-building:before {
  content: "\f154";
}

.icon-line-awesome-bitbucket:before {
  content: "\f147";
}

.icon-line-awesome-yelp:before {
  content: "\f389";
}

.icon-line-awesome-neuter:before {
  content: "\f29b";
}

.icon-line-awesome-behance-square:before {
  content: "\f13f";
}

.icon-line-awesome-wifi:before {
  content: "\f37c";
}

.icon-line-awesome-youtube:before {
  content: "\f38b";
}

.icon-line-awesome-angle-double-down:before {
  content: "\f10c";
}

.icon-line-awesome-sort-alpha-asc:before {
  content: "\f307";
}

.icon-line-awesome-area-chart:before {
  content: "\f116";
}

.icon-line-awesome-chevron-up:before {
  content: "\f187";
}

.icon-line-awesome-stethoscope:before {
  content: "\f320";
}

.icon-line-awesome-step-forward:before {
  content: "\f31f";
}

.icon-line-awesome-backward:before {
  content: "\f12a";
}

@font-face {
  font-family: "Brand-Icons";
  src: url("../fonts/Brand-Icons.ttf?blcw31") format("truetype"), url("../fonts/Brand-Icons.woff?blcw31") format("woff"), url("../fonts/Brand-Icons.svg?blcw31#Brand-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-brand-], [class*=" icon-brand-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Brand-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brand-px:before {
  content: "\e900";
}

.icon-brand-accessible-icon:before {
  content: "\e901";
}

.icon-brand-accusoft:before {
  content: "\e902";
}

.icon-brand-adn:before {
  content: "\e903";
}

.icon-brand-adversal:before {
  content: "\e904";
}

.icon-brand-affiliatetheme:before {
  content: "\e905";
}

.icon-brand-algolia:before {
  content: "\e906";
}

.icon-brand-amazon:before {
  content: "\e907";
}

.icon-brand-amazon-pay:before {
  content: "\e908";
}

.icon-brand-amilia:before {
  content: "\e909";
}

.icon-brand-android:before {
  content: "\e90a";
}

.icon-brand-angellist:before {
  content: "\e90b";
}

.icon-brand-angrycreative:before {
  content: "\e90c";
}

.icon-brand-angular:before {
  content: "\e90d";
}

.icon-brand-apper:before {
  content: "\e90e";
}

.icon-brand-apple:before {
  content: "\e90f";
}

.icon-brand-apple-pay:before {
  content: "\e910";
}

.icon-brand-app-store:before {
  content: "\e911";
}

.icon-brand-app-store-ios:before {
  content: "\e912";
}

.icon-brand-asymmetrik:before {
  content: "\e913";
}

.icon-brand-audible:before {
  content: "\e914";
}

.icon-brand-autoprefixer:before {
  content: "\e915";
}

.icon-brand-avianex:before {
  content: "\e916";
}

.icon-brand-aviato:before {
  content: "\e917";
}

.icon-brand-aws:before {
  content: "\e918";
}

.icon-brand-bandcamp:before {
  content: "\e919";
}

.icon-brand-behance:before {
  content: "\e91a";
}

.icon-brand-behance-square:before {
  content: "\e91b";
}

.icon-brand-bimobject:before {
  content: "\e91c";
}

.icon-brand-bitbucket:before {
  content: "\e91d";
}

.icon-brand-bitcoin:before {
  content: "\e91e";
}

.icon-brand-bity:before {
  content: "\e91f";
}

.icon-brand-blackberry:before {
  content: "\e920";
}

.icon-brand-black-tie:before {
  content: "\e921";
}

.icon-brand-blogger:before {
  content: "\e922";
}

.icon-brand-blogger-b:before {
  content: "\e923";
}

.icon-brand-bluetooth:before {
  content: "\e924";
}

.icon-brand-bluetooth-b:before {
  content: "\e925";
}

.icon-brand-btc:before {
  content: "\e926";
}

.icon-brand-buromobelexperte:before {
  content: "\e927";
}

.icon-brand-buysellads:before {
  content: "\e928";
}

.icon-brand-cc-amazon-pay:before {
  content: "\e929";
}

.icon-brand-cc-amex:before {
  content: "\e92a";
}

.icon-brand-cc-apple-pay:before {
  content: "\e92b";
}

.icon-brand-cc-diners-club:before {
  content: "\e92c";
}

.icon-brand-cc-discover:before {
  content: "\e92d";
}

.icon-brand-cc-jcb:before {
  content: "\e92e";
}

.icon-brand-cc-mastercard:before {
  content: "\e92f";
}

.icon-brand-cc-paypal:before {
  content: "\e930";
}

.icon-brand-cc-stripe:before {
  content: "\e931";
}

.icon-brand-cc-visa:before {
  content: "\e932";
}

.icon-brand-centercode:before {
  content: "\e933";
}

.icon-brand-chrome:before {
  content: "\e934";
}

.icon-brand-cloudscale:before {
  content: "\e935";
}

.icon-brand-cloudsmith:before {
  content: "\e936";
}

.icon-brand-cloudversify:before {
  content: "\e937";
}

.icon-brand-codepen:before {
  content: "\e938";
}

.icon-brand-codiepie:before {
  content: "\e939";
}

.icon-brand-connectdevelop:before {
  content: "\e93a";
}

.icon-brand-contao:before {
  content: "\e93b";
}

.icon-brand-cpanel:before {
  content: "\e93c";
}

.icon-brand-creative-commons:before {
  content: "\e93d";
}

.icon-brand-creative-commons-by:before {
  content: "\e93e";
}

.icon-brand-creative-commons-nc:before {
  content: "\e93f";
}

.icon-brand-creative-commons-nc-eu:before {
  content: "\e940";
}

.icon-brand-creative-commons-nc-jp:before {
  content: "\e941";
}

.icon-brand-creative-commons-nd:before {
  content: "\e942";
}

.icon-brand-creative-commons-pd:before {
  content: "\e943";
}

.icon-brand-creative-commons-pd-alt:before {
  content: "\e944";
}

.icon-brand-creative-commons-remix:before {
  content: "\e945";
}

.icon-brand-creative-commons-sa:before {
  content: "\e946";
}

.icon-brand-creative-commons-sampling:before {
  content: "\e947";
}

.icon-brand-creative-commons-sampling-plus:before {
  content: "\e948";
}

.icon-brand-creative-commons-share:before {
  content: "\e949";
}

.icon-brand-css3:before {
  content: "\e94a";
}

.icon-brand-css3-alt:before {
  content: "\e94b";
}

.icon-brand-cuttlefish:before {
  content: "\e94c";
}

.icon-brand-d-and-d:before {
  content: "\e94d";
}

.icon-brand-dashcube:before {
  content: "\e94e";
}

.icon-brand-delicious:before {
  content: "\e94f";
}

.icon-brand-deploydog:before {
  content: "\e950";
}

.icon-brand-deskpro:before {
  content: "\e951";
}

.icon-brand-deviantart:before {
  content: "\e952";
}

.icon-brand-digg:before {
  content: "\e953";
}

.icon-brand-digital-ocean:before {
  content: "\e954";
}

.icon-brand-discord:before {
  content: "\e955";
}

.icon-brand-discourse:before {
  content: "\e956";
}

.icon-brand-dochub:before {
  content: "\e957";
}

.icon-brand-docker:before {
  content: "\e958";
}

.icon-brand-draft2digital:before {
  content: "\e959";
}

.icon-brand-dribbble:before {
  content: "\e95a";
}

.icon-brand-dribbble-square:before {
  content: "\e95b";
}

.icon-brand-dropbox:before {
  content: "\e95c";
}

.icon-brand-drupal:before {
  content: "\e95d";
}

.icon-brand-dyalog:before {
  content: "\e95e";
}

.icon-brand-earlybirds:before {
  content: "\e95f";
}

.icon-brand-ebay:before {
  content: "\e960";
}

.icon-brand-edge:before {
  content: "\e961";
}

.icon-brand-elementor:before {
  content: "\e962";
}

.icon-brand-ember:before {
  content: "\e963";
}

.icon-brand-empire:before {
  content: "\e964";
}

.icon-brand-envira:before {
  content: "\e965";
}

.icon-brand-erlang:before {
  content: "\e966";
}

.icon-brand-ethereum:before {
  content: "\e967";
}

.icon-brand-etsy:before {
  content: "\e968";
}

.icon-brand-expeditedssl:before {
  content: "\e969";
}

.icon-brand-facebook:before {
  content: "\e96a";
}

.icon-brand-facebook-f:before {
  content: "\e96b";
}

.icon-brand-facebook-messenger:before {
  content: "\e96c";
}

.icon-brand-facebook-square:before {
  content: "\e96d";
}

.icon-brand-firefox:before {
  content: "\e96e";
}

.icon-brand-firstdraft:before {
  content: "\e96f";
}

.icon-brand-first-order:before {
  content: "\e970";
}

.icon-brand-first-order-alt:before {
  content: "\e971";
}

.icon-brand-flickr:before {
  content: "\e972";
}

.icon-brand-flipboard:before {
  content: "\e973";
}

.icon-brand-fly:before {
  content: "\e974";
}

.icon-brand-font-awesome:before {
  content: "\e975";
}

.icon-brand-font-awesome-alt:before {
  content: "\e976";
}

.icon-brand-font-awesome-flag:before {
  content: "\e977";
}

.icon-brand-fonticons:before {
  content: "\e978";
}

.icon-brand-fonticons-fi:before {
  content: "\e979";
}

.icon-brand-fort-awesome:before {
  content: "\e97a";
}

.icon-brand-fort-awesome-alt:before {
  content: "\e97b";
}

.icon-brand-forumbee:before {
  content: "\e97c";
}

.icon-brand-foursquare:before {
  content: "\e97d";
}

.icon-brand-freebsd:before {
  content: "\e97e";
}

.icon-brand-free-code-camp:before {
  content: "\e97f";
}

.icon-brand-fulcrum:before {
  content: "\e980";
}

.icon-brand-galactic-republic:before {
  content: "\e981";
}

.icon-brand-galactic-senate:before {
  content: "\e982";
}

.icon-brand-get-pocket:before {
  content: "\e983";
}

.icon-brand-gg:before {
  content: "\e984";
}

.icon-brand-gg-circle:before {
  content: "\e985";
}

.icon-brand-git:before {
  content: "\e986";
}

.icon-brand-github:before {
  content: "\e987";
}

.icon-brand-github-alt:before {
  content: "\e988";
}

.icon-brand-github-square:before {
  content: "\e989";
}

.icon-brand-gitkraken:before {
  content: "\e98a";
}

.icon-brand-gitlab:before {
  content: "\e98b";
}

.icon-brand-git-square:before {
  content: "\e98c";
}

.icon-brand-gitter:before {
  content: "\e98d";
}

.icon-brand-glide:before {
  content: "\e98e";
}

.icon-brand-glide-g:before {
  content: "\e98f";
}

.icon-brand-gofore:before {
  content: "\e990";
}

.icon-brand-goodreads:before {
  content: "\e991";
}

.icon-brand-goodreads-g:before {
  content: "\e992";
}

.icon-brand-google:before {
  content: "\e993";
}

.icon-brand-google-drive:before {
  content: "\e994";
}

.icon-brand-google-play:before {
  content: "\e995";
}

.icon-brand-google-plus:before {
  content: "\e996";
}

.icon-brand-google-plus-g:before {
  content: "\e997";
}

.icon-brand-google-plus-square:before {
  content: "\e998";
}

.icon-brand-google-wallet:before {
  content: "\e999";
}

.icon-brand-gratipay:before {
  content: "\e99a";
}

.icon-brand-grav:before {
  content: "\e99b";
}

.icon-brand-gripfire:before {
  content: "\e99c";
}

.icon-brand-grunt:before {
  content: "\e99d";
}

.icon-brand-gulp:before {
  content: "\e99e";
}

.icon-brand-hacker-news:before {
  content: "\e99f";
}

.icon-brand-hacker-news-square:before {
  content: "\e9a0";
}

.icon-brand-hips:before {
  content: "\e9a1";
}

.icon-brand-hire-a-helper:before {
  content: "\e9a2";
}

.icon-brand-hooli:before {
  content: "\e9a3";
}

.icon-brand-hotjar:before {
  content: "\e9a4";
}

.icon-brand-houzz:before {
  content: "\e9a5";
}

.icon-brand-html5:before {
  content: "\e9a6";
}

.icon-brand-hubspot:before {
  content: "\e9a7";
}

.icon-brand-imdb:before {
  content: "\e9a8";
}

.icon-brand-instagram:before {
  content: "\e9a9";
}

.icon-brand-internet-explorer:before {
  content: "\e9aa";
}

.icon-brand-ioxhost:before {
  content: "\e9ab";
}

.icon-brand-itunes:before {
  content: "\e9ac";
}

.icon-brand-itunes-note:before {
  content: "\e9ad";
}

.icon-brand-java:before {
  content: "\e9ae";
}

.icon-brand-jedi-order:before {
  content: "\e9af";
}

.icon-brand-jenkins:before {
  content: "\e9b0";
}

.icon-brand-joget:before {
  content: "\e9b1";
}

.icon-brand-joomla:before {
  content: "\e9b2";
}

.icon-brand-js:before {
  content: "\e9b3";
}

.icon-brand-jsfiddle:before {
  content: "\e9b4";
}

.icon-brand-js-square:before {
  content: "\e9b5";
}

.icon-brand-keybase:before {
  content: "\e9b6";
}

.icon-brand-keycdn:before {
  content: "\e9b7";
}

.icon-brand-kickstarter:before {
  content: "\e9b8";
}

.icon-brand-kickstarter-k:before {
  content: "\e9b9";
}

.icon-brand-korvue:before {
  content: "\e9ba";
}

.icon-brand-laravel:before {
  content: "\e9bb";
}

.icon-brand-lastfm:before {
  content: "\e9bc";
}

.icon-brand-lastfm-square:before {
  content: "\e9bd";
}

.icon-brand-leanpub:before {
  content: "\e9be";
}

.icon-brand-less:before {
  content: "\e9bf";
}

.icon-brand-line:before {
  content: "\e9c0";
}

.icon-brand-linkedin:before {
  content: "\e9c1";
}

.icon-brand-linkedin-in:before {
  content: "\e9c2";
}

.icon-brand-linode:before {
  content: "\e9c3";
}

.icon-brand-linux:before {
  content: "\e9c4";
}

.icon-brand-lyft:before {
  content: "\e9c5";
}

.icon-brand-magento:before {
  content: "\e9c6";
}

.icon-brand-mandalorian:before {
  content: "\e9c7";
}

.icon-brand-mastodon:before {
  content: "\e9c8";
}

.icon-brand-maxcdn:before {
  content: "\e9c9";
}

.icon-brand-medapps:before {
  content: "\e9ca";
}

.icon-brand-medium:before {
  content: "\e9cb";
}

.icon-brand-medium-m:before {
  content: "\e9cc";
}

.icon-brand-medrt:before {
  content: "\e9cd";
}

.icon-brand-meetup:before {
  content: "\e9ce";
}

.icon-brand-microsoft:before {
  content: "\e9cf";
}

.icon-brand-mix:before {
  content: "\e9d0";
}

.icon-brand-mixcloud:before {
  content: "\e9d1";
}

.icon-brand-mizuni:before {
  content: "\e9d2";
}

.icon-brand-modx:before {
  content: "\e9d3";
}

.icon-brand-monero:before {
  content: "\e9d4";
}

.icon-brand-napster:before {
  content: "\e9d5";
}

.icon-brand-nintendo-switch:before {
  content: "\e9d6";
}

.icon-brand-node:before {
  content: "\e9d7";
}

.icon-brand-node-js:before {
  content: "\e9d8";
}

.icon-brand-npm:before {
  content: "\e9d9";
}

.icon-brand-ns8:before {
  content: "\e9da";
}

.icon-brand-nutritionix:before {
  content: "\e9db";
}

.icon-brand-odnoklassniki:before {
  content: "\e9dc";
}

.icon-brand-odnoklassniki-square:before {
  content: "\e9dd";
}

.icon-brand-old-republic:before {
  content: "\e9de";
}

.icon-brand-opencart:before {
  content: "\e9df";
}

.icon-brand-openid:before {
  content: "\e9e0";
}

.icon-brand-opera:before {
  content: "\e9e1";
}

.icon-brand-optin-monster:before {
  content: "\e9e2";
}

.icon-brand-osi:before {
  content: "\e9e3";
}

.icon-brand-page4:before {
  content: "\e9e4";
}

.icon-brand-pagelines:before {
  content: "\e9e5";
}

.icon-brand-palfed:before {
  content: "\e9e6";
}

.icon-brand-patreon:before {
  content: "\e9e7";
}

.icon-brand-paypal:before {
  content: "\e9e8";
}

.icon-brand-periscope:before {
  content: "\e9e9";
}

.icon-brand-phabricator:before {
  content: "\e9ea";
}

.icon-brand-phoenix-framework:before {
  content: "\e9eb";
}

.icon-brand-phoenix-squadron:before {
  content: "\e9ec";
}

.icon-brand-php:before {
  content: "\e9ed";
}

.icon-brand-pied-piper:before {
  content: "\e9ee";
}

.icon-brand-pied-piper-alt:before {
  content: "\e9ef";
}

.icon-brand-pied-piper-hat:before {
  content: "\e9f0";
}

.icon-brand-pied-piper-pp:before {
  content: "\e9f1";
}

.icon-brand-pinterest:before {
  content: "\e9f2";
}

.icon-brand-pinterest-p:before {
  content: "\e9f3";
}

.icon-brand-pinterest-square:before {
  content: "\e9f4";
}

.icon-brand-playstation:before {
  content: "\e9f5";
}

.icon-brand-product-hunt:before {
  content: "\e9f6";
}

.icon-brand-pushed:before {
  content: "\e9f7";
}

.icon-brand-python:before {
  content: "\e9f8";
}

.icon-brand-qq:before {
  content: "\e9f9";
}

.icon-brand-quinscape:before {
  content: "\e9fa";
}

.icon-brand-quora:before {
  content: "\e9fb";
}

.icon-brand-ravelry:before {
  content: "\e9fc";
}

.icon-brand-react:before {
  content: "\e9fd";
}

.icon-brand-readme:before {
  content: "\e9fe";
}

.icon-brand-rebel:before {
  content: "\e9ff";
}

.icon-brand-reddit:before {
  content: "\ea00";
}

.icon-brand-reddit-alien:before {
  content: "\ea01";
}

.icon-brand-reddit-square:before {
  content: "\ea02";
}

.icon-brand-red-river:before {
  content: "\ea03";
}

.icon-brand-rendact:before {
  content: "\ea04";
}

.icon-brand-renren:before {
  content: "\ea05";
}

.icon-brand-replyd:before {
  content: "\ea06";
}

.icon-brand-researchgate:before {
  content: "\ea07";
}

.icon-brand-resolving:before {
  content: "\ea08";
}

.icon-brand-rocketchat:before {
  content: "\ea09";
}

.icon-brand-rockrms:before {
  content: "\ea0a";
}

.icon-brand-r-project:before {
  content: "\ea0b";
}

.icon-brand-safari:before {
  content: "\ea0c";
}

.icon-brand-sass:before {
  content: "\ea0d";
}

.icon-brand-schlix:before {
  content: "\ea0e";
}

.icon-brand-scribd:before {
  content: "\ea0f";
}

.icon-brand-searchengin:before {
  content: "\ea10";
}

.icon-brand-sellcast:before {
  content: "\ea11";
}

.icon-brand-sellsy:before {
  content: "\ea12";
}

.icon-brand-servicestack:before {
  content: "\ea13";
}

.icon-brand-shirtsinbulk:before {
  content: "\ea14";
}

.icon-brand-simplybuilt:before {
  content: "\ea15";
}

.icon-brand-sistrix:before {
  content: "\ea16";
}

.icon-brand-sith:before {
  content: "\ea17";
}

.icon-brand-skyatlas:before {
  content: "\ea18";
}

.icon-brand-skype:before {
  content: "\ea19";
}

.icon-brand-slack:before {
  content: "\ea1a";
}

.icon-brand-slack-hash:before {
  content: "\ea1b";
}

.icon-brand-slideshare:before {
  content: "\ea1c";
}

.icon-brand-snapchat:before {
  content: "\ea1d";
}

.icon-brand-snapchat-ghost:before {
  content: "\ea1e";
}

.icon-brand-snapchat-square:before {
  content: "\ea1f";
}

.icon-brand-soundcloud:before {
  content: "\ea20";
}

.icon-brand-speakap:before {
  content: "\ea21";
}

.icon-brand-spotify:before {
  content: "\ea22";
}

.icon-brand-stack-exchange:before {
  content: "\ea23";
}

.icon-brand-stack-overflow:before {
  content: "\ea24";
}

.icon-brand-staylinked:before {
  content: "\ea25";
}

.icon-brand-steam:before {
  content: "\ea26";
}

.icon-brand-steam-square:before {
  content: "\ea27";
}

.icon-brand-steam-symbol:before {
  content: "\ea28";
}

.icon-brand-sticker-mule:before {
  content: "\ea29";
}

.icon-brand-strava:before {
  content: "\ea2a";
}

.icon-brand-stripe:before {
  content: "\ea2b";
}

.icon-brand-stripe-s:before {
  content: "\ea2c";
}

.icon-brand-studiovinari:before {
  content: "\ea2d";
}

.icon-brand-stumbleupon:before {
  content: "\ea2e";
}

.icon-brand-stumbleupon-circle:before {
  content: "\ea2f";
}

.icon-brand-superpowers:before {
  content: "\ea30";
}

.icon-brand-supple:before {
  content: "\ea31";
}

.icon-brand-teamspeak:before {
  content: "\ea32";
}

.icon-brand-telegram:before {
  content: "\ea33";
}

.icon-brand-telegram-plane:before {
  content: "\ea34";
}

.icon-brand-tencent-weibo:before {
  content: "\ea35";
}

.icon-brand-themeisle:before {
  content: "\ea36";
}

.icon-brand-trade-federation:before {
  content: "\ea37";
}

.icon-brand-trello:before {
  content: "\ea38";
}

.icon-brand-tripadvisor:before {
  content: "\ea39";
}

.icon-brand-tumblr:before {
  content: "\ea3a";
}

.icon-brand-tumblr-square:before {
  content: "\ea3b";
}

.icon-brand-twitch:before {
  content: "\ea3c";
}

.icon-brand-twitter:before {
  content: "\ea3d";
}

.icon-brand-twitter-square:before {
  content: "\ea3e";
}

.icon-brand-typo3:before {
  content: "\ea3f";
}

.icon-brand-uber:before {
  content: "\ea40";
}

.icon-brand-uikit:before {
  content: "\ea41";
}

.icon-brand-uniregistry:before {
  content: "\ea42";
}

.icon-brand-untappd:before {
  content: "\ea43";
}

.icon-brand-usb:before {
  content: "\ea44";
}

.icon-brand-ussunnah:before {
  content: "\ea45";
}

.icon-brand-vaadin:before {
  content: "\ea46";
}

.icon-brand-viacoin:before {
  content: "\ea47";
}

.icon-brand-viadeo:before {
  content: "\ea48";
}

.icon-brand-viadeo-square:before {
  content: "\ea49";
}

.icon-brand-viber:before {
  content: "\ea4a";
}

.icon-brand-vimeo:before {
  content: "\ea4b";
}

.icon-brand-vimeo-square:before {
  content: "\ea4c";
}

.icon-brand-vimeo-v:before {
  content: "\ea4d";
}

.icon-brand-vine:before {
  content: "\ea4e";
}

.icon-brand-vk:before {
  content: "\ea4f";
}

.icon-brand-vnv:before {
  content: "\ea50";
}

.icon-brand-vuejs:before {
  content: "\ea51";
}

.icon-brand-weibo:before {
  content: "\ea52";
}

.icon-brand-weixin:before {
  content: "\ea53";
}

.icon-brand-whatsapp:before {
  content: "\ea54";
}

.icon-brand-whatsapp-square:before {
  content: "\ea55";
}

.icon-brand-whmcs:before {
  content: "\ea56";
}

.icon-brand-wikipedia-w:before {
  content: "\ea57";
}

.icon-brand-windows:before {
  content: "\ea58";
}

.icon-brand-wolf-pack-battalion:before {
  content: "\ea59";
}

.icon-brand-wordpress:before {
  content: "\ea5a";
}

.icon-brand-wordpress-simple:before {
  content: "\ea5b";
}

.icon-brand-wpbeginner:before {
  content: "\ea5c";
}

.icon-brand-wpexplorer:before {
  content: "\ea5d";
}

.icon-brand-wpforms:before {
  content: "\ea5e";
}

.icon-brand-xbox:before {
  content: "\ea5f";
}

.icon-brand-xing:before {
  content: "\ea60";
}

.icon-brand-xing-square:before {
  content: "\ea61";
}

.icon-brand-yahoo:before {
  content: "\ea62";
}

.icon-brand-yandex:before {
  content: "\ea63";
}

.icon-brand-yandex-international:before {
  content: "\ea64";
}

.icon-brand-y-combinator:before {
  content: "\ea65";
}

.icon-brand-yelp:before {
  content: "\ea66";
}

.icon-brand-yoast:before {
  content: "\ea67";
}

.icon-brand-youtube:before {
  content: "\ea68";
}

.icon-brand-youtube-square:before {
  content: "\ea69";
}

/* -------------------------------------------------------------- */
/* 08. Custom CSS
----------------------------------------------------------------- */
/* =========================================================
* Skeleton loading animation (only) CSS
=========================================================

* Source: https://codepen.io/JCLee/pen/dyPejGV
* Implement these code below and see what it did!
 <span class="skeleton-box" style="width:100px;height:80px;"></span>
 <p>
    <span class="skeleton-box" style="width:80%;"></span>
    <span class="skeleton-box" style="width:90%;"></span>
    <span class="skeleton-box" style="width:83%;"></span>
    <span class="skeleton-box" style="width:80%;"></span>
  </p>

========================================================= */
.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #DC3545;
}
.multi-steps > li:before {
  content: "\f00c";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #DC3545;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #DC3545;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #DC3545;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

/* Add here all your CSS customizations */
.select-style {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100% !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable thead th[rowspan="2"].sorting:before, table.dataTable thead th[rowspan="2"].sorting:after, table.dataTable thead th[rowspan="2"].sorting_asc:before, table.dataTable thead th[rowspan="2"].sorting_asc:after, table.dataTable thead th[rowspan="2"].sorting_desc:before, table.dataTable thead th[rowspan="2"].sorting_desc:after, table.dataTable thead th[rowspan="2"].sorting_asc_disabled:before, table.dataTable thead th[rowspan="2"].sorting_asc_disabled:after, table.dataTable thead th[rowspan="2"].sorting_desc_disabled:before, table.dataTable thead th[rowspan="2"].sorting_desc_disabled:after {
  bottom: 40% !important;
}
table.dataTable thead th.sorting:before, table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:before, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:before, table.dataTable thead th.sorting_desc:after, table.dataTable thead th.sorting_asc_disabled:before, table.dataTable thead th.sorting_asc_disabled:after, table.dataTable thead th.sorting_desc_disabled:before, table.dataTable thead th.sorting_desc_disabled:after {
  bottom: 0.7em !important;
}
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

.dataTables_wrapper div.row:nth-last-child(1) {
  padding-top: 1rem !important;
}

@media (max-width: 767.98px) {
  .dataTables_wrapper > div:nth-child(3) > div[class*=col-] {
    padding: 0 !important;
  }
  .dataTables_wrapper > div:nth-child(3) > div[class*=col-] > .dataTables_paginate {
    float: left;
  }
  .dataTables_wrapper > div:nth-child(3) > div[class*=col-] > .dataTables_info {
    float: left;
    margin-bottom: 0.5rem;
  }
  .dataTables_wrapper > div:nth-child(1) > div[class*=col-] {
    padding: 0 !important;
  }
  .dataTables_wrapper > div:nth-child(1) > div[class*=col-] > .dataTables_filter {
    float: left;
  }
  .dataTables_wrapper > div:nth-child(1) > div[class*=col-] > .dataTables_length {
    float: left;
    margin-bottom: 0.5rem;
  }
}
.note-editor {
  margin-bottom: 0 !important;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.custom-file-label::after {
  font-family: "Font Awesome 5 Regular";
  content: "\f07c";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

textarea.form-control {
  min-height: 100px;
}

/*
 * Application global style
 *
 */
.divclear {
  clear: both;
}

textarea.no-hresize {
  resize: vertical;
  min-height: 100px;
  max-height: 400px;
}

input.width-150px {
  width: 150px;
}

input.width-250px {
  width: 250px;
}

a.web_gray {
  color: #777;
}

a.no_underline, a.no_underline:hover, a.no_underline:active,
a.no_underline:visited, a.no_underline:link {
  text-decoration: none;
}

a.web_red, a.web_red:active, a.web_red:visited {
  color: #f00;
}

a.web_red:hover {
  color: #C10000;
}

.w-200px {
  width: 200px !important;
}

.web_min300 {
  min-height: 300px;
}

.web_min500 {
  min-height: 500px;
}

.web_softpanel {
  padding: 5px 10px;
  border: solid 1px #ddd;
  border-radius: 3px;
  margin-bottom: 5px;
}

.web_floatalert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.web_floatalert .alert {
  padding: 5px 10px;
  font-size: 0.9em;
  margin-top: 5px;
  text-align: center;
}

.theme-bgcolor-1 {
  background-color: #162953;
}

.theme-bgcolor-2 {
  background-color: #3d59ab;
}

.web_panelgroup {
  padding: 10px;
  border: solid 1px #EEE;
  border-radius: 2px;
  margin-bottom: 10px;
}

.web-container {
  background-color: #FFF;
  border: solid 1px #DDD;
  border-radius: 5px;
}

.web-container .box-head {
  background-color: #162953;
  color: #FFF;
  height: 100px;
  padding: 15px 20px;
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: center right;
}

.web-container .box-head img.logo {
  max-height: 70px;
}

.web-container .box-body {
  padding: 15px 20px;
}

.web-container .box-footer {
  background-color: #FAFAFA;
  padding: 10px 15px;
  color: #AAA;
  font-size: 0.9em;
  border-bottom: solid 2px #162953;
}

.web_item_meta {
  margin: 0 0 10px;
  background-color: #eee;
}

.web_item_meta_item {
  text-align: center;
  margin: 5px 0;
}

.web_wellbox_indent {
  margin-left: 30px;
  margin-bottom: 15px;
  background-color: #FAFAFA;
  padding: 15px 20px;
}

.web_detailset {
  margin-bottom: 20px;
}

.web_detailset > .web_rowdetail {
  min-height: 23px;
  border-bottom: solid 1px #f9f9f9;
  padding: 1px 0px;
}

.row.web_rowdetail:hover {
  background-color: #f9f9f9;
}

.web_detailset.tidy > .web_rowdetail > div:first-child {
  text-align: right;
}

.web_detaillink_sm {
  font-size: 0.8em;
}

.web_panelgroup {
  padding: 10px;
  border: solid 1px #EEE;
  border-radius: 2px;
  margin-bottom: 10px;
}

.web-tab-content {
  border: solid 1px #DDD;
  padding: 10px 15px;
  min-height: 300px;
}

.web-alert {
  min-height: 64px;
}

/* ======= SELECT2 OVERRIDES ======= */
.select2-container--default .select2-search--inline .select2-search__field {
  min-height: 20px;
}

.form-inline .select2-container {
  margin-bottom: 0px;
}

.select2-selection--multiple .select2-selection__rendered {
  line-height: 27px !important;
}

/* ======= BOOTSTRAP OVERRIDES ======= */
.bg-primary {
  background-color: #e53038 !important;
}

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

.navbar.theme-style {
  background-color: #e53038;
  color: #FFF;
  border-radius: 0;
  border: none;
}

.navbar.theme-style ul.nav li a {
  color: #FFF;
  transition: all 0.25s;
}

.navbar.theme-style ul.nav li a:hover {
  background-color: #e53038;
}

.navbar.theme-style ul.nav li.active, .navbar.theme-style ul.nav li.active a {
  background-color: #e53038;
}

.condensed-form .form-group {
  margin-bottom: 10px;
}

/* - Datatables -*/
.app_customized div.dataTables_wrapper div.dataTables_length select {
  margin-bottom: 0px;
}

.app_customized div.dataTables_wrapper div.dataTables_filter label {
  display: inline-block;
}

.table.app_condensed {
  font-size: 0.9em !important;
}

.table.app_condensed th, .table.app_condensed td {
  font-size: 0.9em !important;
  padding: 0.5rem !important;
  height: auto;
}

/* -------- HTML Box (Untuk halaman detil) --- */
.web_htmlbox ol, .web_htmlbox ul {
  list-style-position: outside;
  margin-left: 15px;
}

.web_htmlbox ul {
  list-style-type: disc;
}

.web_htmlbox ol {
  list-style-type: decimal;
}

.web_htmlbox ul ul, .web_htmlbox ol ul {
  list-style-type: circle;
  margin-left: 15px;
}

.web_htmlbox ol ol, .web_htmlbox ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}

/* ------- Overlays ------ */
.modal.fade.no-slide .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0%);
}

.web_modal_dialog .modal-header {
  background-color: #820002;
  color: #fff;
}

.web_modal_dialog .modal-header h5 {
  color: #fff;
}

.web_modal_dialog .modal-header button.close {
  top: 14px;
  color: #FFF;
}

.web_modal_dialog .modal-header button.close:hover {
  color: #EEE;
}

.web_modal_dialog .web_dialog_loader {
  padding: 15px 20px;
  text-align: center;
  background-color: #fff;
  width: 300px;
  margin: 0px auto;
  border-radius: 7px;
}

.web_modal_dialog .web_dialog_loader {
  text-align: center;
}

#web_dlg_main {
  padding: 15px;
}

#global_overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1070;
  background: rgba(0, 0, 0, 0.3);
}

#global_ov_box {
  margin: 75px auto 20px;
  width: 300px;
  min-height: 100px;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 7px;
}

#global_ov_msg {
  text-align: center;
  margin-bottom: 20px;
}

.swal-overlay, .swal2-container {
  z-index: 1050;
}

/* ======= EVENT LIST ======= */
.web_event_item {
  margin: 5px 0px;
  position: relative;
}

.web_event_item .left_box {
  position: absolute;
  width: 64px;
  min-height: 64px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.web_event_item .left_box .cal_month {
  text-align: center;
  background-color: #162953;
  padding: 3px;
  color: #fff;
}

.web_event_item .left_box .cal_day {
  text-align: center;
  font-size: 24px;
  padding: 3px;
  margin-top: 7px;
}

.web_event_item > .item_arrow {
  position: absolute;
  left: 64px;
  top: 27px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
}

.web_event_item .right_box {
  margin-left: 70px;
  min-height: 64px;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.web_event_item .event_desc {
  padding: 10px 15px;
}

.web_event_item .right_box .event_title {
  font-size: 1.2em;
  font-weight: bold;
}

.web_event_item .banner_placeholder {
  background-color: #e9eef1;
  min-height: 120px;
  background-image: url("../img/imgplaceholder.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.web_rsvpcontent fieldset legend {
  margin-bottom: 1.5rem;
}

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

.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #820002;
}

.custom-control.custom-switch.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #820002;
}

input.custom-control-input:focus {
  opacity: 0;
}

a {
  color: #820002;
  transition: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #820002;
}

.nav-pills > li > .nav-link:not(.active):hover {
  background: rgba(222, 222, 222, 0.4);
}

.btn.btn-link {
  color: #820002;
}

span.button, button.button, a.apply-now-button {
  background: #820002;
}

fieldset legend.heading {
  color: #272635;
  font-size: 16px;
  font-weight: 600;
  background-color: #F0F0F0;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

fieldset legend.heading i.icon {
  color: #820002;
}
