/*!
 * Font Awesome Free 6.4.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 2023 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-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

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

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
/*!
 * Font Awesome Free 6.4.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 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-brands-400-C-jaCRNI.woff2") format("woff2"), url("/assets/fa-brands-400-D7HcTrzQ.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-stubber:before {
  content: "\e5c7"; }

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

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

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

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-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"; }
/*!
 * Font Awesome Free 6.4.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 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fa-solid-900-tLH6XCuf.woff2") format("woff2"), url("/assets/fa-solid-900-f4MajOib.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 100%;
  overflow: 0;
  font-weight: 400;
}

a {
  color: #47a3da;
  text-decoration: none !important;
  font-weight: 500;
}

a:hover {
  color: #3da !important;
}

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

.error {
  color: red !important;
}

.hr-dotted-grey {
  border: 1px dotted #ccc;
}

.error-box {
  background-color: #ff0a64 !important;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-radius: 4px;
}

.small {
  text-transform: none;
  font-size: 0.6em;
  font-family: "Montserrat", sans-serif;
}

.content {
  padding: 0.5em;
}

.paddining-top-bottom {
  padding: 0.5em 0;
}

.form-group {
  padding-bottom: 0.5em;
}

.form-label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  color: #666;
}

.header-title {
  font-size: 2em;
  font-family: "Text Me One";
  font-style: normal;
  font-weight: 400;
}

.hr-dotted {
  border: 1px dotted #ccc;
  margin: 0.5em 0;
}

.hr-seperater {
  border: 0.7px dashed #777;
  margin-bottom: 0.5em;
}

.inloggade_imgbox {
  background-size: cover;
  background-position: center;
}

.imageCreator {
  display: grid;
  grid-template-columns: 3em auto;
  grid-column-gap: 0em;
  cursor: default;
  /* padding: 0.3em */
}

.inloggade_imgbox {
  width: 3em;
  height: 3em;
  max-width: 3em;
  max-height: 3em;
  border-radius: 3em !important;
  background-size: cover;
  background-position: normal;
}

.inloggade_imgbox .inloggade_img {
  width: 3em;
  height: 3em;
  max-width: 3em;
  max-height: 3em;
  border-radius: 3em !important;
}

.landingpage:before {
  padding: 0;
  margin: 0;
}

.landingpage {
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  z-index: 0;
  margin-top: 0em;
}

.radio-select {
  border: 1px solid #000;
  padding: 0.3em;
}

.success-box {
  background-color: #3da;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-radius: 4px;
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 5em;
  padding: 0;
  margin: 0;
  z-index: 1000;
  font-size: 0.9em;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}

header .inner-header-container {
  padding: 0.5em 1em;
  margin: 0;
  display: grid;
  grid-template-columns: 7em auto;
  grid-gap: 1em;
  max-width: 968px;
  margin: auto !important;
}

header .inner-header-container .top-header-logo {
  position: relative;
  max-width: 7em;
  max-height: 2.5em;
}

header .inner-header-container .top-header-logo .company-top-logo {
  position: relative;
  max-width: 100%;
}

header .inner-header-container .header-title {
  position: relative;
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 200 !important;
}

header .inner-header-container .header-title .under-title {
  font-size: 0.5em;
  font-weight: 400 !important;
}

.lmw-photo-gallery-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100% !important;
  z-index: 1150;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 1.5rem;
  overflow: hidden;
  overflow-y: auto !important;
}

.lmw-photo-gallery-inner-container {
  position: relative !important;
  width: auto !important;
  min-width: 50%;
  max-width: calc(100% - 7em);
  height: calc(100% - 1rem) !important;
  display: grid;
  grid-template-columns: auto 17rem;
  margin: 0.5rem auto !important;
  background-color: #fff;
}

.lmw-close-window {
  position: absolute;
  right: 1rem;
  color: #999;
  font-size: 4rem;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.lmw-close-window:hover {
  color: #fff !important;
}

.lmw-photo-gallery-image-viewer {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  min-height: calc(100%- 2rem) !important;
  background-color: #000;
  overflow: hidden;
}

.lmw-photo-gallery-image-box {
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
}

.lmw-photo-gallery-image-viewer img {
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  position: relative;
  margin: 0 auto !important;
  text-align: center !important;
  align-items: center !important;
}

.lmw-photo-gallery-image-list {
  position: relative;
  min-height: calc(100% - 0.5rem) !important;
  max-height: calc(100% - 0.5rem) !important;
  background-color: #fff;
  overflow: hidden;
}

.lmw-photo-gallery-image-list-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0.5rem;
  max-height: calc(100% - 5rem) !important;
  overflow: hidden;
  overflow-y: auto !important;
  background-color: #fff;
}

.lmw-photo-gallery-image-list-thumbnails {
  width: 10rem;
  max-width: 10rem;
  height: 12rem;
  max-height: 12rem;
  padding: 1rem !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-color: #ccc;
  border: 1rem solid #ccc;
  margin: 0 auto !important;
  cursor: pointer !important;
  transition: all 0.15s ease-in-out !important;
}

.lmw-photo-gallery-image-list-thumbnails:hover {
  background-color: #47a3da !important;
  border: 1rem solid #47a3da !important;
  border-radius: 8px !important;
}

.lmw-thumbnails-thumbnails-active {
  background-color: #3da !important;
  border-color: #3da !important;
  border-radius: 8px !important;
}

.lmw-thumbnails-thumbnails-active:hover {
  background-color: #3da !important;
  border-color: #3da !important;
}

.lmw-photo-gallery-image-list-thumbnails img {
  position: relative;
  max-width: 100% !important;
}

.lmw-photo-gallery-image-info {
  position: absolute !important;
  display: grid;
  grid-template-columns: 5rem auto !important;
  grid-gap: 0.5rem !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: calc(100% - 4rem) !important;
  border: 1px solid #333;
  color: #000 !important;
  bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: inherit;
  margin: 0 2rem !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-photo-gallery-image-info .fal {
  position: absolute;
  margin-top: -2.5rem;
  font-size: 2.2rem;
  cursor: pointer;
  right: 1rem;
  transition: all 0.25s ease-in-out !important;
}

.lmw-photo-gallery-image-info-creator {
  position: relative !important;
  height: 5rem !important;
  width: 5rem !important;
  background-size: cover;
  background-position: top center;
}

.lmw-sample-jobs-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 4.5rem auto;
  grid-gap: 0.5rem;
  background-color: #fff;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  cursor: not-allowed !important;
}

.lmw-sample-jobs-container:hover {
  background-color: #eee;
}

.lmw-br {
  border-right: 1px solid #ccc;
}

.lmw-sample-jobs-header {
  font-size: 1.35rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400 !important;
}

.lmw-text-sm {
  font-size: 0.85rem;
}

.lmw-text-xsm {
  font-size: 0.7rem;
}

.lmw-land-box {
  display: grid;
  grid-template-columns: 1rem auto;
  grid-gap: 0.5rem !important;
  font-size: 0.75rem;
  margin-top: 0.2rem !important;
}

.lmw-ads-box {
  padding-bottom: 0 !important;
}

.lmw-flag-sm {
  max-width: 100% !important;
}

.lmw-hr-dark {
  border: 1px solid #ccc !important;
  margin: 0 !important;
}

.lmw-icon-lg {
  font-size: 5rem;
  color: #dedede !important;
}

.lmw-modal-container {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1200;
  transition: all 0.3s ease-in-out !important;
}

.lmw-modal-container:hover {
  background-color: #eee !important;
}

.lmw-sample-jobs-container {
  display: grid !important;
  grid-template-columns: 3.5rem auto;
  grid-gap: 0.5rem;
  background-color: #fff;
  max-width: 100%;
  cursor: disabled;
}

.lmw-br {
  border-right: 0.1rem dotted #ccc;
}

.lmw-lower-case {
  text-transform: initial !important;
}

.lmw-overall-header-title {
  font-size: 1rem;
  font-family: "Roboto Slab", serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #000 !important;
  font-weight: 600 !important;
}

.lmw-sample-jobs-header {
  font-size: 1.35rem;
  font-family: "Roboto Slab", serif !important;
  font-weight: 400 !important;
}

.lmw-text-sm {
  font-size: 0.9rem !important;
}

.lmw-text-xsm {
  font-size: 0.8rem !important;
  font-weight: 100 !important;
}

.lmw-land-box {
  display: grid;
  grid-template-columns: 1rem auto;
  grid-gap: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.lmw-ads-box {
  padding-bottom: 0 !important;
}

.lmw-sample-jobs-container:hover {
  padding-bottom: 0 !important;
  background-color: #f6f8f9 !important;
}

.lmw-flag-sm {
  max-width: 100% !important;
}

.lmw-hr-dark {
  border: 1px solid #ccc !important;
  margin: 0.2rem;
}

.lmw-icon-lg {
  font-size: 3rem;
  color: #dedede !important;
  text-align: center !important;
}

.lmw-text-light {
  font-weight: 100 !important;
}

.lmw-highlight-container {
  background-color: #f4f6f8;
  max-width: 100% !important;
  margin: auto !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.lmw-apps-box {
  border: 1px solid #dedede;
  min-width: 7rem;
  max-width: 7rem;
  border-radius: 0.5rem;
  background-color: #f1f1f1;
  color: #000;
  font-weight: bold;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 2px 8px 10px 2px #dedede;
}

.lmw-b {
  border: 1px solid #dedede;
}

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

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

.lmw-rounded-6 {
  border-radius: 6px !important;
}

.lmw-apps-wrapper {
  display: grid !important;
  grid-template-columns: auto auto auto auto auto auto !important;
  grid-gap: 0.5rem !important;
  max-width: 45rem;
  margin: auto !important;
}

.lmw-apps-box:hover .lmw-apps-info {
  color: #fff !important;
}

.lmw-apps-box:hover .fas {
  background-color: #47a3da;
  color: #fff !important;
}

.lmw-apps-info {
  display: grid;
  grid-template-columns: 2rem auto !important;
  grid-gap: 0.25rem;
  margin-top: 0.1rem;
  color: #47a3da;
  font-weight: bold !important;
  transition: all 0.3s ease-in-out !important;
  max-width: 98% !important;
  margin: auto;
}

.lmw-apps-totals {
  font-size: 1.3rem;
  margin-top: 0rem;
  font-family: "Roboto Slab", serif !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-p-2 {
  padding: 0.5rem;
}

.lmw-apps-box .fas {
  /* float: left; */
  font-size: 2rem;
  color: #47a3da;
  transition: all 0.3s ease-in-out !important;
}

.lmw-highlight-header {
  display: grid;
  grid-template-columns: 8rem auto;
  grid-gap: 1rem;
  margin: auto;
  max-width: 37.5rem;
  text-align: center;
}

.lmw-text-header {
  font-size: 1.35rem;
  font-family: "Roboto Slab", serif !important;
  font-weight: 400 !important;
  margin-top: 2.5rem;
  text-align: left;
}

.lmw-text-under-title {
  text-align: left;
}

.lmw-highlight-avatar {
  height: 8rem;
  width: 8rem;
  border-radius: 50% !important;
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.lmw-bb {
  border-bottom: 1px solid #dedede;
}

.lmw-highlight-body {
  background-color: #fff !important;
  padding: 1rem;
}

.lmw-btr-md {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lmw-btr-sm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

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

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

.modal-dialog {
  position: relative;
  z-index: 1200;
}

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

.lmw-text-link {
  color: #47a3da;
  cursor: pointer !important;
}

.lmw-text-link:hover {
  color: #3da !important;
}

.lmw-apps-box:hover {
  background-color: #47a3da;
  border-color: #47a3da;
  color: #fff !important;
  box-shadow: 0 !important;
}

.lmw-img-creator-container {
  display: grid;
  grid-template-columns: 5rem auto !important;
  grid-gap: 0.3rem;
  min-height: 7rem;
}

.lmw-img-creator-img {
  background-size: cover;
  background-position: top center;
}

.lmw-bg-gradient-gray {
  background: linear-gradient(top, #f4f6f8, #dedede) !important;
  /* Standard syntax */
}

.lmw-bg-gradient-white {
  background: linear-gradient(top, #fff, #f4f6f8) !important;
  /* Standard syntax */
}

main {
  left: 0;
  right: 0;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  max-width: 100% !important;
  margin-top: 2em;
}

.ribbon-transparent-black {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  min-height: 420px;
  border-radius: 6px;
}

.textField {
  padding: 0.3em;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: calc(100% - 1em);
  max-width: 20em;
  font-size: 1em;
  background-color: #fff !important;
}

.textField:active {
  border-color: #3da;
}

.textField:focus {
  border-color: #3da;
}

.selectorField {
  padding: 0.3em;
  border: 2px solid #ccc;
  border-radius: 4px;
  max-width: 10em;
  font-size: 1em;
  background-color: #fff !important;
}

.inner-container {
  position: relative !important;
  width: 968px;
  max-width: 100%;
  padding: 1em;
  margin: auto;
}

.wider-inner-container {
  position: relative;
  width: 1200px;
  max-width: 98%;
  min-width: 968px;
  margin: auto;
}

.ribbon-transparent-black {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
}

.info-text-white {
  position: relative;
  color: #fff !important;
  padding-bottom: 0;
}

.header-text-green {
  position: relative;
  font-size: 1.5em;
  font-style: italic;
  font-family: "PT Serif" !important;
  color: #3da;
  max-width: 100%;
  font-weight: bold;
}

.ribbon-transparent-black2 {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 1em;
  margin: 0;
}

.login-container {
  position: relative;
  background-color: #fff;
  padding-top: 1em;
}

.login-container .login-container-inner {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 250px 250px;
  grid-gap: 1em;
  grid-row-gap: 0em;
  padding-bottom: 1em;
}

.buttons {
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
  color: cornsilk;
}

.submit-button {
  background-color: #47a3da;
  border-color: #47a3da;
  color: #fff;
}

.submit-button:hover {
  background-color: #3da;
  border-color: #3da;
  color: #fff;
}

.submitBTN {
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
  background-color: #47a3da;
  color: #fff;
  border: 1px solid #47a3da;
  border-radius: 6px;
  font-size: 1em;
  width: 100%;
  max-width: 20em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  letter-spacing: 4px;
  /* margin-top: 0.5em; */
}

.submitBTN:hover {
  background-color: #3da;
  border-color: #3da;
}

.register-button {
  padding: 0.5em;
  border: 1px solid orange;
  text-align: center;
  border-radius: 4px;
  background-color: orange;
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.register-button:hover {
  background-color: #3da;
  color: #fff;
  border-color: #3da;
}

.login-error {
  max-width: 100% !important;
  margin: auto;
}

.preview-button {
  max-width: 90% !important;
  background-color: #f3c57a !important;
  border-color: #f3c57a !important;
  color: #000 !important;
}

.preview-button:hover {
  max-width: 90% !important;
  background-color: #f3c57a !important;
  border-color: #f3c57a !important;
  color: #000;
}

.sample-members-container-inner {
  position: relative;
  font-family: "Montserrat";
  display: grid;
  grid-template-columns: 232px 232px 232px 232px;
  grid-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0.5em auto !important;
}

.sample-members-container-inner .sample-members-lists {
  position: relative;
  border-radius: 6px;
  color: #000;
  background-color: #f4f6f8;
  width: 100%;
  min-width: 220px;
  cursor: pointer;
  transition: all 0.5s ease-in-out !important;
}

.sample-members-container-inner .sample-members-lists a {
  color: #000;
  font-weight: 100;
}

.sample-members-container-inner .sample-members-lists a b {
  font-weight: bold;
}

.sample-members-container-inner .sample-members-lists a .sample-members-lists-inner {
  min-height: 250px;
  max-width: 100%;
  background-size: cover;
  background-position: top center;
  border-radius: 6px 6px 0 0;
}

.sample-members-container-inner .sample-members-lists a .sample-members-lists-info {
  padding: 0.5em;
  font-weight: 400;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.sample-members-container-inner .sample-members-lists a .sample-members-lists-info .sample-members-list-country {
  display: grid;
  grid-template-columns: 1.5em auto;
  grid-gap: 0.5em;
}

.sample-members-container-inner .sample-members-lists a .sample-members-lists-info .sample-members-list-country .flag {
  max-width: 100% !important;
  float: left;
}

.sample-members-container-inner .sample-members-lists:hover a {
  color: #fff !important;
  transition: all 0.5s ease-in-out !important;
}

.sample-members-container-inner .sample-members-lists:hover a .lmw-overall-header-title {
  color: #fff !important;
  transition: all 0.5s ease-in-out !important;
}

.sample-members-container-inner .sample-members-lists:hover a b {
  color: #fff !important;
  transition: all 0.5s ease-in-out !important;
}

.sample-members-container-inner .sample-members-lists:hover {
  background-color: #47a3da !important;
  color: #fff !important;
}

.video-samples-container {
  position: relative;
  max-width: 100% !important;
  height: auto;
  padding-right: 0.5em;
}

.video-samples-container .video-samples-inner-container {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 12px;
  max-width: 100% !important;
  margin: auto !important;
}

.video-samples-container .video-samples-inner-container .sample-videos-lists {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  min-height: 100%;
  background-color: #000;
  border: 1px solid #444;
  border-radius: 0 0 6px 6px;
}

.video-samples-container .video-samples-inner-container .sample-videos-lists .sample-videos-frame {
  position: relative;
  width: 100%;
  /* min-width: 300px; */
  max-width: 100% !important;
  min-height: 336px;
  background-color: #000;
}

.video-samples-container .video-samples-inner-container .sample-videos-lists .sample-videos-info {
  position: relative !important;
  color: #fff;
  padding-left: 0.5em;
}

.sample-jobs-container {
  position: relative;
  background-color: #fff;
  width: 100%;
}

.sample-jobs-container .sample-jobs-container-inner {
  width: 900px;
  max-width: 900px !important;
  min-width: 800px;
  padding: 0.5em;
  margin: auto !important;
  color: #fff;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox {
  position: relative;
  border: 1px solid #333;
  max-width: 100%;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox .jobTitle {
  background-color: #444;
  padding: 0.4em;
  font-weight: bold;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox .jobTitle .inline {
  display: grid;
  grid-template-columns: 2em auto;
  grid-column-gap: 0.5em;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox .jobTitle .inline .material-icons {
  font-size: 1.5em;
  float: left;
  color: skyblue;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox .jobTitle .inline .jobHeader {
  margin-top: 0.3em;
  color: #47a3da;
  cursor: not-allowed;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox .subject {
  padding-left: 0.5em;
  background-color: #333;
}

.sample-jobs-container .sample-jobs-container-inner .jobBox .subject .location {
  position: inherit;
  font-size: 0.85em;
  font-weight: lighter;
  width: 100%;
}

.sample-jobs-container .home-sample-jobs {
  max-width: 100%;
  background-color: #fff;
  padding: 0em;
  margin: 1em;
}

.sample-jobs-container .home-sample-jobs .job-preview-list {
  padding: 0.5em;
  max-width: 1000px;
  transition: all 0.2s ease-in-out !important;
  cursor: not-allowed !important;
  border: 1px dashed #fff;
  margin: auto !important;
}

.sample-jobs-container .home-sample-jobs .job-preview-list .home-jobpreview-header-title {
  font-family: "Text Me One" !important;
  font-size: 1.3em;
  font-weight: 200;
  color: #000;
}

.sample-jobs-container .home-sample-jobs .job-preview-list .home-job-preview-description {
  font-family: "Montserrat";
  font-size: 1em;
}

.sample-jobs-container .home-sample-jobs .job-preview-list .home-job-preview-description .job-preview-location {
  display: grid;
  grid-template-columns: 1.2em auto;
  grid-gap: 0.5em;
  margin-top: 0.5em;
}

.sample-jobs-container .home-sample-jobs .job-preview-list .home-job-preview-description .job-preview-location-img {
  max-width: 1.2em;
  float: left;
}

.sample-jobs-container .home-sample-jobs .job-preview-list:hover {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  background-color: #f4f6f8 !important;
}

.sample-new-members-container {
  background-color: #999;
}

.sample-new-members-container .sample-new-members-container-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 !important;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1em;
}

.sample-new-members-container .sample-new-members-container-inner .recent-members-list {
  position: relative;
  width: 100%;
  min-height: 550px;
  background-size: cover;
  background-position: center;
}

.footer-container {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0 !important;
  padding: 2em;
  text-align: center;
  background-color: #444 !important;
  height: 100vh;
}

.footer-container .footer-header {
  position: relative;
  max-width: 100%;
  background-color: #999;
  text-transform: uppercase;
  color: #666 !important;
  font-weight: 700;
  padding: 0.5em;
  text-align: left !important;
}

.footer-container .footer-header .find-us-on-social {
  max-width: 100% !important;
  padding: 0.5em;
  margin: 0.5em;
}

.footer-container .footer-header .social-media-icons {
  display: grid;
  grid-template-columns: 2em auto;
}

.footer-container .footer-header .social-media-icons .social-media-icons {
  width: 2em;
}

.footer-container .footer-header .social-media-icons .social-media-text {
  float: left;
  color: #fff;
  text-transform: capitalize !important;
  margin-top: 0.5em;
}

.footer-container .copyright-info {
  color: #ccc;
}

.home-top-reels-container {
  display: grid;
  grid-template-columns: 14.8em 14.8em 14.8em 14.8em;
  grid-gap: 0.5em !important;
  transition: all 0.5s ease-in-out !important;
  width: 1000px !important;
  max-width: calc(100% - 1em) !important;
  padding-right: 0.5em !important;
  overflow: hidden;
  overflow-x: auto !important;
  margin: auto !important;
}

.home-top-reels-container .homeimgPrevie {
  background-size: cover;
  background-position: center !important;
  min-width: 14.8em !important;
  max-width: 100% !important;
  height: 20em;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  overflow-x: auto !important;
}

.home-top-reels-container .homeimgPrevie .home-members-name-tag {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 0.5em;
  margin: 0.3em;
  margin-top: 0.5em;
  border-radius: 4px;
  color: #000 !important;
  max-width: 100% !important;
  transition: all 0.5s ease-in-out !important;
  display: none;
}

.home-top-reels-container .homeimgPrevie .material-icons {
  position: relative !important;
  font-size: 75px !important;
  color: rgba(250, 250, 250, 0.5);
  margin-top: 107px;
  margin-left: 0.9em !important;
  cursor: pointer !important;
  border: 3px solid rgba(250, 250, 250, 0);
  border-radius: 50% !important;
  transition: color 0.5s ease-in-out, border 0.5s ease-in-out !important;
}

.home-top-reels-container .homeimgPrevie .material-icons:hover {
  color: #fff !important;
  border-color: #3da !important;
}

.home-top-reels-container .homeimgPrevie:hover .material-icons {
  margin-top: 39px !important;
}

.home-top-reels-container .homeimgPrevie:hover .home-members-name-tag {
  display: block !important;
  background-color: #fff !important;
}

.home-top-reels-container .homeimgPrevie:hover .material-icons {
  color: #47a3da;
  border-color: #fff;
}

.mediaModal .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto !important;
}

.mediaModal .modal_container .media-inner-container {
  position: relative;
  margin: auto !important;
  padding: 0 !important;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px !important;
}

.mediaModal .modal_container .media-inner-container .modal-inline-header {
  display: grid;
  grid-template-columns: auto 1em;
}

.mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons {
  cursor: pointer !important;
  color: #888;
  transition: all 0.3s ease-in-out !important;
}

.mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons:hover {
  color: orangered !important;
}

.mediaModal .modal_container .modal_InnerContainer {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-width: 700px;
  height: 432px;
  max-height: calc(100vh - 4em) !important;
  background-color: #666;
  margin: 2em auto;
  padding: 0 !important;
  display: grid;
  grid-template-columns: auto 21em;
  border-radius: 8px !important;
  border: 2px solid #666;
  box-shadow: 7px 7px 20px 0 #333;
  z-index: 1;
  overflow-y: hidden !important;
}

.mediaModal .modal_container .modal_imgInfo {
  position: relative;
  flex: 1;
  width: 100% !important;
  max-width: 100% !important;
}

.mediaModal .modal_container .img_postersInfo {
  position: relative;
  display: grid;
  grid-template-columns: auto 1em;
  background-color: #dedede;
  padding: 0.5em;
  padding-bottom: 0 !important;
  margin: auto;
  border-top-right-radius: 8px !important;
}

.mediaModal .modal_container .modal_imgPrevie {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 0 0 8px !important;
}

.mediaModal .modal_container .img-preview-helper {
  position: absolute;
}

.mediaModal .modal_container .img {
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  max-height: calc(100vh - 0em) !important;
  min-height: auto;
  text-align: center !important;
  align-items: center !important;
  border-right: 1px dotted #fff !important;
  border-radius: 8px 0 0 8px !important;
}

.mediaModal .modal_container .img .modal_big_image {
  position: relative;
  max-width: 100% !important;
  max-height: calc(100vh - 4em) !important;
  margin: auto !important;
  background-color: #000 !important;
}

.mediaModal .modal_container .video {
  display: block;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  max-height: calc(100vh - 2em) !important;
  text-align: center !important;
  align-items: center !important;
}

.mediaModal .modal_container .video .modal_big_image {
  position: relative !important;
  height: auto;
  min-height: 428px !important;
  width: 100%;
  max-width: 100% !important;
  max-height: calc(100vh - 0em) !important;
  margin: auto;
  margin-top: 0 !important;
  background-color: #000 !important;
  overflow: hidden !important;
  border-radius: 8px 0 0 8px !important;
}

.mediaModal .modal_container .modal_imgInfo_heaader {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.mediaModal .modal_container .modal_imgsocial {
  position: fixed;
  color: #fff;
  background-color: #fff;
  padding: 0em;
  border-top: 1px dotted #bbb;
  width: inherit !important;
  max-width: 90%;
  margin: auto;
  margin-top: -3em;
}

.mediaModal .modal_container .modal_imgDescription {
  position: relative;
  padding: 0.5em;
  background-color: #fff;
  height: 100% !important;
}

.mediaModal .modal_container .modal_imgDescription .comment_container {
  position: relative;
  border: 1px solid #ccc;
  height: auto;
  min-height: 10em;
  max-height: 30em;
  overflow-y: auto;
  background-color: #fff;
}

.mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner {
  position: relative;
  background-color: #eee;
}

.mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner .commentbox {
  position: relative;
  font-size: 1em;
  border-top: 1px solid #ccc;
  background-color: #fff;
  flex: 1;
  max-width: 100%;
}

.mediaModal .modal_container .img_socialInner {
  color: default;
  background-color: #fff !important;
}

.mediaModal .modal_container .close_modal {
  color: #777;
  float: right !important;
  cursor: pointer;
  transition: all 0.5s;
}

.mediaModal .modal_container .close_modal .material-icons {
  font-size: 2em !important;
}

.mediaModal .modal_container .close_modal:hover {
  color: orangered;
}

.mediaModal .modal_container .who_likes {
  margin-top: 2em;
  border-top: 1px dotted #ccc;
  display: flex;
  flex-wrap: nowrap;
  color: #47a3da;
  margin-bottom: -1;
  margin-bottom: 0.5em;
}

.mediaModal .modal_container .who_likes .views {
  font-size: 0.9em;
  margin-top: 0.3em;
  margin-left: 1em;
  cursor: pointer;
}

.mediaModal .modal_container .who_likes .views .material-icons {
  font-size: 1em;
  float: left;
  margin-right: 0.1em;
  background-color: #47a3da;
  padding: 0.2em;
  border-radius: 100% !important;
  color: #fff;
  position: inherit;
}

.mediaModal .modal_container .who_likes .views:first-child {
  margin-left: 0;
  color: #999 !important;
}

.mediaModal .modal_container .who_likes .views:hover {
  text-decoration: underline;
}

.mediaModal .modal_container .who_likes .gray_text {
  color: #999 !important;
}

.mediaModal .modal_container .add_friend {
  float: right;
  padding: 0.3em;
  min-width: 6em;
}

.mediaModal .modal_container .add_friend .add_friendInner {
  margin: auto !important;
  background-color: #ededed;
  padding: 0.3em;
  border-radius: 0.3em;
  cursor: pointer;
  max-width: 100%;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid #ccc;
  transition: all 0.15s linear;
}

.mediaModal .modal_container .add_friend .add_friendInner .material-icons {
  font-size: 1.2em;
  float: left;
  font-weight: bold !important;
}

.mediaModal .modal_container .add_friend .add_friendInner:hover {
  background-color: #dedede;
  color: #47a3da;
}

.mediaModal .modal_container .add_friend .already_friends {
  margin: auto !important;
  padding: 0.6em;
  border-radius: 0.3em;
  max-width: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #3da;
}

.mediaModal .modal_container .add_friend .already_friends .material-icons {
  font-size: 1.2em;
  float: left;
  font-weight: bold !important;
}

.mediaModal .modal_container .gallery_box {
  max-width: 10em;
}

.mediaModal .modal_container .gray_icon {
  background-color: #888 !important;
  cursor: default;
}

.mediaModal .modal_container .gray_text {
  color: #888 !important;
  cursor: default !important;
  text-decoration: none !important;
}

.mediaModal .modal_container .member_titles {
  font-size: 0.8em;
}

.mediaModal .modal_container .imageCreator {
  display: grid;
  grid-template-columns: 3em auto;
  grid-column-gap: 0em;
  cursor: default;
}

.mediaModal .modal_container .inloggade_imgbox {
  width: 3em;
  height: 3em;
  max-width: 3em;
  max-height: 3em;
  border-radius: 3em !important;
  background-size: cover;
  background-position: normal;
}

.mediaModal .modal_container .inloggade_imgbox .inloggade_img {
  width: 3em;
  height: 3em;
  max-width: 3em;
  max-height: 3em;
  border-radius: 3em !important;
}

.mediaModal .modal_container .inloggade_ocupationbox {
  padding: 0.3em;
  flex: 1;
}

.mediaModal .modal_container .total_viewsContainer {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow-y: auto;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner {
  height: 35em;
  width: 30em;
  background-color: #fff;
  margin: auto;
  margin-top: 1em;
  border-radius: 3px;
  padding: 0.5em;
  margin-bottom: 3em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList {
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
  height: 1.5em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList span {
  margin: 0.5em;
  font-size: 1.1em;
  color: #777;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList .material-icons {
  float: right;
  margin: 0em;
  color: #888;
  cursor: pointer;
  font-size: 1.5em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .inner_viewsList {
  background-color: #fff;
  height: calc(100% - 2.5em);
  overflow-y: auto;
  padding-top: -0.5em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_list {
  z-index: -100;
  display: none;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .show {
  z-index: 1200 !important;
  display: block;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .total_viewbox {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dotted #ccc;
  padding: 0.3em;
}
/*# sourceMappingURL=master.css.map *//** @format */
span {
  margin: 0;
  padding: 0;
}

body,
span,
p,
textarea,
input {
  margin: 0;
  padding: 0;
  font-family: "Montserrat" !important;
  max-width: 100vw !important;
}


:root {
  --primary: hsl(210, 27%, 25%);
  --primary-gren: #3da;
  --primary-alt: #47a3da;
  --grey: hwb(0 80% 20%);
  --dark: #41444f;
  --light: #f1f5f9;
  --dark-text: #444;
  --sidebar-width: 14rem;
  --primary-orange: rgba(255, 189, 91, 1);
  --primary-dark: #434853;
}

body {
  font-weight: lighter !important;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

.app {
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 4rem;
}

.flex {
  width: 100% !important;
  flex: 1;
}

.lmw-main-container {
  position: relative;
  display: grid;
  grid-template-columns: 880px auto;
  grid-gap: 0.25rem;
  width: calc(1150px + 1rem);
  min-width: calc(1150px + 1rem);
  background-color: var(--light);
  margin-left: 0;
  padding: 0;
}

.lmw-ucp-main-container {
  position: relative !important;
  top: 5rem;
  display: grid !important;
  grid-template-columns: 880px auto !important;
  grid-gap: 0.25rem !important;
  width: calc(1150px + 1rem) !important;
  min-width: calc(1150px + 1rem) !important;
  padding: 0 !important;
  margin: 0;
}

.lmw-text-strong {
  font-weight: 400 !important;
}

aside {
  position: relative;
  display: flex;
  color: var(--light);
  font-size: 100%;
  flex-direction: column;
  width: calc(2rem + 1.5rem);
  min-height: auto !important;
  overflow: hidden;
  padding: 0;
  padding-top: 0;
  margin-top: 5rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f4f6f8;
  color: var(--darker);
  transition: 0.5s ease-out;
}

aside .menu-header {
  position: relative;
  display: grid;
  grid-template-columns: auto 3rem;
  margin: 0;
  border-top-right-radius: 8px;
  padding: 0.5rem 0;
}

aside .menu-header .menu-toggle-wrap {
  position: relative;
  transition: 0.5s ease-out;
}

aside .menu-header .menu-toggle-wrap .menu-toggle {
  transition: all 0.5s ease-out;
}

aside .menu-header .menu-toggle-wrap .menu-toggle i {
  cursor: pointer !important;
  color: #999;
  transition: all 0.5s ease-out;
  padding: 0 0.5rem;
}

aside .menu-header .menu-toggle-wrap:hover .menu-toggle i {
  color: #47a3da;
  transform: translateX(0.5rem);
}

aside .menu-separator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 -2rem;
  float: left;
  background-color: #fff;
}

aside .menu-button {
  display: flex;
  opacity: 0;
  padding: 0rem;
  margin: 0 -2rem;
  color: #ccc;
  transition: 0.5s ease-out !important;
}

aside .menu-button .lmw-header-text {
  display: none;
  font-size: 1rem;
  color: #444;
  transition: 0.5s ease-in-out;
}

aside .menu-buttons {
  display: flex;
  opacity: 0;
  padding: 0rem 1rem;
  margin: 0 -2rem;
  color: #ccc;
  transition: 0.5s ease-out !important;
}

aside .menu-buttons .lmw-header-text {
  display: none;
  font-size: 1rem;
  color: #444;
  transition: 0.5s ease-in-out;
  font-weight: 100 !important;
}

aside h3,
aside .button .text {
  opacity: 0;
  transition: all 0.5s ease-out;
  margin-left: 0.5rem;
}

aside .menu {
  padding: 0.5rem 1rem;
  position: relative;
  margin: 0 -1rem;
  overflow: hidden;
}

aside .menu .button {
  color: var(--dark-text);
  font-size: 1rem;
  display: grid;
  align-items: center;
  text-decoration: none;
  padding: 0.45rem 1rem;
  transition: all 0.5s ease-out;
  border-left: 0;
}

aside .menu .button i {
  transition: all 0.5s ease-out;
  color: #2f4051;
}

aside .menu .button .text {
  display: none;
  white-space: nowrap;
  transition: 0.5s ease-out;
}

aside .menu .button:hover, aside .menu .button.router-link-exact-active {
  background-color: var(--primary);
  transition: 0.5s ease-in-out;
  color: var(--light) !important;
  cursor: pointer !important;
}

aside .menu .button:hover i, aside .menu .button.router-link-exact-active i {
  color: var(--light) !important;
}

aside .menu .button.router-link-exact-active {
  background-color: var(--primary) !important;
  color: var(--light) !important;
  border-left: 7px solid #47a3da;
  padding-left: -1rem;
  transition: 0.5s ease-out !important;
}

aside .menu .button.router-link-exact-active i {
  color: var(--light) !important;
}

aside.is-expanded {
  width: var(--sidebar-width);
  margin-left: 0;
}

aside.is-expanded .menu-header {
  padding: 0.5rem;
  grid-template-columns: auto 1.5rem !important;
}

aside.is-expanded .menu-header .menu-toggle-wrap .menu-toggle {
  transform: rotate(-180deg) !important;
}

aside.is-expanded .menu-separator {
  position: relative;
  width: calc(var(--sidebar-width) + 2rem);
  margin: 0 -2rem;
  float: left;
  background-color: #fff;
}

aside.is-expanded .menu-button {
  display: flex;
  grid-template-columns: 1rem auto;
  grid-gap: 1rem;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  border-left: 0;
  border-right: 0;
  transition: 0.5s ease-out !important;
}

aside.is-expanded .menu-button .lmw-header-text {
  font-family: "Montserrat" !important;
  display: grid !important;
  grid-template-columns: 1rem auto;
  font-size: 1rem !important;
  padding: 0 1rem;
  margin: 0;
  color: #666;
  font-weight: lighter !important;
  opacity: 1 !important;
}

aside.is-expanded .menu-button .lmw-header-text .fa-bars {
  font-size: 1.3rem !important;
  color: #999;
}

aside.is-expanded .menu-button .lmw-header-text span {
  margin-top: -0.1rem;
  margin-left: 1rem;
}

aside.is-expanded .menu-button .menu-separators {
  position: relative;
  width: calc(var(--sidebar-width) + 2rem);
  margin: 0 -2rem;
  background-color: #fff;
}

aside.is-expanded .menu-buttons {
  display: grid;
  grid-template-columns: 1rem auto;
  grid-gap: 1rem;
  opacity: 1;
  margin: 0.25rem 0;
  padding: 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  transition: 0.5s ease-out;
}

aside.is-expanded .menu-buttons .lmw-header-text {
  font-family: "Montserrat" !important;
  display: grid;
  grid-template-columns: 1rem auto;
  font-size: 1rem !important;
  padding: 0.2rem 1rem;
  margin: 0.3rem 0;
  color: #666;
  font-weight: lighter !important;
}

aside.is-expanded .menu-buttons .lmw-header-text i {
  margin-top: 0.2rem;
  color: #666 !important;
}

aside.is-expanded .menu-buttons .lmw-header-text span {
  margin-top: 0rem;
  margin-left: 1rem;
  white-space: nowrap;
}

aside.is-expanded .menu-buttons hr {
  color: #fff;
}

aside.is-expanded .menu-separator {
  margin-top: -1.6rem;
  background-color: #fff;
}

aside.is-expanded h3,
aside.is-expanded .button,
aside.is-expanded .text {
  display: block;
  opacity: 1;
}

aside.is-expanded .button {
  width: 100%;
  display: grid;
  grid-template-columns: 1rem auto;
  grid-gap: 0.35rem;
  color: #444;
  padding: 0.35rem 1rem !important;
  font-size: 1rem !important;
  transition: all 0.5s ease-out;
}

aside.is-expanded .button .text {
  display: block;
  font-size: 0.85rem !important;
  white-space: nowrap;
}

body {
  max-width: 100vw !important;
  background-color: #fff;
  font-size: 1rem;
  color: #000 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw !important;
  background-color: #fff;
  height: 3.5em;
  align-content: center middle;
  border-bottom: 1px solid #dedede;
  box-shadow: 2px 2px 12px 2px #ccc;
  z-index: 1000 !important;
}

.header-inner {
  padding-top: 0.2em;
  padding-left: 2em;
  display: grid;
  grid-template-columns: 5em auto;
  grid-column-gap: 0.5em;
  max-width: 900px !important;
  background-color: #fff;
}

.blink-green {
  border: 2px solid #08ff84;
  animation: border 1.5s linear infinite;
}

@keyframes border {
  0% {
    border: 2px solid #ccc;
    box-shadow: 0;
  }
  100% {
    border: 2px solid #08ff84;
    box-shadow: 0 0 2px 2px #08ff84;
  }
}

h3,
h4 {
  color: #666;
}

.logo {
  width: 5em;
  max-width: 5em;
  cursor: pointer !important;
}

.header-right {
  margin-top: 0.5em;
  display: grid;
  grid-template-columns: auto 2.3em 2.3em 2.3em;
}

.header-right .left {
  display: grid;
  grid-template-columns: auto;
}

.header-right .left #searchField {
  border: 1px solid #ccc;
  padding: 0 0.5em !important;
  border-radius: 4px;
  width: 47px;
  height: 2em !important;
  font-size: 1em !important;
  background-color: #fff;
  color: #444;
  font-weight: normal;
  transition: all 0.5s ease-out !important;
}

.header-right .left #searchField:focus {
  width: 50%;
  border-color: #47a3da !important;
  background-color: #47a3da !important;
  color: #fff !important;
}

.header-right .right #lwm_header_avatar {
  position: relative;
  z-index: 1500 !important;
}

.header-right .right #lwm_header_avatar #userTopAvatar #online_member {
  position: relative;
  width: 2.3em;
  height: 2.3em;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
  background-position: 0 0;
}

.header-right .top-text-strong {
  float: left !important;
  font-size: 1.9em;
  color: #ccc;
  margin-top: 0.2em;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.header-right .top-text-strong:hover {
  color: #47a3da !important;
}

.new-mail-class {
  color: orange !important;
}

.new-network-class {
  color: #3da !important;
}

.lmw-reveal-quick-search {
  margin-top: calc(-100% + -2em) !important;
}

#user-avatar {
  cursor: pointer !important;
}

.lmw-rounded-4 {
  border-radius: 4px !important;
}

.lmw-pagination-buttons {
  border-radius: 4px !important;
  background-color: #47a;
  color: #fff;
  padding: 0.05rem 0.5rem !important;
  margin: 0 0.1rem !important;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
}

.lmw-inactive-pgn-button {
  cursor: disabled;
}

.lmw-pagination-buttons:hover {
  background-color: #47a3da;
}

.lmw-inactive-pgn-button {
  background-color: var(--primary-white) !important;
  color: var(--primary-dark) !important;
  cursor: default !important;
  border: 1px solid #ccc !important;
  font-weight: 400 !important;
}

.lmw-pagination-container {
  width: 100%;
  text-align: center !important;
  background: #f1f1f1;
}

.lmw-color-blue-regular {
  color: #47a3da !important;
}

.lmw-rounded-4 {
  border-radius: 4px !important;
}

.lmw-pagination-buttons {
  border-radius: 4px !important;
  background-color: #47a;
  color: #fff;
  padding: 0.05rem 0.5rem !important;
  margin: 0 0.1rem !important;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
}

.lmw-pagination-buttons:hover {
  background-color: #47a3da;
}

.lmw-pagination-container {
  width: 100%;
  text-align: center !important;
  background: #f1f1f1;
}

.lmw-color-blue-regular {
  color: #47a3da !important;
}

.invisible {
  display: none;
}

.lmw-lower-case div {
  color: #000;
  font-weight: 300 !important;
}

.lmw-lower-case span {
  color: #666;
  font-weight: 300 !important;
}

.lmw-adverts-container {
  display: grid;
  grid-template-columns: 3rem auto;
  grid-gap: 0;
  transition: all 0.5s ease-in-out !important;
}

.lmw-adverts-container:hover {
  background-color: #f4f6f8;
}

.lmw-adverts-subheader {
  display: grid;
  grid-template-columns: auto auto;
}

.lmw-adverts-subheader-left {
  text-align: left !important;
}

.lmw-adverts-subheader-right {
  margin-right: 0 !important;
  text-align: right !important;
  align-self: right;
}

.lmw-c-dark-25 {
  color: #ccc !important;
}

.lmw-c-dark-50 {
  color: #888 !important;
}

.lmw-header-container {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900 !important;
}

.lmw-avatar-link-info-line {
  display: grid;
  grid-template-columns: 90% auto;
  /* margin: 0.5rem auto; form-group */
  padding: 0;
}

.lmw-new-bubble {
  font-size: 0.8rem;
  width: auto;
  background-color: var(--primary-orange);
  color: var(--primary-white) !important;
  padding: 0.1rem 0.25rem;
  border-radius: 25%;
  text-align: center !important;
  margin-top: auto !important;
}

.arrow-up:hover {
  color: #fff !important;
}

.lmw-hr-dark {
  border: 1px solid #eee !important;
}

.lmw-header-avatar {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #47a3da;
  border-radius: 100%;
  text-align: center;
  background-size: cover;
  background-position: top center;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-header-avatar:hover {
  width: 3rem !important;
  height: 3rem !important;
}

.lmw-avatar-text {
  padding: 0;
  text-align: center;
  border: 0 solid #47a3da;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.lmw-avatar-menu-container {
  position: absolute;
  width: 25rem;
  min-width: calc(250rem);
  max-width: calc(25rem);
  margin-top: 4rem;
  left: auto;
  right: 20.5rem;
  background-color: #fff;
  border-radius: 0.5rem !important;
  text-align: left !important;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.lmw-hide-avatar-menu {
  display: none;
  transition: all 0.25s ease-in-out;
}

.lmw-avatar-menu-container .fa-sort-up {
  font-size: 3rem;
  position: inherit;
  color: #dedede !important;
  margin-top: -1.2rem;
  margin-left: 13.5rem;
  z-index: 100;
}

.lmw-profile-avatar-close .fa-sort-up:hover {
  color: #dedede !important;
}

.lmw-profile-avatar-close .nr2 {
  position: inherit;
  font-size: 3rem;
  color: #fff !important;
  background-color: default;
  margin-top: -1.05rem;
  margin-left: 13.5rem;
  z-index: 101;
}

.lmw-profile-avatar-close .nr2:hover {
  color: #fff !important;
}

.lmw-avatar-link-box {
  background-color: #fff;
  text-align: left !important;
}

.lmw-avatar-link {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0;
}

.lmw-avatar-links-header {
  display: grid;
  grid-template-columns: auto 2rem;
  text-align: default !important;
}

.lmw-avatar-links-header .fa-times {
  font-size: 1.5rem;
  color: #ccc;
  float: right;
  cursor: pointer !important;
}

.lmw-avatar-links-header .fa-times:hover {
  color: orangered;
}

.lmw-avatar-link-button {
  display: grid;
  grid-template-columns: 1.7rem auto;
  grid-gap: 0rem;
  color: #000 !important;
  align-items: center;
  text-decoration: none;
  padding: 0.45rem 0.5rem;
  transition: 0.25s ease-in-out !important;
  border-left: 0;
  border-radius: 4px;
}

.lmw-avatar-link-button2 {
  display: block;
  color: var(--primary-dark) !important;
  align-items: center;
  text-decoration: none;
  padding: 0.45rem 0.5rem;
  transition: 0.25s ease-in-out !important;
  border-left: 0;
  border-radius: 4px;
}

.lmw-avatar-link-button2:hover {
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
}

.lmw-avatar-link-button2:hover i {
  color: var(--primary-orange) !important;
}

.lmw-avatar-link-button i {
  font-size: 1rem !important;
  color: var(--primary-orange);
  margin-top: -0.1rem !important;
}

.lmw-avatar-link-button .lmw-avatar-link-text {
  transition: all 0.25s ease-in-out;
  color: var(--primary-dark);
}

.lmw-avatar-link-button:hover {
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
}

.lmw-avatar-link-button:hover i {
  color: var(--primary-orange) !important;
}

.lmw-avatar-link-button:hover .lmw-avatar-link-text {
  color: var(--primary-orange) !important;
  font-weight: 400 !important;
}

.lmw-avatar-link-button2:hover .lmw-avatar-link-info-line {
  color: var(--primary-orange) !important;
  font-weight: 400 !important;
}

.user-settings-menu-container {
  position: fixed !important;
  top: 2.8em;
  left: 0 !important;
  right: 0 !important;
  padding: 0em;
  padding-top: 1em;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100vw;
  height: 100vh;
  align-content: right !important;
  transition: all 0.3s ease-in-out !important;
  z-index: 900 !important;
}

.user-settings-menu-inner-container {
  max-width: 950px;
  min-width: 20em !important;
}

.user-inner-settings-menu-box {
  position: relative;
  background-color: #fff;
  width: 20em;
  max-width: 20em;
  min-width: 20em !important;
  float: right;
  margin-right: 1em;
  border: 1px solid #999;
  box-shadow: 0 0 13px 3px #999;
  border-radius: 0 0 10px 10px !important;
}

.settings-header {
  position: relative;
  display: grid;
  grid-template-columns: 1.5em auto;
  grid-gap: 1em;
  text-transform: uppercase;
  font-size: 16px !important;
  background-color: #f4f6f8;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

.header-settings-icon {
  float: left;
  color: #47a3da;
  transition: all 0.5s ease-in-out !important;
}

.header-settings-text {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #666 !important;
  margin-top: 0.2em;
  transition: all 0.5s ease-in-out !important;
}

.user-inner-settings-menu-box-inner {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100% !important;
  float: right !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.3em !important;
  border-radius: 0 0 10px 10px !important;
}

.user-inner-settings-menu-box-inner a .settings-lists {
  position: relative;
  display: grid !important;
  grid-template-columns: 20px auto !important;
  grid-gap: 0.3em !important;
  padding: 0.3em;
  margin-right: 0.3em;
  max-width: 100% !important;
  border-radius: 10px;
  cursor: pointer !important;
  transition: all 0.5s ease-in-out !important;
}

.user-inner-settings-menu-box-inner a .settings-lists .material-icons {
  font-size: 1.5em !important;
  float: left;
  color: #999;
  transition: all 0.5s ease-in-out !important;
}

.user-inner-settings-menu-box-inner a .settings-lists .setiings-link-text {
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: auto 2.2em !important;
  grid-gap: 0.3em !important;
  font-size: 15px !important;
  transition: all 0.5s ease-in-out !important;
  color: #666;
  margin-top: 0.1em !important;
}

.user-inner-settings-menu-box-inner a .settings-lists .setiings-link-text .pop-up-new-bubble {
  position: relative;
  background-color: #3da;
  border-radius: 100%;
  padding: 0.3em;
  color: #fff;
  font-size: 0.8em;
  min-width: 12px;
  height: 12px;
  float: right;
  font-weight: bold;
  padding-top: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-align: center;
}

.user-inner-settings-menu-box-inner a .settings-lists:hover {
  margin-left: 1em !important;
  background-color: #47a3da !important;
  color: #fff !important;
}

.user-inner-settings-menu-box-inner a .settings-lists:hover .material-icons {
  color: #fff !important;
}

.user-inner-settings-menu-box-inner a .settings-lists:hover .setiings-link-text {
  color: #fff !important;
}

.carousel {
  overflow: hidden;
  width: 100%;
}

.scrollable {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  /* Adjust as needed */
}

.photo {
  flex: 0 0 auto;
  width: 200px;
  /* Adjust as needed */
  height: 200px;
  /* Adjust as needed */
}

.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lmw-ucp-outer-container {
  position: relative !important;
  display: grid;
  width: calc(100vw -2rem) !important;
  max-width: calc(100vw - 2rem) !important;
  grid-template-columns: auto 100%;
  grid-gap: 0.5rem;
  margin-bottom: 2rem !important;
}

.lmw-ucp-main-container {
  position: relative !important;
  top: 5rem;
  display: grid !important;
  grid-template-columns: 900px auto !important;
  grid-gap: 0.25rem !important;
  width: calc(1150px + 1rem) !important;
  min-width: calc(1150px + 1rem) !important;
  padding: 0 !important;
  margin: 0;
}

.inner_container {
  position: relative;
  margin-left: 0em;
  width: 900px;
  max-width: 100% !important;
  padding: 0 !important;
  border: 1px solid #eee;
  margin-top: -0.5em;
  margin-bottom: 2em;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.lmw-ucp-inner-container {
  position: relative;
  top: 0.5rem;
  margin-left: 0em;
  width: 900px;
  max-width: 100% !important;
  padding: 0 !important;
  border: 1px solid #eee;
  margin-top: -0.5em;
  margin-bottom: 2em;
  background-color: #fff;
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.main-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 900px auto !important;
  grid-gap: 0.25rem !important;
  width: calc(1150px + 1rem) !important;
  min-width: calc(1150px + 1rem) !important;
  padding: 0 !important;
}

.lmw-footer-page {
  position: relative !important;
}

.lmw-show-profile-avatar-container {
  position: fixed !important;
  width: 100vw !important;
  max-width: 100% !important;
  height: 100vh !important;
  max-height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}

.lmw-toggle-profile-member-menus {
  background-color: var(--primary-dark);
  color: var(--primary-orange);
  position: absolute;
  padding: 0.5rem 0.8rem;
  font-size: 1.15rem;
  left: 0.8rem;
  bottom: 0.5rem;
  border-radius: 4px;
  transition: all 0.15s ease-in-out !important;
  cursor: pointer !important;
}

.lmw-toggle-profile-member-menus:hover {
  background-color: #3da !important;
  color: #fff !important;
}

.lmw-member-menu-container {
  position: absolute;
  width: 100%;
  padding: 0 !important;
  color: #fff;
  bottom: 3rem;
  left: 0.8rem;
  transition: all 0.5s !important;
}

.lmw-profile-menu-icon {
  font-size: 1.2rem;
  background-color: var(--primary-dark);
  color: var(--primary-orange);
  padding: 0.5rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer !important;
  font-weight: lighter;
}

.lmw-profile-menu-icon:hover {
  background-color: #3da !important;
  color: #fff !important;
}

.lmw-profile-icon-box {
  display: grid;
  width: 100%;
  grid-template-columns: 2.5rem auto !important;
  grid-gap: 0.5rem;
  margin: 0.5rem 0;
}

.lmw-profile-icon-message {
  /* font-family: "Rajdhani", sans-serif !important; */
  padding: 0.25rem 0.5rem !important;
  font-size: 1.1rem !important;
  opacity: 0;
  display: block;
  max-width: 11rem !important;
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange);
  text-align: left !important;
  text-transform: none !important;
  transition: all 0.5s linear ease-out !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 400 !important;
}

.lmw-profile-icon-show-message {
  display: block;
  opacity: 1;
}

.lmw-magnifying-glass {
  background-color: var(--primary-dark);
  color: var(--primary-orange);
  position: absolute;
  padding: 0.5rem;
  font-size: 1.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 4px;
  transition: all 0.25s ease-in-out !important;
  cursor: pointer !important;
}

.lmw-magnifying-glass-mobile {
  border-radius: 4px;
}

.lmw-magnifying-glass:hover {
  background-color: #3da !important;
  color: #fff !important;
}

.lmw-show-profile-avatar-container {
  position: fixed !important;
  width: 100vw !important;
  max-width: 100% !important;
  height: 100vh !important;
  max-height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}

.lmw-show-profile-avatar-inner-container {
  position: relative;
  width: 98%;
  max-width: 98% !important;
  height: 98% !important;
  max-height: 98% !important;
  background-color: #000 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: auto !important;
  align-content: center;
  text-align: center;
}

.lmw-profile-avatar-info-box {
  position: absolute !important;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem !important;
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
  cursor: pointer;
  font-weight: 400 !important;
  z-index: 10;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0.5rem !important;
  border-top-left-radius: 0.3rem !important;
  transition: all 0.25s ease !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.lmw-profile-avatar-close {
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem !important;
  font-size: 1.5rem;
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
  cursor: pointer;
  font-weight: 400 !important;
  z-index: 10;
  border-radius: 0;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0.5rem !important;
  transition: all 0.25s ease !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.lmw-profile-avatar-close:hover {
  background-color: #ff4136 !important;
  color: #fff !important;
}

.lmw-profile-avatar-close span {
  font-weight: 400 !important;
}

.lmw-profile-avatar-image-box {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
}

.lmw-show-profile-avatar-image {
  position: inherit !important;
  max-width: 100vw !important;
  max-height: calc(100vh) !important;
  margin: auto !important;
}

.lmw-message-modal-header {
  display: grid;
  grid-template-columns: 2.3rem 1.35rem auto 3rem !important;
  grid-gap: 0.25rem !important;
  font-family: "Rajdhani", sans-serif !important;
}

.lmw-modal-member-avatar {
  position: absolute !important;
  height: 2.8rem;
  width: 2.8rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50% !important;
  border: 2px solid #ccc;
  top: 50%;
  left: 0.15rem;
  transform: translateY(-50%);
}

.expand-enter-active,
.expand-leave-active {
  transition: max-height 0.5s ease-in-out;
}

.expand-enter,
.expand-leave-to {
  max-height: 0;
  overflow: hidden;
}

.rotate {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  top: 50%;
  transform: translateY(-40%) rotate(0deg) !important;
}

.rotate-icon {
  transition: all 0.5s ease-in-out !important;
  top: 50% !important;
  transform: translateY(-40%) rotate(180deg) !important;
}

.test-member-container {
  position: relative;
  top: 0rem;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 100% !important;
  position: fixed;
  z-index: 2000 !important;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  overflow-y: auto;
}

.lmw-preview-member-inner {
  position: relative;
  max-width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
}

.profile-network-menu_outerBox {
  max-width: 100%;
  height: 10em;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-top: -1px;
  padding: 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0 0 6px 6px;
}

.profile-network-menu_innerBox {
  background-color: #fff !important;
  margin: 0;
  height: calc(100% - 3.8em);
  border-radius: 0 0 4px 4px;
  padding: 0.5em;
}

.profile-network-menu_list-box-header {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 2em auto;
  grid-column-gap: 1em;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  padding: 0.5em;
  color: #666;
  border-radius: 4px 4px 0 0;
}

.profile-network-menu_list-box-header .material-icons {
  float: left;
  margin-right: 1em;
}

.profile-network-menu_list-box-header span {
  font-size: 1.3em;
}

.profile-network-menu_list-box:hover {
  color: #3da;
}

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

.lmw-modal-header-ribbon {
  display: grid !important;
  grid-template-columns: auto 3rem;
}

.lwm-create-new-project-inner-container {
  width: calc(100% - 2rem) !important;
}

.lmw-projects-list-container {
  display: grid;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-gap: 1rem;
}

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

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

.lmw-projects-list-container-selected {
  width: 100% !important;
  min-width: 100% !important;
  display: grid;
  grid-template-columns: 100%;
}

.lmw-select-project-card {
  display: grid;
  grid-template-columns: 100%;
  background-color: #eee;
  cursor: pointer !important;
}

.lmw-selected-project-card {
  position: relative;
  display: flex !important;
  grid-template-columns: 4rem 100% !important;
  grid-gap: 0.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.5rem;
  background-color: var(--primary-dark) !important;
  color: #fff !important;
  border-radius: 6px;
  cursor: default !important;
}

.lmw-select-project-poster {
  width: 100%;
  max-width: 100%;
  height: 14rem;
  background-size: cover !important;
  background-position: top center !important;
  background-color: #fff;
}

.lmw-selected-project-poster {
  width: 4rem !important;
  max-width: 4rem !important;
  height: 5rem !important;
  background-size: cover !important;
  background-position: top center !important;
}

.modal_img_container {
  height: calc(100% - 2em);
  padding: 1em;
  max-width: 100% !important;
}

.modal_img_container .closeBox {
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  padding: 0.5em;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_img_container img {
  position: relative;
  max-height: calc(100% - 1em) !important;
  max-width: 100% !important;
}

.lmw-image-number-bubble {
  position: absolute;
  background-color: var(--primary-dark);
  padding: 0.35rem;
  top: 0rem;
  color: var(--primary-orange);
  border-bottom-right-radius: 0.5rem;
  transition: all 0.5s ease-in-out !important;
}

.lmw-active-image-number-bubble {
  position: absolute !important;
  background-color: var(--primary-orange) !important;
  color: var(--primary-dark) !important;
  margin-top: 0rem !important;
  font-size: 1.5rem !important;
  padding: 0.25rem !important;
  font-weight: 800 !important;
}

.lmw-active-image-number {
  font-weight: 800 !important;
  color: var(--primary-dark);
}

.lmw-full-sized-modal {
  position: fixed !important;
  z-index: 2500 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  height: 100vh !important;
  width: 100% !important;
  max-width: 100vw !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  overflow-x: none !important;
}

.lmw-cursor-pointer {
  cursor: pointer !important;
}

.lmw-bb {
  border-bottom: 1px solid #dedede !important;
}

.lmw-modal-content {
  position: relative !important;
  width: 75% !important;
  max-width: 75% !important;
  height: 98% !important;
  max-height: 98% !important;
  min-height: 30rem !important;
  background-color: #fff !important;
  border-radius: 12px !important;
}

.lmw-inner-modal-content {
  position: relative;
  height: calc(100vh - 7rem) !important;
  max-width: 100% !important;
  overflow: hidden;
  overflow-y: auto !important;
  background-color: #fff !important;
}

.modal {
  display: block !important;
  position: fixed !important;
  width: 100vw !important;
  max-width: 100% !important;
  height: 100vh !important;
  max-height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4000 !important;
}

.modal-content {
  position: relative !important;
  display: block !important;
  width: 98% !important;
  max-width: 98% !important;
  height: 98% !important;
  max-height: auto !important;
  overflow: hidden !important;
  margin: auto !important;
  display: grid !important;
  background-color: #fff;
  grid-template-columns: calc(100% - 15rem) 15rem !important;
  top: 0.5rem;
  right: 0.25rem;
  border-radius: 12px !important;
  /* border: 8px solid #47a3da !important; */
  scrollbar-width: none !important;
  z-index: 10 !important;
}

.lmw-bt {
  border-top: 1px solid #dedede;
}

.lmw-inner-modal-image-container {
  width: auto !important;
  max-width: auto !important;
  height: auto !important;
  max-height: calc(100%) !important;
  overflow: hidden !important;
  display: grid !important;
  top: 0;
  background-color: #fff !important;
  border-radius: 0.35rem !important;
  /* border: 8px solid #47a3da !important; */
}

.lmw-inner-modal-container {
  width: 98% !important;
  max-width: 98% !important;
  height: auto !important;
  max-height: calc(100% - 7rem) !important;
  overflow: hidden !important;
  display: grid !important;
  top: -1.5rem;
  background-color: #fff !important;
  border-radius: 12px !important;
  /* border: 8px solid #47a3da !important; */
}

.modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f6f8;
  height: 100%;
  overflow: hidden;
}

.modal-image .lmw-carousel-navigation-buttons {
  opacity: 0 !important;
  z-index: 1;
}

.modal-image:hover .lmw-carousel-navigation-buttons {
  opacity: 1 !important;
}

.modal-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-container {
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  max-width: 100% !important;
  height: 100% !important;
}

.centered-image {
  position: relative !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 1rem) !important;
  max-height: calc(100ch - 1rem) !important;
  box-sizing: border-box !important;
}

.modal-sidebar {
  /* max-width: 100% !important; */
  background-color: #f4f6f8 !important;
  padding: 0 !important;
  height: 100%;
  overflow: hidden !important;
  border-left: 1px solid #ccc !important;
}

.lmw-modal-sidebar-inner {
  position: relative !important;
  height: calc(100vh - 3rem) !important;
  max-height: calc(100vh - 4rem) !important;
  bottom: 0rem !important;
  padding: 0rem;
  /* margin-bottom: -5.5rem !important; */
  overflow: hidden !important;
  overflow-y: auto !important;
  background-color: #fff;
}

.sidebar-image {
  height: 12rem !important;
  max-width: 90% !important;
  background-size: cover !important;
  background-position: top center !important;
  border: 12px solid #ccc !important;
  cursor: pointer !important;
  transition: all 0.5s ease-out !important;
  margin: 0.5rem auto !important;
}

.sidebar-image:hover {
  border-color: #47a3da !important;
}

.sidebar-image.active {
  border: 12px solid var(--primary-orange) !important;
  border-radius: 16px;
}

.list-image {
  transition: all 0.5s ease !important;
  border: 8px solid #fff;
  max-width: 100% !important;
  cursor: pointer !important;
  margin-bottom: 0.5rem !important;
}

/* Add a close button for the modal */
.modal-close-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  border-radius: 8px;
  /* background-color: rgb(0, 0, 0, 0.5); */
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  box-shadow: -1px 1px 2px 0px #fff;
}

.modal-close-button:hover {
  background-color: #47a3da !important;
  box-shadow: -1px 1px 2px 0px #47a3da !important;
}

.modal-close-button2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  z-index: 10;
  border-radius: 0;
  transition: all 0.25s ease !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  /* box-shadow: -2px 2px 0px 0px #fff; */
}

.swiper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  max-width: 10rem;
  background: #47a3da;
  display: flex;
  margin: 0;
}

.pagination {
  color: #fff;
}

.swiper-navigation {
  color: #fff !important;
  background-color: #fff;
}

.lmw-slider-image {
  width: 15rem !important;
  height: 6rem;
  max-width: 15rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 0.15rem;
}

.lmw-currentNumber {
  left: 0.15rem;
  top: 0.15rem;
  position: absolute;
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
  font-size: 0.85rem;
  font-weight: bold !important;
  padding: 0.25rem;
  width: auto !important;
  border-radius: 0.5rem;
}

.lmw-currentNumber-modal {
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  width: auto !important;
  border-radius: 0.5rem 0 0 0;
  font-weight: lighter !important;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.lmw-carousel-slide {
  position: relative;
  box-sizing: border-box;
  width: 7rem;
  /* Adjust the number based on how many images you want to display */
  min-width: 7rem;
  max-width: 7rem;
  /* flex-shrink: 0; */
  height: 6rem;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  padding-top: 0.15rem;
  margin-right: 0.25rem !important;
  cursor: pointer !important;
  border: 2px solid var(--primary-dark) !important;
}

.lmw-gallery-info-inner-container {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
  padding: 1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  transition: transform 0.5s ease-in-out !important;
  font-weight: 400 !important;
  text-align: left !important;
  /* bottom: 0; */
}

.lmw-reveal-gallery-info {
  position: absolute;
  padding: 0 0.35rem !important;
  top: -3rem !important;
  right: 0.75rem;
  margin-bottom: 0.7rem !important;
  font-size: 1.5rem;
  font-weight: 400 !important;
  transition: all 0.25s ease-in-out !important;
  cursor: pointer !important;
  transition: transform 0.5s ease-in-out !important;
  z-index: 10 !important;
  background-color: var(--primary-dark);
  color: var(--primary-orange) !important;
  padding: 0.25rem;
  border-radius: 0.5rem !important;
  margin-top: 0 !important;
}

.lmw-gallery-info-container {
  position: absolute;
  display: grid;
  grid-template-rows: 100%;
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  bottom: 1rem !important;
}

.lmw-reveal-gallery-info:hover {
  color: #3da !important;
}

.fade-transition {
  transition: opacity 0.5s ease-in-out !important;
  /* Adjust the duration and timing function as needed */
  opacity: 1;
}

.slide-up {
  transform: translateY(calc(100% - 0rem)) !important;
  transition: transform 0.5s ease-in-out !important;
}

.slide-transition {
  transition: transform 0.35s ease-in-out !important;
  /* Add transition for horizontal translation */
}

.gallery-inner-container {
  display: grid !important;
  max-width: 100% !important;
  grid-template-columns: 10rem auto !important;
}

.lmw-capitalize {
  text-transform: none !important;
  font-weight: 300 !important;
}

.lmw-gallery-navigation-buttons {
  position: absolute;
  z-index: 10;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.25);
  color: aliceblue;
  border: 2px solid #47a3da;
  cursor: pointer !important;
  transition: all 0.3s ease-out !important;
}

.lmw-gallery-navigation-buttons:hover {
  background-color: #47a3da;
}

.lmw-gallery-navigation-buttons {
  opacity: 0;
}

.lmw-carousel-navigation-buttons {
  position: absolute;
  font-size: 3.5rem;
  border-radius: 50% !important;
  color: var(--primary-dark);
  background-color: var(--primary-orange);
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-out !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100 !important;
  transition: all 0.3s ease-out !important;
}

.lmw-carousel-navigation-buttons:hover {
  color: #47a3da !important;
  background-color: #fff !important;
}

.prev-image-button {
  left: 1rem !important;
}

.next-image-button {
  right: 1rem !important;
}

.prev-button {
  left: 1rem !important;
}

.next-button {
  right: 1rem !important;
}

.lmw-overall-text-strong {
  font-size: 3rem;
  text-align: center;
  color: #ccc !important;
  border-radius: 100%;
}

.lmw-bold-text {
  font-weight: bold !important;
}

.lmw-position-in-middle {
  top: 50%;
  transform: translateY(-50%) !important;
}

.lmw-btn-primary {
  background-color: #47a3da;
  color: #fff !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-btn-primary:hover {
  background-color: rgba(49, 136, 236, 0.915) !important;
  color: #fff;
}

.lmw-modal {
  position: fixed !important;
  z-index: 2500 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  height: 100vh !important;
  width: 100vw !important;
  max-width: 100vw !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  overflow: none;
  overflow-y: auto !important;
}

.lmw-modal-content {
  width: 98% !important;
  max-width: 900px !important;
  height: auto !important;
  min-height: 30rem !important;
  max-height: 98% !important;
  overflow: hidden !important;
  display: block !important;
  background-color: #f4f6f8 !important;
  border-radius: 12px !important;
  /* border: 8px solid #47a3da !important; */
}

.lmw-blue-scheme-text {
  color: #47a3da !important;
}

.lmw-edit-photo {
  color: #235;
  border: 1px solid #ccc !important;
  background-color: #ededed;
  border-radius: 4px;
  padding: 0.25rem;
  text-align: center;
  cursor: pointer !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-edit-photo:hover {
  color: #fff !important;
  border: 1px solid rgba(233, 177, 81, 0.872) !important;
  background-color: rgba(233, 177, 81, 0.872) !important;
}

.lmw-delete-photo {
  color: #235;
  border: 1px solid #ccc !important;
  background-color: #ededed;
  border-radius: 4px;
  padding: 0.25rem;
  text-align: center;
  cursor: pointer !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-delete-photo:hover {
  color: #fff !important;
  border: 1px solid rgba(238, 73, 73, 0.966) !important;
  background-color: rgba(238, 73, 73, 0.966) !important;
}

.lmw-handle-image-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.5rem !important;
  margin: 0.5rem 0.25rem !important;
}

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

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

.lmw-upload-photo-preview-box {
  position: relative !important;
  border: 1px solid #ccc;
  width: calc(100% - 0.5rem);
  max-width: calc(100% - 0.5rem);
  box-shadow: 2px 4px 7px 4px rgba(0, 0, 0, 0.13);
  background-size: cover !important;
  background-position: top center !important;
  text-align: center !important;
  margin-bottom: 1rem !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden !important;
  background-color: #000 !important;
  /* border-radius: 10px !important; */
}

.lmw-upload-non-photo-preview-box {
  position: relative !important;
  border: 1px solid #ccc;
  max-height: 20rem !important;
  max-width: calc(100% - 0.5rem);
  background-size: cover !important;
  background-position: top center !important;
  text-align: center !important;
  margin-bottom: 1rem !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden !important;
  /* border-radius: 10px !important; */
  background-color: #999;
  width: calc(100% - 0.5rem);
  padding: 0 !important;
}

.lmw-upload-non-photo-preview-box .lmw-fa-icons {
  position: relative;
  font-size: 12rem;
  top: 40%;
  transform: translateY(-50%);
  color: #dedede;
  margin: auto;
}

.lmw-upload-photo-preview-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}

.lmw-upload-photo-preview-ribbon {
  position: absolute;
  background-color: #47a3da !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff !important;
  text-align: left !important;
}

.lmw-upload-video-cover-container {
  border: 1px solid #ccc !important;
  padding: 0em;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.5rem !important;
  background-color: #fff;
  margin: auto !important;
  max-width: calc(100% - 0.5rem);
}

.lmw-upload-new-media-video-list-cover {
  position: relative !important;
  height: 13.5rem;
  background-size: cover !important;
  background-position: top center !important;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.lmw-video-player {
  transition: all 0.25s ease-in-out !important;
}

.lmw-video-cover-preview-ribbon {
  position: absolute !important;
  bottom: 0 !important;
  width: calc(100% - 1rem) !important;
  margin: 0.5rem !important;
  color: var(--primary-orange) !important;
  border-radius: 10px !important;
  text-align: left !important;
  background-color: black;
  border: 1px solid #666 !important;
  transition: all 0.35s ease-in-out !important;
  font-weight: 400 !important;
  opacity: 0.65;
}

.lmw-video-cover-preview {
  position: relative !important;
  height: 15rem !important;
  width: 25rem !important;
  background-size: cover !important;
  background-position: top center !important;
  border: 4px solid var(--primary-dark) !important;
  margin: 1rem auto !important;
  text-align: center !important;
  border-radius: 10px !important;
  box-shadow: 3px 3px 11px 2px #bbb !important;
  cursor: pointer !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-video-cover-preview:hover .lmw-video-cover-preview-ribbon {
  opacity: 1 !important;
}

.lmw-upload-new-cover-gallery-container {
  width: 100%;
  margin: 0 0.5rem !important;
  display: grid;
  grid-template-columns: 33% 33% 33% !important;
  grid-gap: 0.5em;
  min-height: 25rem !important;
}

.lmw-upload-new-cover-gallery-list {
  height: 5.5em;
  padding: 0.5em !important;
  height: 13rem;
  background-size: cover;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-position: center top !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-video-cover-preview:hover .lmw-video-player {
  opacity: 100% !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-upload-video-cover-container {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 0.5rem;
  padding: 0em;
  box-shadow: 1px 1px 8px #ccc;
}

.lmw-upload-new-media-video-list-cover {
  position: relative !important;
  height: 17.5rem;
  background-size: cover !important;
  background-position: top center !important;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.lmw-fa-youtube-play-button {
  position: absolute !important;
  font-size: 4rem !important;
  color: #fff !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  opacity: 75% !important;
  cursor: pointer !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-fa-youtube-play-button:hover {
  opacity: 100% !important;
  color: var(--primary-orange) !important;
}

.active-image {
  background-color: #47a3da !important;
  color: #000;
  border: 0.5rem solid var(--primary-dark) !important;
  border-radius: 0.5rem !important;
  transition: all 0.35s ease-in-out;
}

.active-image:hover {
  background-color: #47a3da !important;
  color: #000;
  border-radius: 16px !important;
  transition: all 0.5s ease-in-out;
}

.lmw-confirm-media-actions {
  position: absolute !important;
  margin: 0.25rem;
  width: calc(100% - 0.5rem);
  background-color: #fff;
  height: calc(100% - 1rem);
  border-radius: 6px;
  border: 2px solid #dedede;
  z-index: 10 !important;
  top: 0.15rem;
}

.main-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 890px auto !important;
  grid-gap: 0.5rem !important;
  width: calc(1150px + 1rem) !important;
  min-width: calc(1150px + 1rem) !important;
  background-color: #fff !important;
  padding: 0 !important;
}

.lmw-main-container {
  position: relative;
  display: grid;
  grid-template-columns: 890px auto;
  grid-gap: 0.5rem !important;
  width: calc(1150px + 1rem);
  min-width: calc(1150px + 1rem);
  background-color: #fff;
  padding: 0;
}

.lmw-gallery-info-container {
  position: absolute !important;
  display: grid;
  grid-template-rows: 100%;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0.5rem !important;
  margin: 0 !important;
  bottom: -0.65rem !important;
  z-index: 10;
}

.lmw-gallery-info-inner-container {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.lmw-rotate-upanddown {
  position: relative;
  background-color: #47a3da;
  color: #fff;
  padding: 0.35rem;
  float: right !important;
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
  border-radius: 0.3rem;
  transition: all 0.25s ease-in-out;
  cursor: pointer !important;
}

.lmw-rotate-upanddown:hover {
  background-color: #3da !important;
}

.fade-transition {
  transition: opacity 0.5s ease-in-out;
  /* Adjust the duration and timing function as needed */
  opacity: 1;
}

.slide-up {
  transform: translateY(calc(100% - 3.5rem));
  /* Start with the div hidden */
  transition: transform 0.3s ease-in-out;
  /* Add a transition for smooth animation */
}

.slide-transition {
  transition: transform 0.3s ease-in-out;
  /* Add transition for horizontal translation */
}

.gallery-inner-container {
  display: grid;
  max-width: 100% !important;
  grid-template-columns: 10rem auto !important;
}

.lmw-capitalize {
  text-transform: none;
  font-weight: 300 !important;
}

.lmw-galler-navigation-buttons {
  position: absolute;
  z-index: 10;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.5);
  color: aliceblue;
  cursor: pointer !important;
  transition: all 0.3s ease-out !important;
}

.lmw-galler-navigation-buttons:hover {
  background-color: #47a3da;
}

.prev-button {
  left: 1rem !important;
}

.next-button {
  right: 1rem !important;
}

.lmw-rounded-8 {
  border-radius: 8px !important;
}

.lmw-chat-text-area-field {
  height: 9rem;
  max-height: 9rem !important;
  border: 1px solid #ccc;
  resize: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.23rem;
  width: 100%;
  outline: none !important;
}

.lmw-chat-text-area-field:focus {
  color: #000 !important;
  outline-width: none !important;
}

.lmw-floating-chat-container {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30rem;
  background-color: #fff !important;
  z-index: 1000 !important;
}

#chatContainer {
  position: fixed;
  z-index: 10;
  top: 5.5rem;
  bottom: -1.5rem;
}

.lmw-chat-header-avatar-img {
  height: 3rem;
  width: 3rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.lmw-chat-text-box {
  border-radius: 1rem !important;
  padding: 0.5rem;
  max-width: 100% !important;
  font-size: 1rem !important;
}

.lmw-massage-sender {
  width: 100% !important;
  position: relative;
  text-align: left !important;
  display: grid;
  grid-template-columns: auto auto !important;
}

.lmw-massage-sender-inner-box {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.25rem;
  background-color: var(--primary-blue) !important;
  color: #fff !important;
  margin-bottom: 1.25rem !important;
  border-bottom-right-radius: 4px !important;
}

.lmw-massage-receiver {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #f4f6f8 !important;
  text-align: left !important;
  display: grid;
  grid-template-columns: auto auto !important;
}

.lmw-massage-receiver-2 {
  display: grid !important;
  grid-template-columns: 8rem auto !important;
  grid-gap: 1rem !important;
  width: 100% !important;
}

.lmw-inbox-massage-receiver-2 {
  display: grid !important;
  grid-template-columns: 2rem auto !important;
  grid-gap: 1rem !important;
  width: 100% !important;
}

.lmw-inbox-message-avatar {
  position: relative;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem !important;
  max-height: 2.5rem !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  top: 0rem !important;
  left: 0;
  border: 1px solid #dedede;
  margin-right: 0 !important;
}

.lmw-chat-unread {
  top: -0.67rem !important;
  border: 2px solid var(--primary-orange) !important;
}

.lmw-inbox-massage-receiver-inner-box {
  border: 1px solid #dedede;
  border-top-left-radius: 4px !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
  min-width: 10rem !important;
  border-color: #bbb !important;
  border-left: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  margin-right: -0.3rem !important;
}

.lmw-massage-receiver-inner-box {
  border: 1px solid #dedede;
  border-top-left-radius: 4px !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
  min-width: 10rem !important;
  border-color: #bbb !important;
  border-left: 5px solid #ccc !important;
  border-bottom: 7px solid #ccc !important;
  margin-right: -0.3rem !important;
}

.lmw-ads-replies-senders-avatar {
  position: relative;
  width: 100%;
  height: 10rem !important;
  background-size: cover;
  background-position: top center;
  border-radius: 10px;
}

.lmw-ads-replies-senders-gallery-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem;
}

.lmw-ads-replies-senders-gallery-list {
  width: 17rem;
  height: 22rem;
  background-size: cover;
  background-position: top center;
  cursor: pointer !important;
}

.lmw-ads-reply-icon-left1 {
  position: absolute;
  font-size: 3rem;
  color: #ccc;
  margin-top: -1rem;
  margin-left: -1.6rem !important;
}

.lmw-ads-reply-icon-left2 {
  position: absolute;
  font-size: 3rem;
  color: #ccc;
  margin-top: -1rem;
  margin-left: -1.7rem !important;
}

.lmw-message-avatar {
  position: relative;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem !important;
  max-height: 2.5rem !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  background-color: #47a3da;
  top: 1rem !important;
  left: 0;
  border: 1px solid #dedede;
  margin-right: 0 !important;
}

.lmw-conversation-annotation {
  position: absolute !important;
  left: 20%;
  border: 2px solid #ccc;
  padding: 1rem;
  box-shadow: 0 0 30px -5px #000;
  width: 60%;
  max-width: 60%;
  top: 6.5rem;
  margin: auto !important;
  z-index: 100;
  border-radius: 24px !important;
}

.lmw-btn-primary {
  max-width: 100%;
  background-color: #47a3da;
  padding: 0.3rem;
  color: #fff;
  margin: 0.5rem;
  border-radius: 3px;
  border: 1px solid #47a3da;
}

.lmw-new-message-menu {
  cursor: pointer !important;
  color: #47a3da;
}

.lmw-new-message-menu-options {
  position: absolute;
  left: -1rem;
  padding: 0.35rem;
  background-color: #fff !important;
  border: 1px solid #ccc;
  cursor: pointer !important;
  z-index: 10;
}

.lmw-new-message-menu-options:hover {
  color: #47a3da !important;
}

.lmw-new-message-menu-options-body {
  padding: 0.25rem;
}

.lmw-conversation-box {
  position: relative !important;
  max-width: 100% !important;
  height: calc(100vh - 10rem);
  max-height: calc(100vh - 10rem) !important;
  margin: auto !important;
}

.lmw-conversation-box-inner {
  position: inherit !important;
  max-height: calc(100vh - 18.5rem);
  background-color: #fff;
  overflow: hidden;
  /* border-bottom: 1px solid #ccc!important; */
  overflow-y: auto !important;
  /* overflow-y: scroll; */
  height: 100% !important;
  padding: 0.5rem;
}

.lmw-reply-message-box {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 0rem) !important;
  display: grid;
  grid-template-columns: 90% auto !important;
  grid-gap: 1rem !important;
  background-color: #fff !important;
  bottom: 0 !important;
  padding: 0.5rem !important;
  z-index: 10;
}

.lmw-reply-message-textarea {
  position: relative !important;
  resize: none !important;
  height: 5rem;
  padding: 0.5rem !important;
  transition: all 0.5s ease-in-out !important;
  outline: none !important;
  color: #000 !important;
  border-color: #999 !important;
}

.lmw-reply-message-textarea:focus {
  resize: none !important;
  border-color: none !important;
  /* background-color: #f4f6f8; */
  height: 10rem !important;
  border-color: #47a3da !important;
}

.lmw-reply-message-button {
  position: absolute;
  bottom: 0 !important;
  margin-bottom: 1rem !important;
  background-color: #47a3da;
  border: 1px solid #47a3da;
  transition: all 0.5s ease-in-out !important;
  outline: none !important;
}

.lmw-reply-message-button:hover {
  background-color: #00cf6e !important;
  border: 1px solid #00cf6e !important;
  outline: 0 !important;
}

.lmw-paper-plane-button {
  position: absolute;
  bottom: 0;
  background-color: #47a3da;
  color: #fff;
  padding: 0.3rem;
  margin-bottom: 1rem !important;
  width: 2.5rem;
  text-align: center;
  border-radius: 6px;
  font-size: 1.3rem;
  cursor: pointer !important;
  border: 1px solid #47a3da;
  transition: all 0.5s ease-in-out !important;
}

.lmw-paper-plane-button:hover {
  background-color: #00cf6e !important;
  border: 1px solid #00cf6e !important;
  outline: 0 !important;
}

.lmw-button-regular {
  position: relative !important;
  background-color: var(--primary-dark);
  color: var(--primary-orange);
  padding: 0.35rem 1rem !important;
  margin: 0.25rem;
  text-align: center;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
}

.lmw-button-regular:hover {
  background-color: var(--primary-gren) !important;
  color: var(--primary-white) !important;
}

.lmw-button-delete {
  position: relative !important;
  background-color: var(--primary-red);
  color: var(--primary-white);
  padding: 0.35rem 1rem !important;
  margin: 0.25rem;
  text-align: center;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
}

.lmw-button-delete:hover {
  background-color: red !important;
  color: var(--primary-white) !important;
}

.lmw-button-warning {
  background-color: rgba(255, 165, 0, 0.65);
  padding: 0.35rem 1rem !important;
  margin: 0.25rem;
  border-radius: 6px;
  color: var(--primary-white) !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
}

.lmw-button-warning:hover {
  background-color: var(--primary-orange) !important;
  border-radius: 6px;
  color: #fff;
}

.display-none {
  top: calc(-100% + -2em) !important;
}

.lmww-hr-dotted-grey {
  border: 1px dotted #ccc;
  margin-top: 0.3em;
}

.lmww-hr-dashed-grey {
  border: 1px dashed #ccc;
  margin-top: 0.3em;
}

input[type="checkbox"] + span:before {
  width: 16px;
  height: 16px;
  border: 2px solid #47a3da;
  content: "\2714";
  color: transparent;
  display: inline-block;
  font-size: 13px;
  margin-right: 0.5em;
  text-align: center;
}

input[type="checkbox"]:disabled + span {
  color: #ddd;
}

input[type="checkbox"]:checked + span:before {
  content: "\2714";
  color: #fff;
  background-color: #47a3da;
}

input[type="checkbox"]:disabled:checked + span:before {
  content: "\2714";
  color: #ddd;
}

input[type="checkbox"]:disabled + span:before {
  border: 1px solid #ddd;
}

input[type="radio"] + span:before {
  width: 16px;
  height: 16px;
  border: 2px solid #47a3da;
  background-color: #fff;
  content: ".";
  color: transparent;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 8px;
  text-align: center;
}

input[type="radio"]:disabled + span {
  color: #ddd;
}

input[type="radio"]:checked + span:before {
  content: "\2022";
  color: #fff;
  background-color: #47a3da;
  font-weight: bolder;
}

input[type="radio"]:disabled:checked + span:before {
  content: "\00b7";
  color: #ddd;
}

input[type="radio"]:disabled + span:before {
  border: 1px solid #47a3da;
}

.for-mobile {
  display: none;
  visibility: hidden;
}

.alert-new {
  border: 4px solid #3da !important;
  animation-name: rotate;
  animation: blink-animation 2s steps(2, start) infinite;
  transition: all 0.3s ease-in-out !important;
}

.alert-new .material-icons {
  position: absolute !important;
  margin: auto;
  font-size: 3em !important;
  margin-top: 0.7em !important;
  margin-left: -0.02em !important;
  color: #3da !important;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.top-avatar-span-userId {
  border: 0 !important;
}

.medium-modal-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.medium-modal-innerContainer {
  max-width: 650px;
  background-color: #fff;
  min-height: 20em;
  margin: auto;
  margin-top: 15%;
  border-radius: 6px;
}

.overall-headers {
  border-radius: 6px 6px 0 0;
}

.submitBtn {
  padding: 0.5em;
  text-transform: uppercase;
  background-color: #3da;
  font-weight: bold;
  color: #fff;
  border: 1px solid #3da;
  border-radius: 4px;
}

.cancel-button {
  padding: 0.5em;
  text-transform: uppercase;
  background-color: #dedede;
  font-weight: bold;
  color: #000;
  border: 1px solid #dedede;
  border-radius: 4px;
  float: right;
}

.cancel-button:hover {
  background-color: orange !important;
  border-color: orange !important;
  color: #fff !important;
}

#closeMediumModal {
  position: relative;
  float: right;
  background-color: #ddd;
  color: #888;
  padding: 0.1em;
  cursor: pointer;
}

a {
  text-decoration: none !important;
  color: #47a3da;
}

a:hover {
  color: #3da;
}

.alert {
  margin: 0.5rem 0;
}

.alert-box {
  padding: 0.5em;
  min-height: 2em;
  border-radius: 4px;
}

.alert-box .alert-header {
  display: grid;
  grid-template-columns: auto 1.65em;
  margin-bottom: 0.5em;
}

.alert-box .alert-header .alert-header-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}

.alert-box .alert-header .material-icons {
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.alert-box .alert-message {
  color: #fff;
}

.warning-box {
  padding: 0.5em;
  background-color: rgba(240, 44, 44, 0.6);
  border-radius: 8px;
  color: #fff;
}

.alert-warning {
  position: relative;
  padding: 0.25rem !important;
  border-radius: 0.5rem !important;
  background-color: var(--primary-orange);
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  left: 50% !important;
  transform: translateX(-50%);
  color: #000 !important;
  border-color: #000 !important;
}

.hidden {
  visibility: hidden;
}

.success-box {
  border: 1px solid #11b302;
  background-color: rgba(17, 179, 2, 0.7);
  color: #fff;
  padding: 1em;
  font-weight: bold;
  border-radius: 6px;
}

.error-box {
  border: 1px solid #fa0002;
  background-color: rgba(250, 0, 0, 0.75);
  color: #fff !important;
  padding: 1em;
  font-weight: bold;
  border-radius: 6px;
  margin: 0 0.5em;
}

.buttons {
  font-size: 0.7em;
  border: 1px solid #bbb;
  background-color: #f8f8f8;
  padding: 0.5em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold !important;
  letter-spacing: 2px;
  text-align: center !important;
  transition: all 0.5s ease-in-out !important;
}

.submit-button {
  background-color: #47a3da;
  border-color: #47a3da;
  color: #fff;
  border-radius: 5rem !important;
  padding: 0.25rem 1rem !important;
  font-size: 0.75rem !important;
  font-weight: lighter !important;
}

.submit-button:hover {
  background-color: #00b300;
  border-color: #00b300;
  color: #fff;
}

.preview-button {
  background-color: #f3c57a !important;
  border-color: #f3c57a !important;
  color: #000;
}

.delete-saved-button {
  background-color: #ff8080 !important;
  border: 1px solid #ff8080 !important;
  color: #fff !important;
  padding: 0.5em !important;
  float: right !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-weight: bold !important;
  transition: all 0.5s ease-in-out !important;
}

.delete-saved-button:hover {
  background-color: #ff4136 !important;
  border-color: #ff4136 !important;
}

.half-rounded-buttons {
  position: relative;
  margin: 1em;
  padding: 0.2em;
  display: flex;
  flex-wrap: nowrap;
  max-width: 15em;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-right-radius: 6px;
  box-shadow: 5px 5px 10px 0px #dedede;
}

.half-rounded-buttons .material-icons {
  position: relative;
  max-width: 2em;
  float: left;
}

.half-rounded-buttons .for-text {
  position: relative;
  max-width: 100%;
  margin-top: 0.2em;
  margin-left: 0.5em;
}

.top-members-container {
  width: 100%;
  padding-top: 0 !important;
  font-size: 1em;
  position: relative;
  background-color: #fff;
  margin: 0 !important;
  margin-right: 0;
}

.quick-media-buttons {
  display: grid;
  grid-template-columns: 11.5em 11.5em 11.5em;
  grid-gap: 0.5em;
  margin: 0.5em;
}

.quick-media-buttons a {
  color: #888;
}

.quick-media-buttons a .quick-buttons-outer {
  padding: 0.3em;
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 1.8em auto;
  font-size: 1em;
  border-radius: 6px;
  cursor: pointer;
}

.quick-media-buttons a .quick-buttons-outer .material-icons {
  font-size: 1.5em;
  color: #47a3da;
}

.quick-media-buttons a .quick-buttons-outer .button-text {
  margin-top: 0.2em !important;
  text-transform: Capitalize;
}

.quick-media-buttons a .quick-buttons-outer:hover {
  border-color: #3da;
  background-color: #3da;
  color: #fff;
}

.quick-media-buttons a .quick-buttons-outer:hover .material-icons {
  color: #fff;
}

.outer-notification-container {
  margin: 1em;
  border-radius: 6px;
}

.outer-notification-container .overall-header-titles {
  padding: 0.3em !important;
  border-radius: 6px 6px 0 0;
}

.outer-notification-container .notis-container {
  display: grid;
  grid-template-columns: 15em 15em 20em 20em;
  grid-gap: 1em;
}

.outer-notification-container .notis-lables {
  display: grid;
  grid-template-columns: 2em auto 2em;
  max-width: 15em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-right-radius: 6px;
  box-shadow: 5px 5px 10px 0px #dedede;
}

.outer-notification-container .notis-lables .notis-left {
  float: left;
}

.outer-notification-container .notis-lables .notis-middle {
  margin-top: 0.3em !important;
  color: #444;
}

.outer-notification-container .notis-lables .notis-right {
  margin-top: 0.3em !important;
  color: #444;
}

.outer-notification-container .notis-lables:hover .notis-middle {
  color: #47a3da;
}

.outer-notification-container .notis-lables:hover .notis-right {
  color: #47a3da;
}

.top-members-container-list-table {
  max-width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 12em 12em 12em 12em 12em;
  grid-gap: 0.3em;
  background-color: #fff;
  padding: 0.3em;
}

.top-members-container-base-table {
  max-width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 12em 12em 12em 12em 12em;
  grid-gap: 0.3em;
  background-color: #fff;
  padding: 0.5em;
}

.img-div {
  width: 100%;
  min-height: 15em;
  max-height: 15em;
  background-size: cover;
  background-position: top center;
}

.top-members-link-box {
  background-color: #fff;
  border: 2px solid #fff;
}

.top-members-link-box:hover {
  background-color: #f2f4f6;
  border-left-color: #dedede;
  border-right-color: #dedede;
  border-bottom-color: #dedede;
  border-radius: 6px;
}

.top-members-country-box {
  display: grid;
  grid-template-columns: 1.5em auto;
}

.if-no-content-container {
  display: grid;
  grid-template-columns: 50% auto;
}

.if-no-content-container .label {
  max-width: 90% !important;
}

.if-no-content-container .home-upload-photo-container {
  position: relative;
  background-color: #eee;
  display: grid;
  grid-template-columns: 10em auto;
  grid-gap: 1em;
}

.if-no-content-container .home-upload-photo-container .avartar-holder {
  max-width: 100%;
  background-size: cover;
  background-position: top center;
  border-radius: 6px 0 0 6px;
}

.if-no-content-container .edit_textField {
  max-width: 10em !important;
}

.top-reels-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.5em;
  margin: 0.5em;
}

.top-reels-container .top-reels-list-box {
  background-color: #eee !important;
}

.top-reels-container .top-reels-list-box .top-reels-box {
  width: 100%;
  height: 248px;
}

.job-list-container {
  background-color: #fff;
  transition: all 0.3s ease-in-out !important;
  border-bottom: 1px dashed #ccc;
}

.job-list-container .job-title {
  font-size: 1.7em;
}

.job-list-container .job-description {
  color: #000 !important;
  font-size: 1.2em;
  padding-bottom: 1em !important;
}

.job-list-container:hover {
  background-color: #f2f4f6 !important;
  border-bottom: 1px dashed #666 !important;
}

.job-list-container:last-child {
  border-bottom: 1px solid #fff;
}

.left-side-menus-container {
  display: block;
  position: fixed;
  margin-left: 0em;
  z-index: 500;
  font-size: 2.5em;
  padding: 0em;
  width: 1.2em;
  text-align: center;
  background-color: #f4f6f8 !important;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.left-side-menus-container .collapsable-menus {
  position: relative;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  display: block;
  display: grid;
  grid-template-columns: 1em auto;
  max-width: 17em !important;
  transition: all 0.3s ease-in-out;
}

.left-side-menus-container .collapsable-menus .collapsable-menus-inner {
  margin-bottom: 0.28em !important;
}

.left-side-menus-container .collapsable-menus .material-icons {
  position: relative;
  font-size: 0.7em;
  color: #999;
  float: left;
  margin-left: -0.156em;
  z-index: 2;
  height: 1.2em;
  transition: all 0.3s ease-in-out;
  background-color: #f4f6f8;
  padding: 0.1em;
  padding-left: 0.5em;
}

.left-side-menus-container .collapsable-menus .collapsable-menus-description {
  position: absolute;
  background-color: #47a3da !important;
  font-size: 18px !important;
  white-space: nowrap !important;
  padding: 0.37em 1em;
  margin-left: -15em;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.left-side-menus-container .collapsable-menus:hover {
  background-color: #47a3da !important;
  color: #fff !important;
}

.left-side-menus-container .collapsable-menus:hover .material-icons {
  color: #fff !important;
  background-color: #47a3da !important;
}

.left-side-menus-container .collapsable-menus:hover .collapsable-menus-description {
  background-color: #47a3da !important;
  margin-left: 1.5em;
}

.inner-joblist-box {
  border: 1px solid #fff;
  border-bottom: 3px solid #f6f7f8;
  transition: all 0.5s ease-in-out;
  padding: 0.3em;
  border-radius: 6px;
  text-decoration: none;
  color: #000 !important;
  cursor: default;
}

.inner-joblist-box:hover {
  border: 1px solid #ccc;
  border-bottom: 3px solid #47a3da;
  background-color: #ededed;
  border-radius: 6px;
}

.inner-joblist-box a {
  text-decoration: none;
  color: #000 !important;
  cursor: default;
  color: #f6f7f8;
}

.joblist-header-box {
  display: grid;
  grid-template-columns: auto 2em;
}

.joblist-header {
  /*font-family: 'PT Serif'!important;*/
  font-size: 1.7em;
  font-weight: default;
  color: #000;
  font-weight: 500;
}

.profile-header-flag {
  max-width: 2em;
}

.profile-header-flag img {
  position: relative;
  max-width: 100%;
  /* border-radius:50%; */
}

.joblist-description {
  font-size: 1em;
  color: #000;
}

.joblist-description a {
  color: #47a3da;
}

.joblist-description a:hover {
  color: #3da;
}

.joblist-footer {
  font-size: 0.85em;
  margin-top: 0.5em;
  color: #666;
  cursor: default;
}

.joblist-footer a {
  font-size: 0.85em;
  margin-top: 0.5em;
  color: #47a3da !important;
  cursor: pointer;
}

.joblist-footer a:hover {
  font-size: 0.85em;
  margin-top: 0.5em;
  color: #3da !important;
}

.joblist-inline {
  display: grid;
  grid-template-columns: auto auto;
}

.left-box {
  text-align: left;
}

.right-box {
  text-align: right;
}

.page-pagination {
  padding: 0.5em;
  text-align: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.page-pagination-button-active {
  display: inline-block;
  min-width: 1.3em;
  max-width: 2em;
  border: 1px solid #47a3da;
  background-color: #47a3da;
  color: #fff !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 0.3em;
  border-radius: 0;
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.pagination-button {
  display: inline-block;
  min-width: 1.3em;
  max-width: 2em;
  border: 1px solid #ccc;
  background-color: #ededed;
  padding: 0.3em;
  border-radius: 0;
  margin-left: 0.1em;
  margin-right: 0.1em;
  cursor: pointer;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

a .pagination-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

a .pagination-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.inner-joblist-box .view-job {
  color: #47a3da !important;
  cursor: pointer;
}

.inner-joblist-box .view-job:hover {
  color: #3da !important;
  cursor: pointer;
}

.social-button {
  text-transform: capitalize;
  padding: 0.3em;
  display: inline-flex;
  flex-wrap: nowrap;
  border-radius: 4px;
  border: 0;
  width: auto;
  line-break: strict;
  -webkit-box-decoration-break: unset;
          box-decoration-break: unset;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}

.social-button .material-icons {
  color: #fff !important;
  font-size: 1.7em !important;
  margin-left: 0 !important;
}

.social-button span {
  padding-right: 0.3em !important;
  margin-left: -1em !important;
}

.content {
  padding: 0.5em;
}

.delete-btn {
  position: relative;
  float: right;
  background-color: #f55f5f;
  color: #fff;
  font-size: 0.5em !important;
}

.delete-btn:hover {
  background-color: #f23939;
  color: #fff;
}

.create-btn {
  position: relative;
  float: right;
  font-size: 0.5em !important;
  background-color: #01c670;
  color: #fff !important;
  padding-right: 0.4em;
}

.create-btn:hover {
  color: #fff !important;
  background-color: #3da;
}

.request-buttons {
  background-color: #eee;
  border: 1px solid #dedede;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0.3em;
  min-width: 5em;
}

.editButton:hover {
  background-color: #00cc00;
  border: 1px solid #00cc00;
  color: #fff;
}

.deleteButton:hover {
  background-color: #ff471a;
  border: 1px solid #ff471a;
  color: #fff;
}

.acceptRequest:hover {
  background-color: #00cc00;
  border: 1px solid #00cc00;
  color: #fff;
}

.rejectRequest:hover {
  background-color: #ff471a;
  border: 1px solid #ff471a;
  color: #fff;
}

.error {
  font-size: 1.1em;
  color: #fa0000 !important;
}

.success {
  color: green !important;
}

.warning {
  color: orange !important;
}

.warning-red {
  color: red !important;
}

.hr-dotted {
  border: 1px dotted #47a;
  margin-bottom: 0.5em;
}

.hr-dotted-gray {
  border: 1px dotted #ccc;
  border-color: #ccc;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.inline {
  display: grid;
}

.inline_buttons {
  grid-column-gap: 1em !important;
}

.main-table {
  border-right: 1px solid #ddd;
  max-width: 53em !important;
  min-width: 53em !important;
}

.hr-seperator {
  border: 6px solid #ccc;
  margin: 0.5em 0;
}

.hidden {
  display: inherit;
  visibility: hidden;
  height: 0 !important;
  max-height: 0 !important;
}

.inline-active-menu {
  background-color: #f4f6f6 !important;
  text-transform: uppercase !important;
  border-bottom-color: #f4f6f6 !important;
  border-radius: 6px 6px 0 0 !important;
}

.inline-active-menu:hover {
  background-color: #f4f6f6 !important;
  border-color: #dedede !important;
  border-bottom-color: #f4f6f6 !important;
  color: #000 !important;
}

.inline-menus-box {
  padding: 0;
  margin: 0;
  background-color: #fff;
  display: grid;
  grid-template-columns: auto auto;
  border-radius: 6px 6px 0 0;
  border: 0;
}

.inline-menus-box .listMenus {
  padding: 0.5em;
  font-size: 1.5em;
  color: #000;
  font-weight: lighter !important;
  background-color: #dedede;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

.inline-menus-box .listMenus:hover {
  background-color: #3da;
  border-color: #3da;
  color: #fff;
}

.inline-menu-list-content {
  border: 2px solid #dedede;
  border-top: 0;
  background-color: #f4f6f8;
  border-radius: 0 0 6px 6px;
}

.inline-menu-list-content .delete_recons {
  position: relative;
  float: right !important;
  font-size: 2.3em;
  color: #bbb;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.inline-menu-list-content .delete_recons:hover {
  color: orangered;
}

.inline-menu-list-content .job-content-box {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}

.inline-menu-list-content .lmw-ed-title {
  font-size: 1.5em;
  color: #444;
  padding-bottom: 0.3em;
}

.inline-menu-list-content .recommended-header {
  font-size: 1.3em;
  color: #444;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

.inline-menu-list-content .inloggade_imgbox {
  background-size: cover;
  background-position: center;
}

.inline-menu-list-content .recommender-infobox {
  display: grid;
  grid-template-columns: 5em auto;
  padding-bottom: 0.5em;
  grid-gap: 1em;
  /* border-bottom: 1px dotted #dedede */
}

.inline-menu-list-content h4 {
  color: #444;
}

.white-board {
  background-color: #fff;
  margin-bottom: 0.5em;
  border-radius: 4px;
  border: 1px solid #dedede;
  display: grid;
  padding: 0.5em;
}

.lmw-form-group {
  margin-bottom: 0.5rem !important;
}

.form-group {
  margin-bottom: 0;
}

.inner-formGroup {
  max-width: 39.3em !important;
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 0px;
  padding: 0.2em;
  padding-left: 0.5em;
}

.textField {
  max-width: calc(100% - 1em);
  border-radius: 1rem !important;
  border: 1px solid #ccc;
}

.miniTextField {
  max-width: 15em !important;
}

.inline {
  max-width: 40em;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1em;
  background-color: inherit;
}

.inline .inline-textField {
  max-width: 30em !important;
}

.inline .textField {
  width: 13em;
}

.inline-grid-four {
  display: grid;
  grid-template-columns: 9.1em 9.1em 9.1em 9.1em 9.1em;
  grid-gap: 0.5em;
}

.inline-grid-four .inline-project-list-box {
  border: 1px dashed #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.inline-grid-four .inline-project-list-box .addProjectSearchAvatar {
  height: 10em;
  background-size: cover;
  background-position: top center;
}

.inline-grid-four .inline-project-list-box:hover {
  background-color: #3da !important;
  color: #fff !important;
  border: 1px solid green !important;
  border-radius: 6px !important;
}

.inline-grid-four .inline-project-list-box:hover .addProjectSearchAvatar {
  border-radius: 6px 6px 0 0 !important;
}

.label {
  text-transform: uppercase;
  font-size: 0.9em !important;
  background-color: #fff !important;
  margin-top: 0.5em;
  margin-left: 0.5em;
  max-width: 100%;
}

.radios {
  content: " ";
  margin-left: 0.2em !important;
}

.textArea {
  width: calc(100% - 1em);
  height: 10em;
  padding: 0.3em;
  margin-right: 0.5em;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 1.1em !important;
}

.textField {
  width: 100%;
  max-width: 100%;
  font-size: 1.3em;
  border: 1px solid #bbb;
  background-color: #f8f8f8;
  padding: 0.2em;
  padding-left: 0.5em;
  border-radius: 2px;
  resize: none;
}

.miniTextField {
  max-width: 15em !important;
  height: 5em;
}

.edit_textField {
  min-width: 15em;
  max-width: 20em;
  font-size: 1.3em;
  border: 1px solid #888;
  background-color: #f8f8f8;
  padding: 0.2em;
  padding-left: 0.5em;
  border-radius: 2px;
}

.inner-textField {
  background-color: #fff !important;
}

.small {
  text-transform: none !important;
}

.selectBox {
  font-size: 0.85em;
  border: 0.2px solid #999;
  background-color: #fff;
  border-radius: 0px;
  padding: 0em;
  padding-left: 0.3em;
  font-weight: bold;
  min-width: 3em;
  width: 100%;
}

.selectBox option {
  background-color: #fff;
  font-weight: bold;
}

textArea {
  resize: none;
}

.logout .material-icons {
  color: orangered !important;
}

.logout:hover .material-icons {
  color: orangered !important;
}

.important-message-container {
  margin: 0.5em;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.important-message-container .important-message-header {
  padding: 0.3em;
  background: #f4f6f8;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}

.preview-sender-header {
  display: grid;
  grid-template-columns: 25em auto;
  grid-gap: 1em;
  max-width: 100% !important;
}

.preview-sender-header img {
  max-width: 100% !important;
}

.pop-up-menu-arrow-up1 {
  position: absolute;
  float: right !important;
  transform: rotate(-90deg);
  margin-top: -0.58em !important;
  margin-left: 2.11em !important;
  font-size: 5.5em !important;
  color: #ccc !important;
}

.pop-up-menu-arrow-up2 {
  position: absolute;
  float: right !important;
  transform: rotate(-90deg);
  margin-top: -0.56em !important;
  margin-left: 2.11em !important;
  font-size: 5.5em !important;
  color: #f4f6f7 !important;
}

.mail-pop-up-menu-arrow-up1 {
  position: absolute;
  float: right !important;
  transform: rotate(-90deg);
  margin-top: -0.58em !important;
  margin-left: 170px;
  font-size: 5.5em !important;
  color: #ccc !important;
}

.mail-pop-up-menu-arrow-up2 {
  position: absolute;
  float: right !important;
  transform: rotate(-90deg);
  margin-top: -0.56em !important;
  margin-left: 170px;
  font-size: 5.5em !important;
  color: #f4f6f7 !important;
}

.pop-up-menu-header {
  max-width: 100%;
  padding: 0.5em;
  font-size: 1.1em;
  color: #000;
  border-bottom: 1px solid #dedede;
  font-weight: lighter !important;
  background-color: #f4f6f7;
  /*#edf6f9;*/
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 3em auto;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
}

.pop-up-menu-header .material-icons {
  float: left !important;
  color: #0a9 !important;
  font-size: 1.5em !important;
}

.pop-up-menu-container {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  padding-top: 0;
}

.pop-up-menu-container .pop-up-menu-inner-container {
  display: block;
  position: relative;
  height: 100vh;
  max-height: calc(100vh - 5em);
  max-width: 1012px;
  min-width: 863px;
  margin-top: 0.3em;
  padding-bottom: 1em;
  z-index: 800;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mail-pop-up-menu-outer-box {
  position: relative;
  min-width: 18em;
  max-width: 18em;
  height: 100%;
  max-height: 29.5em;
  border: 1px solid #ccc;
  background-color: #fff;
  float: right;
  box-shadow: -1px 6px 13px 0px #999;
  border-radius: 6px;
  margin-right: 0em;
  margin-top: 6em;
  padding-bottom: 0.3em;
}

.pop-up-menu-outer-box {
  min-width: 18em;
  max-width: 18em;
  height: 100%;
  max-height: 31.5em;
  border: 1px solid #ccc;
  background-color: #fff;
  float: right !important;
  box-shadow: -1px 6px 13px 0px #999;
  border-radius: 6px;
  margin-right: 2.5em;
  margin-top: 6.5em;
  padding-bottom: 0.3em;
}

.pop-up-menu-mail-foders {
  margin-top: 0;
  float: right;
  margin-right: -0.3em;
}

.pop-up-menu-mail-foders .pop-up-menu-inner-box a .material-icons {
  font-size: 1.7em !important;
  color: #37a3da !important;
}

.pop-up-menu-mail-foders .pop-up-menu-inner-box a .mail-folder-text {
  font-size: 1.2em;
}

.pop-up-menu-mail-foders .pop-up-menu-inner-box a .mail-folder-text:hover {
  font-size: 1.2em;
  color: #37a3da !important;
}

.pop-up-menu-inner-box {
  position: inherit;
  max-height: calc(100% - 3em);
  background-color: #fff;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin-bottom: 0.3em;
}

.pop-up-menu-inner-box .pop-up-menu-link-box {
  position: relative;
  display: grid;
  grid-template-columns: 3em auto;
  padding: 0.3em;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
  background-color: #fff;
  border-radius: 0;
  font-size: 0.85em;
}

.pop-up-menu-inner-box .pop-up-menu-link-box span {
  font-size: 1.25em;
  color: #000;
  letter-spacing: 0px;
}

.pop-up-menu-inner-box .pop-up-menu-link-box .material-icons {
  font-size: 1.7em;
  color: #47a3da;
  margin-left: 0.1em;
}

.pop-up-menu-inner-box .pop-up-menu-link-box .pop-up-link-box-text {
  display: grid;
  grid-template-columns: auto auto;
}

.pop-up-menu-inner-box .pop-up-menu-link-box .pop-up-link-box-text .pop-up-new-bubble {
  position: relative;
  background-color: #3da;
  border-radius: 100%;
  padding: 0.3em;
  color: #fff;
  font-size: 0.7em;
  min-width: 12px;
  height: 12px;
  float: right;
  margin-left: 3em;
  font-weight: bold;
  border-bottom-left-radius: 0 !important;
  text-align: center;
  margin-right: 1em;
}

.pop-up-menu-inner-box .pop-up-menu-link-box:hover {
  background-color: #f4f6f7;
}

.pop-up-menu-inner-box .pop-up-menu-link-box:hover span {
  color: #37a3da !important;
}

.pop-up-menu-inner-box .pop-up-menu-link-box:hover .material-icons {
  color: #37a3da !important;
}

.pop-up-menu-inner-box .pop-up-menu-last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}

.pop-up-menu-inner-box a {
  color: #444 !important;
}

.radioDivs-inline {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1em;
  padding: 0.5em;
}

.radioDivs-inline2 {
  display: grid;
  grid-template-columns: 1.5em auto;
  grid-gap: 1em;
  border: 1px solid #ccc;
  padding: 0.6em;
  cursor: pointer;
  font-size: 1.2em;
  transition: all 0.5s ease-in-out;
  border-radius: 5px !important;
}

.radioDivs-inline2 .radioDivs {
  background-color: #fff;
  height: 1em;
  width: 1em;
  border: 5px solid #47a3da;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.radioDivs-inline2:hover {
  border-color: #3da;
}

.radioDivs-inline2:hover .radioDivs {
  border-color: #3da;
}

.radioDivs-inline2-active {
  background-color: #3da !important;
  border-color: #3da !important;
  color: #fff !important;
}

.radioDivs-inline2-active .radioDivs {
  border-color: #fff !important;
  background-color: #3da !important;
}

.projectRolesLists {
  display: grid;
  grid-template-columns: auto 5em;
  grid-gap: 1em;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.projectRolesLists .projectLeftBox {
  padding: 0.3em;
}

.projectRolesLists .projectRightBox {
  padding: 0.3em;
  color: #ccc;
  display: grid;
  grid-template-columns: auto auto;
}

.projectRolesLists .projectRightBox .material-icons {
  color: #ccc;
  cursor: pointer;
}

.projectRolesLists .projectRightBox .material-icons:first-child:hover {
  color: #3da;
}

.projectRolesLists .projectRightBox .material-icons:last-child:hover {
  color: #ff4500;
}

.projectRolesLists:hover {
  background-color: #eee;
}

.projectRolesLists:last-child {
  border-bottom: 1px solid #ccc;
}

.update-btn {
  padding: 0.4em;
  background-color: #47a3da;
  color: #fff;
  border: 1px solid #47a3da;
  text-transform: uppercase;
  font-size: 1.2em;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 2px;
}

.white-board-outer-box {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.zoom-out-fade-out {
  transform: scale(0);
  transition: all 0.7s ease-in-out;
}

.recommendListBox-active {
  background-color: rgba(1, 198, 112, 0.5) !important;
  border: 2px solid #3da !important;
  color: #000 !important;
  border-radius: 4px !important;
}

.recommendListBox-active .recommendRadioDiv {
  border-color: #fff !important;
  background-color: #3da !important;
  color: #fff !important;
}

.recommendListBox-active:hover {
  border-bottom: 2px solid #0a9 !important;
}

.recommendListBox {
  background-color: #f4f6f8;
  max-width: 38em;
  display: grid;
  grid-template-columns: 3em auto;
  grid-gap: 0.5em;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.5s ease-in-out;
}

.recommendListBox .recommendSearchAvatar {
  border-radius: 3px;
  width: 3.3em;
  height: 3.5em;
  background-size: cover;
  background-position: top center;
}

.recommendListBox .recommendRadioDiv {
  float: right;
  background-color: #fff;
  height: 1.5em;
  width: 1.5em;
  border: 4px solid #47a3da;
  border-radius: 50%;
  margin-top: -1em;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.recommendListBox:hover {
  background-color: #eee;
  border-bottom-color: #3da !important;
}

.recommendListBox:hover .recommendRadioDiv {
  border-color: #3da;
}

.tabs {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-top: 0.5rem;
  background-color: #fff;
}

.tabs .tab-button {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  cursor: pointer;
}

.tabs .tab-button i {
  margin-right: 0.2rem !important;
}

.tabs .tab-button.active {
  background-color: var(--primary-dark);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #ccc;
  border-bottom: 0 !important;
  text-transform: uppercase !important;
  color: var(--primary-orange);
  z-index: 2;
  font-weight: 800 !important;
}

.tabs .tab-button.active .fa-solid {
  color: var(--primary-orange) !important;
}

.tabs .tab-button .fa-solid {
  color: #47a3da !important;
}

.tabs .tab-button .fa-brands {
  color: #47a3da;
}

.tabs .tab-button.active .fa-brands {
  color: var(--primary-orange) !important;
}

.tabs .tab-button.active span {
  font-weight: 400 !important;
}

.tabs .tab-button.active:hover {
  color: #3da !important;
}

.tab-content {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0.5rem;
  background-color: var(--primary-dark) !important;
  border-radius: 0 0 8px 8px;
}

.lmw-tab-content-inner {
  border-radius: 0.5rem;
  background-color: #eee !important;
}

.tabs .views {
  border-bottom: 1px solid #ccc;
}

.lmw-rounded-4 {
  border-radius: 4px !important;
}

.lmw-pagination-buttons {
  border-radius: 4px !important;
  background-color: #47a;
  color: #fff;
  padding: 0.05rem 0.5rem !important;
  margin: 0 0.1rem !important;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
}

.lmw-pagination-buttons:hover {
  background-color: #47a3da;
}

.lmw-pagination-container {
  width: 100%;
  text-align: center !important;
  background: #f1f1f1;
}

.lmw-color-blue-regular {
  color: #47a3da !important;
}

.lmw-top-members-search-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.5rem;
  margin: auto !important;
  grid-row-gap: 1rem;
}

.lmw-top-members-search-list {
  position: relative;
  max-width: 10.75rem !important;
  color: #444 !important;
  border: 1px solid #dedede;
  background-color: #ffff !important;
  box-shadow: 2px 2px 8px 2px #dedede;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
  margin: 0 auto !important;
}

.main-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 900px auto !important;
  grid-gap: 0.25rem !important;
  width: calc(1150px + 1rem) !important;
  min-width: calc(1150px + 1rem) !important;
  background-color: #fff !important;
  padding: 0 !important;
}

.lmw-main-container {
  position: relative;
  display: grid;
  grid-template-columns: 900px auto;
  grid-gap: 0.25rem;
  width: calc(1150px + 1rem);
  min-width: calc(1150px + 1rem);
  background-color: #fff;
  padding: 0;
}

.lmw-top-members-container {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 0.5rem;
  grid-row-gap: 1rem;
}

.lmw-home-top-members-container {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 0.5rem !important;
  padding: 0.5rem 0;
}

.lmw-home-top-members-list {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  color: #444 !important;
  border: 1px solid #dedede;
  background-color: #ffff !important;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-home-top-members-list-avatar {
  position: relative;
  width: 100% !important;
  height: 13rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 6px;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 4px solid #cccc !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-top-members-list:hover {
  border-color: #47a3da !important;
}

.lmw-top-members-list:hover .lmw-home-top-members-list-avatar {
  border-color: #47a3da !important;
}

.lmw-top-members-list {
  position: relative;
  max-width: 15rem;
  color: #444 !important;
  border: 1px solid #dedede;
  background-color: #ffff !important;
  box-shadow: 2px 2px 15px 1px #ccc;
  border-radius: 6px !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-top-members-list-avatar {
  position: relative;
  width: 10.5rem;
  height: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 6px;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 4px solid #cccc !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-top-members-list:hover {
  border-color: #47a3da !important;
}

.lmw-top-members-list:hover .lmw-top-members-list-avatar {
  border-color: #47a3da !important;
}

.lmw-top--members-list-info {
  color: #666 !important;
}

.lmw-top-videos-card {
  width: 100% !important;
  height: 10rem;
  background-color: #dedede;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #888;
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
  box-shadow: 0px 2px 15px 1px #999;
  padding: 0.35rem;
}

.lmw-top-videos-cards2 {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: 0px 2px 15px 1px #000;
}

.lmw-video-uploader-box a {
  color: #0080ff !important;
}

.lmw-video-uploader-box {
  position: absolute !important;
  display: grid;
  grid-template-columns: 2rem auto !important;
  grid-gap: 0.25rem;
  width: calc(100% - 0.7rem);
  max-width: calc(100% + 0.35rem);
  top: 0em;
  background-color: #fff;
  color: #000 !important;
  padding: 0.25rem;
  transition: all 1s ease-in-out !important;
  opacity: 0;
}

.lmw-top-video-player-icon {
  position: relative !important;
  padding: 0 !important;
  color: #fff;
  font-size: 3rem;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 75%;
  cursor: pointer !important;
  transition: all 0.45s ease-in-out !important;
  z-index: 100;
}

.lmw-top-video-player-icon:hover {
  color: #3da !important;
  opacity: 100% !important;
}

.lmw-top-videos-card:hover .lmw-top-video-player-icon {
  opacity: 75%;
  top: 7.5rem;
  bottom: -1rem !important;
  transform: translateY(-4.5rem);
}

.lmw-top-video-uploader-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  background-position: top center;
  border-radius: 50% !important;
  background-color: #47a3da;
  margin: auto;
}

.lmw-top-video-uploader-info {
  padding: 0;
  margin-left: 0.5rem;
  transition: all 1s ease-in-out !important;
}

.lmw-top-videos-card:hover .lmw-video-uploader-box {
  opacity: 1 !important;
}

.lmw-top-video-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  background-color: rgba(13, 152, 227, 0.35);
  border-top-right-radius: 8px;
  padding: 0.2rem;
  transition: all 0.5s ease-in-out !important;
}

.lmw-top-videos-card:hover .lmw-top-video-title-box {
  opacity: 1 !important;
  background-color: #47a3da !important;
}

.lmw-rounded-4 {
  border-radius: 4px !important;
}

.lmw-pagination-buttons {
  border-radius: 4px !important;
  background-color: #47a;
  color: #fff;
  padding: 0.05rem 0.5rem !important;
  margin: 0 0.1rem !important;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
}

.lmw-pagination-buttons:hover {
  background-color: #47a3da;
}

.lmw-pagination-container {
  width: 100%;
  text-align: center !important;
  background: #f1f1f1;
}

.lmw-color-blue-regular {
  color: #47a3da !important;
}

.invisible {
  display: none;
}

.lmw-lower-case div {
  color: #000;
  font-weight: 300 !important;
}

.lmw-lower-case span {
  color: #666;
  font-weight: 300 !important;
}

.lmw-adverts-container {
  display: grid;
  grid-template-columns: 3rem auto;
  grid-gap: 0;
  transition: all 0.5s ease-in-out !important;
}

.lmw-adverts-container:hover {
  background-color: #f4f6f8;
}

.lmw-adverts-subheader {
  display: grid;
  grid-template-columns: auto auto;
}

.lmw-adverts-subheader-left {
  text-align: left !important;
}

.lmw-adverts-subheader-right {
  margin-right: 0 !important;
  text-align: right !important;
  align-self: right;
}

.lmw-tabs-menu-box {
  display: grid;
  grid-template-columns: 50% 50%;
}

.lmw-tabs-menu {
  background-color: var(--primary-dark);
  color: var(--primary-white);
  font-size: 1.5rem;
  padding: 0.25rem;
  border-color: #47a;
  font-weight: 400 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-tabs-menu:hover {
  background-color: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: var(--primary-white) !important;
}

.lmw-tabs-menu:hover i {
  color: #fff;
}

.lmw-tabs-menu-active {
  background: linear-gradient(0deg, #fff 0%, #eee 100%) !important;
  color: #000 !important;
  font-weight: 400 !important;
  border-color: #ccc !important;
  border-bottom: 0 !important;
  cursor: default !important;
}

.lmw-tabs-menu-active:hover {
  background: linear-gradient(0deg, #fff 0%, #eee 100%) !important;
  border-color: #ccc !important;
  color: #000 !important;
}

.lmw-tabs-menu-active i {
  color: var(--primary-dark) !important;
}

.lmw-tabs-menu-active:hover i {
  color: var(--primary-dark) !important;
}

.lmw-my-work-lists {
  transition: all 0.35s ease-in-out !important;
  display: grid;
  grid-template-columns: auto 5rem;
  border-bottom: 1px dashed #999;
  grid-gap: 0;
  padding: 0 !important;
}

.lmw-my-work-lists:last-child {
  border-bottom: 0 !important;
}

.lmw-tab-menu-left {
  border-top-right-radius: 16px !important;
  border: 1px solid #ccc;
  border-bottom: 1px solid #47a3da;
  border-left: 0;
}

.lmw-tab-menu-right {
  border-top-left-radius: 16px !important;
  border: 1px solid #ccc;
  border-bottom: 1px solid #47a3da;
  border-right: 0;
}

.lmw-position-middle {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: auto !important;
  cursor: pointer;
}

.lmw-custom-x-button {
  background-color: #999;
  color: #fff;
  padding: 0.1rem 0.35rem;
  transition: all 0.35s ease-in-out !important;
  border-radius: 4px;
}

.lmw-edit-button {
  background-color: #dedede;
  color: #444;
  padding: 0.5rem;
  cursor: pointer !important;
  transition: all 0.35s ease-in-out !important;
}

.lmw-edit-button:hover {
  background-color: #3da !important;
  color: #fff !important;
}

.lmw-cancel-button {
  background-color: #dedede;
  color: #000;
  padding: 0.5rem;
  cursor: pointer !important;
  transition: all 0.35s ease-in-out !important;
}

.lmw-cancel-button:hover {
  background-color: orange !important;
  border-color: orange !important;
  color: #fff !important;
}

.lmw-cancel-button:hover .lmw-custom-x-button {
  background-color: orange !important;
  color: #fff !important;
}

.lmw-profile-avatar-close-faded {
  background-color: #dedede;
  color: #444;
  padding: 0.5rem 0.6rem;
  cursor: pointer !important;
  transition: all 0.35s ease-in-out !important;
}

.lmw-profile-avatar-close-faded:hover {
  background-color: #ff3030 !important;
  color: #fff !important;
}

.lmw-edit-media-inner-container {
  height: calc(100%- 2rem) !important;
  max-height: calc(100%- 2rem) !important;
  padding: 0 !important;
}

.lmw-uploaded-media-gallery-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 0.5rem !important;
}

.lmw-uploaded-media-gallery-list {
  width: 100%;
  max-width: 100%;
  height: 20rem;
  border: 1px solid #ccc;
  background-size: cover;
  background-position: top center;
  border-radius: 8px;
}

.lmw-uploaded-media-preview-image {
  background-size: cover;
  background-position: top center !important;
  height: 17rem !important;
  border-radius: 0.5rem 0.5rem 0 0;
}

.lmw-edit-media-two-rows {
  position: relative !important;
  width: 100%;
  max-width: 100%;
  height: 25rem !important;
  max-height: 25rem;
  transform: translateY(0rem) !important;
  display: grid;
  grid-template-columns: 25rem auto;
  grid-gap: 1rem;
}

.lmw-edit-media-image-box {
  position: relative !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  text-align: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 6px !important;
  transform: translateY(0rem) !important;
  border: 1px solid #bbb;
  overflow: hidden;
}

.lmw-edit-media-into-field {
  width: 100%;
  resize: none;
  height: 13rem;
  border-radius: 6px !important;
}

.lmw-edit-right-box {
  display: flex;
  align-items: center !important;
}

.lmw-selected-member-active {
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
  border-radius: 0.6rem !important;
  font-weight: 400 !important;
}

.lmw-selected-member-active i {
  color: var(--primary-orange) !important;
}

.lmw-select-member-to-recommend-card {
  position: relative !important;
  display: grid !important;
  min-height: 4rem !important;
  grid-template-columns: 4rem auto !important;
  grid-gap: 0rem !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 1.5px 1.5px 7px 0px #ccc;
  cursor: pointer !important;
  border-radius: 0.6rem !important;
}

.lmw-select-member-to-recommend-card:hover {
  border-color: var(--primary-dark) !important;
  box-shadow: 1.5px 1.5px 7px 0px #ccc !important;
}

.lmw-selected-member-card-image {
  position: relative !important;
  height: 100%;
  width: 100% !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: left;
  align-content: center;
  padding: 0.25rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.lmw-dashboard-icons {
  font-size: 2rem;
}

.lmw-outer-container {
  position: relative;
  display: grid;
  grid-template-columns: auto 100%;
  grid-gap: 0.5rem;
}

.main-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 900px auto !important;
  grid-gap: 0.25rem !important;
  width: calc(1150px + 1rem) !important;
  min-width: calc(1150px + 1rem) !important;
  background-color: #fff !important;
  padding: 0 !important;
}

.lmw-main-container {
  position: relative;
  display: grid;
  grid-template-columns: 900px auto;
  grid-gap: 0.25rem;
  width: calc(1150px + 1rem);
  min-width: calc(1150px + 1rem);
  background-color: #fff;
  padding: 0;
}

.lmw-video-container {
  position: relative;
  width: calc(100% - 1rem);
  max-width: 100%;
  height: 22.95rem;
  margin: 0.5rem;
  background-color: #000;
  border-radius: 6px;
}

.lmw-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 6px;
}

.lmw-photo-gallery-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100% !important;
  z-index: 1150;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 1.5rem;
}

.lmw-photo-gallery-inner-container {
  position: relative !important;
  width: auto !important;
  min-width: 50%;
  max-width: calc(100% - 7em);
  height: calc(100% - 1rem) !important;
  display: grid;
  grid-template-columns: auto 17rem;
  margin: 0.5rem auto !important;
  background-color: #fff;
}

.lmw-close-window {
  position: absolute;
  right: 1rem;
  color: #999;
  font-size: 4rem;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.lmw-close-window:hover {
  color: #fff !important;
}

.lmw-photo-gallery-image-viewer {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  min-height: calc(100%- 2rem) !important;
  background-color: #000;
  overflow: hidden;
}

.lmw-photo-gallery-image-box {
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
}

.lmw-photo-gallery-image-viewer img {
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  position: relative;
  margin: 0 auto !important;
  text-align: center !important;
  align-items: center !important;
}

.lmw-photo-gallery-image-list {
  position: relative;
  min-height: calc(100% - 0.5rem) !important;
  max-height: calc(100% - 0.5rem) !important;
  background-color: #fff;
  overflow: hidden;
}

.lmw-photo-gallery-image-list-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0.5rem;
  max-height: calc(100% - 5rem) !important;
  overflow: hidden;
  overflow-y: auto !important;
  background-color: #fff;
}

.lmw-photo-gallery-image-list-thumbnails {
  width: 10rem;
  max-width: 10rem;
  height: 12rem;
  max-height: 12rem;
  padding: 1rem !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-color: #ccc;
  border: 1rem solid #ccc;
  margin: 0 auto !important;
  cursor: pointer !important;
  transition: all 0.15s ease-in-out !important;
}

.lmw-photo-gallery-image-list-thumbnails:hover {
  background-color: #47a3da !important;
  border: 1rem solid #47a3da !important;
  border-radius: 8px !important;
}

.lmw-thumbnails-thumbnails-active {
  background-color: #3da !important;
  border-color: #3da !important;
  border-radius: 8px !important;
}

.lmw-thumbnails-thumbnails-active:hover {
  background-color: #3da !important;
  border-color: #3da !important;
}

.lmw-photo-gallery-image-list-thumbnails img {
  position: relative;
  max-width: 100% !important;
}

.lmw-photo-gallery-image-info {
  position: absolute !important;
  display: grid;
  grid-template-columns: 5rem auto !important;
  grid-gap: 0.5rem !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: calc(100% - 4rem) !important;
  border: 1px solid #333;
  color: #000 !important;
  bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: inherit;
  margin: 0 2rem !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-photo-gallery-image-info .fal {
  position: absolute;
  margin-top: -2.5rem;
  font-size: 2.2rem;
  cursor: pointer;
  right: 1rem;
  transition: all 0.25s ease-in-out !important;
}

.lmw-photo-gallery-image-info-creator {
  position: relative !important;
  height: 5rem !important;
  width: 5rem !important;
  background-size: cover;
  background-position: top center;
}

.lmw-text-area-field {
  width: 100% !important;
  min-height: 10rem;
  border: 1px solid #ccc;
  padding: 0.5rem !important;
  border-radius: 0.5rem !important;
  resize: none !important;
  font-size: 1rem !important;
  font-weight: 200;
  transition: all 0.5s ease-in-out !important;
}

.lmw-text-area-field:focus {
  border-color: #47a3da;
  color: #235 !important;
  padding: 0.5rem !important;
  outline: 0 !important;
}

.lmw-header-container {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  position: fixed !important;
  height: 4em;
  background-color: #fff !important;
  z-index: 1100;
}

.lmw-header-inner-container {
  position: relative;
  display: grid;
  grid-template-columns: 9rem 600px auto;
  grid-gap: 0.5rem;
}

.lmw-header-left {
  display: grid;
  grid-template-columns: 3em auto;
  grid-gap: 0.5rem;
}

.lmw-header-left i {
  font-size: 2.5rem;
  cursor: pointer !important;
  color: #ccc;
  transition: all 0.2s ease-in-out !important;
  margin-top: 0.3rem;
}

.lmw-header-left i:hover {
  color: #47a3da !important;
}

.lmw-top-brand-logo {
  max-width: 5rem;
}

.lmw-top-cv-logo {
  max-width: 100% !important;
}

.lmw-header-middle {
  display: grid;
  grid-template-columns: auto 2rem;
}

.lmw-header-middle i {
  position: inherit;
  font-size: 2rem;
  margin-left: -3rem;
  margin-top: 0.55rem;
  color: #ccc !important;
}

.lmw-header-search-field {
  width: 100%;
  padding: 0.2rem 1rem;
  padding-right: 3rem;
  border: 1px solid #dedede;
  background-color: #f4f6f8;
  border-radius: 1.25rem;
  outline: none !important;
  margin-top: 0.2rem;
  font-weight: 400;
  color: #444 !important;
  transition: all 0.3s ease-in-out !important;
  padding: 0.5rem;
  font-size: 1rem;
}

.lmw-header-search-field:focus {
  border: 1px solid #47a3da !important;
}

.lmw-header-right {
  display: grid;
  grid-template-columns: 7.5rem auto !important;
  grid-gap: 0.5rem;
  background-color: #fff;
}

.lmw-header-social-icons {
  position: relative;
  display: grid;
  grid-template-columns: auto auto !important;
  grid-gap: 0.5rem;
  background-color: #fff;
  max-width: 7.5rem !important;
  text-align: center !important;
  float: right;
}

.lmw-header-right i {
  font-size: 2.5rem;
  color: #ccc;
  margin-top: 0.3rem;
  transition: all 0.3s all ease-in-out !important;
}

.lmw-header-right i:hover {
  color: #47a3da !important;
}

.base_container {
  margin-top: 4.35rem !important;
}

.lmw-header-avatar {
  background-color: #fff;
  text-align: center;
}

#lwm_header_avatar {
  position: relative;
  z-index: 1500 !important;
}

.lmw-top-search-header-icon {
  font-size: 3rem;
}

.lmw-rounded-top-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.lmw-modal-container {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1500;
  transition: all 0.3s ease-in-out !important;
}

.lmw-modal-container:hover {
  background-color: #eee !important;
}

.lmw-br {
  border-right: 0.1rem dotted #ccc;
}

.lmw-lower-case {
  text-transform: initial !important;
}

.lmw-lower-case div {
  font-weight: 100 !important;
}

.lmw-overall-header-title {
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.lmw-overall-header-titles {
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif !important;
  letter-spacing: 0.05rem;
  text-transform: normal !important;
}

.lmw-overall-header-title div {
  font-weight: 100 !important;
}

.lmw-sample-jobs-header {
  font-size: 1.35rem;
  font-family: "Roboto Slab", serif !important;
  font-weight: 100 !important;
}

.lmw-semi-bold {
  font-weight: 200 !important;
}

.lmw-text-labels {
  font-size: 1.05rem !important;
}

.lmw-text-m {
  font-size: 1rem !important;
}

.lmw-text-sm {
  font-size: 0.9rem !important;
}

.lmw-text-xsm {
  font-size: 0.8rem !important;
  font-weight: 100 !important;
}

.lmw-land-box {
  display: grid;
  grid-template-columns: 1rem auto;
  grid-gap: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.lmw-ads-box {
  padding-bottom: 0 !important;
}

.lmw-flag-sm {
  max-width: 100% !important;
}

.lmw-hr-dark {
  border: 1px solid #ccc !important;
  margin: 0.2rem;
}

.lmw-icon-lg {
  font-size: 3rem;
  color: #dedede !important;
  text-align: center !important;
}

.lmw-text-light {
  font-weight: 100 !important;
}

.lmw-highlight-container {
  position: relative !important;
  background-color: #f4f6f8;
  max-width: 100% !important;
  margin: auto !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  text-align: center !important;
}

.lmw-apps-box {
  position: relative !important;
  border: 1px solid #dedede;
  min-width: 7rem;
  max-width: 7rem;
  border-radius: 0.5rem;
  background-color: #f1f1f1;
  color: #000;
  font-weight: 100 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 2px 8px 10px 2px #dedede;
}

.lmw-b {
  border: 1px solid #dedede;
}

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

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

.lmw-rounded-6 {
  border-radius: 6px !important;
}

.lmw-apps-wrapper {
  display: grid !important;
  grid-template-columns: auto auto auto auto auto auto !important;
  grid-gap: 0.5rem !important;
  max-width: 100% !important;
  margin: auto !important;
}

.lmw-apps-box:hover .lmw-apps-info {
  color: #fff !important;
}

.lmw-apps-box:hover .fas {
  background-color: #47a3da;
  color: #fff !important;
}

.lmw-message-modal-textarea {
  border-radius: 0.5rem !important;
  width: 100% !important;
}

.lmw-apps-info {
  display: grid;
  grid-template-columns: 2rem auto !important;
  grid-gap: 0.25rem;
  margin-top: 0.1rem;
  color: #47a3da;
  transition: all 0.3s ease-in-out !important;
  max-width: 98% !important;
  margin: auto;
}

.lmw-apps-totals {
  font-size: 1.3rem;
  margin-top: 0rem;
  font-family: "Roboto Slab", serif !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-p-2 {
  padding: 0.5rem;
}

.lmw-apps-box .fas {
  font-size: 2rem;
  color: #47a3da;
  transition: all 0.3s ease-in-out !important;
}

.lmw-highlight-header {
  display: grid;
  grid-template-columns: 8rem auto;
  grid-gap: 1rem;
  margin: auto;
  max-width: 37.5rem;
  text-align: left !important;
}

.lmw-text-header {
  font-size: 1.35rem;
  font-family: "Roboto Slab", serif !important;
  margin-top: 2.5rem;
  text-align: left;
}

.lmw-text-under-title {
  text-align: left;
}

.lmw-highlight-avatar {
  position: relative !important;
  height: 8rem;
  width: 8rem;
  border-radius: 50% !important;
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border: 4px solid var(--primary-dark) !important;
  transition: all 0.35s ease-in-out !important;
}

.lmw-highlight-avatar:hover {
  border: 4px solid var(--primary-orange) !important;
}

.lmw-highlight-greetings {
  position: relative !important;
  padding-top: 2rem;
}

.lmw-border-t {
  border-top: 1px solid #dedede;
}

.lmw-border-l {
  border-left: 1px solid #dedede;
}

.lmw-border-r {
  border-right: 1px solid #dedede;
}

.lmw-border-b {
  border-bottom: 1px solid #dedede;
}

.lmw-border-b-dashed {
  border-bottom: 1px dashed #dedede;
}

.lmw-apps-wrapper {
  background-color: #fff !important;
  padding: 1rem;
}

.lmw-btr-md {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lmw-btr-sm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

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

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

.modal-dialog {
  position: relative;
  z-index: 1200;
}

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

.member-list-card {
  color: #47a3da;
  cursor: pointer !important;
}

.member-list-card:hover {
  color: #3da !important;
}

.lmw-driversLicense-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.lmw-apps-box:hover {
  background-color: #47a3da;
  border-color: #47a3da;
  color: #fff !important;
  box-shadow: 0 !important;
}

.lmw-img-creator-container {
  display: grid;
  grid-template-columns: 5rem auto !important;
  grid-gap: 0.3rem;
  min-height: 7rem;
}

.lmw-img-creator-img {
  background-size: cover;
  background-position: top center;
}

.lmw-bg-gradient-gray {
  background: linear-gradient(0deg, #f4f6f8 0%, #dedede 100%) !important;
}

.lmw-bg-gradient-white {
  background: linear-gradient(0deg, #fff 0%, #eee 100%) !important;
}

.lmw-mb-1 {
  margin-bottom: 0.3rem !important;
}

.lmw-grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0.5rem;
}

small {
  font-size: 0.85rem !important;
}

.lmw-text-area {
  position: relative !important;
  width: 100%;
  max-width: 100%;
  height: 7rem;
  max-height: auto !important;
  padding: 0.25rem !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: #000 !important;
  outline: none !important;
  transition: all 0.3s ease-in-out !important;
  resize: none !important;
}

.lmw-text-area:focus {
  background-color: #f4f6f8 !important;
  border: 1px solid #47a3da !important;
  color: green !important;
}

.lmw-devide-in-two {
  display: grid;
  grid-template-columns: auto auto !important;
  grid-gap: 1rem;
}

.lmw-text-field {
  position: relative !important;
  width: 100%;
  max-width: 25rem;
  padding: 0.25rem !important;
  background-color: #fff !important;
  border: 1px solid var(--primary-dark);
  color: #000 !important;
  outline: none !important;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-text-field:focus {
  background-color: #f4f6f8 !important;
  border: 1px solid #47a3da !important;
  color: var(--primary-dark) !important;
}

.lmw-text-div-box {
  max-width: 60%;
}

.lmw-network-card {
  position: relative;
  border: 1px solid #fff;
}

.lmw-network-card:hover {
  box-shadow: 0px 0px 15px #ccc;
  border: 1px solid #dedede !important;
}

.lmw-network-card-inner {
  position: relative;
  display: grid;
  grid-template-columns: 5rem auto;
}

.lmw-network-card-avatar {
  position: relative;
  height: 100% !important;
  width: 5rem;
  background-size: cover !important;
  background-position: top center !important;
  border-radius: 6px 0 0 6px !important;
}

.lmw-network-card:hover .lmw-network-card-avatar {
  border-radius: 6px 0 0 6px !important;
}

.lmw-grid-50 {
  display: grid !important;
  grid-template-columns: 50% 50%;
  grid-gap: 0.5rem;
}

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

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

option {
  background-color: skyblue !important;
  color: #fff !important;
}

.lmw-search-results-list {
  display: grid !important;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem;
}

.lmw-header-grid-50 {
  display: grid !important;
  grid-template-columns: auto auto;
}

.overall-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 6.3em;
  padding: 0;
  margin: 0;
  z-index: 1000;
  font-size: 0.9em;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.overall-header #headerMenuIcon {
  display: none;
}

.overall-header .header-inner {
  max-width: 980px;
  padding: 0.5em;
  display: grid;
  grid-template-columns: 15em auto 6em;
  grid-column-gap: 0em;
}

.overall-header .header-inner .header-brandBox {
  max-width: 100%;
  height: 5em;
  text-align: center;
}

.overall-header .header-inner .header-brandBox .brand-logo {
  position: relative;
  max-width: 100%;
  height: 100%;
}

.overall-header .header-inner .header-brandBox {
  background-color: inherit;
}

.overall-header .header-inner .header-avatarBox {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.overall-header .header-inner .header-avatarBox .header-avatarDiv {
  width: 3.5em;
  height: 3.5em;
  border: 4px solid #ccc;
  border-radius: 100% !important;
  padding: 0 !important;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
}

.overall-header .header-inner .header-avatarBox .header-avatarDiv .material-icons {
  margin: auto;
  font-size: 3em;
  margin-top: 0.8em;
  margin-left: 0.06em;
  color: #ccc;
}

.overall-header .header-inner .header-searchBox .header-middleBox {
  min-width: 36.8em;
  max-width: 36.8em;
  color: #666;
  font-size: 1em;
}

.overall-header .header-inner .header-searchBox .header-middleBox .header-searchField {
  padding: 0.3em;
  padding-left: 1em;
  width: 25em;
  font-size: 1.2em;
  border-radius: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #000;
  margin-top: 0.3em;
}

.overall-header .header-inner .header-searchBox .header-middleBox #header_searchIcon {
  color: #47a3da;
  position: relative;
  float: right;
  margin-left: -4.5em;
  margin-top: -1.24em;
  font-size: 1.8em;
  background-color: #444;
  padding: 0.1em;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  border-radius: 0 4px 4px 0;
}

.overall-header .header-inner .header-searchBox .header-middleBox #header_searchIcon:hover {
  color: #0a9;
  background-color: #444;
}

.recent-members-container {
  max-width: 100% !important;
  min-width: 100%;
  min-height: 27em;
  max-height: 27em;
  background-image: url(".$this->user_avatar().");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.userHighLight {
  position: absolute;
  grid-template-rows: 5% auto 5%;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 10em);
  min-height: calc(100% - 15em);
  padding: 5em;
  padding-bottom: 10em;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.onlineHighLight {
  position: absolute;
  grid-template-rows: 5% auto 5%;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: calc(100% - 10em);
  min-height: calc(100% - 15em);
  padding-top: 5%;
  padding-bottom: 10em;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.hide {
  position: relative !important;
  display: none;
  transition-delay: 0.3s;
  margin-top: calc(-100% + -2rem) !important;
  transition: all 0.3s ease-in-out !important;
}

.show {
  display: block !important;
  position: fixed;
  z-index: 1010 !important;
  transform-origin: 0;
  transform: scale(1);
  transition: all 0.3s linear ease-in-out;
}

.userHighLight_Inner {
  width: 23em;
  max-width: 23;
  min-height: 25em;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 0;
  transition: all 0.5s ease-in-out;
  margin: auto;
  box-shadow: 2px 2px 10px #888;
  margin-bottom: 10em !important;
}

.userHighLight_Inner .closeIcons {
  float: right;
  border: 1px solid #47a;
  cursor: pointer;
  border-radius: 3px;
  max-height: 1em !important;
  width: 1em;
  max-width: 1em;
  height: 1em;
  padding: 0em;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.userHighLight_Inner .closeIcons:hover {
  /* border: 1px solid red;
        background-color: rgba(250,0,0, 0.01); */
  color: orangered;
}

.userHighLight_Inner .oupClose {
  float: right;
  border: 1px solid #47a;
  cursor: pointer;
  border-radius: 3px;
  max-height: 1em !important;
  width: 1em;
  max-width: 1em;
  height: 1em;
  padding: 0em;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.userHighLight_Inner .oupClose:hover {
  /* border: 1px solid red;
        background-color: rgba(250,0,0, 0.01); */
  color: orangered;
}

.userHighLight_Inner .userHeighLightHeader {
  display: block;
  padding: 0.5em;
  margin: 0;
  background-color: #47a;
  position: relative;
  width: calc(100% - 1em);
  max-width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  display: grid;
  grid-template-columns: 1em auto 1em;
}

.userHighLight_Inner .userHeighLightHeader .upAvatar {
  position: inherit;
  width: 5em;
  height: 5em;
  background-position: middle;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: -2em;
}

.userHighLight_Inner .userHeighLightHeader .isOnline {
  padding: 0.1em;
  background-color: greenyellow;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  float: left;
}

.userHighLight_Inner .userHeighLightHeader .isOffline {
  padding: 0.1em;
  background-color: #fa0000;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  float: left;
}

.userHighLight_Inner .upHeaderText {
  width: 100%;
  text-align: center;
  padding-top: 2.3em;
}

.userHighLight_Inner .upHeaderText .fullName {
  font-size: 1.5em;
  font-weight: bold;
  align-content: center;
}

.userHighLight_Inner .upOptionList {
  border-top: 1px dotted #ccc;
  /* border-bottom: 1px dotted #fff; */
  display: grid;
  grid-template-columns: 3em auto;
  padding: 0.3em 0.5em;
  cursor: pointer;
  color: #000;
}

.userHighLight_Inner .upOptionList .material-icons {
  color: #47a3da;
  font-size: 1.3em;
}

.overall-header-titles {
  padding: 0.5em;
  font-family: "Roboto Slab", serif !important;
  font-size: 1.5em;
  color: #000;
  font-weight: lighter !important;
  background-color: #f4f6f7;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.overall-header-titles .label {
  font-size: 0.6em !important;
  margin-top: 0.3em;
}

.overall-header-titles small {
  font-size: 0.75em;
}

.overall-header-titles .textField {
  font-size: 0.9rem !important;
}

.main-container {
  max-width: 100%;
  display: block;
  font-size: 0.9em !important;
  margin-top: 5rem;
  margin-bottom: 0rem !important;
}

.lmw-quick-search-results {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0 !important;
  transition: all 0.5s ease-in-out !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 4em;
  z-index: 1000;
}

.lmw-quick-search-results .lmw-quick-search-inner-box {
  position: relative !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  background-color: #fff;
  padding: 0 !important;
  padding-top: 0.5em !important;
  margin: 0 !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title {
  position: relative !important;
  display: grid;
  background-color: #fff !important;
  grid-template-columns: auto auto !important;
  max-width: calc(100vw - 0) !important;
  padding-right: 0 !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .top-search-header {
  display: grid;
  grid-template-columns: 1em auto;
  grid-gap: 0.5em;
  max-width: 100vw !important;
  font-size: 1.1em;
  font-weight: 500 !important;
  margin-right: 0 !important;
  color: #777 !important;
  text-transform: uppercase !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .top-search-header .top-search-header-icon {
  color: #47a3da !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title #close-top-search-box-icon {
  color: #ccc;
  border-radius: 4px;
  font-size: 2em;
  padding: 0;
  cursor: pointer;
  float: right !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title #close-top-search-box-icon:hover {
  color: orangered !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .advanced-search {
  position: relative;
  float: right;
  font-size: 0.9em;
  text-align: right !important;
  margin-right: 0em !important;
  /* background-color: #ccc; */
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-bottom: 2.5rem;
  width: 100vw !important;
  max-width: calc(100vw - 1rem) !important;
  height: 100%;
  max-height: calc(100% - 10rem);
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto 1em !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons {
  color: #888;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
  font-size: 1.1em !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons:hover {
  color: #fa0002;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box {
  position: relative;
  display: block !important;
  border: 1px solid #ccc;
  background-color: #fff !important;
  box-shadow: 0 0 0.8em 0em #ccc inset;
  margin: 0em;
  margin-top: 0.2em;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  max-width: calc(100vw) !important;
  height: auto !important;
  max-height: calc(100vh - 11.5rem) !important;
  overflow: hidden;
  overflow-y: auto !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .lmw-top-search-members-results {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap !important;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells-link {
  border-bottom: 0;
}

.lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells {
  background-color: #fff;
  border-bottom: 1px dashed #ccc;
  display: grid;
  grid-template-columns: 3.7em auto;
  grid-gap: 1em;
  padding: 0.2em;
}

.labels {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #444;
}

.home-highlight-updates {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 1em;
}

.home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box {
  max-width: 100%;
  color: #000 !important;
  cursor: pointer;
}

.home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box .main-joblist-title {
  margin: 0.3em 0 !important;
  border-bottom: 1px dashed #fff;
}

.home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box:hover {
  background-color: #f4f6f8;
  color: #47a3da !important;
}

.home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box:hover .main-joblist-title {
  border-bottom: 1px dashed #ccc !important;
}

.home-highlight-updates .newest-members-container {
  padding: 0;
  display: grid;
  grid-template-columns: 5.5em 5.5em 5.5em 5.5em 5.5em;
  grid-gap: 0.5em;
  align-content: center;
}

.home-highlight-updates .newest-members-container .newest-members-list {
  background-size: cover;
  background-position: center center;
  height: 7.5em !important;
  width: 5.5em !important;
  border: 1px solid #fff !important;
  border-radius: 4px;
  box-shadow: 3px 5px 3px #ccc;
  margin: 0.5em 0;
  padding-top: 0.8em;
}

.home-highlight-updates .newest-members-container .newest-members-list .newest-members-name-tag {
  position: relative;
  background-color: #fff;
  white-space: nowrap;
  bottom: 0;
  padding: 0.5em;
  margin: 0.3em;
  margin-top: 1em;
  border-radius: 4px;
  color: #000 !important;
  max-width: 100%;
  transition: all 0.5s ease-in-out !important;
}

.home-highlight-updates .newest-members-container .newest-members-list:hover {
  box-shadow: 3px 3px 3px #47a3da !important;
}

.home-top-reels-container {
  display: grid;
  grid-template-columns: auto auto auto auto !important;
  grid-gap: 0.5em !important;
  transition: all 0.5s ease-in-out !important;
  max-width: 100% !important;
  overflow: hidden;
  overflow-x: auto !important;
}

.homeimgPrevie {
  background-size: cover;
  background-position: center !important;
  width: 14.8em;
  max-width: 14.8em;
  height: 20em;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.homeimgPrevie .home-members-name-tag {
  position: relative;
  background-color: #fff;
  bottom: 0;
  padding: 0.5em;
  margin: 0.3em;
  margin-top: 0.5em;
  border-radius: 4px;
  color: #000 !important;
  max-width: 100% !important;
  transition: all 0.3s ease-in-out !important;
}

.homeimgPrevie .material-icons {
  position: relative !important;
  font-size: 75px !important;
  color: rgba(250, 250, 250, 0.5);
  margin-top: 100px;
  margin-left: 0.9em !important;
  transition: color 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.homeimgPrevie .material-icons:hover {
  color: #fafafa !important;
}

.homeimgPrevie:hover .material-icons {
  margin-top: 39px !important;
}

.welcome {
  padding: 0.5em;
  font-size: 1.6em;
  color: #000;
  font-weight: lighter !important;
  background-color: #f4f6f7;
  margin-bottom: 0.5em;
}

.welcome .material-icons {
  float: left;
  margin-right: 0.5em;
}

.smaller-headers {
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  font-size: 1.1em;
}

.label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
  background-color: rgba(214, 213, 213, 0.7);
}

.site-activities {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 0.1em;
  padding: 0.5em;
  font-size: 0.8em;
  margin: -0.5em;
  margin-top: 0.1em;
  font-weight: lighter !important;
  max-width: 46em;
}

.site-activities .insites {
  max-width: 15em;
}

.site-activities .insites .insites-header {
  background-color: rgba(117, 121, 122, 0.23);
  padding: 0.3em;
  color: #000;
}

.site-activities .insites .insites-content {
  padding: 0.7em;
  background-color: rgba(49, 52, 53, 0.1);
  font-size: 0.85em;
}

.ucp_menuContainer {
  margin-right: 0em;
  width: 11em;
  background-color: #fff;
  border: 1px solid #000;
}

.ucp_menuContainer .overall-headers .material-icons {
  margin-right: 0.5em;
  color: #666;
  float: left !important;
}

.ucp_menuContainer .overall-headers .ucp_menuHeaderText {
  letter-spacing: 0.3em;
  color: #000;
}

.ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox {
  padding: 0.35em;
  transition: all 0.15s linear;
  cursor: pointer;
  border-top: 1px dotted #ccc;
  border-bottom: 1px solid #fff;
  border-left: 6px solid #fff;
  background-color: #fff;
  display: grid;
  grid-template-columns: 2em auto 2em;
  color: #000;
  text-decoration: none;
}

.ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox .material-icons {
  margin-right: 0.3em;
  font-size: 1.3em;
  color: #47a3da;
}

.ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox:hover {
  border-left: 6px solid #47a3da;
  color: #47a3da !important;
  cursor: pointer;
  background-color: #f7f8f9;
}

.ucp_menuContainer .ucp_menuInnerContainer .logout-linkBox .material-icons {
  color: orangered;
}

.ucp_menuContainer .ucp_menuInnerContainer .logout-linkBox:hover {
  border-left: 6px solid orangered !important;
  color: orangered !important;
}

.update-project-poster-box {
  position: relative;
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 0;
  max-width: 100% !important;
}

.update-project-poster-box .poster-preview-box {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  text-align: center !important;
}

.update-project-poster-box .poster-preview-box .overview_cover {
  position: relative;
  max-height: 500px !important;
  max-width: 90% !important;
  border: 10px solid #3da;
  background-color: #eee;
  margin: auto;
  border-radius: 6px !important;
}

.update-project-poster-box .update-project-poster-right {
  padding: 0;
}

.update-project-poster-box .update-project-poster-right .update-project-poster-right-inner {
  padding: 0.5em;
  display: grid;
  grid-template-columns: 130px 130px 130px 130px;
  grid-gap: 0.7em !important;
  height: 350px;
  overflow: hidden;
  overflow-y: auto;
}

.update-project-poster-box .update-project-poster-right .update-project-poster-right-inner-list {
  height: 150px !important;
  max-width: 100%;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
  padding: 1em;
  padding-left: 0.5em;
}

.mediaModal .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 1500 !important;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto !important;
}

.mediaModal .modal_container .media-inner-container {
  margin: auto !important;
  padding: 0 !important;
  background-color: #fff;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px !important;
}

.mediaModal .modal_container .media-inner-container .modal-inline-header {
  display: grid;
  grid-template-columns: auto 1em;
}

.mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons {
  cursor: pointer !important;
  color: #888;
  transition: all 0.3s ease-in-out !important;
}

.mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons:hover {
  color: orangered !important;
}

.mediaModal .modal_container .modify-member-modal {
  width: 100%;
  margin: 2em;
  margin-left: 4em;
  display: block !important;
  max-height: calc(100vh - 4em) !important;
  min-height: auto !important;
  background-color: #fff !important;
  max-width: 768px !important;
  overflow-y: auto;
}

.mediaModal .modal_container .modify-member-modal .modal-inline-header {
  display: grid;
  grid-template-columns: auto 1em;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ccc;
}

.mediaModal .modal_container .modify-member-modal .modal-inline-header .material-icons {
  float: right !important;
}

.mediaModal .modal_container .modify-member-modal #closeFormsBox {
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  font-size: 1.3em;
}

.mediaModal .modal_container .modify-member-modal #closeFormsBox:hover {
  color: orangered;
}

.mediaModal .modal_container .modify-member-modal .textField {
  border-radius: 6px !important;
  font-size: 1em !important;
}

.mediaModal .modal_container .modal_InnerContainer {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-width: 700px;
  max-height: calc(100vh - 4em) !important;
  background-color: #000;
  margin: 2em auto;
  padding: 0;
  padding-bottom: -2em !important;
  display: grid;
  grid-template-columns: auto 21em;
  border-radius: 8px !important;
  border: 2px solid #666;
  box-shadow: 7px 7px 20px 0 #333;
  z-index: 1;
  overflow-y: hidden !important;
}

.mediaModal .modal_container .modal_imgInfo {
  position: relative;
  flex: 1;
  width: 100% !important;
  max-width: 100% !important;
}

.mediaModal .modal_container .img_postersInfo {
  position: relative;
  display: grid;
  grid-template-columns: auto 1em;
  background-color: #dedede;
  padding: 0.5em;
  padding-bottom: 0.25rem !important;
  margin: auto;
  border-top-right-radius: 8px;
}

.mediaModal .modal_container .modal_imgPrevie {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 0 0 8px !important;
}

.mediaModal .modal_container .img-preview-helper {
  position: absolute;
}

.mediaModal .modal_container .img {
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  max-height: calc(100vh - 0em) !important;
  min-height: 100% !important;
  text-align: center !important;
  align-items: center !important;
  border-radius: 8px 0 0 8px !important;
}

.mediaModal .modal_container .img .modal_big_image {
  position: relative;
  max-width: 100% !important;
  max-height: calc(100vh - 2em) !important;
  margin: auto !important;
  background-color: #000 !important;
}

.mediaModal .modal_container .video {
  display: block;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  max-height: calc(100vh - 0em) !important;
  min-height: auto;
  text-align: center !important;
  align-items: center !important;
  border-radius: 8px 0 0 8px !important;
}

.mediaModal .modal_container .video .modal_big_image {
  position: relative !important;
  height: auto;
  min-height: 450px;
  width: 100%;
  max-width: 100% !important;
  margin: auto;
  margin-top: 0 !important;
  background-color: #000 !important;
  overflow: hidden;
}

.mediaModal .modal_container .modal_imgInfo_heaader {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.mediaModal .modal_container .modal_imgsocial {
  position: fixed;
  color: #fff;
  background-color: #fff;
  padding: 0em;
  border-top: 1px dotted #bbb;
  width: inherit !important;
  max-width: 90%;
  margin: auto;
  margin-top: -3em;
}

.mediaModal .modal_container .modal_imgDescription {
  position: relative;
  padding: 0.5em;
  background-color: #fff;
  height: 100% !important;
}

.mediaModal .modal_container .modal_imgDescription .comment_container {
  position: relative;
  border: 1px solid #ccc;
  height: auto;
  min-height: auto;
  max-height: 30em;
  overflow-y: auto;
  background-color: #fff;
}

.mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner {
  position: relative;
  background-color: #eee;
}

.mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner .commentbox {
  position: relative;
  font-size: 1em;
  border-top: 1px solid #ccc;
  background-color: #fff;
  flex: 1;
  max-width: 100%;
}

.mediaModal .modal_container .img_socialInner {
  color: default;
  background-color: #fff !important;
}

.mediaModal .modal_container .close_modal {
  color: #777;
  float: right !important;
  cursor: pointer;
  transition: all 0.5s;
}

.mediaModal .modal_container .close_modal .material-icons {
  font-size: 2em !important;
}

.mediaModal .modal_container .close_modal:hover {
  color: orangered;
}

.mediaModal .modal_container .who_likes {
  margin-top: 2em;
  border-top: 1px dotted #ccc;
  display: flex;
  flex-wrap: nowrap;
  color: #47a3da;
  margin-bottom: -1;
  margin-bottom: 0.5em;
}

.mediaModal .modal_container .who_likes .views {
  font-size: 0.9em;
  margin-top: 0.3em;
  margin-left: 1em;
  cursor: pointer;
}

.mediaModal .modal_container .who_likes .views .material-icons {
  font-size: 1em;
  float: left;
  margin-right: 0.1em;
  background-color: #47a3da;
  padding: 0.2em;
  border-radius: 100% !important;
  color: #fff;
  position: inherit;
}

.mediaModal .modal_container .who_likes .views:first-child {
  margin-left: 0;
  color: #999 !important;
}

.mediaModal .modal_container .who_likes .views:hover {
  text-decoration: underline;
}

.mediaModal .modal_container .who_likes .gray_text {
  color: #999 !important;
}

.mediaModal .modal_container .add_friend {
  float: right;
  padding: 0.3em;
  min-width: 6em;
}

.mediaModal .modal_container .add_friend .add_friendInner {
  margin: auto !important;
  background-color: #ededed;
  padding: 0.3em;
  border-radius: 0.3em;
  cursor: pointer;
  max-width: 100%;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid #ccc;
  transition: all 0.15s linear;
}

.mediaModal .modal_container .add_friend .add_friendInner .material-icons {
  font-size: 1.2em;
  float: left;
  font-weight: bold !important;
}

.mediaModal .modal_container .add_friend .add_friendInner:hover {
  background-color: #dedede;
  color: #47a3da;
}

.mediaModal .modal_container .add_friend .already_friends {
  margin: auto !important;
  padding: 0.6em;
  border-radius: 0.3em;
  max-width: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #3da;
}

.mediaModal .modal_container .add_friend .already_friends .material-icons {
  font-size: 1.2em;
  float: left;
  font-weight: bold !important;
}

.mediaModal .modal_container .gallery_box {
  max-width: 10em;
}

.mediaModal .modal_container .gray_icon {
  background-color: #888 !important;
  cursor: default;
}

.mediaModal .modal_container .gray_text {
  color: #888 !important;
  cursor: default !important;
  text-decoration: none !important;
}

.mediaModal .modal_container .member_titles {
  font-size: 0.8em;
}

.mediaModal .modal_container .imageCreator {
  display: grid;
  grid-template-columns: 3em auto;
  grid-column-gap: 0em;
  cursor: default;
  /* padding: 0.3em */
}

.mediaModal .modal_container .inloggade_imgbox {
  position: absolute;
  float: left;
  width: 3em;
  max-width: 3em;
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: normal;
}

.mediaModal .modal_container .inloggade_imgbox .inloggade_img {
  position: absolute;
  float: left;
  width: 3em;
  max-width: 3em;
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
}

.mediaModal .modal_container .inloggade_ocupationbox {
  padding: 0.3em;
  flex: 1;
}

.mediaModal .modal_container .total_viewsContainer {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow-y: auto;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner {
  height: 35em;
  width: 30em;
  background-color: #fff;
  margin: auto;
  margin-top: 1em;
  border-radius: 3px;
  padding: 0.5em;
  margin-bottom: 3em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList {
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
  height: 1.5em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList span {
  /* font-weight: bold; */
  margin: 0.5em;
  font-size: 1.1em;
  color: #777;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList .material-icons {
  float: right;
  margin: 0em;
  color: #888;
  cursor: pointer;
  font-size: 1.5em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .inner_viewsList {
  background-color: #fff;
  height: calc(100% - 2.5em);
  overflow-y: auto;
  padding-top: -0.5em;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_list {
  z-index: -100;
  display: none;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .show {
  z-index: 1200 !important;
  display: block;
}

.mediaModal .modal_container .total_viewsContainer .total_viewsInner .total_viewbox {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dotted #ccc;
  padding: 0.3em;
}

.base_container {
  position: relative !important;
  display: grid;
  grid-template-columns: auto 18em;
  grid-gap: 0;
  background-color: auto;
  margin-left: 3.5em;
  padding: 0em;
  max-width: calc(900px + 18.5em) !important;
  min-width: calc(900px + 18.5em) !important;
}

.lmw-network-new-request-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.5em;
  padding: 0 !important;
}

.lmw-network-new-request-container .list-box {
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  min-height: 0 !important;
}

.lmw-network-new-request-container .list-box .inner-lists {
  display: grid;
  grid-template-columns: 4em auto;
  grid-gap: 0em;
}

.lmw-network-new-request-container .list-box .inner-lists .list-avatar {
  height: 4em;
  width: 4em;
  background-size: cover;
  background-position: top center;
}

.lmw-network-new-request-container .list-box .inner-lists .list-name {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.lmw-network-new-request-container .list-box .unanswered-requests-btnBox {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 1em;
}

.lmw-network-new-request-container .list-box .unanswered-requests-btnBox .request-buttons {
  padding: 0.3em;
  background-color: #eee;
  border: 1px solid #dedede;
  transition: all 0.3s ease-in-out;
}

.lmw-network-new-request-container .list-box .unanswered-requests-btnBox .acceptRequest:hover {
  background-color: #00cc00 !important;
  border: 1px solid #00cc00 !important;
  color: #fff !important;
}

.lmw-network-new-request-container .list-box .unanswered-requests-btnBox .rejectRequest:hover {
  background-color: #ff471a !important;
  border: 1px solid #ff471a !important;
  color: #fff !important;
}

.lmw-network-new-request-container .list-box:hover {
  border: 1px solid #dedede !important;
  box-shadow: 0 0 8px 4px #dedede;
}

.lmw-network-new-request-container .list-box:hover .list-avatar {
  border-radius: 6px 0 0 6px;
}

.mail-content-body .content-body .title-header .confirmBtn {
  padding: 0.3em;
  margin: 0.5em;
  border: 1px solid #ccc;
  background-color: #ededed;
  cursor: pointer;
  border-radius: 3px;
  color: #000;
  text-align: center;
  font-weight: 400;
  width: 90% !important;
  margin-right: 1em !important;
}

.mail-content-body .content-body .title-header .confirmBtn:hover {
  border: 1px solid #999;
  color: #47a3da;
}

.mail-content-body .content-body .title-header .delMsg {
  color: white;
  background: #47a3da;
  position: absolute;
  padding: 0.5em;
  border: 1px solid #47a3da;
  border-radius: 6px;
  margin-top: 1em;
  margin-left: -4.5em !important;
  margin-left: 0;
  box-shadow: 0 0.2em 0.5em 0 #888;
  display: none;
  width: 100%;
}

.mail-content-body .content-body .title-header .confirmDel_hide {
  z-index: -10;
  margin-top: 0.6em;
  max-width: 14em;
}

.mail-content-body .content-body .title-header .confirmDel_hide .material-icons {
  margin-top: -0.76em;
  font-size: 3em;
  position: absolute;
  color: #47a3da;
  margin-left: 1.33em;
}

.mail-content-body .content-body .title-header .confirmDel_show {
  display: block;
  z-index: 1;
}

.mail-content-body .content-body .title-header .mailIconBox {
  position: relative;
  width: 1.6em;
  text-align: center;
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  color: #47a3da;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #dedede;
  z-index: 10 !important;
}

.mail-content-body .content-body .title-header .mailIconBox:hover {
  background: #47a3da;
  color: white !important;
  border: 1px solid #47a3da;
  border-radius: 4px;
}

.mail-content-body .content-body .title-header .raderaButtons {
  margin: auto;
  width: 100%;
}

.mail-content-body .content-body .title-header .titleMsg {
  color: white;
  background: #47a3da;
  position: absolute;
  padding: 0.5em;
  border: 1px solid #47a3da;
  border-radius: 6px;
  margin-top: 0.7em;
  margin-left: 0;
  box-shadow: 0 0.2em 0.5em 0 #888;
  display: none;
  cursor: pointer !important;
  z-index: 0 !important;
}

.mail-content-body .content-body .title-header .titleMsg .material-icons {
  position: absolute;
  margin-top: -0.75em;
  margin-left: -0.2em;
  font-size: 3.3em;
  color: #47a3da;
  z-index: -100 !important;
}

.mail-content-body .content-body .title-header .titleMsg-last {
  color: white;
  background: #47a3da;
  position: absolute;
  padding: 0.5em;
  border: 1px solid #47a3da;
  border-radius: 6px;
  margin-top: 0.7em;
  margin-left: -6.4em !important;
  box-shadow: 0 0.2em 0.5em 0 #888;
  display: none;
  cursor: pointer !important;
}

.mail-content-body .content-body .title-header .titleMsg-last .material-icons {
  position: absolute;
  margin-top: -0.75em;
  margin-left: 1.6em;
  font-size: 3.3em;
  color: #47a3da;
  float: left;
}

.mail-content-body .content-body .title-header .titleMsg-reply {
  color: white;
  background: #47a3da;
  position: absolute;
  padding: 0.5em;
  border: 1px solid #47a3da;
  border-radius: 6px;
  margin-top: 0.7em;
  margin-left: 0 !important;
  box-shadow: 0 0.2em 0.5em 0 #888;
  display: none;
  cursor: pointer !important;
}

.mail-content-body .content-body .title-header .titleMsg-reply .material-icons {
  position: absolute;
  margin-top: -0.75em;
  margin-left: 0.08em;
  font-size: 3.3em;
  color: #47a3da;
  float: left;
}

.mail-content-body .content-body .title-header .orange {
  background: orange;
  color: white;
  margin: auto;
  width: 1.6em !important;
  text-align: center;
  margin: 0;
  padding: 0 !important;
  cursor: pointer !important;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mail-content-body .content-body .title-header .orange:hover {
  background: orange;
  color: white !important;
  border: 1px solid #ccc;
}

.mail-content-body .content-body .title-header .blue {
  background: #dedede;
  color: #47a3da;
  border: 1px solid #ccc;
}

.mail-content-body .content-body .title-header .blue:hover {
  background: #47a3da;
  color: white !important;
  border: 1px solid #47a3da;
}

.mail-content-body .content-body .title-header .mail-header-box {
  display: grid;
  grid-template-columns: auto auto;
}

.mail-content-body .content-body .title-header .mail-header-iconBox {
  display: grid;
  grid-template-columns: auto auto 4em;
}

.mail-content-body .content-body .title-header .mail-header-left {
  position: relative;
  display: grid;
  grid-template-columns: 2.2em 2.2em 2.2em auto;
  grid-gap: 1em;
}

.mail-content-body .content-body .title-header .mail-header-right {
  text-align: right;
}

.inner_container {
  position: relative;
  margin-left: 0em;
  width: 900px;
  max-width: 100% !important;
  padding: 0 !important;
  border: 1px solid #eee;
  margin-top: -0.5em;
  margin-bottom: 2em;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.collapsable {
  position: relative !important;
  overflow: hidden;
  max-height: 0;
  transition: all 1s linear !important;
  border-bottom: 1px dotted #47a !important;
}

.up {
  border: 1px solid #999;
  margin-top: 0.7rem;
  transition: all 1s linear;
  max-width: 100%;
}

.minus {
  border: 1px solid #999;
  margin-top: -0.16em;
  margin: 1em 1;
  max-width: 100%;
  transform: rotate(90deg);
  transition: all 0.5s linear;
}

.straight {
  transform: rotate(0deg);
  /* border: 0 */
}

.reveal {
  max-height: 100%;
  overflow: auto;
  outline: none;
  transition: 0.3s ease-in-out !important;
  border-bottom: 1px solid #ccc;
}

.rotate_down {
  transform: rotate(90deg);
  color: orangered !important;
}

.add-project .newprojectBox {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
}

.add-project .newprojectBox .newprojectInnerBox {
  border: 0;
  background-color: #fff;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox small {
  font-size: 0.75em;
  color: #000;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox small .newproject-headerBox {
  background-color: #eee;
  padding: 0.2em;
  padding-left: 0.5em;
  font-size: 1.5em;
  font-family: "Roboto Slab", serif;
  border-top: 1px dotted #ccc;
  border-bottom: 1px solid #ccc;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0.5em;
  max-width: 54em;
  padding: 0.3em;
  background-color: #fff;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox {
  display: grid;
  grid-template-columns: 3em auto;
  grid-column-gap: 1em;
  background-color: #f6f7f8;
  border: 1px solid #ddd;
  margin-bottom: 0.3em;
  position: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox .newproject-searchCover {
  width: 3em;
  height: 3em;
  background-color: #eee;
  background-size: cover;
  background-position: top center;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox:hover {
  background-color: #eee;
  border-color: #47a3da;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newtitle-contentBox {
  display: grid;
  grid-template-columns: 2em auto;
  grid-column-gap: 0.3em;
  padding: 0.5em;
  background-color: #f6f7f8;
  border-top: 1px dotted #ddd;
  border-bottom: 3px solid #ddd;
  position: inherit;
  cursor: default;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .no-project-match {
  display: grid;
  grid-template-columns: auto !important;
  background-color: #fff;
  cursor: default;
}

.add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .no-project-match .textField {
  padding: 0.5em;
  margin-top: 0.5em;
}

.lmw-upload-media-container {
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 0.5em;
}

.lmw-upload-media-container-left {
  border-right: 2px dotted #ccc;
  padding: 0.2em !important;
}

.lmw-upload-media-container-left .textField {
  max-width: 270px !important;
}

.myVideos_container .uploaded-gallery-list {
  position: relative;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.5s ease-in-out !important;
}

.myVideos_container .uploaded-gallery-list .uploadet-media-preview {
  overflow: hidden !important;
  height: 13em;
  background-size: cover;
  background-position: top center;
}

.myVideos_container .uploaded-gallery-list .uploadet-media-preview .confirm-media-actions .uploaded-media-confirm-box {
  position: absolute;
  background-color: #fff !important;
  border: 1px solid #999 !important;
  z-index: 100 !important;
  float: left !important;
  width: calc(100% - 0.6em) !important;
  max-width: calc(100% - 0.6em) !important;
  border-radius: 0 !important;
  margin: 0.2em !important;
}

.myVideos_container .uploaded-gallery-list .myVideos_listsInfo {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 0em;
  border-radius: 0 0 4px 4px;
}

.myVideos_container .uploaded-gallery-list .myVideos_listsTitle {
  padding: 0.3em;
  border-bottom: 1px dashed #ccc;
}

.myVideos_container .uploaded-gallery-list .myVideos_Iconsbox {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0.5em;
}

.myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text {
  cursor: pointer !important;
  text-align: center !important;
}

.myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text:hover {
  color: #47a3da !important;
  -webkit-text-decoration: dashed underline #47a3da !important;
          text-decoration: dashed underline #47a3da !important;
}

.myVideos_container .uploaded-gallery-list:hover {
  background-color: #f1f6f8 !important;
  border-color: #ccc !important;
  border-radius: 0 0 6px 6px !important;
}

.myVideos_listsInner {
  height: 100%;
  max-width: 100%;
  display: grid;
  grid-template-rows: 62% auto;
}

.myVideos_listsInner .myVideos_listsInfo {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 0em;
  border-radius: 0 0 4px 4px;
}

.myVideos_listsInner .myVideos_listsTitle {
  padding: 0.3em;
  margin-bottom: 0.55em;
}

.myVideos_listsInner .myVideos_Iconsbox {
  display: grid;
  grid-template-columns: auto auto;
}

.myVideos_listsInner .myVideos_Iconsbox .material-icons {
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.17em;
  color: #ededed;
}

.myVideos_listsInner .myVideos_Iconsbox .material-icons:first-child {
  background-color: rgba(255, 153, 0, 0.5);
  border-bottom-left-radius: 4px;
}

.myVideos_listsInner .myVideos_Iconsbox .material-icons:first-child:hover {
  background-color: #ff9900;
}

.myVideos_listsInner .myVideos_Iconsbox .material-icons:last-child {
  background-color: rgba(250, 0, 0, 0.5);
  border-bottom-right-radius: 4px;
}

.myVideos_listsInner .myVideos_Iconsbox .material-icons:last-child:hover {
  background-color: #fa0000;
}

.myVideos_listsInner .material-icons:hover {
  background-color: #47a3da;
  color: #fff;
}

.user-profile-header {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.member-settings-guide {
  display: block;
  position: absolute;
  color: #fff !important;
  background-color: #47a3da;
  border: 1px solid #47a3da;
  border-radius: 8px;
  float: right;
  font-size: 0.7em;
  padding: 0.5em;
  margin-top: -2em;
  margin-left: 17.5em;
  font-weight: bold;
}

.member-settings-guide .material-icons {
  position: absolute;
  color: #47a3da;
  float: right;
  font-size: 3em;
  margin-left: -0.25em;
  margin-top: -0.3em;
}

.profile-header-avatar {
  position: relative !important;
  width: 30em;
  max-width: 30em;
  background-color: #eee;
  background-size: cover;
  background-position: top center !important;
  cursor: default;
  border-radius: 6px 0 0 6px;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 32em !important;
}

.lmw-profile-header-avatar {
  position: relative !important;
  width: 100%;
  max-width: 100%;
  background-color: #eee;
  background-size: cover;
  background-position: top center !important;
  cursor: default;
  border-radius: 6px 0 0 6px;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  min-height: 32em !important;
  transition: all 0.35s ease-in-out !important;
}

.profile-page-user-avatar {
  position: relative;
  max-width: 100% !important;
  min-height: 32em !important;
  border-radius: 6px 0 0 6px;
  margin: 0 !important;
}

#profileShowMoreText {
  display: grid;
  grid-template-columns: auto 1.5em !important;
  grid-gap: 0.1em;
  padding: 0.3em;
  color: #47a3da;
  cursor: pointer;
}

#profileShowMoreText .material-icons {
  float: left !important;
  margin-bottom: -0.8em !important;
}

.my-lists-box {
  margin-left: 0;
  /* border-left: 1px solid #999; */
  border-top-right-radius: 6px;
  flex: 1;
}

.profile-header-description-info {
  margin: 0;
  border: 1px solid #eee;
  background-color: #eee;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  max-width: 100% !important;
  padding: 0;
  padding-top: 0;
  padding-left: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.profile-header-description-title {
  position: relative;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  margin-left: -0.5em;
  background-color: #f4f6f7;
  display: flex;
  flex-wrap: nowrap;
  border-top-right-radius: 6px;
  display: grid;
  grid-template-columns: 2em auto 2em;
}

.profile-header-flag {
  position: relative;
  float: left;
}

.profile-header-flag img {
  max-width: 100%;
}

.profile-header-name {
  flex: 1;
  font-size: 1.8em !important;
  color: #000;
  margin-left: 0.5em;
}

.member-settings-guide {
  float: right;
  margin-left: 11.7em !important;
  width: 5.5em !important;
}

.profileSettingsMenu_outerBox {
  position: relative;
  width: 15.7em;
  margin-top: 2.3em;
  border: 1px solid #ccc;
  margin-right: 0em;
  border-radius: 6px;
  min-height: 12em;
  background-color: #fff;
  cursor: default;
  box-shadow: 2px 4px 7px -1px #ccc;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .point-up {
  position: absolute !important;
  color: #ccc !important;
  float: right !important;
  font-size: 3.2em !important;
  margin-left: 0.95em !important;
  margin-top: -0.68em !important;
  transform: rotate(-90deg);
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .point-up2 {
  position: absolute !important;
  color: #f4f6f7 !important;
  float: right !important;
  font-size: 3.2em !important;
  margin-left: 0.95em !important;
  margin-top: -0.66em !important;
  transform: rotate(-90deg);
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title {
  padding: 0.3em;
  border-bottom: 1px solid #bbb;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #666;
  text-align: center;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title .material-icons {
  position: relative;
  float: left !important;
  font-size: 1.6em;
  color: #47a3da;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title .txtHeader {
  margin-top: 0.3em;
  font-size: 0.8em;
  margin-right: 2em !important;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list {
  padding: 0.5em;
  border-bottom: 1px dotted #ccc;
  padding-left: 1em;
  color: #444;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list .material-icons {
  font-size: 1.3em;
  margin-right: 0.5em;
  color: #888;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:hover {
  background-color: #ededed;
  color: #47a3da !important;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:hover .material-icons {
  color: #47a3da;
}

.profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:last-child {
  border-bottom: 0px;
  border-radius: 0 0 6px 6px;
  /* margin-bottom: 0.1em */
}

.lmw-profile-header-info-container {
  border-radius: 0.5rem !important;
  display: grid;
  grid-template-columns: 25rem auto !important;
  grid-gap: 0rem !important;
  padding: 0.25rem;
}

#profileSettingsIcon:hover {
  color: #47a3da;
}

.profile-settings-box {
  position: absolute;
  /* margin-left: calc(100% - 16em); */
  padding: 0;
  right: 0;
  color: #47a3da !important;
}

.profile-header-description_infoBox {
  width: 100%;
}

.profile-description-box {
  border-bottom: 1px dotted var(--primary-dark);
  display: flex;
  flex-wrap: nowrap;
  padding: 0.3rem;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: auto;
  display: grid;
  grid-template-columns: 8em auto !important;
  grid-gap: 1.5rem !important;
  overflow: hidden;
}

.profile-left-box {
  background-color: #888;
}

.profile-right-box {
  background-color: inherit;
}

.profile-description-box:last-child {
  border-bottom: 1px dotted #eee;
}

.show-more-user-info {
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  transition-delay: 0s !important;
}

.profile-more-info-content {
  margin: 0;
  padding: 0;
}

.profile-more-info-row-box {
  position: relative;
  display: grid;
  grid-template-columns: 8em auto;
  grid-gap: 1.5em;
  border-bottom: 1px dotted #47a;
  background-color: #eee;
}

.profile-social-bar {
  display: grid;
  grid-template-columns: 5em auto auto auto auto;
  border-bottom: 1px dotted #999;
  margin-top: 0.5em;
  z-index: 2;
  max-width: 100% !important;
}

.tabActive {
  border: 1px solid #ccc;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
  border-bottom-color: #eee;
  background-color: #eee;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.5em !important;
  z-index: 10;
  cursor: default !important;
  /* transition: all 0.5s ease-in-out; */
}

.tabActive .material-icons {
  color: orange !important;
}

.tabActive .profile-social-boxes-text {
  color: #47a3da !important;
}

.profile-social-boxes {
  display: grid;
  grid-template-columns: 1.3em auto;
  color: #999;
  padding: 0.5em;
  cursor: pointer;
  margin-right: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.profile-social-boxes .profile-social-boxes-text {
  color: #444;
  font-size: 0.9em;
  margin-left: 0.5em;
}

.profile-social-boxes .profile-social-boxes-text:hover {
  color: #3da;
  font-size: 0.9em;
  margin-left: 0.5em;
}

.profile-social-boxes .material-icons {
  float: left;
  font-size: 1.5em;
  color: #47a3da;
  margin-top: -0.2em;
}

.profile-social-boxes .profile-network-menu_outerBox {
  position: inherit;
  border-radius: 0 0 6px 6px;
  cursor: default;
}

.profile-social-boxes .profile-network-menu_outerBox .material-icons {
  margin-right: 0.5em;
  color: #47a3da;
}

.profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box-header {
  padding: 0;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 0.9em;
  transition: all 3s linear;
  text-transform: uppercase;
  width: auto;
  background-color: #fff;
}

.profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box-header .material-icons {
  margin-top: -0.15em;
  margin-right: 0.15em;
  color: #0a9 !important;
  font-size: 1.5em;
}

.profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box:hover {
  background-color: #ededed;
  color: #47a3da;
}

.profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}

.profile-social-boxes .profile-network-menu_list-box {
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  font-size: 0.95em;
  padding-left: 0.5em;
  color: #444;
  display: grid;
  grid-template-columns: 2em auto !important;
  grid-column-gap: 0;
}

.profile-social-boxes .profile-network-menu_list-box .material-icons {
  color: #47a3da !important;
  font-size: 1.4em !important;
}

.profile-social-boxes .views {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.3em;
}

.profile-social-boxes .views-eye {
  color: #6666;
  font-size: 1.3em;
  margin-top: -0.05em;
}

.profile-social-boxes:first-child {
  width: 5em;
  color: #999 !important;
}

.profile-social-boxes:first-child:hover {
  text-decoration: none;
  color: #999 !important;
  cursor: default;
}

.profile-gallery-glider-box {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 15em;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-top: -1px;
  padding: 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0 0 6px 6px;
}

.left {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  float: left;
  border-radius: 50%;
  color: #47a3da;
  border: solid #47a3da;
  font-size: 3em;
  display: flex;
  z-index: 10;
  margin-top: 2em;
  margin-left: 0.2em;
  /* margin-left: 10.2em; */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.left:hover {
  background-color: black;
  color: #fafafa;
  border: 2px solid #fafafa;
}

.right {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  float: right;
  border-radius: 50%;
  color: #47a3da;
  border: 2px solid #47a3da;
  font-size: 3em;
  display: flex;
  z-index: 10;
  margin-top: 2em;
  margin-left: 93.5%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.right:hover {
  background-color: black;
  color: #fafafa;
  border: 2px solid #fafafa;
}

.profile-gallery-glider-container {
  max-height: 11rem;
  width: 100% !important;
  margin-top: 0;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  max-width: calc(100% - 0) !important;
}

.profile-gallery-glider-container .profile-gallery-glider-lists {
  min-width: 14.9em !important;
  max-width: 14.9em !important;
  height: 11rem;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-right: 0.457em;
  color: #fff;
  border-radius: 4px;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
}

.profile-gallery-glider-container .profile-gallery-glider-lists .currentNumber {
  background-color: #47a3da;
  padding: 0.2em 0.5em;
  margin: 0.3em;
  float: left;
  border-radius: 10px;
}

.profile-gallery-glider-container .profile-gallery-glider-lists .profile-gallery-glider-listsInner {
  position: relative;
  max-width: 100% !important;
  min-height: 2.5em;
  max-height: 6em;
  margin-top: calc(100% - 2.67em);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.3em !important;
  text-align: left;
  display: grid;
  border-radius: 0 0 4px 4px;
}

.profile-gallery-glider-container .profile-gallery-glider-lists .profile-gallery-glider-listsInner .profile-glider_lists-infobox {
  position: relative;
  max-width: 100% !important;
  margin: auto;
  margin-left: 0.3em;
  border-radius: 0 0 4px 4px;
}

.profile-network-fulllist-box {
  color: #47a3da;
  cursor: pointer;
}

.profile-network-fulllist-box .material-icons {
  font-size: 1.4em;
  float: left;
  color: #47a3da;
  margin-right: 0.3em;
}

.profile-network-fulllist-box:hover {
  color: #3da !important;
}

.profile-network-fulllist-box:hover .material-icons {
  color: #3da !important;
}

#dots {
  padding-top: 1em !important;
  margin-bottom: 1em !important;
}

.profile-network-menu_innerBox {
  max-width: 100% !important;
}

.profile-network-menu_innerBox .profile-network-lists-box {
  display: grid;
  grid-template-columns: 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em;
  grid-column-gap: 0.85em;
  margin-bottom: 0.3em;
  overflow: hidden;
}

.profile-network-menu_innerBox .profile-network-lists-box .profile-network-member-img {
  position: relative !important;
  width: 5.2em;
  max-width: 5.2em;
  height: 5.1em;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
}

.production-list-box .project-list-box {
  padding: 0;
  margin: 0;
}

.production-list-box .project-list-box .project-list-header {
  display: grid;
  grid-template-columns: 300px 200px 300px 50px;
  grid-gap: 0;
  padding: 0;
  font-weight: 550;
  color: #444;
  font-weight: bold;
  background-color: #d6d5d5;
}

.production-list-box .project-seperator {
  border-right: 2px solid #eee;
  text-align: center;
  padding: 0.5em;
}

.production-list-box .project-seperator:last-child {
  border-right: 0px;
}

.production-list-box .silver {
  border-right: 1px solid #ddd !important;
}

.production-list-box .project-lists-expand {
  height: auto;
  display: grid;
  grid-template-columns: 30px 270px 200px 300px 50px;
  grid-column-gap: 0;
  background-color: #f1f1f1;
  cursor: pointer;
  border-bottom: 1px dotted var(--primary-dark);
}

.production-list-box .project-lists-expand .project-seperator {
  text-align: left !important;
  border-right: 1px dotted #ededed;
  position: inherit;
}

.production-list-box .project-lists-expand .material-icons {
  font-size: 1.3em;
  font-weight: bold;
  color: #ccc;
  margin-top: 0.3em;
  transition: all 0.3s ease-in-out;
}

.production-list-box .overview_title {
  font-size: 1.5em;
  color: #777;
  font-weight: bold;
  letter-spacing: 1px;
}

.production-list-box .overview_body {
  position: relative;
  border-top: 1px solid #dedede;
  display: grid;
  grid-template-columns: 13em auto;
  grid-column-gap: 0.5em;
  padding: 0.3em;
}

.production-list-box .overview_body .overview_cover {
  position: relative;
  border-radius: 3px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
}

.production-list-box .overview_body .overview_cover .overview-poster-img {
  position: relative;
  max-width: 100% !important;
}

.lmw-recommended-members-container {
  position: relative !important;
  width: 100vw !important;
  max-width: calc(100vw - 0.5rem) !important;
  margin: auto !important;
}

.lmw-recommended-members-inner-container {
  position: relative !important;
  width: 100vw !important;
  max-width: calc(100vw - 0.5rem) !important;
  margin: auto !important;
}

.lmw-recommend-member-search-container {
  margin: 0.5rem 0;
  display: grid;
  grid-template-columns: auto auto !important;
  grid-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-height: 10rem;
  overflow: hidden;
  overflow-y: auto;
}

.lmw-position-middle {
  left: 0 !important;
  position: relative !important;
  top: 50%;
  transform: translateY(-50%);
}

.ucp_rightMenu_container {
  background-color: #fff;
  border: 1px solid #eee;
  margin-right: 0em;
  max-width: 100% !important;
  border-radius: 8px 8px 0 0;
  font-weight: 400 !important;
}

.ucp_rightMenu_container .lmw-inloggade-infobox {
  position: relative;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  color: #666;
  grid-template-columns: 2.5em auto;
  grid-column-gap: 0.1em;
  cursor: pointer;
  margin: 0.1em !important;
  margin-right: 0 !important;
  border: 1px solid #fff;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  transition: all 0.25s ease-in-out !important;
  font-weight: 400 !important;
}

.ucp_rightMenu_container .lmw-inloggade-infobox .lmw-inloggade-imgbox {
  position: inherit;
  float: left;
  width: 2.5em;
  max-width: 2.5em;
  height: 100%;
  max-height: 100%;
  color: #000;
  border-top-right-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat;
  margin: auto;
}

.ucp_rightMenu_container .lmw-inloggade-infobox .lmw-inloggade-imgbox .inloggade_img {
  width: 2.3em;
  height: 2.3em;
  max-width: 2.3em;
  max-height: 2.3em;
  border-radius: 2.3em !important;
}

.ucp_rightMenu_container .lmw-inloggade-infobox .lmw-inloggade-ocupationbox {
  margin-left: 0.1em;
  padding: 0.3em;
}

.ucp_rightMenu_container .lmw-inloggade-infobox .lmw-inloggade-ocupationbox .inloggade_name {
  font-size: 1em;
}

.ucp_rightMenu_container .lmw-inloggade-infobox:hover {
  background-color: var(--primary-dark) !important;
  color: var(--primary-orange) !important;
}

.ucp_rightMenu_container .lmw-inloggade-infobox:hover i {
  color: var(--primary-orange) !important;
}

.ucp_rightMenu_container .lmw-inloggade-infobox:hover .lmw-text-xsm {
  font-weight: 800 !important;
}

.jobpreview_container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -101;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.jobpreview_container .jobpreview_inner_container {
  max-width: 768px;
  margin: auto;
  margin-top: 5em;
  margin-bottom: 5em;
  background-color: #fff;
  /* height: calc(100% - 10em); */
  border-radius: 2px;
}

.show_preview {
  margin-left: 0 !important;
  z-index: 1001 !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.header_inline {
  grid-template-columns: auto 4em !important;
  grid-column-gap: 0.2em;
}

.close {
  background-color: #dedede !important;
  color: #000 !important;
  font-weight: bold !important;
  cursor: pointer;
  transition: all 0.2s linear;
  border-left: 3px solid #fff;
  text-align: center;
}

.close:hover {
  background-color: red;
  color: red !important;
  font-weight: bold !important;
}

.preview_header {
  background-color: #dedede !important;
}

.preview_title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.inner_jobbody {
  padding: 1em;
}

.inline {
  display: grid;
  grid-template-columns: auto auto;
}

.inline b {
  color: #666 !important;
}

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

.inner_jobbody {
  background-color: #ededed;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.jobActivity-container {
  display: grid;
  grid-template-columns: 4em 14em auto 4.5em 5em 8.5em;
  grid-column-gap: 1em;
  transition: all 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.jobActivity-container #jobCollapsable {
  transition: all 0.5s ease-in-out;
}

.jobActivity-container .job-activity-boxes .material-icons {
  font-size: 1.3em;
  float: left;
  margin-right: 0.3em;
  color: #999;
  transition: all 0.3s ease-in-out;
}

.jobActivity-container .job-activity-link-boxes {
  border-bottom: 1px dashed #999;
  transition: all 0.3s ease-in-out;
}

.jobActivity-container .job-activity-link-boxes:hover {
  color: #47a3da !important;
  cursor: pointer;
  border-bottom: 1px dashed #47a3da;
}

.jobActivity-container .job-activity-link-boxes:hover .material-icons {
  color: #47a3da;
}

.lmw-recommendedby-container {
  display: grid;
  grid-template-columns: auto 3rem;
  grid-gap: 0.5rem;
}

.lmw-recommended-container {
  display: grid;
  grid-template-columns: 7rem auto;
  grid-gap: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #dedede !important;
}

.lmw-recommender-infobox-container {
  display: grid;
  grid-template-columns: 8rem auto;
}

.lmw-recommender-avatar {
  height: 10rem;
  width: 7rem;
  background-size: cover;
  background-position: top center;
  border: 2px solid #999;
  border-radius: 8px;
}

.my-savings-member-info {
  display: grid;
  grid-template-columns: 5rem auto;
  grid-gap: 0.5rem;
}

.lmw-saved-choice {
  position: relative;
  text-align: right !important;
}

.my-savings-avatar-preview {
  position: relative;
  height: 100%;
  max-height: 7rem;
  margin: 0;
  background-size: cover;
  background-position: top center !important;
}

.lmw-saved-adverts-card {
  display: grid;
  grid-template-columns: auto 3.3rem;
  grid-gap: 0.5rem;
  background-color: #fff;
  border-bottom: 1px dashed #ccc !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-saved-adverts-card:hover {
  background-color: #f5f5f5 !important;
  border-bottom: 1px dashed #888;
}
/*# sourceMappingURL=master2.css.map */:root {
  --primary: hsl(210, 27%, 25%);
  --primary-text: #3da;
  --primary-green: #3da;
  --primary-alt: #47a3da;
  --primary-blue: #47a3da;
  --primary-red: rgba(255, 0, 0, 0.5);
  --primary-white: #fff;
  --grey: hwb(0 80% 20%);
  --dark: #41444f;
  --light: #f1f5f9;
  --dark-text: #444;
  --sidebar-width: 14rem;
  --primary-orange: rgba(255, 189, 91, 1);
  --primary-dark: #434853;
  --gradient-gray: linear-gradient(top, #f4f6f8, #dedede) !important;
  --gradient-white: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 100%);
}

* {
  font-weight: 300 !important;
}

a {
  color: var(--primary-alt);
  -webkit-text-decoration: dashed !important;
          text-decoration: dashed !important;
  font-weight: bold !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
}

.carousel {
  --vc-nav-background: var(--primary-dark) !important;
  --vc-nav-color: var(--primary-orange);
  --vc-nav-border-radius: 100%;
}

.collapse-enter-active,
.collapse-leave-active {
  transition: max-height 0.5s, opacity 0.5s !important;
}

.collapse-leave-to {
  height: 0rem !important;
  max-height: 0rem !important;
  opacity: 0 !important;
  transition: all 0.3rem ease-in-out !important;
}

.collapsible {
  position: relative !important;
  overflow: hidden !important;
  max-height: 0 !important;
  transition: all 0.5s ease-in-out !important;
  border-bottom: 1px dotted #47a !important;
}

.open {
  max-height: 100% !important;
  transition: all 0.25s ease-in-out !important;
  opacity: 1;
}

.closed {
  max-height: 0px !important;
  transition: all 0.25s ease-in-out !important;
  opacity: 0;
}

.collapsable_content {
  position: relative !important;
  max-height: 100% !important;
  opacity: 1;
  transition: all 0.5s linear !important;
}

.lmw-split-in-half {
  position: relative !important;
  display: grid;
  grid-template-columns: auto 50% !important;
  grid-gap: 0.5rem !important;
}

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

.lmw-btrr-0 {
  border-top-right-radius: 0 !important;
}

a:hover {
  color: var(--primary-link);
  -webkit-text-decoration: dashed !important;
          text-decoration: dashed !important;
}

.lmw-top-05 {
  margin-top: 0 !important;
}

.lmw-top-m05 {
  margin-top: -0.5rem;
  padding: 0;
}

.lmw-btrr-05 {
  border-top-right-radius: 0rem !important;
}

.lmw-bbr-05 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.lmw-bg-gradient-gray {
  background: linear-gradient(top, #f4f6f8, #dedede) !important;
}

.lmw-text-link {
  color: var(--primary-blue);
  cursor: pointer !important;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-text-link:hover {
  color: var(--primary-green) !important;
}

.lmw-text-fw-400 {
  font-weight: 400 !important;
}

.lmw-inloggade-container a {
  color: #000;
  font-weight: lighter !important;
  transition: all 0.5s ease-in-out !important;
}

.recent-jobs:hover {
  background-color: var(--primary-dark);
  color: var(--primary-orange) !important;
  border-bottom: 0 !important;
}

.lmw-inloggade-container a:hover {
  color: #47a3da !important;
}

.lmw-margin-tb-05 {
  margin: 0.5rem auto !important;
  padding: 0;
}

.lmw-home-base-container {
  position: relative;
  display: block;
  background-color: #fff !important;
  max-width: 100vw !important;
}

.lmw-header-icons-notifications {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  border-radius: 100%;
  background: red;
  font-size: 0.55rem !important;
  padding: 0.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  border: 1px solid #fff;
  font-weight: bold !important;
}

.lmw-new-message-envelope {
  color: #ffbd5b !important;
}

.lmw-new-message-envelope:hover {
  color: #3da !important;
}

.lmw-jodlist-br {
  position: relative !important;
  padding: 0.5rem;
  border-right: 1px dashed #ccc !important;
}

.lmw-job-list-icons-left {
  top: 2rem !important;
  font-size: 2rem !important;
  color: #ccc !important;
  margin: auto !important;
}

.lmw-primary-color-orage {
  color: #ffbd5b;
}

.lmw-primary-color-dark {
  color: var(--primary-dark);
}

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

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

.lmw-landingpage-background:before {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0;
  margin: 0;
  width: 100vw !important;
  min-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
}

.lmw-landingpage-background {
  width: 100vw !important;
  height: 100vh;
  max-width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  z-index: 0;
  margin-top: 0em;
}

.alert {
  padding: 0.5rem !important;
  max-width: auto !important;
  border-radius: 8px !important;
}

.error {
  color: red !important;
}

.success {
  color: green !important;
}

.alert-errors {
  background-color: #e88383 !important;
  color: #fff !important;
  border: 1px solid #ee4545;
}

.lmw-c-dark-25 {
  color: #ccc;
}

.lmw-primary-color {
  color: #ffbd5b !important;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

.lmw-text-field {
  position: relative !important;
  width: 30rem !important;
  max-width: 80% !important;
  padding: 0.25rem !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: #000 !important;
  outline: none !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0.5rem;
}

.lmw-text-field:focus {
  background-color: #f4f6f8 !important;
  border: 1px solid #000 !important;
  color: green !important;
}

.lmw-select-field {
  position: relative !important;
  width: auto;
  padding: 0.5rem !important;
  background-color: var(--primary-white) !important;
  border: 1px solid #ccc;
  color: var(--primary-blue) !important;
  outline: none !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0.5rem;
  font-weight: 400 !important;
}

.lmw-select-field:focus {
  background-color: var(--primary-dark) !important;
  border: 1px solid var(--primary-orange) !important;
  color: var(--primary-orange) !important;
}

.lmw-select-field option {
  background-color: var(--primary-dark) !important;
  border: 1px solid var(--primary-orange) !important;
  color: var(--primary-orange) !important;
}

.lmw-text-div-box {
  max-width: 60%;
}

.lmw-activity-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25% !important;
  grid-gap: 0;
  background-color: #fff !important;
}

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

.lmw-image-size-100 {
  max-width: 100% !important;
}

.lmw-scheme-blue {
  color: #47a;
}

.lmw-scheme-dark-25 {
  color: #ccc;
}

.lmw-text-lowercase {
  text-transform: none !important;
}

.lmw-c-dark-50 {
  color: #666 !important;
}

.lmw-bold-4 {
  font-weight: 400 !important;
}

.lmw-h4 {
  font-size: 1.5rem;
  font-weight: 100 !important;
  color: #60ccfabf !important;
  margin: 0 !important;
}

.activity-component-table {
  position: relative !important;
  width: 100%;
  max-width: 100% !important;
  background-color: #fff;
  padding: 0.5rem !important;
  color: #666;
}

.activity-component-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  /* grid-template-columns: 33% 33% 33%; */
  grid-gap: 0;
  /* /* background-color: #f2f6f8; */
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  padding-bottom: 0.5rem;
}

.lwm-activity-cards {
  position: relative;
  background-color: rgba(245, 245, 245, 0.3);
  color: #444;
  padding: 0.5rem !important;
  transition: all 0.5s ease-out;
  border: 1px solid #fff;
  font-size: 0.8rem !important;
}

.lwm-activity-cards:hover {
  border-bottom-color: #41a0d7;
}

.lwm-activity-cards:first-child {
  border-right: 1px solid #dedede;
}

.lwm-activity-cards:last-child {
  border-left: 1px solid #dedede;
}

.lmw-user-card-outer {
  display: grid;
  grid-template-columns: 3rem auto;
  grid-gap: 1rem;
  margin-top: 0.5rem;
}

.lmw-activity-card {
  position: relative;
  display: grid;
  height: 100%;
  max-height: 100%;
  grid-template-columns: 5rem auto;
  grid-gap: 1rem;
  margin-top: 0.5rem;
}

.lmw-user-card-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-size: cover;
  background-position: top center !important;
}

.lmw-activity-card-image {
  position: relative;
  height: 7rem;
  background-size: cover;
  background-position: top center !important;
  cursor: pointer !important;
  border: 4px solid #fff;
  transition: all 0.25s ease-in-out !important;
}

.lmw-activity-card-image:hover {
  border-color: #41a0d7 !important;
}

.lmw-activity-header {
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 0;
}

.lmw-activity-header-text {
  font-size: 1.3rem;
  font-weight: lighter !important;
  left: 0rem;
}

.lmw-form-group {
  margin-bottom: 0.5rem !important;
}

.lmw-rounded-6 {
  border-radius: 6px !important;
}

.video-player {
  width: 100% !important;
  max-width: 100% !important;
  height: 408px;
  min-height: auto !important;
  /* background-color: #000 !important; */
  margin: auto !important;
  border-radius: 0.5rem !important;
  /* border-radius: 6px !important;  */
  margin-top: 1rem !important;
}

.lmw-modal-video-player {
  position: absolute !important;
  width: 100%;
  height: 100vh;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.ribbon-transparent-black {
  position: relative !important;
  padding: 0rem !important;
  margin: 0 !important;
}

.ribbon-transparent-black2 {
  position: relative !important;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  max-height: auto !important;
  padding: 0;
  /* background-color: #fff !important; */
}

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

.lmw-user-card-image {
  width: 3.5rem;
  height: 5rem;
  background-size: cover !important;
  background-position: top center !important;
}

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

.lmw-top-videos-container {
  position: relative;
  display: grid;
  grid-template-columns: 17.71rem 17.71rem 17.71rem;
  grid-gap: 1rem;
}

.lmw-top-videos-card {
  height: 10rem;
  background-color: #dedede;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 1px solid #888;
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
  box-shadow: 0px 2px 15px 1px #999;
  padding: 0.35rem;
}

.lmw-top-videos-cards2 {
  height: 100%;
  background-color: #dedede;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: 0px 2px 15px 1px #000;
}

.lmw-member-menu-container {
  border-radius: 0.5rem !important;
  display: grid;
  grid-template-columns: 26rem auto;
  grid-gap: 0rem !important;
  padding: 0.25rem;
}

.lmw-avatar-memnu-outer-container {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}

.lmw-avatar-menu-container .lmw-menu-bars {
  font-size: 1.5rem !important;
  color: var(--primary-dark);
}

.lmw-avatar-menu-container {
  width: 25rem;
  min-width: calc(25rem - 1rem);
  max-width: calc(25rem - 1rem);
  margin-top: 4rem;
  left: auto;
  right: 20.5rem;
  background-color: #fff;
  border-radius: 0.5rem !important;
  text-align: left !important;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.lmw-avatar-menu-container .lmw-delete-button {
  position: absolute !important;
  color: var(--primary-orange) !important;
  padding: 0.25rem 1rem !important;
  font-size: 1rem !important;
}

.lmw-delete-button {
  background-color: var(--primary-red);
  color: var(--primary-white) !important;
  padding: 0.25rem 1rem !important;
  font-size: 1rem !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.lmw-delete-button:hover {
  background-color: red !important;
  color: var(--primary-white) !important;
  padding: 0.25rem 1rem !important;
  font-size: 1rem !important;
}

.lmw-avatar-menu-container .lmw-delete-button i {
  position: relative !important;
  color: var(--primary-orange) !important;
  font-size: 1rem !important;
}

.floating-element {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ff6347;
  /* Red color, you can change it */
  border-radius: 50%;
}

.lmw-sample-jobs-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 3rem auto;
  grid-gap: 0rem;
  background-color: #fff;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  cursor: not-allowed !important;
  border-left: 0 !important;
}

.lmw-sample-jobs-container::after {
  position: absolute;
  content: attr(data-title);
  border-radius: 6px;
  margin: 0.5rem;
  opacity: 0;
}

.lmw-sample-jobs-container:hover::after {
  content: attr(data-title);
  padding: 0.5rem;
  background-color: #434853;
  color: var(--primary-orange);
  opacity: 1;
  font-weight: 200;
}

.lmw-sample-jobs-container:hover {
  padding-bottom: 0 !important;
  background-color: #f6f8f9 !important;
}

.lmw-ucp-sample-jobs-container {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 3rem auto;
  grid-gap: 0rem;
  background-color: #fff;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 0 !important;
  transition: all 0.35s ease-in-out !important;
}

.lmw-ucp-sample-jobs-container:hover {
  padding-bottom: 0 !important;
  background-color: #eee !important;
}

.orange {
  color: var(--primary-orange);
}

.lmw-ads-container {
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 0.5rem;
}

.hot-pick-video {
  top: 0.5rem;
  width: 100% !important;
  height: 25.5rem;
  background-color: #000 !important;
  border-radius: 0.5rem;
}

.lmw-bblr-05 {
  border-bottom-left-radius: 1rem !important;
}

.lmw-header-icons {
  font-size: 1.5rem;
  text-align: center;
  color: var(--primary-dark);
  border-radius: 100%;
  top: 50% !important;
  transform: translateY(-50%);
}

.lmw-header-text-green {
  position: relative;
  font-size: 1.5em;
  font-style: italic !important;
  font-family: "PT Serif" !important;
  color: #3da;
  max-width: 100%;
  font-weight: bold;
}

.lmw-home-header {
  position: relative !important;
  display: block !important;
  width: 100vw;
  max-width: 100vw !important;
  height: 4.5rem !important;
  padding: 0.25rem !important;
  transition: all 0.5s ease-out;
  z-index: 800 !important;
}

.fixed-tops {
  max-width: 100vw !important;
}

.navbar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff !important;
  transition: all 0.3s ease-in-out;
  transform: none;
}

.lmw-inner-test-header-container {
  position: relative !important;
  width: 100%;
  max-width: 100% !important;
  display: grid;
  grid-template-columns: 5.5em auto auto 30em;
  grid-gap: 0.3em;
  margin: auto !important;
  color: #000 !important;
  height: 4.5rem;
}

.top-header-logo {
  width: 100%;
  max-width: 100% !important;
}

.company-top-logo {
  width: 100%;
  max-width: 100% !important;
}

.header-title-text {
  padding: 0.5rem 0;
  font-size: 2rem;
}

.header-text {
  font-size: 2rem;
  font-weight: lighter !important;
}

.lmw-header-right-inner {
  display: grid;
  width: 25rem;
  grid-template-columns: auto auto auto;
  grid-gap: 0.3em;
  margin: 1rem 1.5em;
  background-color: none !important;
}

.lmw-login-header-text {
  font-size: 1.5rem;
  font-weight: 300 !important;
}

.title-links {
  background-color: #47a3da;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  font-weight: lighter !important;
  text-align: center;
  padding: 0.3em;
  transition: all 0.3s ease-in-out !important;
}

.lmw-link-btn {
  text-decoration: none;
  color: #47a3da;
  cursor: pointer;
  font-size: 1rem !important;
  border: 1px solid #f4f6f8;
  background-color: #47a3da;
  color: #fff;
  color: var(--primary-orange) !important;
  background-color: #434853 !important;
  padding: 0.5rem !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0.75rem;
  box-shadow: 0.1rem 0.1rem 0.45rem #999;
}

.lmw-link-btn router-link {
  font-weight: 200 !important;
}

.lmw-link-btn:hover {
  background-color: #3da !important;
  color: #fff !important;
  border-radius: 0.35rem !important;
  height: auto !important;
}

.title-links:hover {
  background-color: #47a3da;
  border-color: 1px solid #47a3da;
  border-radius: 4px;
  color: #fff;
}

.lmw-login-error-container {
  padding: 0.001rem 0.5rem;
  background-color: #fff;
  border-radius: 6px;
  color: red;
}

.lmw-bold {
  font-weight: 400 !important;
}

.close-login-bar {
  top: -105% !important;
  transition: all 0.5s ease-in-out !important;
  left: 0;
  right: 0;
  height: 0 !important;
}

/* Header bar ends here */
/* Login table starts here */
.new-login-outer-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 4rem;
  width: 100vw;
  max-width: 100vw !important;
  height: 100vh !important;
  background-color: #47a3da;
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  z-index: 500;
  padding-top: 0 !important;
  transition: all 0.35s ease-in-out !important;
}

.new-login-inner-container {
  position: relative;
  width: 100vw;
  max-width: 100vw !important;
  top: -0.5rem !important;
  left: -0.5rem !important;
  right: 0 !important;
  background-color: var(--primary-dark) !important;
  color: #fff !important;
  padding: 1rem !important;
  margin: 0 !important;
  border-bottom: 3px solid var(--primary-orange);
}

.new-login-inner-table {
  position: relative;
  max-width: 70% !important;
  margin: auto !important;
}

.lmw-text-fields {
  border-radius: 6px !important;
  border: 1px solid #fff;
  padding: 0.5rem !important;
  color: var(--primary-dark) !important;
  width: 100% !important;
  outline: none !important;
}

.lmw-text-fields:focus {
  border-radius: 6px !important;
  border: 1px solid #fff;
  padding: 0.5rem !important;
  color: #47a3da !important;
  width: 100% !important;
}

.field-table {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem;
}

.no-scroll {
  overflow-y: hidden !important;
}

/* CSS for the drop-down transition  */
.drop-down-enter-active,
.drop-down-leave-active {
  transition: transform 0.3s ease-in-out;
}

.drop-down-enter,
.drop-down-leave-to {
  transform: translateY(200);
}

.fixed-tops .inner-scroll {
  position: relative;
  max-height: calc(100vh - 3rem);
  margin: 0.5rem 0;
  overflow: hidden;
  overflow-y: auto;
}

.close-login-bar-button {
  position: absolute !important;
  top: 2rem !important;
  right: 2rem !important;
  padding: 0.5rem !important;
  z-index: 10 !important;
  font-weight: bold !important;
}

.close-login {
  margin-right: -100vw !important;
  opacity: 0;
}

.modal_fade {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  z-index: 1100 !important;
  transition: all 0.25s ease-in-out !important;
}

.lmw-login-register-inner-container {
  position: relative !important;
  height: auto !important;
  width: 700px !important;
  background-color: #f4f6f8;
  top: 0.5rem !important;
  right: 0;
  float: right !important;
  border: 1px solid #ccc;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 15px 20px 35px 0.2em #000 !important;
  overflow: hidden !important;
}

.terms-of-use-box {
  width: 100vw;
  top: 0;
}

.txt {
  font-size: 2rem;
  opacity: 0;
}

.home-big-video-player {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  min-height: 420px;
  border-radius: 6px;
}

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

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

.lmw-text-sm {
  font-size: 0.9rem;
}

.lmw-text-xsm {
  font-size: 0.75rem;
}

.lmw-bl-dotted {
  border-left: 1px dotted #ccc;
}

.lmw-br-dashed {
  border-right: 1px dashed #ccc;
}

.lmw-br-dotted {
  border-right: 1px dotted #ccc;
}

.lmw-bb-dotted {
  border-bottom: 1px dotted #ccc;
}

.lmw-text-bold {
  font-weight: 600 !important;
  color: #333 !important;
}

.lmw-center {
  margin: auto !important;
  align-content: center !important;
  text-align: center !important;
}

.lmw-ads-header-container {
  display: grid;
  grid-template-columns: 1.2rem auto;
  grid-gap: 0.25rem;
  padding: 0.25rem 0;
}

.lmw-ads-header {
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  padding: 0.2rem !important;
  font-weight: lighter !important;
}

.lmw-header-ribbon1 {
  position: relative !important;
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, #dedede 100%);
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 300 !important;
  font-size: 1.15rem !important;
  color: #000 !important;
  display: grid;
  grid-template-columns: 0.5rem auto !important;
  grid-gap: 0.5rem;
  border-right: 4px solid #434853;
}

.lmw-new-members-ribbon {
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, #dedede 100%);
  font-weight: 300 !important;
  font-size: 1rem;
}

.lmw-header-ribbon-content {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 2rem auto !important;
  grid-gap: 0rem !important;
}

.lmw-header-ribbon-content .lmw-header-icons {
  position: absolute !important;
}

.lmw-header-ribbon-text {
  position: absolute !important;
  width: 100%;
  max-width: 100% !important;
  margin-left: 2rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.lmw-ribbon-header-text {
  position: relative !important;
  display: grid;
  grid-template-columns: 1.5rem auto;
  grid-gap: 0.15rem;
  padding: 0.5rem 0;
}

.lmw-footer-page {
  position: relative !important;
  background: var(--primary-dark) !important;
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 300 !important;
  font-size: 0.93rem !important;
  max-width: calc(100vw) !important;
  color: var(--primary-orange) !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 3rem !important;
}

.lmw-primary-bg {
  background-color: var(--primary-dark) !important;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.lmw-left-anchor {
  position: relative !important;
  background-color: var(--primary-orange);
  width: 100% !important;
  height: 100% !important;
  padding: 0.5rem !important;
  margin-left: -0.45rem !important;
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  z-index: 0 !important;
}

.lmw-left-anchor-back {
  position: absolute !important;
  padding: 0.05rem !important;
  background-color: var(--primary-orange);
  background-color: orange;
  top: 1.45rem !important;
  left: -0.45rem !important;
  border-bottom-left-radius: 0.5rem;
  border-left: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  z-index: -2 !important;
}

.lmw-home-left-anchor-back {
  position: absolute !important;
  padding: 0.05rem !important;
  background-color: var(--primary-orange);
  background-color: orange;
  top: 1.45rem !important;
  left: -0.4rem !important;
  border-bottom-left-radius: 0.5rem;
  border-left: px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  z-index: -2 !important;
}

.lmw-top-videos-card {
  max-width: 1000px;
  border-radius: 0.5rem;
  margin: auto !important;
}

.lmw-main-container {
  position: relative !important;
  padding: 0 !important;
  margin: auto;
  width: 100% !important;
  max-width: 980px !important;
  background-color: #fff !important;
}

.lmw-overall-home-container {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.lmw-base-container {
  position: relative !important;
  padding: 0 !important;
  margin: auto;
  width: 100% !important;
  max-width: 980px !important;
  z-index: 0 !important;
}

.lmw-content {
  padding: 0.5rem !important;
}

.lmw-bb {
  border-bottom: 1px solid #eee !important;
}

.lmw-member-card-container {
  padding: 0.5rem !important;
  max-width: calc(100% - 1rem) !important;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% !important;
  grid-gap: 0.5rem;
  padding: 0.5rem 0.25rem !important;
  overflow-x: hidden;
}

.lmw-header-search-member-card {
  position: relative;
  background-color: var(--primary-dark);
  border-radius: 0.35rem;
  color: var(--primary-orange) !important;
  border: 1px solid #ddd;
  width: 10rem !important;
  min-width: 10rem !important;
  max-width: 10rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lmw-header-search-member-card-header2 {
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75) !important;
  border-bottom: 1px solid var(--primary-orange) !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.lmw-header-search-member-card a {
  color: var(--primary-orange);
  font-weight: 800 !important;
}

.lmw-header-search-member-card-header1 {
  position: absolute;
  width: 100%;
  margin-top: -0.5rem;
  z-index: 1 !important;
  height: 3.1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 35% !important;
}

.lmw-members-list-member-card a {
  color: var(--primary-orange);
  font-weight: 800 !important;
}

.lmw-members-list-member-card-header1 {
  background-color: #fff !important;
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  z-index: 1 !important;
  height: 4.1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 35% !important;
}

.lmw-members-list-member-card-header2 {
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75) !important;
  border-bottom: 1px solid var(--primary-orange) !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.lmw-members-list-member-card-cover {
  position: relative !important;
  width: 5rem !important;
  height: 5rem;
  margin: auto !important;
  margin-top: 0.5rem !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50% !important;
  border: 1px solid #ffbd5b !important;
  z-index: 2 !important;
  border: 1.5px solid #ffbd5b !important;
}

.lmw-members-list-container {
  display: grid;
  grid-template-columns: auto 50% !important;
  grid-gap: 0.25rem;
}

.lmw-members-list-member-card {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  background-color: var(--primary-dark);
  border-radius: 0.35rem;
  color: #fff;
  color: var(--primary-orange) !important;
  border: 1px solid #ddd;
  padding: 0 !important;
  margin: 0 !important;
}

.lwm-top-videos-container {
  display: grid !important;
  grid-template-columns: auto auto auto !important;
  grid-gap: 0.5rem !important;
  padding: 0.5rem !important;
  background-color: #ccc !important;
}

.lmw-top-videos-card {
  background-color: #f1f1f1;
  padding: 0rem !important;
  border-radius: 0.5rem !important;
  height: 10rem;
}

.lmw-home-top-videos-container {
  position: relative;
  width: 100%;
  max-width: calc(100%) !important;
  display: grid;
  grid-template-columns: 13.5rem 13.5rem 13.5rem 13.5rem;
  grid-gap: 0.5rem !important;
  background-color: #f4f6f8 !important;
  padding: 0.25rem !important;
  margin: 0 auto !important;
}

.lmw-top-videos-card {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 9rem !important;
  max-height: 9rem !important;
}

.lmw-top-video-title-box {
  display: none !important;
}

.lmw-top-videos-bg-img {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 100% !important;
  min-height: 10rem !important;
  margin: 0 !important;
  border-radius: 0.5rem !important;
}

.lwm-top-videos-playbtn {
  font-size: 3rem;
  opacity: 70%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.lmw-top-videos-card:hover .lwm-top-videos-playbtn {
  bottom: -1.5rem !important;
  transform: translateY(-5rem) !important;
}

.lmw-top-video-uploader-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  background-position: top center;
  border-radius: 50% !important;
  background-color: #47a3da;
  margin: auto;
}

.lmw-top-video-lower-label {
  padding: 0.2rem 0.5rem !important;
  position: absolute !important;
  width: 100%;
  bottom: 0 !important;
  left: 0 !important;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  color: #fff !important;
  text-transform: capitalize !important;
}

.lmw-video-uploader-box {
  position: absolute !important;
  display: grid;
  grid-template-columns: 2.5rem auto !important;
  grid-gap: 0.25rem;
  width: 100%;
  max-width: 100%;
  top: 0rem;
  background-color: #434853 !important;
  color: #ffbd5b !important;
  padding: 0.25rem !important;
  transition: all 0.5s ease-in-out !important;
  opacity: 0;
}

.lmw-video-uploader-box a {
  color: #47a3da !important;
  font-weight: bold !important;
  transition: all 0.3s ease-in-out !important;
}

.lmw-video-uploader-box a:hover {
  color: #3da !important;
}

.lmw-top-video-uploader-info {
  padding: 0;
  margin-left: 0.5rem;
  transition: all 1s ease-in-out !important;
}

.lmw-top-videos-card:hover .lmw-video-uploader-box {
  opacity: 1 !important;
}

.lmw-register-inner-container {
  display: grid;
  grid-template-columns: 100%;
  border-bottom-right-radius: 1rem !important;
}

.lmw-lmw-message-modal-inner-container .lmw-header-info-container {
  display: grid;
  grid-template-columns: 26rem auto !important;
  padding: 0.25rem;
}

.lmw-message-modal-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
}

.lmw-message-modal-inner-container {
  position: relative;
  background-color: #fff;
  width: 35rem;
  height: auto;
  max-height: calc(100vh - 0.5rem) !important;
  border: 1px solid var(--primary-dark);
  bottom: 0.15rem !important;
  padding: 0;
  padding-right: 0rem;
  margin: 0 auto !important;
  box-shadow: -2.5px 9px 18px -6px #888;
  top: 50% !important;
  transform: translateY(-50%) !important;
  overflow: hidden !important;
}

.lmw-message-modal-header {
  display: grid;
  grid-template-columns: 2rem 90% auto !important;
  grid-gap: 0;
}

.lmw-message-modal-form-container {
  position: relative !important;
  height: 100%;
  max-height: calc(100vh - 6rem) !important;
  overflow: hidden;
  overflow-y: auto !important;
}

.close-message-modal {
  width: 100%;
  height: 100% !important;
  font-size: 1.15em !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 0;
}

.lmw-message-modal-textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 10rem;
  border: 1px solid #ccc;
  padding: 0.5rem !important;
  border-style: 1px solid #ccc !important;
}

.lmw-message-modal-textarea:focus {
  color: #47a3da !important;
  border-color: #47a3da;
  outline: none !important;
}

.lmw-message-modal-input {
  width: 50%;
  border: 1px solid #ccc;
  padding: 0.3rem !important;
  color: #47a3da;
}

.lmw-message-modal-input:focus {
  color: #47a3da !important;
  border-color: #47a3da;
  outline: none !important;
}

.lmw-social-tab-add-header {
  position: relative;
  display: grid;
  grid-template-columns: auto 7rem !important;
  grid-gap: 0 !important;
}

.lmw-social-tab-add-button {
  width: 100% !important;
  background-color: var(--primary-blue);
  align-content: center;
  margin: auto;
  color: #fff;
  padding: 0.25rem;
  border-bottom-left-radius: 0.5rem !important;
  font-weight: 400 !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-social-tab-pending-button {
  width: 100% !important;
  background-color: var(--primary-orange);
  align-content: center;
  margin: auto;
  color: #000 !important;
  padding: 0.25rem;
  border-bottom-left-radius: 0.5rem !important;
  font-weight: 400 !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-social-tab-accept-button {
  width: 100% !important;
  background-color: var(--primary-dark);
  align-content: center;
  margin: auto;
  color: var(--primary-orange) !important;
  padding: 0.25rem;
  border-bottom-left-radius: 0.5rem !important;
  font-weight: 400 !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-social-tab-accept-button:hover {
  background-color: var(--primary-green) !important;
  color: var(--primary-white) !important;
}

.lmw-social-tab-unfollow-button {
  width: 100% !important;
  background-color: rgba(238, 69, 69, 0.5);
  align-content: center;
  margin: auto;
  color: var(--primary-white) !important;
  padding: 0.25rem !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  font-weight: 400 !important;
  transition: all 0.5s ease-in-out !important;
}

.lmw-social-tab-unfollow-button:hover {
  width: 100% !important;
  background-color: #ee4545 !important;
  color: var(--primary-white) !important;
}

.lmw-social-tab-add-button:hover {
  background-color: #3da !important;
}

.lmw-position-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.lmw-boxshadow-ccc {
  box-shadow: 1px 2px 6px 1px #ccc;
}

.lmw-ratings-tab-container {
  width: 100%;
  background-color: var(--primary-dark);
  padding: 0.1rem;
  border-radius: 6px;
}

.lmw-ratings-tab-inner-container {
  width: 100%;
  display: grid;
  grid-template-columns: 5rem auto;
  grid-gap: 0rem;
  background-color: var(--primary-dark) !important;
  border-radius: 0.5rem 0 0 0.5rem;
}

.lmw-ratings-tab-avatar-container {
  background-color: var(--primary-dark);
  padding: 0.5rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border-bottom-right-radius: 2rem;
}

.lmw-ratings-tab-avatar {
  height: 5.5rem;
  width: 100%;
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat;
  border-radius: 9px;
  border-bottom-right-radius: 1rem;
  top: 10%;
  transform: translateY(-10%) !important;
  border: 1px solid var(--primary-orange) !important;
}

.lmw-ratings-tab-content {
  min-height: 7rem;
  background-color: #fff;
  border-radius: 6px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 2rem;
}

.lmw-member-ratings-tab-list-container {
  height: 100% !important;
  max-height: 100% !important;
  overflow: hidden;
  overflow-y: auto !important;
  margin: 0.25rem !important;
}

.lmw-member-ratings-list-container {
  height: 100%;
  max-height: calc(100vh - 12rem) !important;
  margin: 0.25rem;
  overflow: hidden;
  overflow-y: auto !important;
}

.lmw-member-ratings-list {
  margin: 0.25rem 0 !important;
}

.lmw-member-ratings-list-inner {
  display: grid;
  grid-template-columns: auto 5rem;
  grid-gap: 0 !important;
}

.lmw-ratings-tab-project-poster {
  width: 100%;
  height: 7rem;
  max-height: 100% !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--primary-dark);
  top: 50%;
  transform: translateY(-50%);
}

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

.small {
  text-transform: none !important;
  font-weight: lighter !important;
}

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

.lwm-text-uppercase {
  text-transform: uppercase !important;
  color: #333 !important;
}

.lmw-user-network-modal {
  position: fixed !important;
  z-index: 2500 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100vh !important;
  width: 100% !important;
  max-width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.lmw-user-network-modal-inner {
  position: relative !important;
  background-color: #fff;
  width: 90% !important;
  max-width: 1000px !important;
  height: 100% !important;
  max-height: 90% !important;
  overflow: hidden !important;
  padding-bottom: 1.5rem !important;
}

.lmw-modal-header {
  position: relative !important;
  display: grid;
  grid-template-columns: 4rem auto 3rem !important;
}

.lmw-modal-header .fa-solid {
  position: absolute;
  font-size: 2em !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.close-modal {
  width: 100%;
  height: 100% !important;
  position: absolute;
  font-size: 2em !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  right: 0;
}

.lmw-network-content-inner {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 0.25rem;
  padding: 0.25rem !important;
  overflow: hidden;
  max-height: calc(100% - 6.5rem) !important;
  overflow-y: auto !important;
}

.lmw-network-modal-user-card {
  position: relative;
  width: 13rem !important;
  max-width: 10rem !important;
  background-color: var(--primary-dark) !important;
  border-radius: 0.5rem !important;
  color: var(--primary-orange) !important;
  border: 1px solid #ddd !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lmw-network-modal-user-card .router-link:hover {
  background-color: var(--primary-orange) !important;
  color: var(--primary-orange) !important;
}

.lmw-network-card-list {
  position: relative;
  box-sizing: border-box;
  width: 7rem;
  min-width: 7rem;
  max-width: 7rem;
  height: 7rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 0.5rem !important;
  top: 0;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  margin: 1rem 0;
  border-radius: 50% !important;
  border: 2px solid #ccc;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35) !important;
}

.lmw-network-card-info {
  padding: absolute !important;
  background-color: var(--primary-dark);
  padding: 1rem 0.5rem;
  border-top-right-radius: 1.5rem;
  margin-bottom: 0.3rem;
  padding-top: 1rem;
}

.lmw-slider-image {
  width: 15rem !important;
  height: 6rem;
  max-width: 15rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 0.15rem;
}

.lmw-currentNumber {
  background-color: #47a3da;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem !important;
  margin: 0.25rem !important;
  padding: 0.25rem;
  width: auto !important;
  border-radius: 0.5rem;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.carousel-button {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #47a3da;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 1;
  border-radius: 50% !important;
}

.carousel-button:hover {
  background-color: #47a3da;
}

.prev {
  left: 0.5rem;
}

.next {
  right: 0.5rem;
}

.carousel {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}

.lmw-friends-list {
  position: relative;
  box-sizing: border-box;
  width: 4.8rem;
  max-width: 5rem;
  height: 5rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 0.5rem !important;
  cursor: pointer !important;
}

.lmw-footer-page {
  background-color: #787878;
  color: #fff;
}

.lmw-footer-frame-white {
  border: 1px solid #fff !important;
  border: 1px solid #ffbd5b !important;
  border-radius: 0.5rem !important;
}

.lmw-footer-logos-container {
  width: 9rem;
  margin: auto !important;
  align-items: center;
  align-content: center;
  text-align: center !important;
  display: grid;
  align-self: center !important;
  grid-template-columns: 4rem 4rem;
  grid-gap: 1rem;
  border: 0;
}

.lmw-chat-header {
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, #dedede 100%);
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 300 !important;
  font-size: 1.15rem !important;
  color: #000 !important;
  display: grid;
  grid-template-columns: 0.1rem auto !important;
  grid-gap: 0rem;
  border-right: 4px solid #434853;
}

.lmw-inbox-chat-header-inner {
  display: grid;
  grid-template-columns: 0 auto !important;
}

.lmw-chat-header-inner {
  display: grid;
  grid-template-columns: 3.4rem auto;
}

.lmw-inbox-chat-position-middle {
  position: relative;
  left: 4.5rem;
  top: 50%;
  transform: translateY(-40%) !important;
}

.lmw-position-middle {
  position: absolute;
  left: 3.5rem;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.lmw-chat-unread {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.3rem;
  border: 6px solid #3da;
  border-radius: 100%;
  margin: auto;
  margin-top: 0.5rem;
  top: 0.5rem;
  left: -0.13rem;
}

.lmw-chat-is-read {
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 0.75rem;
  top: 3rem;
}

.lmw-chat-is-read i {
  color: #47a3da;
  margin-top: 0.5rem;
}

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

.hide {
  display: none;
}

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

.lmw-social-icons-btn {
  padding: 0.25rem;
}

.lmw-btn-delete {
  background-color: rgba(255, 0, 0, 0.35);
  height: 100%;
  top: 0 !important;
  padding: 0.35rem !important;
  color: var(--primary-white);
  cursor: pointer !important;
  transition: all 0.25s ease-in-out !important;
  font-weight: 400 !important;
}

.lmw-btn-delete:hover {
  background-color: red !important;
  color: #fff !important;
}

.lmw-btn-success {
  background-color: rgba(31, 148, 25, 0.701);
  color: #fff;
}

.small {
  text-transform: none !important;
  font-weight: lighter !important;
}

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

.lwm-text-uppercase {
  text-transform: uppercase !important;
  color: #fff !important;
}

.lmw-user-network-modal {
  position: fixed !important;
  z-index: 2500 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100vh !important;
  width: 100vw !important;
  max-width: 100vw !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.network-modal-content {
  position: relative !important;
  font-family: "Rajdhani", sans-serif !important;
  background-color: #fff;
  width: 90% !important;
  max-width: 1000px !important;
  height: calc(100vh) !important;
  /* max-height: 90% !important; */
  max-height: calc(100vh - 5rem) !important;
  overflow: hidden !important;
  padding-bottom: 1.5rem !important;
  margin: 3rem auto !important;
}

.lmw-user-network-modal-inners {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: calc(100vh) !important;
  /* max-height: 90% !important; */
  font-family: "Rajdhani", sans-serif !important;
  max-height: calc(100vh - 2rem) !important;
  overflow: hidden !important;
  padding-bottom: 1.5rem !important;
}

.lmw-modal-header {
  position: relative !important;
  font-family: "Rajdhani", sans-serif !important;
  display: grid;
  grid-template-columns: 4rem auto 3rem !important;
}

.lmw-modal-header .fa-solid {
  position: absolute;
  font-size: 2em !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.lmw-modal-header .close-modal {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 0;
}

.lmw-user-network-modal-content {
  position: relative !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: calc(100% - 5.65rem) !important;
  overflow: hidden;
  overflow-y: auto !important;
  margin: 0 0.5rem;
  margin-bottom: 3rem !important;
  background-color: #fff;
  border-radius: 8px;
}

.lmw-network-modal-user-card {
  position: relative;
  width: 14rem;
  background-color: var(--primary-blue) !important;
  color: var(--primary-orange) !important;
  border: 2px solid var(--primary-blue) !important;
  border-radius: 8px;
  padding: 0rem !important;
  transition: all 0.35s ease-in-out;
  box-shadow: -2px 2px 6px 2px #bbb;
  cursor: pointer !important;
}

.lmw-network-modal-user-card:hover {
  border: 2px solid var(--primary-blue);
  box-sizing: border-box !important;
  box-shadow: 1px 2px 10px 1px var(--primary-blue);
}

.lmw-network-modal-user-card .router-link {
  width: 100%;
  background-color: #fff;
  color: var(--primary-orange) !important;
  padding: 0.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lmw-network-modal-user-card .router-link:hover {
  background-color: #fff;
  color: #fff !important;
}

.lmw-network-card-list {
  position: relative;
  box-sizing: border-box;
  width: 7rem;
  /* Adjust the number based on how many images you want to display */
  min-width: 7rem;
  max-width: 7rem;
  height: 7rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 0.5rem !important;
  top: 0;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  margin: 1rem 0;
  border-radius: 50% !important;
  border: 2px solid #ccc;
  box-shadow: 0px 0px 6px 2px #999;
}

.lmw-network-card-info {
  padding: absolute !important;
  background-color: var(--primary-blue);
  color: #fff;
  padding: 1rem 0.5rem;
  border-top-right-radius: 1.5rem;
  margin-bottom: 0.3rem;
  padding-top: 0.5rem;
}

.lmw-slider-image {
  width: 15rem !important;
  height: 6rem;
  max-width: 15rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 0.15rem;
}

.lmw-currentNumber {
  background-color: #47a3da;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem !important;
  margin: 0.25rem !important;
  padding: 0.25rem;
  width: auto !important;
  border-radius: 0.5rem;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.carousel-button {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #47a3da;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 1;
  border-radius: 50% !important;
}

.carousel-button:hover {
  background-color: #47a3da;
}

.prev {
  left: 0.5rem;
}

.next {
  right: 0.5rem;
}

.carousel {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}

.lmw-friends-list {
  position: relative;
  box-sizing: border-box;
  width: 4.8rem;
  /* Adjust the number based on how many images you want to display */
  min-width: 4.8rem;
  max-width: 5rem;
  height: 5rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  margin-right: 0.5rem !important;
  cursor: pointer !important;
  border: 2px solid var(--primary-dark);
  border-radius: 0.5rem;
}

.lmw-friends-list-initials {
  position: absolute;
  background-color: var(--primary-dark);
  color: var(--primary-orange);
  font-weight: 600;
  bottom: 0;
  margin: 0.1rem;
  padding: 0.2rem;
  border-radius: 0.25rem;
}

.lmw-ads-title {
  display: grid;
  grid-template-columns: auto auto;
  font-weight: 100 !important;
  font-size: 1rem !important;
}

.lmw-lower-case div {
  color: #000;
  font-weight: 200 !important;
}

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

.btn {
  transition: all 0.3s ease-in-out !important;
}

.lmw-lower-case {
  font-weight: lighter !important;
}

.lmw-overall-header-title {
  font-weight: lighter !important;
}

.lmw-advert-content-container {
  background-color: #f4f6f8 !important;
}

.lmw-green-button {
  position: relative !important;
  background-color: #0cb84b;
  color: #fff;
  padding: 0.5rem 1rem !important;
  margin: 0.25rem;
  text-align: center;
}

.lmw-adverts-container {
  display: grid;
  grid-template-columns: 3rem auto;
  grid-gap: 0.5rem;
  transition: all 0.5s ease-in-out !important;
}

.lmw-adverts-container:hover {
  background-color: #f4f6f8;
}

.lmw-adverts-subheader {
  display: grid;
  grid-template-columns: auto auto;
}

.lmw-adverts-subheader-left {
  text-align: left !important;
}

.lmw-adverts-subheader-right {
  margin-right: 0 !important;
  text-align: right !important;
  align-self: right;
}

.lmw-create-project-header {
  display: grid;
  grid-template-columns: 15rem auto;
  grid-gap: 0;
}

.lmw-no-image-icon {
  font-size: 10rem;
  margin: 4rem auto;
  align-self: center;
  left: 50%;
  transform: translateX(-50%);
}

.lmw-include-poster-image {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  width: 100%;
}

.lmw-create-project-header-infobox {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.lmw-create-project-search-box {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 0.5rem;
  max-width: 100%;
  max-height: 15rem;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.lmw-create-project-search-card {
  display: grid;
  grid-template-columns: 5rem auto;
  grid-gap: 0.5rem;
  overflow: hidden;
  border: 1px solid #ccc;
}

.lmw-creat-project-include-image-box {
  display: grid;
  grid-template-columns: auto 65%;
  grid-gap: 1rem;
}

.lmw-my-projects-list-box {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 0.5rem;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.lmw-my-projects-list-card {
  display: grid;
  grid-template-columns: 5rem auto;
  grid-gap: 0.5rem;
  overflow: hidden;
  border: 1px solid #ccc;
}

.lmw-new-members-card {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background-color: #47a3da;
  color: #444 !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.lmw-new-members-container i {
  color: #c6c6c6;
}

.lmw-new-members-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 0.5rem;
  margin: 0.5rem auto !important;
  max-width: 1200px !important;
}

.sample-new-members-container-inner {
  max-width: 1200px !important;
  grid-template-columns: auto auto auto auto !important;
}

.lmw-new-members-card {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background-color: #47a3da;
  color: #444 !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.lmw-new-members-list-info {
  margin: 0;
}

.lmw-new-members-list-avatar {
  max-width: 100% !important;
  position: relative;
  border-bottom-left-radius: 0.6rem !important;
}

.lmw-new-members-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 0.5rem;
  margin: 0.5rem auto !important;
  max-width: 1200px !important;
}

.sample-new-members-container-inner {
  max-width: 1200px !important;
  grid-template-columns: auto auto auto auto !important;
}

.lmw-new-members-card {
  position: relative;
  display: grid;
  grid-template-columns: 4.5rem auto;
  grid-gap: 0.5rem;
  border-top-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.6rem !important;
  color: #47a3da;
}

@media screen and (min-width: 600px) {
  .lmw-for-mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=app.css.map */@media (max-width: 60rem) {
  /** @format */
  *,
  div,
  span {
    margin: 0;
    padding: 0;
  }
  body,
  div,
  span,
  p,
  textarea,
  input,
  label {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Roboto Slab" !important;
    font-weight: 300;
  }
  .app {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    margin-top: 7rem !important;
  }
  .flex {
    width: 100% !important;
    flex: 1;
  }
  .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0.25rem;
    width: calc(100% - 1rem);
    min-width: calc(100% - 1rem);
    background-color: var(--light);
    margin-left: 0;
    padding: 0;
    padding-top: 0;
    white-space: nowrap;
  }
  aside {
    display: none !important;
    color: var(--light);
    font-size: 100%;
    flex-direction: column;
    width: calc(2rem + 1.5rem);
    position: relative;
    margin-left: -5rem;
    z-index: 99;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    padding-top: 0;
    margin-top: 5rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #f4f6f8;
    color: var(--darker);
    transition: 0.5s ease-out;
  }
  aside .menu-header {
    position: relative;
    display: grid;
    grid-template-columns: auto 3rem;
    margin: 0;
    border-top-right-radius: 8px;
    padding: 0.5rem 0;
  }
  aside .menu-header .menu-toggle-wrap {
    position: relative;
    transition: 0.5s ease-out;
  }
  aside .menu-header .menu-toggle-wrap .menu-toggle {
    transition: all 0.5s ease-out;
  }
  aside .menu-header .menu-toggle-wrap .menu-toggle i {
    cursor: pointer !important;
    color: #999;
    transition: all 0.5s ease-out;
    padding: 0 0.5rem;
  }
  aside .menu-header .menu-toggle-wrap:hover .menu-toggle i {
    color: #47a3da;
    transform: translateX(0.5rem);
  }
  aside .menu-separator {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 -2rem;
    float: left;
    background-color: #fff;
  }
  aside .menu-button {
    display: flex;
    opacity: 0;
    padding: 0rem;
    margin: 0 -2rem;
    color: #ccc;
    transition: 0.5s ease-out !important;
  }
  aside .menu-button .lmw-header-text {
    display: none;
    font-size: 1rem;
    color: #444;
    transition: 0.5s ease-in-out;
  }
  aside .menu-buttons {
    display: flex;
    opacity: 0;
    padding: 0rem 1rem;
    margin: 0 -2rem;
    color: #ccc;
    transition: 0.5s ease-out !important;
  }
  aside .menu-buttons .lmw-header-text {
    display: none;
    font-size: 1rem;
    color: #444;
    transition: 0.5s ease-in-out;
  }
  aside h3,
  aside .button .text {
    opacity: 0;
    transition: all 0.5s ease-out;
    margin-left: 0.5rem;
  }
  aside .menu {
    padding: 0.5rem 1rem;
    position: relative;
    margin: 0 -1rem;
    overflow: hidden;
  }
  aside .menu .button {
    color: var(--dark-text);
    font-size: 1rem;
    display: grid;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 1rem;
    transition: all 0.5s ease-out;
    border-left: 0;
  }
  aside .menu .button i {
    transition: all 0.5s ease-out;
    color: #2f4051;
  }
  aside .menu .button .text {
    display: none;
    white-space: nowrap;
    transition: 0.5s ease-out;
  }
  aside .menu .button:hover, aside .menu .button.router-link-exact-active {
    background-color: var(--primary);
    transition: 0.5s ease-in-out;
    color: var(--light) !important;
    cursor: pointer !important;
  }
  aside .menu .button:hover i, aside .menu .button.router-link-exact-active i {
    color: var(--light) !important;
  }
  aside .menu .button.router-link-exact-active {
    background-color: var(--primary) !important;
    color: var(--light) !important;
    border-left: 7px solid #47a3da;
    padding-left: -1rem;
    transition: 0.5s ease-out !important;
  }
  aside .menu .button.router-link-exact-active i {
    color: var(--light) !important;
  }
  aside.is-expanded {
    width: var(--sidebar-width);
    margin-left: 0;
  }
  aside.is-expanded .menu-header {
    padding: 0.5rem;
    grid-template-columns: auto 1.5rem !important;
  }
  aside.is-expanded .menu-header .menu-toggle-wrap .menu-toggle {
    transform: rotate(-180deg) !important;
  }
  aside.is-expanded .menu-separator {
    position: relative;
    width: calc(var(--sidebar-width) + 2rem);
    margin: 0 -2rem;
    float: left;
    background-color: #fff;
  }
  aside.is-expanded .menu-button {
    display: flex;
    grid-template-columns: 1rem auto;
    grid-gap: 1rem;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    transition: 0.5s ease-out !important;
  }
  aside.is-expanded .menu-button .lmw-header-text {
    font-family: "Montserrat" !important;
    display: grid !important;
    grid-template-columns: 1rem auto;
    font-size: 1rem !important;
    padding: 0 1rem;
    margin: 0;
    color: #666;
    font-weight: lighter !important;
    opacity: 1 !important;
  }
  aside.is-expanded .menu-button .lmw-header-text .fa-bars {
    font-size: 1.3rem !important;
    color: #999;
  }
  aside.is-expanded .menu-button .lmw-header-text span {
    margin-top: -0.1rem;
    margin-left: 1rem;
  }
  aside.is-expanded .menu-button .menu-separators {
    position: relative;
    width: calc(var(--sidebar-width) + 2rem);
    margin: 0 -2rem;
    background-color: #fff;
  }
  aside.is-expanded .menu-buttons {
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 1rem;
    opacity: 1;
    margin: 0.25rem 0;
    padding: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    transition: 0.5s ease-out;
  }
  aside.is-expanded .menu-buttons .lmw-header-text {
    font-family: "Montserrat" !important;
    display: grid;
    grid-template-columns: 1rem auto;
    font-size: 1rem !important;
    padding: 0.2rem 1rem;
    margin: 0.3rem 0;
    color: #666;
    font-weight: lighter !important;
  }
  aside.is-expanded .menu-buttons .lmw-header-text i {
    margin-top: 0.2rem;
    color: #666 !important;
  }
  aside.is-expanded .menu-buttons .lmw-header-text span {
    margin-top: 0rem;
    margin-left: 1rem;
    white-space: nowrap;
  }
  aside.is-expanded .menu-buttons hr {
    color: #fff;
  }
  aside.is-expanded .menu-separator {
    margin-top: -1.6rem;
    background-color: #fff;
  }
  aside.is-expanded h3,
  aside.is-expanded .button,
  aside.is-expanded .text {
    display: block;
    opacity: 1;
  }
  aside.is-expanded .button {
    width: 100%;
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 0.35rem;
    color: #444;
    padding: 0.35rem 1rem !important;
    font-size: 1rem !important;
    transition: all 0.5s ease-out;
  }
  aside.is-expanded .button .text {
    display: block;
    font-size: 0.85rem !important;
    white-space: nowrap;
  }
  .blink-green {
    border: 2px solid #08ff84;
    animation: border 1.5s linear infinite;
  }
  @keyframes border {
    0% {
      border: 2px solid #ccc;
      box-shadow: 0;
    }
    100% {
      border: 2px solid #08ff84;
      box-shadow: 0 0 2px 2px #08ff84;
    }
  }
  h3,
  h4 {
    color: #666;
  }
  .logo {
    width: 3.5em !important;
    max-width: 3.5em !important;
    cursor: pointer !important;
  }
  .header-right {
    margin-top: 0.5em;
    display: grid;
    grid-template-columns: auto 2.3em 2.3em 2.3em;
  }
  .left {
    display: grid;
    grid-template-columns: auto;
  }
  #searchField {
    border: 1px solid #ccc;
    padding: 0 0.5em !important;
    border-radius: 4px;
    width: 47px;
    height: 2em !important;
    font-size: 1em !important;
    background-color: #fff;
    color: #444;
    font-weight: normal;
    transition: all 0.5s ease-out !important;
  }
  #searchField:focus {
    width: 50%;
    border-color: #47a3da !important;
    background-color: #47a3da !important;
    color: #fff !important;
  }
  #lwm_header_avatar {
    position: relative;
    z-index: 1500 !important;
  }
  #online_member {
    position: relative;
    width: 2.3em;
    height: 2.3em;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    background-size: cover;
    background-position: 0 0;
  }
  .top-header-icons {
    float: left !important;
    font-size: 1.2em;
    color: #ccc;
    margin-top: 0.2em;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
  }
  .top-header-icons:hover {
    color: #47a3da !important;
  }
  .new-mail-class {
    color: orange !important;
  }
  .new-network-class {
    color: #3da !important;
  }
  .lmw-reveal-quick-search {
    margin-top: calc(-100% + -2em) !important;
  }
  #user-avatar {
    cursor: pointer !important;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .lmw-top-members-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* display: grid;
  grid-template-columns: auto auto auto auto auto auto; */
    grid-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .lmw-top-members-list {
    position: relative;
    max-width: 10.75rem !important;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    box-shadow: 2px 2px 8px 2px #dedede;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .invisible {
    display: none;
  }
  .lmw-lower-case div {
    color: #000;
    font-weight: 300 !important;
  }
  .lmw-lower-case span {
    color: #666;
    font-weight: 300 !important;
  }
  .lmw-adverts-container {
    display: grid;
    grid-template-columns: 3rem auto;
    grid-gap: 0;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-adverts-container:hover {
    background-color: #f4f6f8;
  }
  .lmw-adverts-subheader {
    display: grid;
    grid-template-columns: auto auto;
  }
  .lmw-adverts-subheader-left {
    text-align: left !important;
  }
  .lmw-adverts-subheader-right {
    margin-right: 0 !important;
    text-align: right !important;
    align-self: right;
  }
  .lmw-c-dark-25 {
    color: #ccc !important;
  }
  .lmw-c-dark-50 {
    color: #888 !important;
  }
  .lmw-avatar-link-info-line {
    display: grid;
    grid-template-columns: 90% auto;
    /* margin: 0.5rem auto; form-group */
    padding: 0;
  }
  .lmw-new-bubble {
    font-size: 0.8rem;
    width: auto;
    background-color: #3da;
    color: #fff !important;
    padding: 0.1rem 0.25rem;
    border-radius: 25%;
    text-align: center !important;
    margin-top: auto !important;
  }
  .arrow-up:hover {
    color: #fff !important;
  }
  .lmw-hr-dark {
    border: 1px solid #eee !important;
  }
  .lmw-header-avatar {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #47a3da;
    border-radius: 100%;
    text-align: center;
    background-size: cover;
    background-position: top center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-header-avatar:hover {
    width: 3rem !important;
    height: 3rem !important;
  }
  .lmw-avatar-text {
    padding: 0;
    text-align: center;
    border: 0 solid #47a3da;
    border-radius: 100%;
    width: 100%;
    height: 100%;
  }
  .lmw-avatar-menu-container {
    position: absolute;
    float: left;
    left: -5rem;
    width: auto !important;
    min-width: 17rem !important;
    margin-top: 4rem;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 8px !important;
    text-align: left !important;
    box-shadow: 0px 5px 15px 0 #ccc;
  }
  .lmw-hide-avatar-menu {
    display: none;
    transition: all 0.25s ease-in-out;
  }
  .lmw-avatar-menu-container .fa-sort-up {
    font-size: 3rem;
    position: inherit;
    color: #dedede !important;
    margin-top: -1.2rem;
    margin-left: 13.5rem;
    z-index: 100;
  }
  .lmw-avatar-menu-container .fa-sort-up:hover {
    color: #dedede !important;
  }
  .lmw-avatar-menu-container .nr2 {
    position: inherit;
    font-size: 3rem;
    color: #fff !important;
    background-color: default;
    margin-top: -1.05rem;
    margin-left: 13.5rem;
    z-index: 101;
  }
  .lmw-avatar-menu-container .nr2:hover {
    color: #fff !important;
  }
  .lmw-avatar-link-box {
    background-color: #fff;
    text-align: left !important;
  }
  .lmw-avatar-link {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0;
  }
  .lmw-avatar-links-header {
    display: grid;
    grid-template-columns: auto 2rem;
    text-align: default !important;
  }
  .lmw-avatar-links-header .fa-times {
    font-size: 1.5rem;
    color: #ccc;
    float: right;
    cursor: pointer !important;
  }
  .lmw-avatar-links-header .fa-times:hover {
    color: orangered;
  }
  .lmw-avatar-link-button {
    display: grid;
    grid-template-columns: 1.5rem auto;
    grid-gap: 0rem;
    color: #444 !important;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 0.5rem;
    transition: 0.25s ease-in-out !important;
    border-left: 0;
    border-radius: 4px;
  }
  .lmw-avatar-link-button2 {
    display: block;
    color: #444 !important;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 0.5rem;
    transition: 0.25s ease-in-out !important;
    border-left: 0;
    border-radius: 4px;
  }
  .lmw-avatar-link-button2:hover {
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .lmw-avatar-link-button i {
    font-size: 1rem !important;
    color: #47a3da;
    margin-top: -0.1rem !important;
  }
  .lmw-avatar-link-button .lmw-avatar-link-text {
    transition: all 0.25s ease-in-out;
    color: #444;
  }
  .lmw-avatar-link-button:hover {
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .lmw-avatar-link-button:hover i {
    color: #fff !important;
  }
  .lmw-avatar-link-button:hover .lmw-avatar-link-text {
    color: #fff !important;
  }
  .user-settings-menu-container {
    position: fixed !important;
    top: 2.8em;
    left: 0 !important;
    right: 0 !important;
    padding: 0em;
    padding-top: 1em;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100vw;
    height: 100vh;
    align-content: right !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 900 !important;
  }
  .user-settings-menu-inner-container {
    max-width: 950px;
    min-width: 20em !important;
  }
  .user-inner-settings-menu-box {
    position: relative;
    background-color: #fff;
    width: 20em;
    max-width: 20em;
    min-width: 20em !important;
    float: right;
    margin-right: 1em;
    border: 1px solid #999;
    box-shadow: 0 0 13px 3px #999;
    border-radius: 0 0 10px 10px !important;
  }
  .settings-header {
    position: relative;
    display: grid;
    grid-template-columns: 1.5em auto;
    grid-gap: 1em;
    text-transform: uppercase;
    font-size: 16px !important;
    background-color: #f4f6f8;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .header-settings-icon {
    float: left;
    color: #47a3da;
    transition: all 0.5s ease-in-out !important;
  }
  .header-settings-text {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #666 !important;
    margin-top: 0.2em;
    transition: all 0.5s ease-in-out !important;
  }
  .user-inner-settings-menu-box-inner {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 100% !important;
    float: right !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.3em !important;
    border-radius: 0 0 10px 10px !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists {
    position: relative;
    display: grid !important;
    grid-template-columns: 20px auto !important;
    grid-gap: 0.3em !important;
    padding: 0.3em;
    margin-right: 0.3em;
    max-width: 100% !important;
    border-radius: 10px;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists .material-icons {
    font-size: 1.5em !important;
    float: left;
    color: #999;
    transition: all 0.5s ease-in-out !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists .setiings-link-text {
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: auto 2.2em !important;
    grid-gap: 0.3em !important;
    font-size: 15px !important;
    transition: all 0.5s ease-in-out !important;
    color: #666;
    margin-top: 0.1em !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists .setiings-link-text .pop-up-new-bubble {
    position: relative;
    background-color: #3da;
    border-radius: 100%;
    padding: 0.3em;
    color: #fff;
    font-size: 0.8em;
    min-width: 12px;
    height: 12px;
    float: right;
    font-weight: bold;
    padding-top: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-align: center;
  }
  .user-inner-settings-menu-box-inner a .settings-lists:hover {
    margin-left: 1em !important;
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists:hover .material-icons {
    color: #fff !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists:hover .setiings-link-text {
    color: #fff !important;
  }
  .carousel {
    overflow: hidden;
    width: 100%;
  }
  .scrollable {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    /* Adjust as needed */
  }
  .photo {
    flex: 0 0 auto;
    width: 200px;
    /* Adjust as needed */
    height: 200px;
    /* Adjust as needed */
  }
  .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .main-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-gap: 0.25rem !important;
    padding: 0.5rem !important;
  }
  .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
    width: calc(100% - 1rem);
    min-width: calc(100% + 1rem);
    background-color: #fff;
    padding: 0;
  }
  .lmw-show-profile-avatar-container {
    position: fixed !important;
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
  }
  .lmw-toggle-profile-member-menus {
    color: #fff;
    background-color: #47a3da;
    position: absolute;
    padding: 0.5rem 0.8rem;
    font-size: 1.15rem;
    left: 0.8rem;
    bottom: 0.5rem;
    border-radius: 4px;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
  }
  .lmw-toggle-profile-member-menus:hover {
    background-color: #3da !important;
  }
  .lmw-member-menu-container {
    position: absolute;
    width: auto;
    padding: 0 !important;
    color: #fff;
    bottom: 3rem;
    left: 0.8rem;
    transition: all 0.5s !important;
  }
  .lmw-profile-menu-icon {
    font-size: 1.2rem;
    background-color: #eee;
    color: #47a3da;
    padding: 0.5rem;
    border-radius: 4px;
    text-align: center;
    cursor: pointer !important;
    font-weight: lighter;
  }
  .lmw-profile-menu-icon:hover {
    background-color: #3da !important;
    color: #fff !important;
  }
  .lmw-profile-icon-box {
    display: grid;
    width: 100%;
    grid-template-columns: 2.5rem auto !important;
    grid-gap: 0.5rem;
    margin: 0.5rem 0;
  }
  .lmw-profile-icon-message {
    /* font-family: "Rajdhani", sans-serif !important; */
    padding: 0.25rem 0.5rem !important;
    font-size: 1.1rem !important;
    opacity: 0;
    display: none;
    line-break: none;
    background-color: #47a3da !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: none !important;
    transition: all 0.5s linear ease-out !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .lmw-profile-icon-show-message {
    display: block;
    opacity: 1;
  }
  .lmw-magnifying-glass {
    color: #fff;
    background-color: #47a3da;
    position: absolute;
    padding: 0.5rem;
    font-size: 1.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 4px;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
  }
  .lmw-magnifying-glass:hover {
    background-color: #3da !important;
    color: #fff !important;
  }
  .lmw-show-profile-avatar-container {
    position: fixed !important;
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
  }
  .lmw-show-profile-avatar-inner-container {
    position: relative;
    width: 98%;
    max-width: 98% !important;
    height: 98% !important;
    max-height: 98% !important;
    background-color: #000 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: auto !important;
    align-content: center;
    text-align: center;
  }
  .lmw-profile-avatar-info-box {
    position: absolute;
    background-color: #47a3da;
    color: #fff;
    text-align: left !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    top: 0rem !important;
    z-index: 10;
    border-top-left-radius: 3px !important;
  }
  .lmw-profile-avatar-close {
    position: absolute;
    top: 0rem;
    right: 0;
    padding: 0.25rem 1.5rem;
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    z-index: 10;
    border-radius: 0;
    border-top-right-radius: 3px !important;
    transition: all 0.25s ease !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .lmw-profile-avatar-image-box {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .lmw-show-profile-avatar-image {
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin-top: 50% !important;
    transform: translateY(0) !important;
    margin: auto !important;
  }
  .expand-enter-active,
  .expand-leave-active {
    transition: max-height 0.5s ease-in-out;
  }
  .expand-enter,
  .expand-leave-to {
    max-height: 0;
    overflow: hidden;
  }
  .rotate,
  .show-more-user-info {
    transition: all 0.5s ease-in-out;
  }
  .rotate-icon {
    transition: all 0.5s ease-in-out !important;
    /* top: 0.5; */
    transform: translateY(-50%);
    /* right: 0.5rem; */
    transform: rotate(180deg);
  }
  .test-member-container {
    position: relative;
    top: 0rem;
    left: 0;
    right: 0;
    height: 100%;
    max-width: 100% !important;
    position: fixed;
    z-index: 2000 !important;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
  }
  .lmw-preview-member-inner {
    position: relative;
    max-width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .profile-network-menu_outerBox {
    max-width: 100%;
    height: 10em;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-top: -1px;
    padding: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-radius: 0 0 6px 6px;
  }
  .profile-network-menu_innerBox {
    background-color: #fff !important;
    margin: 0;
    height: calc(100% - 3.8em);
    border-radius: 0 0 4px 4px;
    padding: 0.5em;
  }
  .profile-network-menu_list-box-header {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 2em auto;
    grid-column-gap: 1em;
    background-color: #fff;
    border-bottom: 2px solid #eee;
    padding: 0.5em;
    color: #666;
    border-radius: 4px 4px 0 0;
  }
  .profile-network-menu_list-box-header .material-icons {
    float: left;
    margin-right: 1em;
  }
  .profile-network-menu_list-box-header span {
    font-size: 1.3em;
  }
  .profile-network-menu_list-box:hover {
    color: #3da;
  }
  .modal_container {
    max-height: 100% !important;
  }
  .modal_img_container {
    height: calc(100% - 2em);
    padding: 1em;
    max-width: 100% !important;
  }
  .modal_img_container .closeBox {
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    padding: 0.5em;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal_img_container img {
    position: relative;
    max-height: calc(100% - 1em) !important;
    max-width: 100% !important;
  }
  .lmw-image-number-bubble {
    background-color: #47a3da;
    padding: 0.35rem;
    top: 0.25rem;
    color: #fff;
    border-bottom-right-radius: 0.5rem;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-active-image-number-bubble {
    background-color: #3da !important;
    font-weight: bold !important;
  }
  .modal {
    position: fixed !important;
    z-index: 2500 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 100vh !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    overflow-x: none !important;
  }
  .modal-content {
    width: 98% !important;
    max-width: 98% !important;
    height: 98% !important;
    max-height: 98% !important;
    overflow: hidden !important;
    display: grid !important;
    background-color: #f4f6f8 !important;
    grid-template-columns: calc(100% - 15rem) 15rem !important;
    border-radius: 12px !important;
    /* border: 8px solid #47a3da !important; */
  }
  .modal-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f6f8;
    height: 100%;
  }
  .modal-image .lmw-carousel-navigation-buttons {
    opacity: 0 !important;
  }
  .modal-image:hover .lmw-carousel-navigation-buttons {
    opacity: 1 !important;
  }
  .modal-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .image-container {
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    height: 100% !important;
  }
  .centered-image {
    position: relative !important;
    max-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 1rem) !important;
    max-height: calc(100ch - 1rem) !important;
    box-sizing: border-box !important;
  }
  .modal-sidebar {
    /* max-width: 100% !important; */
    background-color: #f4f6f8 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-left: 1px solid #ccc !important;
  }
  .modal-sidebar-inner {
    position: relative !important;
    height: calc(100vh - 5.5rem) !important;
    max-height: calc(100vh - 5.5rem) !important;
    bottom: 0rem !important;
    padding: 0.5rem;
    /* margin-bottom: -5.5rem !important; */
    overflow: hidden !important;
    overflow-y: auto !important;
    background-color: #f4f6f8;
  }
  .sidebar-image {
    height: 12rem !important;
    max-width: 90% !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 12px solid #ccc !important;
    cursor: pointer !important;
    transition: all 0.5s ease-out !important;
    margin: 0.5rem auto !important;
  }
  .sidebar-image:hover {
    border-color: #47a3da !important;
  }
  .sidebar-image.active {
    border: 12px solid #3da !important;
    border-radius: 16px;
  }
  .list-image {
    transition: all 0.5s ease !important;
    border: 8px solid #fff;
    max-width: 100% !important;
    cursor: pointer !important;
    margin-bottom: 0.5rem !important;
  }
  /* Add a close button for the modal */
  .modal-close-button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    border-radius: 8px;
    /* background-color: rgb(0, 0, 0, 0.5); */
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    box-shadow: -1px 1px 2px 0px #fff;
  }
  .modal-close-button:hover {
    background-color: #47a3da !important;
    box-shadow: -1px 1px 2px 0px #47a3da !important;
  }
  .modal-close-button2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    z-index: 10;
    border-radius: 0;
    transition: all 0.25s ease !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    /* box-shadow: -2px 2px 0px 0px #fff; */
  }
  .swiper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    max-width: 10rem;
    background: #47a3da;
    display: flex;
    margin: 0;
  }
  .pagination {
    color: #fff;
  }
  .swiper-navigation {
    color: #fff !important;
    background-color: #fff;
  }
  .lmw-slider-image {
    width: 15rem !important;
    height: 6rem;
    max-width: 15rem;
    margin-right: 0.5rem;
    border-radius: 4px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 0.15rem;
  }
  .lmw-currentNumber {
    left: 0.15rem;
    top: 0.15rem;
    position: absolute;
    background-color: #47a3da !important;
    color: #fff;
    font-size: 0.85rem;
    font-weight: bold !important;
    padding: 0.25rem;
    width: auto !important;
    border-radius: 0.5rem;
  }
  .lmw-currentNumber-modal {
    left: 0;
    top: 0;
    position: absolute;
    background-color: #47a3da !important;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
    width: auto !important;
    border-radius: 0.5rem 0 0 0;
    font-weight: lighter !important;
  }
  .carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .carousel-slide {
    position: relative;
    box-sizing: border-box;
    width: 10rem;
    /* Adjust the number based on how many images you want to display */
    min-width: 10rem;
    max-width: 10rem;
    /* flex-shrink: 0; */
    height: 10rem;
    border-radius: 8px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    padding-top: 0.15rem;
    margin-right: 0.25rem !important;
    cursor: pointer !important;
    border: 2px solid #47a3da;
  }
  .lmw-gallery-info-container {
    position: absolute;
    display: grid;
    grid-template-rows: 100%;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    bottom: 0rem;
  }
  .lmw-gallery-info-inner-container {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #47a3da !important;
    color: #fff !important;
    padding: 1rem !important;
    border-radius: 0 !important;
    border: 0 !important;
    transition: transform 0.5s ease-in-out !important;
    /* bottom: 0; */
  }
  .lmw-reveal-gallery-info {
    position: absolute;
    color: #47a3da !important;
    padding: 0 0.35rem !important;
    top: -2.95rem !important;
    right: 0.75rem;
    margin-bottom: 0.7rem !important;
    font-size: 1.5rem;
    font-weight: lighter !important;
    border-radius: 0.3rem !important;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
    transition: transform 0.5s ease-in-out !important;
    z-index: 10 !important;
  }
  .lmw-reveal-gallery-info:hover {
    color: #3da !important;
  }
  .fade-transition {
    transition: opacity 0.5s ease-in-out !important;
    /* Adjust the duration and timing function as needed */
    opacity: 1;
  }
  .slide-up {
    transform: translateY(calc(100% - 0rem)) !important;
    transition: transform 0.5s ease-in-out !important;
  }
  .slide-transition {
    transition: transform 0.35s ease-in-out !important;
    /* Add transition for horizontal translation */
  }
  .gallery-inner-container {
    display: grid !important;
    max-width: 100% !important;
    grid-template-columns: 10rem auto !important;
  }
  .lmw-capitalize {
    text-transform: none !important;
    font-weight: 300 !important;
  }
  .lmw-gallery-navigation-buttons {
    position: absolute;
    z-index: 10;
    padding: 1rem;
    font-size: 2rem;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.25);
    color: aliceblue;
    border: 2px solid #47a3da;
    cursor: pointer !important;
    transition: all 0.3s ease-out !important;
  }
  .lmw-gallery-navigation-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-gallery-navigation-buttons {
    opacity: 0;
  }
  .lmw-carousel-navigation-buttons {
    position: absolute;
    font-size: 3.5rem;
    border-radius: 50% !important;
    color: rgba(0, 0, 0, 0.55);
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease-out !important;
    top: 50%;
    border: 2px solid #fff !important;
    transform: translateY(-50%);
    z-index: 100 !important;
    transition: all 0.3s ease-out !important;
  }
  .lmw-carousel-navigation-buttons:hover {
    color: #47a3da !important;
    background-color: #fff !important;
  }
  .prev-image-button {
    left: 1rem !important;
  }
  .next-image-button {
    right: 1rem !important;
  }
  .prev-button {
    left: 1rem !important;
  }
  .next-button {
    right: 1rem !important;
  }
  .lmw-overall-header-icons {
    font-size: 3rem;
    text-align: center;
    color: #ccc !important;
    border-radius: 100%;
  }
  .lmw-bold-text {
    font-weight: bold !important;
  }
  .lmw-position-in-middle {
    top: 50%;
    transform: translateY(-50%) !important;
  }
  .lmw-btn-primary {
    background-color: #47a3da;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-btn-primary:hover {
    background-color: rgba(49, 136, 236, 0.915) !important;
    color: #fff;
  }
  .lmw-modal {
    position: fixed !important;
    z-index: 2500 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 100vh !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    overflow-x: none !important;
  }
  .lmw-modal-content {
    width: 98% !important;
    max-width: 900px !important;
    height: auto !important;
    min-height: 30rem !important;
    max-height: 98% !important;
    overflow: hidden !important;
    display: block !important;
    background-color: #f4f6f8 !important;
    border-radius: 12px !important;
    /* border: 8px solid #47a3da !important; */
  }
  .lmw-blue-scheme-text {
    color: #47a3da !important;
  }
  .lmw-edit-photo {
    color: #235;
    border: 1px solid #ccc !important;
    background-color: #ededed;
    border-radius: 4px;
    padding: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-edit-photo:hover {
    color: #fff !important;
    border: 1px solid rgba(233, 177, 81, 0.872) !important;
    background-color: rgba(233, 177, 81, 0.872) !important;
  }
  .lmw-delete-photo {
    color: #235;
    border: 1px solid #ccc !important;
    background-color: #ededed;
    border-radius: 4px;
    padding: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-delete-photo:hover {
    color: #fff !important;
    border: 1px solid rgba(238, 73, 73, 0.966) !important;
    background-color: rgba(238, 73, 73, 0.966) !important;
  }
  .lmw-handle-image-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0.5rem !important;
    margin: 0.5rem 0.25rem !important;
  }
  .lmw-bold {
    font-weight: bold !important;
  }
  .error {
    font-weight: bold !important;
  }
  .lmw-upload-photo-preview-box {
    position: relative !important;
    border: 1px solid #ccc;
    width: calc(100% - 0.5rem);
    max-width: calc(100% - 0.5rem);
    box-shadow: 2px 4px 13px 4px #bbb;
    background-size: cover !important;
    background-position: top center !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
    padding: 0.5rem;
    overflow: hidden !important;
    background-color: #000 !important;
    /* border-radius: 10px !important; */
  }
  .lmw-upload-photo-preview-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px;
  }
  .lmw-upload-photo-preview-ribbon {
    position: absolute;
    background-color: #47a3da !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: #fff !important;
    text-align: left !important;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .lmw-myvideos-cover {
    position: relative !important;
    height: 13.5rem;
    background-size: cover !important;
    background-position: top center !important;
  }
  .lmw-video-player {
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview-ribbon {
    position: absolute !important;
    bottom: 0 !important;
    width: calc(100% - 1rem) !important;
    margin: 0.5rem !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #f4f6f8 !important;
    border-radius: 10px !important;
    text-align: left !important;
    font-weight: bold !important;
    border: 1px solid #666 !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview {
    position: relative !important;
    height: 15rem !important;
    width: 25rem !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 4px solid #bbb !important;
    margin: 1rem auto !important;
    text-align: center !important;
    border-radius: 10px !important;
    box-shadow: 3px 3px 11px 2px #bbb !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview:hover .lmw-video-cover-preview-ribbon {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
  .lmw-video-cover-preview:hover .lmw-video-player {
    opacity: 100% !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-upload-video-cover-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 0.5rem;
    padding: 0em;
    box-shadow: 1px 1px 8px #ccc;
  }
  .active-image {
    background-color: #47a3da !important;
    color: #000;
    border: 1rem solid #3da !important;
    border-radius: 16px !important;
    transition: all 0.5s ease-in-out;
  }
  .active-image:hover {
    background-color: #47a3da !important;
    color: #000;
    border-radius: 16px !important;
    transition: all 0.5s ease-in-out;
  }
  .lmw-confirm-media-actions {
    position: absolute !important;
    margin: 0.25rem;
    width: calc(100% - 0.5rem);
    background-color: #fff;
    height: calc(100% - 1rem);
    border-radius: 6px;
    border: 2px solid #dedede;
    z-index: 10 !important;
    top: 0.15rem;
  }
  .lmw-gallery-info-container {
    position: absolute !important;
    display: grid;
    grid-template-rows: 100%;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0.5rem !important;
    margin: 0 !important;
    bottom: -0.65rem !important;
    z-index: 10;
  }
  .lmw-gallery-info-inner-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .lmw-rotate-upanddown {
    position: relative;
    background-color: #47a3da;
    color: #fff;
    padding: 0.35rem;
    float: right !important;
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
    transition: all 0.25s ease-in-out;
    cursor: pointer !important;
  }
  .lmw-rotate-upanddown:hover {
    background-color: #3da !important;
  }
  .fade-transition {
    transition: opacity 0.5s ease-in-out;
    /* Adjust the duration and timing function as needed */
    opacity: 1;
  }
  .slide-up {
    transform: translateY(calc(100% - 3.5rem));
    /* Start with the div hidden */
    transition: transform 0.3s ease-in-out;
    /* Add a transition for smooth animation */
  }
  .slide-transition {
    transition: transform 0.3s ease-in-out;
    /* Add transition for horizontal translation */
  }
  .gallery-inner-container {
    display: grid;
    max-width: 100% !important;
    grid-template-columns: 10rem auto !important;
  }
  .lmw-capitalize {
    text-transform: none;
    font-weight: 300 !important;
  }
  .lmw-galler-navigation-buttons {
    position: absolute;
    z-index: 10;
    padding: 1rem;
    font-size: 2rem;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: aliceblue;
    cursor: pointer !important;
    transition: all 0.3s ease-out !important;
  }
  .lmw-galler-navigation-buttons:hover {
    background-color: #47a3da;
  }
  .prev-button {
    left: 1rem !important;
  }
  .next-button {
    right: 1rem !important;
  }
  .lmw-rounded-8 {
    border-radius: 8px !important;
  }
  .lmw-chat-text-area-field {
    height: 9rem;
    max-height: 9rem !important;
    border: 1px solid #ccc;
    resize: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 0.23rem;
    width: 100%;
    outline: none !important;
  }
  .lmw-chat-text-area-field:focus {
    color: #235;
    outline-width: none !important;
  }
  .lmw-floating-chat-container {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30rem;
    background-color: #fff !important;
    z-index: 3000;
  }
  #chatContainer {
    position: fixed;
    z-index: 10;
    top: 5.5rem;
    bottom: -1.5rem;
  }
  .lmw-chat-text-box {
    border-radius: 24px !important;
    padding: 0.5rem 1rem;
    max-width: 100% !important;
    font-size: 1rem !important;
  }
  .lmw-massage-sender {
    width: 100% !important;
    position: relative;
    text-align: left !important;
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .lmw-massage-sender-inner-box {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0.25rem;
    background-color: #47a3da;
    color: #fff !important;
    margin-bottom: 1.25rem !important;
    border-bottom-right-radius: 4px !important;
  }
  .lmw-massage-receiver {
    max-width: 100% !important;
    background-color: #fff !important;
    position: relative;
    text-align: left !important;
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .lmw-massage-receiver-2 {
    display: grid !important;
    grid-template-columns: 2.5rem auto !important;
    grid-gap: 0.2rem !important;
  }
  .lmw-massage-receiver-inner-box {
    border: 1px solid #dedede !important;
    border-top-left-radius: 4px !important;
    margin-bottom: 1rem !important;
    min-width: 10rem !important;
    margin-right: -0.3rem !important;
  }
  .lmw-message-avatar {
    position: relative;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem !important;
    max-height: 2.5rem !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
    background-color: #47a3da;
    top: 1rem !important;
    left: 0;
    border: 1px solid #dedede;
    margin-right: 0 !important;
  }
  .lmw-conversation-annotation {
    position: absolute !important;
    left: 20%;
    border: 2px solid #ccc;
    padding: 1rem;
    box-shadow: 0 0 30px -5px #000;
    width: 60%;
    max-width: 60%;
    top: 6.5rem;
    margin: auto !important;
    z-index: 100;
    border-radius: 24px !important;
  }
  .lmw-btn-primary {
    max-width: 100%;
    background-color: #47a3da;
    padding: 0.3rem;
    color: #fff;
    margin: 0.5rem;
    border-radius: 3px;
    border: 1px solid #47a3da;
  }
  .lmw-new-message-menu {
    cursor: pointer !important;
    color: #47a3da;
  }
  .lmw-new-message-menu-options {
    position: absolute;
    left: -1rem;
    padding: 0.35rem;
    background-color: #fff !important;
    border: 1px solid #ccc;
    cursor: pointer !important;
    z-index: 10;
  }
  .lmw-new-message-menu-options:hover {
    color: #47a3da !important;
  }
  .lmw-new-message-menu-options-body {
    padding: 0.25rem;
  }
  .lmw-conversation-box {
    position: relative !important;
    max-width: 100% !important;
    height: calc(100vh - 10rem);
    max-height: calc(100vh - 10rem) !important;
    margin: auto !important;
  }
  .lmw-conversation-box-inner {
    position: inherit !important;
    max-height: calc(100vh - 18.5rem);
    background-color: #fff;
    overflow: hidden;
    /* border-bottom: 1px solid #ccc!important; */
    overflow-y: auto !important;
    /* overflow-y: scroll; */
    height: 100% !important;
    padding: 0.5rem;
  }
  .lmw-reply-message-box {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 0rem) !important;
    display: grid;
    grid-template-columns: 90% auto !important;
    grid-gap: 1rem !important;
    background-color: #fff !important;
    bottom: 0 !important;
    padding: 0.5rem !important;
    z-index: 10;
  }
  .lmw-reply-message-textarea {
    position: relative !important;
    resize: none !important;
    height: 5rem;
    padding: 0.5rem !important;
    transition: all 0.5s ease-in-out !important;
    outline: none !important;
    color: #000 !important;
    border-color: #999 !important;
  }
  .lmw-reply-message-textarea:focus {
    resize: none !important;
    border-color: none !important;
    /* background-color: #f4f6f8; */
    height: 10rem !important;
    border-color: #47a3da !important;
  }
  .lmw-reply-message-button {
    position: absolute;
    bottom: 0 !important;
    margin-bottom: 1rem !important;
    background-color: #47a3da;
    border: 1px solid #47a3da;
    transition: all 0.5s ease-in-out !important;
    outline: none !important;
  }
  .lmw-reply-message-button:hover {
    background-color: #00cf6e !important;
    border: 1px solid #00cf6e !important;
    outline: 0 !important;
  }
  .lmw-paper-plane-button {
    position: absolute;
    bottom: 0;
    background-color: #47a3da;
    color: #fff;
    padding: 0.3rem;
    margin-bottom: 1rem !important;
    width: 2.5rem;
    text-align: center;
    border-radius: 6px;
    font-size: 1.3rem;
    cursor: pointer !important;
    border: 1px solid #47a3da;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-paper-plane-button:hover {
    background-color: #00cf6e !important;
    border: 1px solid #00cf6e !important;
    outline: 0 !important;
  }
  .lmw-button-regular {
    position: relative !important;
    background-color: #47a;
    color: #fff;
    padding: 0.5rem 1rem !important;
    margin: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-button-regular:hover {
    background-color: #47a3da !important;
  }
  .display-none {
    top: calc(-100% + -2em) !important;
  }
  .lmww-hr-dotted-grey {
    border: 1px dotted #ccc;
    margin-top: 0.3em;
  }
  .lmww-hr-dashed-grey {
    border: 1px dashed #ccc;
    margin-top: 0.3em;
  }
  input[type="checkbox"] + span:before {
    width: 16px;
    height: 16px;
    border: 2px solid #47a3da;
    content: "\2714";
    color: transparent;
    display: inline-block;
    font-size: 13px;
    margin-right: 0.5em;
    text-align: center;
  }
  input[type="checkbox"]:disabled + span {
    color: #ddd;
  }
  input[type="checkbox"]:checked + span:before {
    content: "\2714";
    color: #fff;
    background-color: #47a3da;
  }
  input[type="checkbox"]:disabled:checked + span:before {
    content: "\2714";
    color: #ddd;
  }
  input[type="checkbox"]:disabled + span:before {
    border: 1px solid #ddd;
  }
  input[type="radio"] + span:before {
    width: 16px;
    height: 16px;
    border: 2px solid #47a3da;
    background-color: #fff;
    content: ".";
    color: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 8px;
    text-align: center;
  }
  input[type="radio"]:disabled + span {
    color: #ddd;
  }
  input[type="radio"]:checked + span:before {
    content: "\2022";
    color: #fff;
    background-color: #47a3da;
    font-weight: bolder;
  }
  input[type="radio"]:disabled:checked + span:before {
    content: "\00b7";
    color: #ddd;
  }
  input[type="radio"]:disabled + span:before {
    border: 1px solid #47a3da;
  }
  .for-mobile {
    display: none;
    visibility: hidden;
  }
  .alert-new {
    border: 4px solid #3da !important;
    animation-name: rotate;
    animation: blink-animation 2s steps(2, start) infinite;
    transition: all 0.3s ease-in-out !important;
  }
  .alert-new .material-icons {
    position: absolute !important;
    margin: auto;
    font-size: 3em !important;
    margin-top: 0.7em !important;
    margin-left: -0.02em !important;
    color: #3da !important;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  .top-avatar-span-userId {
    border: 0 !important;
  }
  .medium-modal-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
  }
  .medium-modal-innerContainer {
    max-width: 650px;
    background-color: #fff;
    min-height: 20em;
    margin: auto;
    margin-top: 15%;
    border-radius: 6px;
  }
  .overall-headers {
    border-radius: 6px 6px 0 0;
  }
  .submitBtn {
    padding: 0.5em;
    text-transform: uppercase;
    background-color: #3da;
    font-weight: bold;
    color: #fff;
    border: 1px solid #3da;
    border-radius: 4px;
  }
  .cancel-button {
    padding: 0.5em;
    text-transform: uppercase;
    background-color: #dedede;
    font-weight: bold;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 4px;
    float: right;
  }
  .cancel-button:hover {
    background-color: orange !important;
    border-color: orange !important;
    color: #fff !important;
  }
  #closeMediumModal {
    position: relative;
    float: right;
    background-color: #ddd;
    color: #888;
    padding: 0.1em;
    cursor: pointer;
  }
  a {
    text-decoration: none !important;
    color: #47a3da;
  }
  a:hover {
    color: #3da;
  }
  .alert {
    margin: 0.5rem 0 !important;
  }
  .alert-box {
    padding: 0.5em;
    min-height: 2em;
    border-radius: 4px;
  }
  .alert-box .alert-header {
    display: grid;
    grid-template-columns: auto 1.65em;
    margin-bottom: 0.5em;
  }
  .alert-box .alert-header .alert-header-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
  }
  .alert-box .alert-header .material-icons {
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .alert-box .alert-message {
    color: #fff;
  }
  .warning-box {
    padding: 0.5em;
    background-color: rgba(240, 44, 44, 0.6);
    border-radius: 8px;
    color: #fff;
  }
  .alert-warning {
    display: grid;
    grid-template-columns: 2em auto;
    grid-gap: 1em;
    margin-top: 0.5em;
    max-width: 37.8em;
    padding: 1em;
    border: 2px solid red;
    border-radius: 3px;
    background-color: rgba(240, 44, 44, 0.788);
    color: #fff;
  }
  .alert-warning .material-icons {
    float: left !important;
    font-size: 2em;
  }
  .alert-warning span {
    font-weight: bold;
  }
  .hidden {
    visibility: hidden;
  }
  .success-box {
    border: 1px solid #11b302;
    background-color: rgba(17, 179, 2, 0.7);
    color: #fff;
    padding: 1em;
    font-weight: bold;
    border-radius: 6px;
  }
  .error-box {
    border: 1px solid #fa0002;
    background-color: rgba(250, 0, 0, 0.75);
    color: #fff !important;
    padding: 1em;
    font-weight: bold;
    border-radius: 6px;
    margin: 0 0.5em;
  }
  .buttons {
    font-size: 0.7em;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold !important;
    letter-spacing: 2px;
    text-align: center !important;
    transition: all 0.5s ease-in-out !important;
  }
  .submit-button {
    background-color: #47a3da;
    border-color: #47a3da;
    color: #fff;
    border-radius: 5rem !important;
    padding: 0.25rem 1rem !important;
    font-size: 0.75rem !important;
    font-weight: lighter !important;
  }
  .submit-button:hover {
    background-color: #00b300;
    border-color: #00b300;
    color: #fff;
  }
  .preview-button {
    background-color: #f3c57a !important;
    border-color: #f3c57a !important;
    color: #000;
  }
  .delete-button {
    background-color: #ff8080 !important;
    border-color: #ff8080 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .delete-button:hover {
    background-color: #ff4136 !important;
    border-color: #ff4136 !important;
  }
  .delete-saved-button {
    background-color: #ff8080 !important;
    border: 1px solid #ff8080 !important;
    color: #fff !important;
    padding: 0.5em !important;
    float: right !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.5s ease-in-out !important;
  }
  .delete-saved-button:hover {
    background-color: #ff4136 !important;
    border-color: #ff4136 !important;
  }
  .half-rounded-buttons {
    position: relative;
    margin: 1em;
    padding: 0.2em;
    display: flex;
    flex-wrap: nowrap;
    max-width: 15em;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    box-shadow: 5px 5px 10px 0px #dedede;
  }
  .half-rounded-buttons .material-icons {
    position: relative;
    max-width: 2em;
    float: left;
  }
  .half-rounded-buttons .for-text {
    position: relative;
    max-width: 100%;
    margin-top: 0.2em;
    margin-left: 0.5em;
  }
  .top-members-container {
    width: 100%;
    padding-top: 0.45rem;
    font-size: 1em;
    position: relative;
    background-color: #fff;
    margin-top: 0em;
    margin-right: 0.5em;
  }
  .top-members-container .quick-media-buttons {
    display: grid;
    grid-template-columns: 11.5em 11.5em 11.5em;
    grid-gap: 0.5em;
    margin: 0.5em;
  }
  .top-members-container .quick-media-buttons a {
    color: #888;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer {
    padding: 0.3em;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1.8em auto;
    font-size: 1em;
    border-radius: 6px;
    cursor: pointer;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer .material-icons {
    font-size: 1.5em;
    color: #47a3da;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer .button-text {
    margin-top: 0.2em !important;
    text-transform: Capitalize;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer:hover {
    border-color: #3da;
    background-color: #3da;
    color: #fff;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer:hover .material-icons {
    color: #fff;
  }
  .top-members-container .outer-notification-container {
    margin: 1em;
    border-radius: 6px;
  }
  .top-members-container .outer-notification-container .overall-header-titles {
    padding: 0.3em !important;
    border-radius: 6px 6px 0 0;
  }
  .top-members-container .outer-notification-container .notis-container {
    display: grid;
    grid-template-columns: 15em 15em 20em 20em;
    grid-gap: 1em;
  }
  .top-members-container .outer-notification-container .notis-lables {
    display: grid;
    grid-template-columns: 2em auto 2em;
    max-width: 15em;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    box-shadow: 5px 5px 10px 0px #dedede;
  }
  .top-members-container .outer-notification-container .notis-lables .notis-left {
    float: left;
  }
  .top-members-container .outer-notification-container .notis-lables .notis-middle {
    margin-top: 0.3em !important;
    color: #444;
  }
  .top-members-container .outer-notification-container .notis-lables .notis-right {
    margin-top: 0.3em !important;
    color: #444;
  }
  .top-members-container .outer-notification-container .notis-lables:hover .notis-middle {
    color: #47a3da;
  }
  .top-members-container .outer-notification-container .notis-lables:hover .notis-right {
    color: #47a3da;
  }
  .top-members-container .top-members-container-list-table {
    max-width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 12em 12em 12em 12em 12em;
    grid-gap: 0.3em;
    background-color: #fff;
    padding: 0.3em;
  }
  .top-members-container .top-members-container-_ {
    max-width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 12em 12em 12em 12em 12em;
    grid-gap: 0.3em;
    background-color: #fff;
    padding: 0.5em;
  }
  .top-members-container .img-div {
    width: 100%;
    min-height: 15em;
    max-height: 15em;
    background-size: cover;
    background-position: top center;
  }
  .top-members-container .top-members-link-box {
    background-color: #fff;
    border: 2px solid #fff;
  }
  .top-members-container .top-members-link-box:hover {
    background-color: #f2f4f6;
    border-left-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-radius: 6px;
  }
  .top-members-container .top-members-country-box {
    display: grid;
    grid-template-columns: 1.5em auto;
  }
  .top-members-container .if-no-content-container {
    display: grid;
    grid-template-columns: 50% auto;
  }
  .top-members-container .if-no-content-container .label {
    max-width: 90% !important;
  }
  .top-members-container .if-no-content-container .home-upload-photo-container {
    position: relative;
    background-color: #eee;
    display: grid;
    grid-template-columns: 10em auto;
    grid-gap: 1em;
  }
  .top-members-container .if-no-content-container .home-upload-photo-container .avartar-holder {
    max-width: 100%;
    background-size: cover;
    background-position: top center;
    border-radius: 6px 0 0 6px;
  }
  .top-members-container .if-no-content-container .edit_textField {
    max-width: 10em !important;
  }
  .top-members-container .top-reels-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0.5em;
    margin: 0.5em;
  }
  .top-members-container .top-reels-container .top-reels-list-box {
    background-color: #eee !important;
  }
  .top-members-container .top-reels-container .top-reels-list-box .top-reels-box {
    width: 100%;
    height: 248px;
  }
  .top-members-container .job-list-container {
    background-color: #fff;
    transition: all 0.3s ease-in-out !important;
    border-bottom: 1px dashed #ccc;
  }
  .top-members-container .job-list-container .job-title {
    font-size: 1.7em;
  }
  .top-members-container .job-list-container .job-description {
    color: #000 !important;
    font-size: 1.2em;
    padding-bottom: 1em !important;
  }
  .top-members-container .job-list-container:hover {
    background-color: #f2f4f6 !important;
    border-bottom: 1px dashed #666 !important;
  }
  .top-members-container .job-list-container:last-child {
    border-bottom: 1px solid #fff;
  }
  .left-side-menus-container {
    display: block;
    position: fixed;
    margin-left: 0em;
    z-index: 500;
    font-size: 2.5em;
    padding: 0em;
    width: 1.2em;
    text-align: center;
    background-color: #f4f6f8 !important;
    border: 1px solid #ccc;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .left-side-menus-container .collapsable-menus {
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    display: block;
    display: grid;
    grid-template-columns: 1em auto;
    max-width: 17em !important;
    transition: all 0.3s ease-in-out;
  }
  .left-side-menus-container .collapsable-menus .collapsable-menus-inner {
    margin-bottom: 0.28em !important;
  }
  .left-side-menus-container .collapsable-menus .material-icons {
    position: relative;
    font-size: 0.7em;
    color: #999;
    float: left;
    margin-left: -0.156em;
    z-index: 2;
    height: 1.2em;
    transition: all 0.3s ease-in-out;
    background-color: #f4f6f8;
    padding: 0.1em;
    padding-left: 0.5em;
  }
  .left-side-menus-container .collapsable-menus .collapsable-menus-description {
    position: absolute;
    background-color: #47a3da !important;
    font-size: 18px !important;
    white-space: nowrap !important;
    padding: 0.37em 1em;
    margin-left: -15em;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .left-side-menus-container .collapsable-menus:hover {
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .left-side-menus-container .collapsable-menus:hover .material-icons {
    color: #fff !important;
    background-color: #47a3da !important;
  }
  .left-side-menus-container .collapsable-menus:hover .collapsable-menus-description {
    background-color: #47a3da !important;
    margin-left: 1.5em;
  }
  .inner-joblist-box {
    border: 1px solid #fff;
    border-bottom: 3px solid #f6f7f8;
    transition: all 0.5s ease-in-out;
    padding: 0.3em;
    border-radius: 6px;
    text-decoration: none;
    color: #000 !important;
    cursor: default;
  }
  .inner-joblist-box:hover {
    border: 1px solid #ccc;
    border-bottom: 3px solid #47a3da;
    background-color: #ededed;
    border-radius: 6px;
  }
  .inner-joblist-box a {
    text-decoration: none;
    color: #000 !important;
    cursor: default;
    color: #f6f7f8;
  }
  .joblist-header-box {
    display: grid;
    grid-template-columns: auto 2em;
  }
  .joblist-header {
    /*font-family: 'PT Serif'!important;*/
    font-size: 1.7em;
    font-weight: default;
    color: #000;
    font-weight: 500;
  }
  .profile-header-flag {
    max-width: 2em;
  }
  .profile-header-flag img {
    position: relative;
    max-width: 100%;
    /* border-radius:50%; */
  }
  .joblist-description {
    font-size: 1em;
    color: #000;
  }
  .joblist-description a {
    color: #47a3da;
  }
  .joblist-description a:hover {
    color: #3da;
  }
  .joblist-footer {
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #666;
    cursor: default;
  }
  .joblist-footer a {
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #47a3da !important;
    cursor: pointer;
  }
  .joblist-footer a:hover {
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #3da !important;
  }
  .joblist-inline {
    display: grid;
    grid-template-columns: auto auto;
  }
  .left-box {
    text-align: left;
  }
  .right-box {
    text-align: right;
  }
  .page-pagination {
    padding: 0.5em;
    text-align: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .page-pagination-button-active {
    display: inline-block;
    min-width: 1.3em;
    max-width: 2em;
    border: 1px solid #47a3da;
    background-color: #47a3da;
    color: #fff !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    padding: 0.3em;
    border-radius: 0;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
  .pagination-button {
    display: inline-block;
    min-width: 1.3em;
    max-width: 2em;
    border: 1px solid #ccc;
    background-color: #ededed;
    padding: 0.3em;
    border-radius: 0;
    margin-left: 0.1em;
    margin-right: 0.1em;
    cursor: pointer;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  a .pagination-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  a .pagination-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .inner-joblist-box .view-job {
    color: #47a3da !important;
    cursor: pointer;
  }
  .inner-joblist-box .view-job:hover {
    color: #3da !important;
    cursor: pointer;
  }
  .social-button {
    text-transform: capitalize;
    padding: 0.3em;
    display: inline-flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    border: 0;
    width: auto;
    line-break: strict;
    -webkit-box-decoration-break: unset;
            box-decoration-break: unset;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
  }
  .social-button .material-icons {
    color: #fff !important;
    font-size: 1.7em !important;
    margin-left: 0 !important;
  }
  .social-button span {
    padding-right: 0.3em !important;
    margin-left: -1em !important;
  }
  .content {
    padding: 0.5em;
  }
  .delete-btn {
    position: relative;
    float: right;
    background-color: #f55f5f;
    color: #fff;
    font-size: 0.5em !important;
  }
  .delete-btn:hover {
    background-color: #f23939;
    color: #fff;
  }
  .create-btn {
    position: relative;
    float: right;
    font-size: 0.5em !important;
    background-color: #01c670;
    color: #fff !important;
    padding-right: 0.4em;
  }
  .create-btn:hover {
    color: #fff !important;
    background-color: #3da;
  }
  .request-buttons {
    background-color: #eee;
    border: 1px solid #dedede;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 0.3em;
    min-width: 5em;
  }
  .editButton:hover {
    background-color: #00cc00;
    border: 1px solid #00cc00;
    color: #fff;
  }
  .deleteButton:hover {
    background-color: #ff471a;
    border: 1px solid #ff471a;
    color: #fff;
  }
  .acceptRequest:hover {
    background-color: #00cc00;
    border: 1px solid #00cc00;
    color: #fff;
  }
  .rejectRequest:hover {
    background-color: #ff471a;
    border: 1px solid #ff471a;
    color: #fff;
  }
  .error {
    font-size: 1.1em;
    color: #fa0000 !important;
  }
  .success {
    color: green !important;
  }
  .warning {
    color: orange !important;
  }
  .warning-red {
    color: red !important;
  }
  .hr-dotted {
    border: 1px dotted #47a;
    margin-bottom: 0.5em;
  }
  .hr-dotted-gray {
    border: 1px dotted #ccc;
    border-color: #ccc;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
  .inline {
    display: grid;
  }
  .inline_buttons {
    grid-column-gap: 1em !important;
  }
  .main-table {
    border-right: 1px solid #ddd;
    max-width: 53em !important;
    min-width: 53em !important;
  }
  .hr-seperator {
    border: 6px solid #ccc;
    margin: 0.5em 0;
  }
  .hidden {
    display: inherit;
    visibility: hidden;
    height: 0 !important;
    max-height: 0 !important;
  }
  .inline-active-menu {
    background-color: #f4f6f6 !important;
    text-transform: uppercase !important;
    border-bottom-color: #f4f6f6 !important;
    border-radius: 6px 6px 0 0 !important;
  }
  .inline-active-menu:hover {
    background-color: #f4f6f6 !important;
    border-color: #dedede !important;
    border-bottom-color: #f4f6f6 !important;
    color: #000 !important;
  }
  .inline-menus-box {
    padding: 0;
    margin: 0;
    background-color: #fff;
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 6px 6px 0 0;
    border: 0;
  }
  .inline-menus-box .listMenus {
    padding: 0.5em;
    font-size: 1.5em;
    color: #000;
    font-weight: lighter !important;
    background-color: #dedede;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    border-radius: 6px 6px 0 0;
    text-align: center;
  }
  .inline-menus-box .listMenus:hover {
    background-color: #3da;
    border-color: #3da;
    color: #fff;
  }
  .inline-menu-list-content {
    border: 2px solid #dedede;
    border-top: 0;
    background-color: #f4f6f8;
    border-radius: 0 0 6px 6px;
  }
  .inline-menu-list-content .delete_recons {
    position: relative;
    float: right !important;
    font-size: 2.3em;
    color: #bbb;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .inline-menu-list-content .delete_recons:hover {
    color: orangered;
  }
  .inline-menu-list-content .job-content-box {
    border-bottom: 1px dotted #dedede;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
  }
  .inline-menu-list-content .recommended-title {
    font-size: 1.5em;
    color: #444;
    padding-bottom: 0.3em;
  }
  .inline-menu-list-content .recommended-header {
    font-size: 1.3em;
    color: #444;
    padding-bottom: 0.5em;
    text-transform: uppercase;
  }
  .inline-menu-list-content .inloggade_imgbox {
    background-size: cover;
    background-position: center;
  }
  .inline-menu-list-content .recommender-infobox {
    display: grid;
    grid-template-columns: 5em auto;
    padding-bottom: 0.5em;
    grid-gap: 1em;
    /* border-bottom: 1px dotted #dedede */
  }
  .inline-menu-list-content h4 {
    color: #444;
  }
  .white-board {
    background-color: #fff;
    margin-bottom: 0.5em;
    border-radius: 4px;
    border: 1px solid #dedede;
    display: grid;
    padding: 0.5em;
  }
  .lmw-form-group {
    margin-bottom: 0.5rem !important;
  }
  .form-group {
    margin-bottom: 0;
  }
  .form-group .inner-formGroup {
    max-width: 39.3em !important;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 0px;
    padding: 0.2em;
    padding-left: 0.5em;
  }
  .form-group .inner-formGroup .textField {
    max-width: calc(100% - 1em);
    border-radius: 1rem !important;
    border: 1px solid #ccc;
  }
  .form-group .inner-formGroup .miniTextField {
    max-width: 15em !important;
  }
  .form-group .inline {
    max-width: 40em;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 1em;
    background-color: inherit;
  }
  .form-group .inline .inline-textField {
    max-width: 30em !important;
  }
  .form-group .inline .textField {
    width: 13em;
  }
  .form-group .inline-grid-four {
    display: grid;
    grid-template-columns: 9.1em 9.1em 9.1em 9.1em 9.1em;
    grid-gap: 0.5em;
  }
  .form-group .inline-grid-four .inline-project-list-box {
    border: 1px dashed #888;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .form-group .inline-grid-four .inline-project-list-box .addProjectSearchAvatar {
    height: 10em;
    background-size: cover;
    background-position: top center;
  }
  .form-group .inline-grid-four .inline-project-list-box:hover {
    background-color: #3da !important;
    color: #fff !important;
    border: 1px solid green !important;
    border-radius: 6px !important;
  }
  .form-group .inline-grid-four .inline-project-list-box:hover .addProjectSearchAvatar {
    border-radius: 6px 6px 0 0 !important;
  }
  .form-group .label {
    text-transform: uppercase;
    font-size: 0.9em !important;
    background-color: #fff !important;
    margin-top: 0.5em;
    margin-left: 0.5em;
    max-width: 100%;
  }
  .form-group .radios {
    content: " ";
    margin-left: 0.2em !important;
  }
  .form-group .textArea {
    width: calc(100% - 1em);
    height: 10em;
    padding: 0.3em;
    margin-right: 0.5em;
    border: 1px solid #888;
    border-radius: 4px;
    font-size: 1.1em !important;
  }
  .form-group .textField {
    width: 100%;
    max-width: 100%;
    font-size: 1.3em;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 0.2em;
    padding-left: 0.5em;
    border-radius: 2px;
    resize: none;
  }
  .form-group .miniTextField {
    max-width: 15em !important;
    height: 5em;
  }
  .form-group .edit_textField {
    min-width: 15em;
    max-width: 20em;
    font-size: 1.3em;
    border: 1px solid #888;
    background-color: #f8f8f8;
    padding: 0.2em;
    padding-left: 0.5em;
    border-radius: 2px;
  }
  .form-group .inner-textField {
    background-color: #fff !important;
  }
  .form-group .small {
    text-transform: none !important;
  }
  .form-group .selectBox {
    font-size: 0.85em;
    border: 0.2px solid #999;
    background-color: #fff;
    border-radius: 0px;
    padding: 0em;
    padding-left: 0.3em;
    font-weight: bold;
    min-width: 3em;
    width: 100%;
  }
  .form-group .selectBox option {
    background-color: #fff;
    font-weight: bold;
  }
  .form-group textArea {
    resize: none;
  }
  .logout .material-icons {
    color: orangered !important;
  }
  .logout:hover .material-icons {
    color: orangered !important;
  }
  .important-message-container {
    margin: 0.5em;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .important-message-container .important-message-header {
    padding: 0.3em;
    background: #f4f6f8;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
  }
  .preview-sender-header {
    display: grid;
    grid-template-columns: 25em auto;
    grid-gap: 1em;
    max-width: 100% !important;
  }
  .preview-sender-header img {
    max-width: 100% !important;
  }
  .pop-up-menu-arrow-up1 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.58em !important;
    margin-left: 2.11em !important;
    font-size: 5.5em !important;
    color: #ccc !important;
  }
  .pop-up-menu-arrow-up2 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.56em !important;
    margin-left: 2.11em !important;
    font-size: 5.5em !important;
    color: #f4f6f7 !important;
  }
  .mail-pop-up-menu-arrow-up1 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.58em !important;
    margin-left: 170px;
    font-size: 5.5em !important;
    color: #ccc !important;
  }
  .mail-pop-up-menu-arrow-up2 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.56em !important;
    margin-left: 170px;
    font-size: 5.5em !important;
    color: #f4f6f7 !important;
  }
  .pop-up-menu-header {
    max-width: 100%;
    padding: 0.5em;
    font-size: 1.1em;
    color: #000;
    border-bottom: 1px solid #dedede;
    font-weight: lighter !important;
    background-color: #f4f6f7;
    /*#edf6f9;*/
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 3em auto;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
  }
  .pop-up-menu-header .material-icons {
    float: left !important;
    color: #0a9 !important;
    font-size: 1.5em !important;
  }
  .pop-up-menu-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 800;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.5em;
    padding-top: 0;
  }
  .pop-up-menu-container .pop-up-menu-inner-container {
    display: block;
    position: relative;
    height: 100vh;
    max-height: calc(100vh - 5em);
    max-width: 1012px;
    min-width: 863px;
    margin-top: 0.3em;
    padding-bottom: 1em;
    z-index: 800;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .mail-pop-up-menu-outer-box {
    position: relative;
    min-width: 18em;
    max-width: 18em;
    height: 100%;
    max-height: 29.5em;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right;
    box-shadow: -1px 6px 13px 0px #999;
    border-radius: 6px;
    margin-right: 0em;
    margin-top: 6em;
    padding-bottom: 0.3em;
  }
  .pop-up-menu-outer-box {
    min-width: 18em;
    max-width: 18em;
    height: 100%;
    max-height: 31.5em;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right !important;
    box-shadow: -1px 6px 13px 0px #999;
    border-radius: 6px;
    margin-right: 2.5em;
    margin-top: 6.5em;
    padding-bottom: 0.3em;
  }
  .pop-up-menu-mail-foders {
    margin-top: 0;
    float: right;
    margin-right: -0.3em;
  }
  .pop-up-menu-mail-foders .pop-up-menu-inner-box a .material-icons {
    font-size: 1.7em !important;
    color: #37a3da !important;
  }
  .pop-up-menu-mail-foders .pop-up-menu-inner-box a .mail-folder-text {
    font-size: 1.2em;
  }
  .pop-up-menu-mail-foders .pop-up-menu-inner-box a .mail-folder-text:hover {
    font-size: 1.2em;
    color: #37a3da !important;
  }
  .pop-up-menu-inner-box {
    position: inherit;
    max-height: calc(100% - 3em);
    background-color: #fff;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin-bottom: 0.3em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box {
    position: relative;
    display: grid;
    grid-template-columns: 3em auto;
    padding: 0.3em;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    background-color: #fff;
    border-radius: 0;
    font-size: 0.85em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box span {
    font-size: 1.25em;
    color: #000;
    letter-spacing: 0px;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box .material-icons {
    font-size: 1.7em;
    color: #47a3da;
    margin-left: 0.1em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box .pop-up-link-box-text {
    display: grid;
    grid-template-columns: auto auto;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box .pop-up-link-box-text .pop-up-new-bubble {
    position: relative;
    background-color: #3da;
    border-radius: 100%;
    padding: 0.3em;
    color: #fff;
    font-size: 0.7em;
    min-width: 12px;
    height: 12px;
    float: right;
    margin-left: 3em;
    font-weight: bold;
    border-bottom-left-radius: 0 !important;
    text-align: center;
    margin-right: 1em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box:hover {
    background-color: #f4f6f7;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box:hover span {
    color: #37a3da !important;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box:hover .material-icons {
    color: #37a3da !important;
  }
  .pop-up-menu-inner-box .pop-up-menu-last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
  }
  .pop-up-menu-inner-box a {
    color: #444 !important;
  }
  .radioDivs-inline {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1em;
    padding: 0.5em;
  }
  .radioDivs-inline2 {
    display: grid;
    grid-template-columns: 1.5em auto;
    grid-gap: 1em;
    border: 1px solid #ccc;
    padding: 0.6em;
    cursor: pointer;
    font-size: 1.2em;
    transition: all 0.5s ease-in-out;
    border-radius: 5px !important;
  }
  .radioDivs-inline2 .radioDivs {
    background-color: #fff;
    height: 1em;
    width: 1em;
    border: 5px solid #47a3da;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  .radioDivs-inline2:hover {
    border-color: #3da;
  }
  .radioDivs-inline2:hover .radioDivs {
    border-color: #3da;
  }
  .radioDivs-inline2-active {
    background-color: #3da !important;
    border-color: #3da !important;
    color: #fff !important;
  }
  .radioDivs-inline2-active .radioDivs {
    border-color: #fff !important;
    background-color: #3da !important;
  }
  .projectRolesLists {
    display: grid;
    grid-template-columns: auto 5em;
    grid-gap: 1em;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-bottom: 0px;
  }
  .projectRolesLists .projectLeftBox {
    padding: 0.3em;
  }
  .projectRolesLists .projectRightBox {
    padding: 0.3em;
    color: #ccc;
    display: grid;
    grid-template-columns: auto auto;
  }
  .projectRolesLists .projectRightBox .material-icons {
    color: #ccc;
    cursor: pointer;
  }
  .projectRolesLists .projectRightBox .material-icons:first-child:hover {
    color: #3da;
  }
  .projectRolesLists .projectRightBox .material-icons:last-child:hover {
    color: #ff4500;
  }
  .projectRolesLists:hover {
    background-color: #eee;
  }
  .projectRolesLists:last-child {
    border-bottom: 1px solid #ccc;
  }
  .update-btn {
    padding: 0.4em;
    background-color: #47a3da;
    color: #fff;
    border: 1px solid #47a3da;
    text-transform: uppercase;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 2px;
  }
  .white-board-outer-box {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  .zoom-out-fade-out {
    transform: scale(0);
    transition: all 0.7s ease-in-out;
  }
  .recommendListBox-active {
    background-color: rgba(1, 198, 112, 0.5) !important;
    border: 2px solid #3da !important;
    color: #000 !important;
    border-radius: 4px !important;
  }
  .recommendListBox-active .recommendRadioDiv {
    border-color: #fff !important;
    background-color: #3da !important;
    color: #fff !important;
  }
  .recommendListBox-active:hover {
    border-bottom: 2px solid #0a9 !important;
  }
  .recommendListBox {
    background-color: #f4f6f8;
    max-width: 38em;
    display: grid;
    grid-template-columns: 3em auto;
    grid-gap: 0.5em;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.5s ease-in-out;
  }
  .recommendListBox .recommendSearchAvatar {
    border-radius: 3px;
    width: 3.3em;
    height: 3.5em;
    background-size: cover;
    background-position: top center;
  }
  .recommendListBox .recommendRadioDiv {
    float: right;
    background-color: #fff;
    height: 1.5em;
    width: 1.5em;
    border: 4px solid #47a3da;
    border-radius: 50%;
    margin-top: -1em;
    transition: all 0.5s ease-in-out;
    color: #fff;
  }
  .recommendListBox:hover {
    background-color: #eee;
    border-bottom-color: #3da !important;
  }
  .recommendListBox:hover .recommendRadioDiv {
    border-color: #3da;
  }
  .tabs {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 0.5rem;
    background-color: #fff;
  }
  .tabs .tab-button {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
  }
  .tabs .tab-button.active {
    background-color: #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ccc;
    border-bottom: 0 !important;
    text-transform: uppercase !important;
    color: #47a3da;
    z-index: 2;
    font-weight: 400 !important;
  }
  .tabs .tab-button.active .fa-solid {
    color: orange !important;
  }
  .tabs .tab-button .fa-solid {
    color: #47a3da !important;
  }
  .tabs .tab-button:hover {
    color: #47a3da;
  }
  .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0.5rem;
    background-color: #eee;
    border-radius: 0 0 8px 8px;
  }
  .lmw-tab-content-inner {
    border-radius: 0 0 8px 8px;
    background-color: #fff !important;
  }
  .tabs .views {
    border-bottom: 1px solid #ccc;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .lmw-top-members-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .lmw-top-members-list {
    position: relative;
    max-width: 10.75rem !important;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    box-shadow: 2px 2px 8px 2px #dedede;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list-avatar {
    position: relative;
    width: 10.5rem;
    height: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom: 4px solid #cccc !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list:hover {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list:hover .lmw-top-members-list-avatar {
    border-color: #47a3da !important;
  }
  .lmw-top--members-list-info {
    color: #666 !important;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0.5rem;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .invisible {
    display: none;
  }
  .lmw-lower-case div {
    color: #000;
    font-weight: 300 !important;
  }
  .lmw-lower-case span {
    color: #666;
    font-weight: 300 !important;
  }
  .lmw-adverts-container {
    display: grid;
    grid-template-columns: 3rem auto;
    grid-gap: 0;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-adverts-container:hover {
    background-color: #f4f6f8;
  }
  .lmw-adverts-subheader {
    display: grid;
    grid-template-columns: auto auto;
  }
  .lmw-adverts-subheader-left {
    text-align: left !important;
  }
  .lmw-adverts-subheader-right {
    margin-right: 0 !important;
    text-align: right !important;
    align-self: right;
  }
  .lmw-tabs-menu-box {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .lmw-tabs-menu {
    background-color: #47a;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.25rem;
    border-color: #47a;
    font-weight: 400 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-tabs-menu:hover {
    background: #47a3da;
    border-color: #47a3da;
    color: #fff;
  }
  .lmw-tabs-menu:hover i {
    color: #fff;
  }
  .lmw-tabs-menu-active {
    background: #f4f6f8 !important;
    background-color: #f4f6f8 !important;
    color: #235 !important;
    font-weight: 400 !important;
    border-color: #ccc !important;
    border-bottom: 0 !important;
    cursor: default !important;
  }
  .lmw-tabs-menu-active:hover {
    background: #f4f6f8 !important;
    background-color: #f4f6f8 !important;
    color: #235 !important;
  }
  .lmw-tabs-menu-active:hover i {
    color: #235 !important;
  }
  .lmw-my-work-lists {
    transition: all 0.35s ease-in-out !important;
    display: grid;
    grid-template-columns: auto 7rem;
    border-bottom: 1px dashed #999;
    grid-gap: 0;
    padding: 0 !important;
  }
  .lmw-my-work-lists:last-child {
    border-bottom: 0 !important;
  }
  .lmw-tab-menu-left {
    border-top-right-radius: 16px !important;
    border: 1px solid #ccc;
    border-bottom: 1px solid #47a3da;
    border-left: 0;
  }
  .lmw-tab-menu-right {
    border-top-left-radius: 16px !important;
    border: 1px solid #ccc;
    border-bottom: 1px solid #47a3da;
    border-right: 0;
  }
  .lmw-position-middle {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-left: 1rem;
  }
  .lmw-custom-x-button {
    background-color: #999;
    color: #fff;
    padding: 0.1rem 0.35rem;
    transition: all 0.35s ease-in-out !important;
    border-radius: 4px;
  }
  .lmw-edit-button {
    background-color: #dedede;
    color: #444;
    padding: 0.5rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-edit-button:hover {
    background-color: #3da !important;
    color: #fff !important;
  }
  .lmw-cancel-button {
    background-color: #dedede;
    color: #000;
    padding: 0.5rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-cancel-button:hover {
    background-color: orange !important;
    border-color: orange !important;
    color: #fff !important;
  }
  .lmw-cancel-button:hover .lmw-custom-x-button {
    background-color: orange !important;
    color: #fff !important;
  }
  .lmw-delete-button {
    background-color: #c94d4ddd;
    color: #fff;
    padding: 0.5rem 1rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-delete-button:hover {
    background-color: #ff3030 !important;
    color: #fff !important;
  }
  .lmw-delete-button-faded {
    background-color: #dedede;
    color: #444;
    padding: 0.5rem 0.6rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-delete-button-faded:hover {
    background-color: #ff3030 !important;
    color: #fff !important;
  }
  .lmw-edit-media-two-rows {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 25rem !important;
    max-height: 25rem;
    transform: translateY(0rem) !important;
    display: grid;
    grid-template-columns: 25rem auto;
    grid-gap: 1rem;
  }
  .lmw-selected-member-active {
    background-color: #3da;
    color: #fff !important;
  }
  .lmw-selected-member-active i {
    color: #fff !important;
  }
  .lmw-select-member-to-recommend-card {
    position: relative !important;
    display: grid !important;
    min-height: 4rem !important;
    grid-template-columns: 4rem auto !important;
    grid-gap: 0.5rem !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 1.5px 1.5px 7px 0px #ccc;
    cursor: pointer !important;
  }
  .lmw-select-member-to-recommend-card:hover {
    border-color: #47a3da !important;
    box-shadow: #47a3da;
    box-shadow: 1.5px 1.5px 7px 0px #ccc !important;
  }
  .lmw-selected-member-card-image {
    position: relative !important;
    height: 100%;
    width: 4rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: left;
    align-content: center;
    padding: 0.25rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .lmw-button-regular {
    position: relative !important;
    background-color: #47a;
    color: #fff;
    padding: 0.5rem 1rem !important;
    margin: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-button-regular:hover {
    background-color: #47a3da !important;
  }
  .lmw-dashboard-icons {
    font-size: 2rem;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .lmw-video-container {
    position: relative;
    width: calc(100% - 1rem);
    max-width: 100%;
    height: 22.95rem;
    margin: 0.5rem;
    background-color: #000;
    border-radius: 6px;
  }
  .lmw-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  .lmw-photo-gallery-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100% !important;
    z-index: 1150;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 1.5rem;
  }
  .lmw-photo-gallery-inner-container {
    position: relative !important;
    width: auto !important;
    min-width: 50%;
    max-width: calc(100% - 7em);
    height: calc(100% - 1rem) !important;
    display: grid;
    grid-template-columns: auto 17rem;
    margin: 0.5rem auto !important;
    background-color: #fff;
  }
  .lmw-close-window {
    position: absolute;
    right: 1rem;
    color: #999;
    font-size: 4rem;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
  }
  .lmw-close-window:hover {
    color: #fff !important;
  }
  .lmw-photo-gallery-image-viewer {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    min-height: calc(100%- 2rem) !important;
    background-color: #000;
    overflow: hidden;
  }
  .lmw-photo-gallery-image-box {
    display: block;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
  }
  .lmw-photo-gallery-image-viewer img {
    display: block;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    position: relative;
    margin: 0 auto !important;
    text-align: center !important;
    align-items: center !important;
  }
  .lmw-photo-gallery-image-list {
    position: relative;
    min-height: calc(100% - 0.5rem) !important;
    max-height: calc(100% - 0.5rem) !important;
    background-color: #fff;
    overflow: hidden;
  }
  .lmw-photo-gallery-image-list-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0.5rem;
    max-height: calc(100% - 5rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
    background-color: #fff;
  }
  .lmw-photo-gallery-image-list-thumbnails {
    width: 10rem;
    max-width: 10rem;
    height: 12rem;
    max-height: 12rem;
    padding: 1rem !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #ccc;
    border: 1rem solid #ccc;
    margin: 0 auto !important;
    cursor: pointer !important;
    transition: all 0.15s ease-in-out !important;
  }
  .lmw-photo-gallery-image-list-thumbnails:hover {
    background-color: #47a3da !important;
    border: 1rem solid #47a3da !important;
    border-radius: 8px !important;
  }
  .lmw-thumbnails-thumbnails-active {
    background-color: #3da !important;
    border-color: #3da !important;
    border-radius: 8px !important;
  }
  .lmw-thumbnails-thumbnails-active:hover {
    background-color: #3da !important;
    border-color: #3da !important;
  }
  .lmw-photo-gallery-image-list-thumbnails img {
    position: relative;
    max-width: 100% !important;
  }
  .lmw-photo-gallery-image-info {
    position: absolute !important;
    display: grid;
    grid-template-columns: 5rem auto !important;
    grid-gap: 0.5rem !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: calc(100% - 4rem) !important;
    border: 1px solid #333;
    color: #000 !important;
    bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: inherit;
    margin: 0 2rem !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-photo-gallery-image-info .fal {
    position: absolute;
    margin-top: -2.5rem;
    font-size: 2.2rem;
    cursor: pointer;
    right: 1rem;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-photo-gallery-image-info-creator {
    position: relative !important;
    height: 5rem !important;
    width: 5rem !important;
    background-size: cover;
    background-position: top center;
  }
  .lmw-text-area-field {
    width: 100% !important;
    min-height: 10rem;
    border: 1px solid #ccc;
    padding: 0.5rem !important;
    border-radius: 0.5rem !important;
    resize: none !important;
    font-size: 1rem !important;
    font-weight: 200;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-text-area-field:focus {
    border-color: #47a3da;
    color: #235 !important;
    padding: 0.5rem !important;
    outline: 0 !important;
  }
  .lmw-header-container {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    position: fixed !important;
    height: 4rem !important;
    background-color: #fff !important;
    padding: 0.5rem !important;
    z-index: 1100;
  }
  .lmw-header-inner-container {
    position: relative;
    display: grid;
    grid-template-columns: 6rem 50% auto !important;
    grid-gap: 0.5rem;
    width: calc(100% - 1rem) !important;
    max-width: calc(100% - 1rem) !important;
  }
  .lmw-header-left {
    display: grid;
    grid-template-columns: 2em auto;
    grid-gap: 0.5rem;
    background-color: #fff;
  }
  .lmw-mobile-menus {
    max-width: 2rem;
  }
  .lmw-header-left i {
    font-size: 2rem;
    cursor: pointer !important;
    color: #ccc;
    transition: all 0.2s ease-in-out !important;
    margin-top: 0.3rem;
  }
  .lmw-header-left i:hover {
    color: #47a3da !important;
  }
  .lmw-top-brand-logo {
    top: 0.5rem !important;
    max-width: 3rem !important;
  }
  .lmw-top-cv-logo {
    width: 3rem !important;
    max-width: 3rem !important;
  }
  .lmw-header-middle {
    display: grid;
    grid-template-columns: 100% 2rem;
  }
  .lmw-header-middle i {
    position: inherit;
    font-size: 2rem;
    margin-left: -3rem;
    margin-top: 0.55rem;
    color: #ccc !important;
  }
  .lmw-header-search-field {
    width: 50% !important;
    padding: 0.5rem;
    border: 1px solid #dedede;
    background-color: #f4f6f8;
    border-radius: 4px !important;
    outline: none !important;
    margin-top: 0.2rem;
    font-size: 1.3rem !important;
    font-weight: 400;
    color: #444 !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-header-search-field:focus {
    border: 1px solid #47a3da !important;
  }
  .lmw-header-right {
    display: grid;
    grid-template-columns: 7.5rem auto !important;
    grid-gap: 0.5rem;
    background-color: #fff;
  }
  .lmw-header-social-icons {
    position: relative;
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 0.5rem;
    background-color: #fff;
    max-width: 7.5rem !important;
    text-align: center !important;
    float: right;
  }
  .lmw-header-right i {
    font-size: 2.5rem;
    color: #ccc;
    margin-top: 0.3rem;
    transition: all 0.3s all ease-in-out !important;
  }
  .lmw-header-right i:hover {
    color: #47a3da !important;
  }
  .base_container {
    margin-top: 5.35rem !important;
  }
  .lmw-header-avatar {
    background-color: #fff;
    text-align: center;
  }
  #lwm_header_avatar {
    position: relative;
    z-index: 1500 !important;
  }
  .lmw-top-search-header-icon {
    font-size: 3rem;
  }
  .lmw-rounded-top-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .lmw-modal-container {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1500;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-modal-container:hover {
    background-color: #eee !important;
  }
  .lmw-sample-jobs-container {
    display: grid !important;
    grid-template-columns: 3.5rem auto;
    grid-gap: 0.5rem;
    background-color: #fff;
    max-width: 100%;
    cursor: disabled;
  }
  .lmw-br {
    border-right: 0.1rem dotted #ccc;
  }
  .lmw-lower-case {
    text-transform: initial !important;
  }
  .lmw-lower-case div {
    font-weight: 100 !important;
  }
  .lmw-overall-header-title {
    font-size: 1.2rem;
    font-family: "Roboto Slab", serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 100 !important;
  }
  .lmw-overall-header-title div {
    font-weight: 100 !important;
  }
  .lmw-sample-jobs-header {
    font-size: 1.35rem;
    font-family: "Roboto Slab", serif !important;
    font-weight: 100 !important;
  }
  .lmw-semi-bold {
    font-weight: 200 !important;
  }
  .lmw-text-labels {
    font-size: 1.05rem !important;
  }
  .lmw-text-m {
    font-size: 1rem !important;
  }
  .lmw-text-sm {
    font-size: 0.9rem !important;
  }
  .lmw-text-xsm {
    font-size: 0.8rem !important;
    font-weight: 100 !important;
  }
  .lmw-land-box {
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .lmw-ads-box {
    padding-bottom: 0 !important;
  }
  .lmw-sample-jobs-container:hover {
    padding-bottom: 0 !important;
    background-color: #f6f8f9 !important;
  }
  .lmw-flag-sm {
    max-width: 100% !important;
  }
  .lmw-hr-dark {
    border: 1px solid #ccc !important;
    margin: 0.2rem;
  }
  .lmw-icon-lg {
    font-size: 3rem;
    color: #dedede !important;
    text-align: center !important;
  }
  .lmw-text-light {
    font-weight: 100 !important;
  }
  .lmw-highlight-container {
    background-color: #f4f6f8;
    max-width: 100% !important;
    margin: auto !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .lmw-apps-box {
    border: 1px solid #dedede;
    min-width: 7rem;
    max-width: 7rem;
    border-radius: 0.5rem;
    background-color: #f1f1f1;
    color: #000;
    font-weight: 100 !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 2px 8px 10px 2px #dedede;
  }
  .lmw-b {
    border: 1px solid #dedede;
  }
  .lmw-bg-white {
    background-color: #fff !important;
  }
  .lmw-bg-light-gray {
    background-color: #f4f6f8 !important;
  }
  .lmw-rounded-6 {
    border-radius: 6px !important;
  }
  .lmw-apps-wrapper {
    display: grid !important;
    grid-template-columns: auto auto auto auto auto auto !important;
    grid-gap: 0.5rem !important;
    max-width: 45rem;
    margin: auto !important;
  }
  .lmw-apps-box:hover .lmw-apps-info {
    color: #fff !important;
  }
  .lmw-apps-box:hover .fas {
    background-color: #47a3da;
    color: #fff !important;
  }
  .lmw-message-modal-textarea {
    border-radius: 0.5rem !important;
    width: 100% !important;
  }
  .lmw-apps-info {
    display: grid;
    grid-template-columns: 2rem auto !important;
    grid-gap: 0.25rem;
    margin-top: 0.1rem;
    color: #47a3da;
    transition: all 0.3s ease-in-out !important;
    max-width: 98% !important;
    margin: auto;
  }
  .lmw-apps-totals {
    font-size: 1.3rem;
    margin-top: 0rem;
    font-family: "Roboto Slab", serif !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-p-2 {
    padding: 0.5rem;
  }
  .lmw-apps-box .fas {
    font-size: 2rem;
    color: #47a3da;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-highlight-header {
    display: grid;
    grid-template-columns: 8rem auto;
    grid-gap: 1rem;
    margin: auto;
    max-width: 37.5rem;
    text-align: center;
  }
  .lmw-text-header {
    font-size: 1.35rem;
    font-family: "Roboto Slab", serif !important;
    margin-top: 2.5rem;
    text-align: left;
  }
  .lmw-text-under-title {
    text-align: left;
  }
  .lmw-highlight-avatar {
    height: 8rem;
    width: 8rem;
    border-radius: 50% !important;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border: 4px solid #47a3da !important;
  }
  .lmw-border-t {
    border-top: 1px solid #dedede;
  }
  .lmw-border-l {
    border-left: 1px solid #dedede;
  }
  .lmw-border-r {
    border-right: 1px solid #dedede;
  }
  .lmw-border-b {
    border-bottom: 1px solid #dedede;
  }
  .lmw-border-b-dashed {
    border-bottom: 1px dashed #dedede;
  }
  .lmw-highlight-body {
    background-color: #fff !important;
    padding: 1rem;
  }
  .lmw-btr-md {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .lmw-btr-sm {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .lmw-text-start {
    text-align: left !important;
  }
  .lmw-text-center {
    text-align: center !important;
  }
  .modal-dialog {
    position: relative;
    z-index: 1200;
  }
  .lmw-text-end {
    text-align: right !important;
  }
  .lmw-text-link {
    color: #47a3da;
    cursor: pointer !important;
  }
  .lmw-text-link:hover {
    color: #3da !important;
  }
  .lmw-driversLicense-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
  }
  .lmw-apps-box:hover {
    background-color: #47a3da;
    border-color: #47a3da;
    color: #fff !important;
    box-shadow: 0 !important;
  }
  .lmw-img-creator-container {
    display: grid;
    grid-template-columns: 5rem auto !important;
    grid-gap: 0.3rem;
    min-height: 7rem;
  }
  .lmw-img-creator-img {
    background-size: cover;
    background-position: top center;
  }
  .lmw-bg-gradient-gray {
    background: linear-gradient(top, #f4f6f8, #dedede) !important;
  }
  .lmw-bg-gradient-white {
    background: linear-gradient(top, #fff, #eee) !important;
  }
  .lmw-mb-1 {
    margin-bottom: 0.3rem !important;
  }
  .lmw-grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0.5rem;
  }
  small {
    font-size: 0.85rem !important;
  }
  .lmw-text-area {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 7rem;
    max-height: auto !important;
    padding: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
    resize: none !important;
  }
  .lmw-text-area:focus {
    background-color: #f4f6f8 !important;
    border: 1px solid #47a3da !important;
    color: green !important;
  }
  .lmw-devide-in-two {
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 1rem;
  }
  .lmw-text-field {
    position: relative !important;
    width: 100%;
    max-width: 25rem;
    padding: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-text-field:focus {
    background-color: #f4f6f8 !important;
    border: 1px solid #47a3da !important;
    color: green !important;
  }
  .lmw-select-field {
    position: relative !important;
    width: auto;
    padding: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-select-field:focus {
    background-color: #f4f6f8 !important;
    border: 1px solid #47a3da !important;
    color: green !important;
  }
  .lmw-text-div-box {
    max-width: 60%;
  }
  .lmw-network-card {
    position: relative;
    border: 1px solid #fff;
  }
  .lmw-network-card:hover {
    box-shadow: 0px 0px 15px #ccc;
    border: 1px solid #dedede !important;
  }
  .lmw-network-card-inner {
    position: relative;
    display: grid;
    grid-template-columns: 5rem auto;
  }
  .lmw-network-card-avatar {
    position: relative;
    height: 100% !important;
    width: 5rem;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 6px 0 0 6px !important;
  }
  .lmw-network-card:hover .lmw-network-card-avatar {
    border-radius: 6px 0 0 6px !important;
  }
  .lmw-grid-50 {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-gap: 0.5rem;
  }
  .lmw-float-left {
    text-align: left !important;
  }
  .lmw-float-right {
    text-align: right !important;
  }
  option {
    background-color: skyblue !important;
    color: #fff !important;
  }
  .lmw-search-results-list {
    display: grid !important;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
  }
  .lmw-header-grid-50 {
    display: grid !important;
    grid-template-columns: auto auto;
  }
  .overall-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 6.3em;
    padding: 0;
    margin: 0;
    z-index: 1000;
    font-size: 0.9em;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .overall-header #headerMenuIcon {
    display: none;
  }
  .overall-header .header-inner {
    max-width: 980px;
    padding: 0.5em;
    display: grid;
    grid-template-columns: 15em auto 6em;
    grid-column-gap: 0em;
  }
  .overall-header .header-inner .header-brandBox {
    max-width: 100%;
    height: 5em;
    text-align: center;
  }
  .overall-header .header-inner .header-brandBox .brand-logo {
    position: relative;
    max-width: 100%;
    height: 100%;
  }
  .overall-header .header-inner .header-brandBox {
    background-color: inherit;
  }
  .overall-header .header-inner .header-avatarBox {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .overall-header .header-inner .header-avatarBox .header-avatarDiv {
    width: 3.5em;
    height: 3.5em;
    border: 4px solid #ccc;
    border-radius: 100% !important;
    padding: 0 !important;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
  }
  .overall-header .header-inner .header-avatarBox .header-avatarDiv .material-icons {
    margin: auto;
    font-size: 3em;
    margin-top: 0.8em;
    margin-left: 0.06em;
    color: #ccc;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox {
    min-width: 36.8em;
    max-width: 36.8em;
    color: #666;
    font-size: 1em;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox .header-searchField {
    padding: 0.3em;
    padding-left: 1em;
    width: 25em;
    font-size: 1.2em;
    border-radius: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    margin-top: 0.3em;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox #header_searchIcon {
    color: #47a3da;
    position: relative;
    float: right;
    margin-left: -4.5em;
    margin-top: -1.24em;
    font-size: 1.8em;
    background-color: #444;
    padding: 0.1em;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    border-radius: 0 4px 4px 0;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox #header_searchIcon:hover {
    color: #0a9;
    background-color: #444;
  }
  .recent-members-container {
    max-width: 100% !important;
    min-width: 100%;
    min-height: 27em;
    max-height: 27em;
    background-image: url(".$this->user_avatar().");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .userHighLight {
    position: absolute;
    grid-template-rows: 5% auto 5%;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 10em);
    min-height: calc(100% - 15em);
    padding: 5em;
    padding-bottom: 10em;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    transform: scale(0);
  }
  .onlineHighLight {
    position: absolute;
    grid-template-rows: 5% auto 5%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: calc(100% - 10em);
    min-height: calc(100% - 15em);
    padding-top: 5%;
    padding-bottom: 10em;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    transform: scale(0);
  }
  .hide {
    position: relative !important;
    display: none;
    transition-delay: 0.3s;
    margin-top: calc(-100% + -2rem) !important;
    transition: all 0.3s ease-in-out !important;
  }
  .show {
    display: block !important;
    position: fixed;
    z-index: 1010 !important;
    transform-origin: 0;
    transform: scale(1);
    transition: all 0.3s linear ease-in-out;
  }
  .userHighLight_Inner {
    width: 23em;
    max-width: 23;
    min-height: 25em;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0;
    transition: all 0.5s ease-in-out;
    margin: auto;
    box-shadow: 2px 2px 10px #888;
    margin-bottom: 10em !important;
  }
  .userHighLight_Inner .closeIcons {
    float: right;
    border: 1px solid #47a;
    cursor: pointer;
    border-radius: 3px;
    max-height: 1em !important;
    width: 1em;
    max-width: 1em;
    height: 1em;
    padding: 0em;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .userHighLight_Inner .closeIcons:hover {
    /* border: 1px solid red;
        background-color: rgba(250,0,0, 0.01); */
    color: orangered;
  }
  .userHighLight_Inner .oupClose {
    float: right;
    border: 1px solid #47a;
    cursor: pointer;
    border-radius: 3px;
    max-height: 1em !important;
    width: 1em;
    max-width: 1em;
    height: 1em;
    padding: 0em;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .userHighLight_Inner .oupClose:hover {
    /* border: 1px solid red;
        background-color: rgba(250,0,0, 0.01); */
    color: orangered;
  }
  .userHighLight_Inner .userHeighLightHeader {
    display: block;
    padding: 0.5em;
    margin: 0;
    background-color: #47a;
    position: relative;
    width: calc(100% - 1em);
    max-width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    display: grid;
    grid-template-columns: 1em auto 1em;
  }
  .userHighLight_Inner .userHeighLightHeader .upAvatar {
    position: inherit;
    width: 5em;
    height: 5em;
    background-position: middle;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: -2em;
  }
  .userHighLight_Inner .userHeighLightHeader .isOnline {
    padding: 0.1em;
    background-color: greenyellow;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    float: left;
  }
  .userHighLight_Inner .userHeighLightHeader .isOffline {
    padding: 0.1em;
    background-color: #fa0000;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    float: left;
  }
  .userHighLight_Inner .upHeaderText {
    width: 100%;
    text-align: center;
    padding-top: 2.3em;
  }
  .userHighLight_Inner .upHeaderText .fullName {
    font-size: 1.5em;
    font-weight: bold;
    align-content: center;
  }
  .userHighLight_Inner .upOptionList {
    border-top: 1px dotted #ccc;
    /* border-bottom: 1px dotted #fff; */
    display: grid;
    grid-template-columns: 3em auto;
    padding: 0.3em 0.5em;
    cursor: pointer;
    color: #000;
  }
  .userHighLight_Inner .upOptionList .material-icons {
    color: #47a3da;
    font-size: 1.3em;
  }
  .overall-header-titles {
    padding: 0.5em;
    font-family: "Roboto Slab", serif !important;
    font-size: 1.5em;
    color: #000;
    font-weight: lighter !important;
    background-color: #f4f6f7;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .overall-header-titles .label {
    font-size: 0.6em !important;
    margin-top: 0.3em;
  }
  .overall-header-titles small {
    font-size: 0.75em;
  }
  .overall-header-titles .textField {
    font-size: 0.9rem !important;
  }
  .main-container {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    font-size: 0.9em !important;
    margin-top: 5rem;
    margin-bottom: 0rem !important;
  }
  .lmw-quick-search-results {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw !important;
    height: 100vh;
    bottom: 0 !important;
    transition: all 0.5s ease-in-out !important;
    padding: 0 !important;
    margin: 0;
    top: 3.5em;
    z-index: 1000;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box {
    position: relative !important;
    max-width: calc(100% - 1rem) !important;
    background-color: #fff;
    padding-top: 1em !important;
    margin: 0;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-top-search-box-title {
    position: relative !important;
    display: grid;
    background-color: #fff !important;
    grid-template-columns: auto auto !important;
    max-width: calc(100% - 0) !important;
    padding-right: 1rem !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-top-search-box-title .top-search-header {
    display: grid;
    grid-template-columns: 1em auto;
    grid-gap: 0.5em;
    font-size: 1.1em;
    font-weight: 500 !important;
    margin-right: 0.5em !important;
    color: #777 !important;
    text-transform: uppercase !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-top-search-box-title .top-search-header .top-search-header-icon {
    color: #47a3da !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-top-search-box-title #close-top-search-box-icon {
    color: #ccc;
    border-radius: 4px;
    font-size: 2em;
    padding: 0;
    cursor: pointer;
    float: right !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-top-search-box-title #close-top-search-box-icon:hover {
    color: orangered !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-top-search-box-title .advanced-search {
    position: relative;
    float: right;
    font-size: 0.9em;
    text-align: right !important;
    margin-right: 0em !important;
    /* background-color: #ccc; */
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-bottom: 2.5rem;
    max-width: calc(100% - 0) !important;
    height: 100%;
    max-height: calc(100% - 10rem);
    min-height: calc(100% - 30rem) !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .overall-header-titles {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1em !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons {
    color: #888;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer;
    font-size: 1.1em !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons:hover {
    color: #fa0002;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box {
    position: relative;
    display: block !important;
    border: 1px solid #ccc;
    background-color: #fff !important;
    box-shadow: 0 0 0.8em 0em #ccc inset;
    margin: 0em;
    margin-top: 0.2em;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    height: 100%;
    max-height: calc(100vh - 11.5rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells-link {
    border-bottom: 0;
  }
  .lmw-quick-search-results .lmw-quick-seearch-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells {
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
    display: grid;
    grid-template-columns: 3.7em auto;
    grid-gap: 1em;
    padding: 0.2em;
  }
  .labels {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #444;
  }
  .home-highlight-updates {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box {
    max-width: 100%;
    color: #000 !important;
    cursor: pointer;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box .main-joblist-title {
    margin: 0.3em 0 !important;
    border-bottom: 1px dashed #fff;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box:hover {
    background-color: #f4f6f8;
    color: #47a3da !important;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box:hover .main-joblist-title {
    border-bottom: 1px dashed #ccc !important;
  }
  .home-highlight-updates .newest-members-container {
    padding: 0;
    display: grid;
    grid-template-columns: 5.5em 5.5em 5.5em 5.5em 5.5em;
    grid-gap: 0.5em;
    align-content: center;
  }
  .home-highlight-updates .newest-members-container .newest-members-list {
    background-size: cover;
    background-position: center center;
    height: 7.5em !important;
    width: 5.5em !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    box-shadow: 3px 5px 3px #ccc;
    margin: 0.5em 0;
    padding-top: 0.8em;
  }
  .home-highlight-updates .newest-members-container .newest-members-list .newest-members-name-tag {
    position: relative;
    background-color: #fff;
    white-space: nowrap;
    bottom: 0;
    padding: 0.5em;
    margin: 0.3em;
    margin-top: 1em;
    border-radius: 4px;
    color: #000 !important;
    max-width: 100%;
    transition: all 0.5s ease-in-out !important;
  }
  .home-highlight-updates .newest-members-container .newest-members-list:hover {
    box-shadow: 3px 3px 3px #47a3da !important;
  }
  .home-top-reels-container {
    display: grid;
    grid-template-columns: auto auto auto auto !important;
    grid-gap: 0.5em !important;
    transition: all 0.5s ease-in-out !important;
    max-width: 100% !important;
    overflow: hidden;
    overflow-x: auto !important;
  }
  .home-top-reels-container .homeimgPrevie {
    background-size: cover;
    background-position: center !important;
    width: 14.8em;
    max-width: 14.8em;
    height: 20em;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease-in-out !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .home-top-reels-container .homeimgPrevie .home-members-name-tag {
    position: relative;
    background-color: #fff;
    bottom: 0;
    padding: 0.5em;
    margin: 0.3em;
    margin-top: 0.5em;
    border-radius: 4px;
    color: #000 !important;
    max-width: 100% !important;
    transition: all 0.3s ease-in-out !important;
  }
  .home-top-reels-container .homeimgPrevie .material-icons {
    position: relative !important;
    font-size: 75px !important;
    color: rgba(250, 250, 250, 0.5);
    margin-top: 100px;
    margin-left: 0.9em !important;
    transition: color 0.3s ease-in-out !important;
    cursor: pointer !important;
  }
  .home-top-reels-container .homeimgPrevie .material-icons:hover {
    color: #fafafa !important;
  }
  .home-top-reels-container .homeimgPrevie:hover .material-icons {
    margin-top: 39px !important;
  }
  .welcome {
    padding: 0.5em;
    font-size: 1.6em;
    color: #000;
    font-weight: lighter !important;
    background-color: #f4f6f7;
    margin-bottom: 0.5em;
  }
  .welcome .material-icons {
    float: left;
    margin-right: 0.5em;
  }
  .smaller-headers {
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    font-size: 1.1em;
  }
  .label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    background-color: rgba(214, 213, 213, 0.7);
  }
  .site-activities {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 0.1em;
    padding: 0.5em;
    font-size: 0.8em;
    margin: -0.5em;
    margin-top: 0.1em;
    font-weight: lighter !important;
    max-width: 46em;
  }
  .site-activities .insites {
    max-width: 15em;
  }
  .site-activities .insites .insites-header {
    background-color: rgba(117, 121, 122, 0.23);
    padding: 0.3em;
    color: #000;
  }
  .site-activities .insites .insites-content {
    padding: 0.7em;
    background-color: rgba(49, 52, 53, 0.1);
    font-size: 0.85em;
  }
  .ucp_menuContainer {
    margin-right: 0em;
    width: 11em;
    background-color: #fff;
    border: 1px solid #000;
  }
  .ucp_menuContainer .overall-headers .material-icons {
    margin-right: 0.5em;
    color: #666;
    float: left !important;
  }
  .ucp_menuContainer .overall-headers .ucp_menuHeaderText {
    letter-spacing: 0.3em;
    color: #000;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox {
    padding: 0.35em;
    transition: all 0.15s linear;
    cursor: pointer;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #fff;
    border-left: 6px solid #fff;
    background-color: #fff;
    display: grid;
    grid-template-columns: 2em auto 2em;
    color: #000;
    text-decoration: none;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox .material-icons {
    margin-right: 0.3em;
    font-size: 1.3em;
    color: #47a3da;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox:hover {
    border-left: 6px solid #47a3da;
    color: #47a3da !important;
    cursor: pointer;
    background-color: #f7f8f9;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .logout-linkBox .material-icons {
    color: orangered;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .logout-linkBox:hover {
    border-left: 6px solid orangered !important;
    color: orangered !important;
  }
  .update-project-poster-box {
    position: relative;
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 0;
    max-width: 100% !important;
  }
  .update-project-poster-box .poster-preview-box {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    text-align: center !important;
  }
  .update-project-poster-box .poster-preview-box .overview_cover {
    position: relative;
    max-height: 500px !important;
    max-width: 90% !important;
    border: 10px solid #3da;
    background-color: #eee;
    margin: auto;
    border-radius: 6px !important;
  }
  .update-project-poster-box .update-project-poster-right {
    padding: 0;
  }
  .update-project-poster-box .update-project-poster-right .update-project-poster-right-inner {
    padding: 0.5em;
    display: grid;
    grid-template-columns: 130px 130px 130px 130px;
    grid-gap: 0.7em !important;
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
  }
  .update-project-poster-box .update-project-poster-right .update-project-poster-right-inner-list {
    height: 150px !important;
    max-width: 100%;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    padding: 1em;
    padding-left: 0.5em;
  }
  .mediaModal .modal_container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh !important;
    max-height: 100vh !important;
    z-index: 1500 !important;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto !important;
  }
  .mediaModal .modal_container .media-inner-container {
    margin: auto !important;
    padding: 0 !important;
    background-color: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px !important;
  }
  .mediaModal .modal_container .media-inner-container .modal-inline-header {
    display: grid;
    grid-template-columns: auto 1em;
  }
  .mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons {
    cursor: pointer !important;
    color: #888;
    transition: all 0.3s ease-in-out !important;
  }
  .mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons:hover {
    color: orangered !important;
  }
  .mediaModal .modal_container .modify-member-modal {
    width: 100%;
    margin: 2em;
    margin-left: 4em;
    display: block !important;
    max-height: calc(100vh - 4em) !important;
    min-height: auto !important;
    background-color: #fff !important;
    max-width: 768px !important;
    overflow-y: auto;
  }
  .mediaModal .modal_container .modify-member-modal .modal-inline-header {
    display: grid;
    grid-template-columns: auto 1em;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ccc;
  }
  .mediaModal .modal_container .modify-member-modal .modal-inline-header .material-icons {
    float: right !important;
  }
  .mediaModal .modal_container .modify-member-modal #closeFormsBox {
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
    font-size: 1.3em;
  }
  .mediaModal .modal_container .modify-member-modal #closeFormsBox:hover {
    color: orangered;
  }
  .mediaModal .modal_container .modify-member-modal .textField {
    border-radius: 6px !important;
    font-size: 1em !important;
  }
  .mediaModal .modal_container .modal_InnerContainer {
    position: relative;
    width: 100%;
    max-width: 1100px;
    min-width: 700px;
    max-height: calc(100vh - 4em) !important;
    background-color: #000;
    margin: 2em auto;
    padding: 0;
    padding-bottom: -2em !important;
    display: grid;
    grid-template-columns: auto 21em;
    border-radius: 8px !important;
    border: 2px solid #666;
    box-shadow: 7px 7px 20px 0 #333;
    z-index: 1;
    overflow-y: hidden !important;
  }
  .mediaModal .modal_container .modal_imgInfo {
    position: relative;
    flex: 1;
    width: 100% !important;
    max-width: 100% !important;
  }
  .mediaModal .modal_container .img_postersInfo {
    position: relative;
    display: grid;
    grid-template-columns: auto 1em;
    background-color: #dedede;
    padding: 0.5em;
    padding-bottom: 0.25rem !important;
    margin: auto;
    border-top-right-radius: 8px;
  }
  .mediaModal .modal_container .modal_imgPrevie {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px 0 0 8px !important;
  }
  .mediaModal .modal_container .img-preview-helper {
    position: absolute;
  }
  .mediaModal .modal_container .img {
    display: block;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    max-height: calc(100vh - 0em) !important;
    min-height: 100% !important;
    text-align: center !important;
    align-items: center !important;
    border-radius: 8px 0 0 8px !important;
  }
  .mediaModal .modal_container .img .modal_big_image {
    position: relative;
    max-width: 100% !important;
    max-height: calc(100vh - 2em) !important;
    margin: auto !important;
    background-color: #000 !important;
  }
  .mediaModal .modal_container .video {
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    max-height: calc(100vh - 0em) !important;
    min-height: auto;
    text-align: center !important;
    align-items: center !important;
    border-radius: 8px 0 0 8px !important;
  }
  .mediaModal .modal_container .video .modal_big_image {
    position: relative !important;
    height: auto;
    min-height: 450px;
    width: 100%;
    max-width: 100% !important;
    margin: auto;
    margin-top: 0 !important;
    background-color: #000 !important;
    overflow: hidden;
  }
  .mediaModal .modal_container .modal_imgInfo_heaader {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
  }
  .mediaModal .modal_container .modal_imgsocial {
    position: fixed;
    color: #fff;
    background-color: #fff;
    padding: 0em;
    border-top: 1px dotted #bbb;
    width: inherit !important;
    max-width: 90%;
    margin: auto;
    margin-top: -3em;
  }
  .mediaModal .modal_container .modal_imgDescription {
    position: relative;
    padding: 0.5em;
    background-color: #fff;
    height: 100% !important;
  }
  .mediaModal .modal_container .modal_imgDescription .comment_container {
    position: relative;
    border: 1px solid #ccc;
    height: auto;
    min-height: auto;
    max-height: 30em;
    overflow-y: auto;
    background-color: #fff;
  }
  .mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner {
    position: relative;
    background-color: #eee;
  }
  .mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner .commentbox {
    position: relative;
    font-size: 1em;
    border-top: 1px solid #ccc;
    background-color: #fff;
    flex: 1;
    max-width: 100%;
  }
  .mediaModal .modal_container .img_socialInner {
    color: default;
    background-color: #fff !important;
  }
  .mediaModal .modal_container .close_modal {
    color: #777;
    float: right !important;
    cursor: pointer;
    transition: all 0.5s;
  }
  .mediaModal .modal_container .close_modal .material-icons {
    font-size: 2em !important;
  }
  .mediaModal .modal_container .close_modal:hover {
    color: orangered;
  }
  .mediaModal .modal_container .who_likes {
    margin-top: 2em;
    border-top: 1px dotted #ccc;
    display: flex;
    flex-wrap: nowrap;
    color: #47a3da;
    margin-bottom: -1;
    margin-bottom: 0.5em;
  }
  .mediaModal .modal_container .who_likes .views {
    font-size: 0.9em;
    margin-top: 0.3em;
    margin-left: 1em;
    cursor: pointer;
  }
  .mediaModal .modal_container .who_likes .views .material-icons {
    font-size: 1em;
    float: left;
    margin-right: 0.1em;
    background-color: #47a3da;
    padding: 0.2em;
    border-radius: 100% !important;
    color: #fff;
    position: inherit;
  }
  .mediaModal .modal_container .who_likes .views:first-child {
    margin-left: 0;
    color: #999 !important;
  }
  .mediaModal .modal_container .who_likes .views:hover {
    text-decoration: underline;
  }
  .mediaModal .modal_container .who_likes .gray_text {
    color: #999 !important;
  }
  .mediaModal .modal_container .add_friend {
    float: right;
    padding: 0.3em;
    min-width: 6em;
  }
  .mediaModal .modal_container .add_friend .add_friendInner {
    margin: auto !important;
    background-color: #ededed;
    padding: 0.3em;
    border-radius: 0.3em;
    cursor: pointer;
    max-width: 100%;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.15s linear;
  }
  .mediaModal .modal_container .add_friend .add_friendInner .material-icons {
    font-size: 1.2em;
    float: left;
    font-weight: bold !important;
  }
  .mediaModal .modal_container .add_friend .add_friendInner:hover {
    background-color: #dedede;
    color: #47a3da;
  }
  .mediaModal .modal_container .add_friend .already_friends {
    margin: auto !important;
    padding: 0.6em;
    border-radius: 0.3em;
    max-width: 100%;
    font-size: 0.8em;
    text-align: center;
    color: #3da;
  }
  .mediaModal .modal_container .add_friend .already_friends .material-icons {
    font-size: 1.2em;
    float: left;
    font-weight: bold !important;
  }
  .mediaModal .modal_container .gallery_box {
    max-width: 10em;
  }
  .mediaModal .modal_container .gray_icon {
    background-color: #888 !important;
    cursor: default;
  }
  .mediaModal .modal_container .gray_text {
    color: #888 !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  .mediaModal .modal_container .member_titles {
    font-size: 0.8em;
  }
  .mediaModal .modal_container .imageCreator {
    display: grid;
    grid-template-columns: 3em auto;
    grid-column-gap: 0em;
    cursor: default;
    /* padding: 0.3em */
  }
  .mediaModal .modal_container .inloggade_imgbox {
    position: absolute;
    float: left;
    width: 3em;
    max-width: 3em;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: normal;
  }
  .mediaModal .modal_container .inloggade_imgbox .inloggade_img {
    position: absolute;
    float: left;
    width: 3em;
    max-width: 3em;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
  }
  .mediaModal .modal_container .inloggade_ocupationbox {
    padding: 0.3em;
    flex: 1;
  }
  .mediaModal .modal_container .total_viewsContainer {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    overflow-y: auto;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner {
    height: 35em;
    width: 30em;
    background-color: #fff;
    margin: auto;
    margin-top: 1em;
    border-radius: 3px;
    padding: 0.5em;
    margin-bottom: 3em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;
    height: 1.5em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList span {
    /* font-weight: bold; */
    margin: 0.5em;
    font-size: 1.1em;
    color: #777;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList .material-icons {
    float: right;
    margin: 0em;
    color: #888;
    cursor: pointer;
    font-size: 1.5em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .inner_viewsList {
    background-color: #fff;
    height: calc(100% - 2.5em);
    overflow-y: auto;
    padding-top: -0.5em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_list {
    z-index: -100;
    display: none;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .show {
    z-index: 1200 !important;
    display: block;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .total_viewbox {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dotted #ccc;
    padding: 0.3em;
  }
  .base_container {
    position: relative !important;
    display: grid;
    grid-template-columns: auto !important;
    grid-gap: 0;
    background-color: auto;
    margin-left: 3.5em;
    padding: 0rem;
    max-width: calc(100% - 1rem) !important;
    min-width: calc(100% - 1rem) !important;
  }
  .list-container {
    display: grid;
    grid-template-columns: 32.7% 32.7% 32.7%;
    grid-gap: 0.5em;
    padding: 0 !important;
  }
  .list-container .list-box {
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    min-height: 0 !important;
  }
  .list-container .list-box .inner-lists {
    display: grid;
    grid-template-columns: 4em auto;
    grid-gap: 0em;
  }
  .list-container .list-box .inner-lists .list-avatar {
    height: 4em;
    width: 4em;
    background-size: cover;
    background-position: top center;
  }
  .list-container .list-box .inner-lists .list-name {
    color: #666;
    font-size: 14px;
    font-weight: bold;
  }
  .list-container .list-box .unanswered-requests-btnBox {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
  }
  .list-container .list-box .unanswered-requests-btnBox .request-buttons {
    padding: 0.3em;
    background-color: #eee;
    border: 1px solid #dedede;
    transition: all 0.3s ease-in-out;
  }
  .list-container .list-box .unanswered-requests-btnBox .acceptRequest:hover {
    background-color: #00cc00 !important;
    border: 1px solid #00cc00 !important;
    color: #fff !important;
  }
  .list-container .list-box .unanswered-requests-btnBox .rejectRequest:hover {
    background-color: #ff471a !important;
    border: 1px solid #ff471a !important;
    color: #fff !important;
  }
  .list-container .list-box:hover {
    border: 1px solid #dedede !important;
    box-shadow: 0 0 8px 4px #dedede;
  }
  .list-container .list-box:hover .list-avatar {
    border-radius: 6px 0 0 6px;
  }
  .mail-content-body .content-body .title-header .confirmBtn {
    padding: 0.3em;
    margin: 0.5em;
    border: 1px solid #ccc;
    background-color: #ededed;
    cursor: pointer;
    border-radius: 3px;
    color: #000;
    text-align: center;
    font-weight: 400;
    width: 90% !important;
    margin-right: 1em !important;
  }
  .mail-content-body .content-body .title-header .confirmBtn:hover {
    border: 1px solid #999;
    color: #47a3da;
  }
  .mail-content-body .content-body .title-header .delMsg {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 1em;
    margin-left: -4.5em !important;
    margin-left: 0;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    width: 100%;
  }
  .mail-content-body .content-body .title-header .confirmDel_hide {
    z-index: -10;
    margin-top: 0.6em;
    max-width: 14em;
  }
  .mail-content-body .content-body .title-header .confirmDel_hide .material-icons {
    margin-top: -0.76em;
    font-size: 3em;
    position: absolute;
    color: #47a3da;
    margin-left: 1.33em;
  }
  .mail-content-body .content-body .title-header .confirmDel_show {
    display: block;
    z-index: 1;
  }
  .mail-content-body .content-body .title-header .mailIconBox {
    position: relative;
    width: 1.6em;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
    color: #47a3da;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #dedede;
    z-index: 10 !important;
  }
  .mail-content-body .content-body .title-header .mailIconBox:hover {
    background: #47a3da;
    color: white !important;
    border: 1px solid #47a3da;
    border-radius: 4px;
  }
  .mail-content-body .content-body .title-header .raderaButtons {
    margin: auto;
    width: 100%;
  }
  .mail-content-body .content-body .title-header .titleMsg {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 0.7em;
    margin-left: 0;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    cursor: pointer !important;
    z-index: 0 !important;
  }
  .mail-content-body .content-body .title-header .titleMsg .material-icons {
    position: absolute;
    margin-top: -0.75em;
    margin-left: -0.2em;
    font-size: 3.3em;
    color: #47a3da;
    z-index: -100 !important;
  }
  .mail-content-body .content-body .title-header .titleMsg-last {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 0.7em;
    margin-left: -6.4em !important;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    cursor: pointer !important;
  }
  .mail-content-body .content-body .title-header .titleMsg-last .material-icons {
    position: absolute;
    margin-top: -0.75em;
    margin-left: 1.6em;
    font-size: 3.3em;
    color: #47a3da;
    float: left;
  }
  .mail-content-body .content-body .title-header .titleMsg-reply {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 0.7em;
    margin-left: 0 !important;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    cursor: pointer !important;
  }
  .mail-content-body .content-body .title-header .titleMsg-reply .material-icons {
    position: absolute;
    margin-top: -0.75em;
    margin-left: 0.08em;
    font-size: 3.3em;
    color: #47a3da;
    float: left;
  }
  .mail-content-body .content-body .title-header .orange {
    background: orange;
    color: white;
    margin: auto;
    width: 1.6em !important;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    cursor: pointer !important;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .mail-content-body .content-body .title-header .orange:hover {
    background: orange;
    color: white !important;
    border: 1px solid #ccc;
  }
  .mail-content-body .content-body .title-header .blue {
    background: #dedede;
    color: #47a3da;
    border: 1px solid #ccc;
  }
  .mail-content-body .content-body .title-header .blue:hover {
    background: #47a3da;
    color: white !important;
    border: 1px solid #47a3da;
  }
  .mail-content-body .content-body .title-header .mail-header-box {
    display: grid;
    grid-template-columns: auto auto;
  }
  .mail-content-body .content-body .title-header .mail-header-iconBox {
    display: grid;
    grid-template-columns: auto auto 4em;
  }
  .mail-content-body .content-body .title-header .mail-header-left {
    position: relative;
    display: grid;
    grid-template-columns: 2.2em 2.2em 2.2em auto;
    grid-gap: 1em;
  }
  .mail-content-body .content-body .title-header .mail-header-right {
    text-align: right;
  }
  .inner_container {
    position: relative;
    margin-left: 0em;
    width: 900px;
    max-width: 100% !important;
    padding: 0;
    border: 1px solid #eee;
    margin-top: -0.5em;
    margin-bottom: 2em;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .collapsable {
    position: relative !important;
    overflow: hidden;
    max-height: 0;
    transition: all 1s linear !important;
    border-bottom: 1px dotted #47a !important;
  }
  .up {
    border: 1px solid #999;
    margin-top: 0.7rem;
    transition: all 1s linear;
    max-width: 100%;
  }
  .minus {
    border: 1px solid #999;
    margin-top: -0.16em;
    margin: 1em 1;
    max-width: 100%;
    transform: rotate(90deg);
    transition: all 0.5s linear;
  }
  .straight {
    transform: rotate(0deg);
    /* border: 0 */
  }
  .reveal {
    max-height: 100%;
    overflow: auto;
    outline: none;
    transition: 0.3s ease-in-out !important;
    border-bottom: 1px solid #ccc;
  }
  .rotate_down {
    transform: rotate(90deg);
    color: orangered !important;
  }
  .add-project .newprojectBox {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out !important;
  }
  .add-project .newprojectBox .newprojectInnerBox {
    border: 0;
    background-color: #fff;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox small {
    font-size: 0.75em;
    color: #000;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox small .newproject-headerBox {
    background-color: #eee;
    padding: 0.2em;
    padding-left: 0.5em;
    font-size: 1.5em;
    font-family: "Roboto Slab", serif;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #ccc;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.5em;
    max-width: 54em;
    padding: 0.3em;
    background-color: #fff;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox {
    display: grid;
    grid-template-columns: 3em auto;
    grid-column-gap: 1em;
    background-color: #f6f7f8;
    border: 1px solid #ddd;
    margin-bottom: 0.3em;
    position: inherit;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox .newproject-searchCover {
    width: 3em;
    height: 3em;
    background-color: #eee;
    background-size: cover;
    background-position: top center;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox:hover {
    background-color: #eee;
    border-color: #47a3da;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newtitle-contentBox {
    display: grid;
    grid-template-columns: 2em auto;
    grid-column-gap: 0.3em;
    padding: 0.5em;
    background-color: #f6f7f8;
    border-top: 1px dotted #ddd;
    border-bottom: 3px solid #ddd;
    position: inherit;
    cursor: default;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .no-project-match {
    display: grid;
    grid-template-columns: auto !important;
    background-color: #fff;
    cursor: default;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .no-project-match .textField {
    padding: 0.5em;
    margin-top: 0.5em;
  }
  .upload-media-container {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 0.5em;
  }
  .upload-media-container .upload-media-container-left {
    border-right: 2px dotted #ccc;
    padding: 0.2em !important;
  }
  .upload-media-container .upload-media-container-left .textField {
    max-width: 270px !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.5s ease-in-out !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .uploadet-media-preview {
    overflow: hidden !important;
    height: 13em;
    background-size: cover;
    background-position: top center;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .uploadet-media-preview .confirm-media-actions .uploaded-media-confirm-box {
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #999 !important;
    z-index: 100 !important;
    float: left !important;
    width: calc(100% - 0.6em) !important;
    max-width: calc(100% - 0.6em) !important;
    border-radius: 0 !important;
    margin: 0.2em !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_listsInfo {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0em;
    border-radius: 0 0 4px 4px;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_listsTitle {
    padding: 0.3em;
    border-bottom: 1px dashed #ccc;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0.5em;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text {
    cursor: pointer !important;
    text-align: center !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text:hover {
    color: #47a3da !important;
    -webkit-text-decoration: dashed underline #47a3da !important;
            text-decoration: dashed underline #47a3da !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list:hover {
    background-color: #f1f6f8 !important;
    border-color: #ccc !important;
    border-radius: 0 0 6px 6px !important;
  }
  .myVideos_container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }
  .myVideos_container .myVideos_lists {
    height: 10.85em;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 0;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner {
    height: 100%;
    max-width: 100%;
    display: grid;
    grid-template-rows: 62% auto;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_listsInfo {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0em;
    border-radius: 0 0 4px 4px;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_listsTitle {
    padding: 0.3em;
    margin-bottom: 0.55em;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox {
    display: grid;
    grid-template-columns: auto auto;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons {
    text-align: center;
    font-size: 1.3em;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.17em;
    color: #ededed;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:first-child {
    background-color: rgba(255, 153, 0, 0.5);
    border-bottom-left-radius: 4px;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:first-child:hover {
    background-color: #ff9900;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:last-child {
    background-color: rgba(250, 0, 0, 0.5);
    border-bottom-right-radius: 4px;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:last-child:hover {
    background-color: #fa0000;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .material-icons:hover {
    background-color: #47a3da;
    color: #fff;
  }
  .user-profile-header {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .user-profile-header .member-settings-guide {
    display: block;
    position: absolute;
    color: #fff !important;
    background-color: #47a3da;
    border: 1px solid #47a3da;
    border-radius: 8px;
    float: right;
    font-size: 0.7em;
    padding: 0.5em;
    margin-top: -2em;
    margin-left: 17.5em;
    font-weight: bold;
  }
  .user-profile-header .member-settings-guide .material-icons {
    position: absolute;
    color: #47a3da;
    float: right;
    font-size: 3em;
    margin-left: -0.25em;
    margin-top: -0.3em;
  }
  .user-profile-header .profile-header-avatar {
    position: relative !important;
    width: 30em;
    max-width: 30em;
    background-color: #eee;
    background-size: cover;
    background-position: top center !important;
    cursor: default;
    border-radius: 6px 0 0 6px;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 32em !important;
  }
  .user-profile-header .profile-header-avatar .profile-page-user-avatar {
    position: relative;
    max-width: 100% !important;
    min-height: 32em !important;
    border-radius: 6px 0 0 6px;
    margin: 0 !important;
  }
  .user-profile-header #profileShowMoreText {
    display: grid;
    grid-template-columns: auto 1.5em !important;
    grid-gap: 0.1em;
    padding: 0.3em;
    color: #47a3da;
    cursor: pointer;
  }
  .user-profile-header #profileShowMoreText .material-icons {
    float: left !important;
    margin-bottom: -0.8em !important;
  }
  .user-profile-header .profile-header-description {
    margin-left: 0;
    /* border-left: 1px solid #999; */
    border-top-right-radius: 6px;
    flex: 1;
  }
  .user-profile-header .profile-header-description .profile-header-description-info {
    margin: 0;
    border: 1px solid #eee;
    background-color: #eee;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    max-width: 100% !important;
    padding: 0;
    padding-top: 0;
    padding-left: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title {
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin-left: -0.5em;
    background-color: #f4f6f7;
    display: flex;
    flex-wrap: nowrap;
    border-top-right-radius: 6px;
    display: grid;
    grid-template-columns: 2em auto 2em;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-header-flag {
    position: relative;
    float: left;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-header-flag img {
    max-width: 100%;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-header-name {
    flex: 1;
    font-size: 1.8em !important;
    color: #000;
    margin-left: 0.5em;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .member-settings-guide {
    float: right;
    margin-left: 11.7em !important;
    width: 5.5em !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox {
    position: relative;
    width: 15.7em;
    margin-top: 2.3em;
    border: 1px solid #ccc;
    margin-right: 0em;
    border-radius: 6px;
    min-height: 12em;
    background-color: #fff;
    cursor: default;
    box-shadow: 2px 4px 7px -1px #ccc;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .point-up {
    position: absolute !important;
    color: #ccc !important;
    float: right !important;
    font-size: 3.2em !important;
    margin-left: 0.95em !important;
    margin-top: -0.68em !important;
    transform: rotate(-90deg);
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .point-up2 {
    position: absolute !important;
    color: #f4f6f7 !important;
    float: right !important;
    font-size: 3.2em !important;
    margin-left: 0.95em !important;
    margin-top: -0.66em !important;
    transform: rotate(-90deg);
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title {
    padding: 0.3em;
    border-bottom: 1px solid #bbb;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #666;
    text-align: center;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title .material-icons {
    position: relative;
    float: left !important;
    font-size: 1.6em;
    color: #47a3da;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title .txtHeader {
    margin-top: 0.3em;
    font-size: 0.8em;
    margin-right: 2em !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list {
    padding: 0.5em;
    border-bottom: 1px dotted #ccc;
    padding-left: 1em;
    color: #444;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list .material-icons {
    font-size: 1.3em;
    margin-right: 0.5em;
    color: #888;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:hover {
    background-color: #ededed;
    color: #47a3da !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:hover .material-icons {
    color: #47a3da;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:last-child {
    border-bottom: 0px;
    border-radius: 0 0 6px 6px;
    /* margin-bottom: 0.1em */
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title #profileSettingsIcon {
    color: #ccc;
    position: relative;
    float: right !important;
    font-size: 1.8em;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title #profileSettingsIcon:hover {
    color: #47a3da;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-settings-box {
    position: absolute;
    /* margin-left: calc(100% - 16em); */
    padding: 0;
    right: 0;
    color: #47a3da !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box {
    border-bottom: 1px dotted #47a;
    display: flex;
    flex-wrap: nowrap;
    padding: 0.3em;
    max-width: 100%;
    position: relative;
    z-index: auto;
    display: grid;
    grid-template-columns: 8em auto;
    grid-gap: 1.5em;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box .profile-left-box {
    background-color: inherit;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box .profile-right-box {
    background-color: inherit;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box:last-child {
    border-bottom: 1px dotted #eee;
  }
  .show-more-user-info {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    transition-delay: 0s !important;
  }
  .show-more-user-info .profile-more-info-content {
    margin: 0;
    padding: 0;
  }
  .show-more-user-info .profile-more-info-content .profile-more-info-row-box {
    position: relative;
    display: grid;
    grid-template-columns: 8em auto;
    grid-gap: 1.5em;
    border-bottom: 1px dotted #47a;
    background-color: #eee;
  }
  .profile-social-bar {
    display: grid;
    grid-template-columns: 5em auto auto auto auto;
    border-bottom: 1px dotted #999;
    margin-top: 0.5em;
    z-index: 2;
    max-width: 100% !important;
  }
  .profile-social-bar .tabActive {
    border: 1px solid #ccc;
    margin-bottom: -1px;
    border-radius: 5px 5px 0 0;
    border-bottom-color: #eee;
    background-color: #eee;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    padding: 0.5em !important;
    z-index: 10;
    cursor: default !important;
    /* transition: all 0.5s ease-in-out; */
  }
  .profile-social-bar .tabActive .material-icons {
    color: orange !important;
  }
  .profile-social-bar .tabActive .profile-social-boxes-text {
    color: #47a3da !important;
  }
  .profile-social-bar .profile-social-boxes {
    display: grid;
    grid-template-columns: 1.3em auto;
    color: #999;
    padding: 0.5em;
    cursor: pointer;
    margin-right: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .profile-social-bar .profile-social-boxes .profile-social-boxes-text {
    color: #444;
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  .profile-social-bar .profile-social-boxes .profile-social-boxes-text:hover {
    color: #3da;
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  .profile-social-bar .profile-social-boxes .material-icons {
    float: left;
    font-size: 1.5em;
    color: #47a3da;
    margin-top: -0.2em;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox {
    position: inherit;
    border-radius: 0 0 6px 6px;
    cursor: default;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .material-icons {
    margin-right: 0.5em;
    color: #47a3da;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box-header {
    padding: 0;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 0.9em;
    transition: all 3s linear;
    text-transform: uppercase;
    width: auto;
    background-color: #fff;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box-header .material-icons {
    margin-top: -0.15em;
    margin-right: 0.15em;
    color: #0a9 !important;
    font-size: 1.5em;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box:hover {
    background-color: #ededed;
    color: #47a3da;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box:last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_list-box {
    width: 100%;
    padding: 0.5em;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    font-size: 0.95em;
    padding-left: 0.5em;
    color: #444;
    display: grid;
    grid-template-columns: 2em auto !important;
    grid-column-gap: 0;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_list-box .material-icons {
    color: #47a3da !important;
    font-size: 1.4em !important;
  }
  .profile-social-bar .profile-social-boxes .views {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.3em;
  }
  .profile-social-bar .profile-social-boxes .views-eye {
    color: #6666;
    font-size: 1.3em;
    margin-top: -0.05em;
  }
  .profile-social-bar .profile-social-boxes:first-child {
    width: 5em;
    color: #999 !important;
  }
  .profile-social-bar .profile-social-boxes:first-child:hover {
    text-decoration: none;
    color: #999 !important;
    cursor: default;
  }
  .profile-gallery-glider-box {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 15em;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-top: -1px;
    padding: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-radius: 0 0 6px 6px;
  }
  .left {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    float: left;
    border-radius: 50%;
    color: #47a3da;
    border: solid #47a3da;
    font-size: 3em;
    display: flex;
    z-index: 10;
    margin-top: 2em;
    margin-left: 0.2em;
    /* margin-left: 10.2em; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .left:hover {
    background-color: black;
    color: #fafafa;
    border: 2px solid #fafafa;
  }
  .right {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    float: right;
    border-radius: 50%;
    color: #47a3da;
    border: 2px solid #47a3da;
    font-size: 3em;
    display: flex;
    z-index: 10;
    margin-top: 2em;
    margin-left: 93.5%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .right:hover {
    background-color: black;
    color: #fafafa;
    border: 2px solid #fafafa;
  }
  .profile-gallery-glider-container {
    max-height: 11rem;
    width: 100% !important;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    max-width: calc(100% - 0) !important;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists {
    min-width: 14.9em !important;
    max-width: 14.9em !important;
    height: 11rem;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-right: 0.457em;
    color: #fff;
    border-radius: 4px;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists .currentNumber {
    background-color: #47a3da;
    padding: 0.2em 0.5em;
    margin: 0.3em;
    float: left;
    border-radius: 10px;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists .profile-gallery-glider-listsInner {
    position: relative;
    max-width: 100% !important;
    min-height: 2.5em;
    max-height: 6em;
    margin-top: calc(100% - 2.67em);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.3em !important;
    text-align: left;
    display: grid;
    border-radius: 0 0 4px 4px;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists .profile-gallery-glider-listsInner .profile-glider_lists-infobox {
    position: relative;
    max-width: 100% !important;
    margin: auto;
    margin-left: 0.3em;
    border-radius: 0 0 4px 4px;
  }
  .profile-network-fulllist-box {
    color: #47a3da;
    cursor: pointer;
  }
  .profile-network-fulllist-box .material-icons {
    font-size: 1.4em;
    float: left;
    color: #47a3da;
    margin-right: 0.3em;
  }
  .profile-network-fulllist-box:hover {
    color: #3da !important;
  }
  .profile-network-fulllist-box:hover .material-icons {
    color: #3da !important;
  }
  #dots {
    padding-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .profile-network-menu_innerBox {
    max-width: 100% !important;
  }
  .profile-network-menu_innerBox .profile-network-lists-box {
    display: grid;
    grid-template-columns: 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em;
    grid-column-gap: 0.85em;
    margin-bottom: 0.3em;
    overflow: hidden;
  }
  .profile-network-menu_innerBox .profile-network-lists-box .profile-network-member-img {
    position: relative !important;
    width: 5.2em;
    max-width: 5.2em;
    height: 5.1em;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
  }
  .production-list-box .project-list-box {
    padding: 0;
    margin: 0;
  }
  .production-list-box .project-list-box .project-list-header {
    display: grid;
    grid-template-columns: 300px 200px 300px 50px;
    grid-gap: 0;
    padding: 0;
    font-weight: 550;
    color: #444;
    font-weight: bold;
    background-color: #d6d5d5;
  }
  .production-list-box .project-seperator {
    border-right: 2px solid #eee;
    text-align: center;
    padding: 0.5em;
  }
  .production-list-box .project-seperator:last-child {
    border-right: 0px;
  }
  .production-list-box .silver {
    border-right: 1px solid #ddd !important;
  }
  .production-list-box .project-lists-expand {
    height: auto;
    display: grid;
    grid-template-columns: 30px 270px 200px 300px 50px;
    grid-column-gap: 0;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .production-list-box .project-lists-expand .project-seperator {
    text-align: left !important;
    border-right: 1px dotted #ededed;
    position: inherit;
  }
  .production-list-box .project-lists-expand .material-icons {
    font-size: 1.3em;
    font-weight: bold;
    color: #ccc;
    margin-top: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  .production-list-box .overview_title {
    font-size: 1.5em;
    color: #777;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .production-list-box .overview_body {
    position: relative;
    border-top: 1px solid #dedede;
    display: grid;
    grid-template-columns: 13em auto;
    grid-column-gap: 0.5em;
    padding: 0.3em;
  }
  .production-list-box .overview_body .overview_cover {
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
  }
  .production-list-box .overview_body .overview_cover .overview-poster-img {
    position: relative;
    max-width: 100% !important;
  }
  .ucp_rightMenu_container {
    background-color: #fff;
    border: 1px solid #eee;
    margin-right: 0em;
    max-width: 100% !important;
    border-radius: 8px 8px 0 0;
  }
  .ucp_rightMenu_container .inloggade_infobox {
    position: relative;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 2.5em auto;
    grid-column-gap: 0.1em;
    cursor: pointer;
    margin: 0.1em !important;
    margin-right: 0 !important;
    border: 1px solid #fff;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_imgbox {
    position: inherit;
    float: left;
    width: 2.5em;
    max-width: 2.5em;
    height: 100%;
    max-height: 100%;
    color: #000;
    border-top-right-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat;
    margin: auto;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_imgbox .inloggade_img {
    width: 2.3em;
    height: 2.3em;
    max-width: 2.3em;
    max-height: 2.3em;
    border-radius: 2.3em !important;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_ocupationbox {
    margin-left: 0.1em;
    padding: 0.3em;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_ocupationbox .inloggade_name {
    font-size: 1em;
    font-weight: bold;
  }
  .ucp_rightMenu_container .inloggade_infobox:hover {
    background-color: #f4f6f8;
    color: #47a3da !important;
    border: 1px solid #dedede;
  }
  .jobpreview_container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -101;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
  }
  .jobpreview_container .jobpreview_inner_container {
    max-width: 768px;
    margin: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: #fff;
    /* height: calc(100% - 10em); */
    border-radius: 2px;
  }
  .show_preview {
    margin-left: 0 !important;
    z-index: 1001 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .header_inline {
    grid-template-columns: auto 4em !important;
    grid-column-gap: 0.2em;
  }
  .close {
    background-color: #dedede !important;
    color: #000 !important;
    font-weight: bold !important;
    cursor: pointer;
    transition: all 0.2s linear;
    border-left: 3px solid #fff;
    text-align: center;
  }
  .close:hover {
    background-color: red;
    color: red !important;
    font-weight: bold !important;
  }
  .preview_header {
    background-color: #dedede !important;
  }
  .preview_title {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .inner_jobbody {
    padding: 1em;
  }
  .inline {
    display: grid;
    grid-template-columns: auto auto;
  }
  .inline b {
    color: #666 !important;
  }
  .align-right {
    text-align: right;
  }
  .inner_jobbody {
    background-color: #ededed;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .jobActivity-container {
    display: grid;
    grid-template-columns: 4em 14em auto 4.5em 5em 8.5em;
    grid-column-gap: 1em;
    transition: all 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  .jobActivity-container #jobCollapsable {
    transition: all 0.5s ease-in-out;
  }
  .jobActivity-container .job-activity-boxes .material-icons {
    font-size: 1.3em;
    float: left;
    margin-right: 0.3em;
    color: #999;
    transition: all 0.3s ease-in-out;
  }
  .jobActivity-container .job-activity-link-boxes {
    border-bottom: 1px dashed #999;
    transition: all 0.3s ease-in-out;
  }
  .jobActivity-container .job-activity-link-boxes:hover {
    color: #47a3da !important;
    cursor: pointer;
    border-bottom: 1px dashed #47a3da;
  }
  .jobActivity-container .job-activity-link-boxes:hover .material-icons {
    color: #47a3da;
  }
}
/*# sourceMappingURL=handheld.css.map *//* Mobile version starts here. */
@media screen and (max-width: 600px) {
  * {
    max-width: 100% !important;
  }
  .lmw-grid-50 {
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-gap: 0.5rem;
  }
  .lmw-br-dashed {
    border: 0 !important;
  }
  .lmw-modal {
    position: fixed !important;
    z-index: 2500 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 100vh !important;
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    top: 0 !important;
    left: 0 !important;
  }
  .lmw-modal-content {
    width: 98% !important;
    max-width: 98% !important;
    height: auto !important;
    min-height: 30rem !important;
    max-height: 98% !important;
    overflow: hidden !important;
    display: block !important;
    background-color: #f4f6f8 !important;
    border-radius: 0.5rem !important;
    /* border: 8px solid #47a3da !important; */
  }
  .tabs {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 0.5rem;
    background-color: #fff;
  }
  .tabs .tab-button {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0.25rem !important;
    cursor: pointer;
  }
  .tabs .tab-button i {
    margin-right: 0rem !important;
  }
  .tabs .tab-button.active {
    background-color: var(--primary-dark);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border: 1px solid #ccc;
    border-bottom: 0 !important;
    text-transform: uppercase !important;
    color: var(--primary-orange);
    z-index: 2;
    font-weight: 800 !important;
  }
  .tabs .tab-button.active .fa-solid {
    color: var(--primary-orange) !important;
  }
  .tabs .tab-button .fa-solid {
    color: #47a3da !important;
  }
  .tabs .tab-button .fa-brands {
    color: #47a3da;
  }
  .tabs .tab-button.active .fa-brands {
    color: var(--primary-orange) !important;
  }
  .tabs .tab-button.active span {
    font-weight: 400 !important;
  }
  .tabs .tab-button.active:hover {
    color: #3da !important;
  }
  .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0.5rem;
    background-color: var(--primary-dark) !important;
    border-radius: 0 0 8px 8px;
  }
  .lmw-tab-content-inner {
    border-radius: 0.5rem;
    background-color: #eee !important;
  }
  .tabs .views {
    border-bottom: 1px solid #ccc;
  }
  .lmw-for-moble {
    display: block !important;
  }
  .hot-pick-video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    border-radius: 0.5rem;
    padding: 0 0.5rem !important;
    margin: auto !important;
  }
  .lmw-header-container {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    position: fixed !important;
    width: 100% !important;
    height: 3em !important;
    background-color: #fff !important;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.3);
    z-index: 1100;
  }
  .lmw-header-inner-container {
    position: relative;
    max-width: 100vw !important;
    height: 3rem !important;
    display: grid;
    grid-template-columns: 5.5rem auto auto !important;
    grid-gap: 0.15rem;
  }
  .lmw-header-left {
    display: grid;
    grid-template-columns: 1.5rem auto;
    grid-gap: 0.5rem;
  }
  .lmw-header-left i {
    font-size: 1.5rem;
    cursor: pointer !important;
    color: var(--primary-dark);
    transition: all 0.2s ease-in-out !important;
    margin-top: 0.3rem;
  }
  .lmw-header-left i:hover {
    color: #47a3da !important;
  }
  .lmw-top-brand-logo {
    max-width: 3rem !important;
  }
  .lmw-top-cv-logo {
    max-width: 3rem !important;
  }
  .lmw-header-middle {
    display: grid;
    grid-template-columns: auto;
  }
  .lmw-header-middle i {
    position: inherit;
    font-size: 2rem;
    margin-left: -1rem;
    margin-top: 0.55rem;
    color: #ccc !important;
  }
  .lmw-header-search-field {
    width: 100%;
    height: 2rem !important;
    padding: 0 0.35rem !important;
    border: 1px solid #dedede;
    background-color: #f4f6f8;
    border-radius: 0.5rem !important;
    outline: none !important;
    margin-top: 0rem;
    font-size: 1rem !important;
    font-weight: 400;
    color: var(--primary-dark) !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-header-search-field:focus {
    border: 1px solid #47a3da !important;
  }
  .lmw-text-sm {
    font-size: 0.9rem !important;
  }
  .lmw-text-m {
    font-size: 0.8rem !important;
  }
  .lmw-header-right {
    display: grid;
    grid-template-columns: 4.5rem auto !important;
    grid-gap: 0rem;
  }
  .lmw-header-social-icons {
    position: relative;
    display: grid;
    grid-template-columns: 2rem 2rem !important;
    grid-gap: 0.35rem;
    max-width: 5rem !important;
    text-align: center !important;
    float: right;
  }
  .lmw-header-right i {
    font-size: 1.5rem !important;
    color: var(--primary-dark);
    margin-top: 0.3rem;
    transition: all 0.3s all ease-in-out !important;
  }
  .lmw-header-right i:hover {
    color: #47a3da !important;
  }
  .lmw-header-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    text-align: center;
    background-size: cover !important;
    background-position: top center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-header-avatar:hover {
    width: 2rem !important;
    height: 2rem !important;
  }
  .lmw-avatar-memnu-outer-container {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lmw-avatar-menu-container {
    width: 100vw !important;
    min-width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
    left: 0.5rem;
    margin-top: 3rem;
    margin: 3rem auto !important;
    background-color: #fff;
    border-radius: 0.5rem !important;
    text-align: left !important;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.35);
  }
  .lmw-avatar-menu-container .lmw-delete-button {
    position: absolute !important;
    color: var(--primary-orange) !important;
    padding: 0.25rem 1rem !important;
    font-size: 1rem !important;
  }
  .lmw-avatar-menu-container .lmw-delete-button i {
    position: relative !important;
    color: var(--primary-orange) !important;
    font-size: 1rem !important;
  }
  .lmw-avatar-link-button i {
    font-size: 1.15rem !important;
  }
  .lmw-avatar-link-button2 i {
    font-size: 1.15rem !important;
    color: #ccc;
  }
  .lmw-quick-search-results {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw !important;
    height: 100vh !important;
    bottom: 0 !important;
    transition: all 0.5s ease-in-out !important;
    padding: 0 !important;
    margin: 0;
    top: 3.1rem;
    z-index: 1000;
  }
  .lmw-quick-search-results .lmw-top-search-header-icon {
    font-size: 2rem;
  }
  .lmw-quick-search-results .lmw-overall-header-title {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box {
    position: relative !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    background-color: #fff;
    padding-top: 0 !important;
    margin: 0 !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-members-results {
    display: grid;
    grid-template-columns: 50% auto !important;
    grid-gap: 0.25rem !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-header-search-member-card {
    position: relative;
    background-color: var(--primary-dark);
    border-radius: 0.35rem;
    color: var(--primary-orange) !important;
    border: 1px solid #ddd;
    width: 10.5rem !important;
    min-width: 10.8rem !important;
    max-width: 10.5rem !important;
    height: 12.5rem !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-header-search-member-card a {
    color: var(--primary-orange);
    font-weight: 800 !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title {
    position: relative !important;
    display: grid;
    background-color: #fff !important;
    grid-template-columns: auto auto !important;
    max-width: calc(100vw - 0) !important;
    padding-right: 1rem !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .top-search-header {
    display: grid;
    grid-template-columns: 1em auto;
    grid-gap: 0.5em;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    margin-right: 0.5em !important;
    color: #777 !important;
    text-transform: uppercase !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .top-search-header .top-search-header-icon {
    color: #47a3da !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title #close-top-search-box-icon {
    color: #ccc;
    border-radius: 4px;
    font-size: 1em;
    padding: 0;
    cursor: pointer;
    float: right !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title #close-top-search-box-icon:hover {
    color: orangered !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .advanced-search {
    position: relative;
    float: right;
    font-size: 0.9em;
    text-align: right !important;
    margin-right: 0em !important;
    /* background-color: #ccc; */
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-bottom: 2.5rem;
    max-width: calc(100vw) !important;
    height: 100vh;
    min-height: auto !important;
    max-height: calc(100vh - 3rem) !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1em !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons {
    color: #888;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer;
    font-size: 1.1em !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons:hover {
    color: #fa0002;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box {
    position: relative;
    display: block !important;
    border: 1px solid #ccc;
    background-color: #fff !important;
    box-shadow: 0 0 0.8em 0em #ccc inset;
    margin: 0em;
    margin-top: 0.2em;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    height: 100%;
    max-height: calc(100vh - 9rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells-link {
    border-bottom: 0;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells {
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
    display: grid;
    grid-template-columns: 3.7em auto;
    grid-gap: 1em;
    padding: 0.2em;
  }
  .lmw-adverts-container {
    display: grid;
    grid-template-columns: 1.5rem auto !important;
    grid-gap: 0;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-jodlist-br {
    position: relative !important;
    padding: 0.5rem;
    border-right: 1px dashed #ccc !important;
  }
  .lmw-job-list-icons-left {
    position: relative !important;
    top: 1.5rem !important;
    left: -0.25rem !important;
    font-size: 1.3rem !important;
    color: #ccc !important;
  }
  .lmw-adverts-container:hover {
    background-color: #f4f6f8;
  }
  .lmw-adverts-subheader {
    display: grid;
    grid-template-columns: auto auto;
  }
  .lmw-adverts-subheader-left {
    text-align: left !important;
  }
  .lmw-adverts-subheader-right {
    margin-right: 0 !important;
    text-align: right !important;
    align-self: right;
  }
  .lmw-menu-continer {
    position: relative;
    color: var(--light);
    font-size: 100%;
    flex-direction: column;
    width: calc(100% + 1.5rem);
    overflow: hidden;
    padding: 0;
    padding-top: 0;
    margin-top: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: #f4f6f8;
  }
  .lmw-menu-continer h3,
  .lmw-menu-continer .button .text {
    opacity: 0;
    transition: all 0.5s ease-out;
    margin-left: 0.5rem;
  }
  .lmw-menu-continer .menu .button {
    color: var(--dark-text);
    font-size: 1rem;
    display: grid;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 1rem;
    transition: all 0.5s ease-out;
    border-left: 0;
  }
  .lmw-menu-continer .menu .button i {
    transition: all 0.5s ease-out;
    color: var(--primary-dark);
  }
  .lmw-menu-continer .menu .button .text {
    display: none;
    white-space: nowrap;
    transition: 0.5s ease-out;
  }
  .lmw-menu-continer .menu .button:hover, .lmw-menu-continer .menu .button.router-link-exact-active {
    background-color: var(--primary);
    transition: 0.5s ease-in-out;
    color: var(--light) !important;
    cursor: pointer !important;
  }
  .lmw-menu-continer .menu .button:hover i, .lmw-menu-continer .menu .button.router-link-exact-active i {
    color: var(--light) !important;
  }
  .lmw-menu-continer .menu .button.router-link-exact-active {
    background-color: var(--primary) !important;
    color: var(--light) !important;
    border-left: 7px solid #47a3da;
    padding-left: -1rem;
    transition: 0.5s ease-out !important;
  }
  .lmw-menu-continer .menu .button.router-link-exact-active i {
    color: var(--light) !important;
  }
  .lmw-menu-continer.is-expanded {
    width: var(--sidebar-width);
    margin-left: 0;
  }
  .lmw-menu-continer.is-expanded .menu-header {
    padding: 0.5rem;
    grid-template-columns: auto 1.5rem !important;
  }
  .lmw-menu-continer.is-expanded .menu-header .menu-toggle-wrap .menu-toggle {
    transform: rotate(-180deg) !important;
  }
  .lmw-menu-continer.is-expanded .menu-separator {
    position: relative;
    width: calc(var(--sidebar-width) + 2rem);
    margin: 0 -2rem;
    float: left;
    background-color: #fff;
  }
  .lmw-menu-continer.is-expanded .menu-button {
    display: flex;
    grid-template-columns: 1rem auto;
    grid-gap: 1rem;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    transition: 0.5s ease-out !important;
  }
  .lmw-menu-continer.is-expanded .menu-button .lmw-header-text {
    font-family: "Montserrat" !important;
    display: grid !important;
    grid-template-columns: 1rem auto;
    font-size: 1rem !important;
    padding: 0 1rem;
    margin: 0;
    color: #666;
    font-weight: lighter !important;
    opacity: 1 !important;
  }
  .lmw-menu-continer.is-expanded .menu-button .lmw-header-text .fa-bars {
    font-size: 1.3rem !important;
    color: #999;
  }
  .lmw-menu-continer.is-expanded .menu-button .lmw-header-text span {
    margin-top: -0.1rem;
    margin-left: 1rem;
  }
  .lmw-menu-continer.is-expanded .menu-button .menu-separators {
    position: relative;
    width: calc(var(--sidebar-width) + 2rem);
    margin: 0 -2rem;
    background-color: #fff;
  }
  .lmw-menu-continer.is-expanded .menu-buttons {
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 1rem;
    opacity: 1;
    margin: 0.25rem 0;
    padding: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    transition: 0.5s ease-out;
  }
  .lmw-menu-continer.is-expanded .menu-buttons .lmw-header-text {
    font-family: "Montserrat" !important;
    display: grid;
    grid-template-columns: 1rem auto;
    font-size: 1rem !important;
    padding: 0.2rem 1rem;
    margin: 0.3rem 0;
    color: #666;
    font-weight: lighter !important;
  }
  .lmw-menu-continer.is-expanded .menu-buttons .lmw-header-text i {
    margin-top: 0.2rem;
    color: #666 !important;
  }
  .lmw-menu-continer.is-expanded .menu-buttons .lmw-header-text span {
    margin-top: 0rem;
    margin-left: 1rem;
    white-space: nowrap;
  }
  .lmw-menu-continer.is-expanded .menu-buttons hr {
    color: #fff;
  }
  .lmw-menu-continer.is-expanded .menu-separator {
    margin-top: -1.6rem;
    background-color: #fff;
  }
  .lmw-menu-continer.is-expanded h3,
  .lmw-menu-continer.is-expanded .button,
  .lmw-menu-continer.is-expanded .text {
    display: block;
    opacity: 1;
  }
  .lmw-menu-continer.is-expanded .button {
    width: 100%;
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 0.35rem;
    color: #444;
    padding: 0.35rem 1rem !important;
    font-size: 1rem !important;
    transition: all 0.5s ease-out;
  }
  .lmw-menu-continer.is-expanded .button .text {
    display: block;
    font-size: 0.85rem !important;
    white-space: nowrap;
  }
  .lmw-home-header {
    position: fixed !important;
    width: 100vw;
    max-width: 100vw !important;
    height: 3rem !important;
    padding: 0.25rem !important;
    transition: all 0.5s ease-out;
    top: 0 !important;
    z-index: 900 !important;
  }
  .lmw-outer-container {
    position: relative !important;
    width: 100%;
    max-width: 100vw !important;
    top: 2rem;
    margin: auto !important;
    overflow: hidden;
  }
  .main-container {
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    min-width: calc(100vw) !important;
    max-width: calc(100vw) !important;
    margin-top: 3rem !important;
  }
  .lmw-ucp-outer-container {
    position: relative !important;
    width: 100vw !important;
    min-width: calc(100%) !important;
    max-width: calc(100%) !important;
    top: 2.7rem;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 2rem !important;
    overflow: hidden;
  }
  .lmw-ucp-main-container {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    width: 100vw !important;
    max-width: calc(100vw) !important;
    padding: 0 !important;
    margin: auto !important;
  }
  .lmw-ucp-inner-container {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 2em;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .lmw-footer-page {
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    min-width: 100vw !important;
    margin: auto !important;
  }
  .lmw-profile-header-info-container {
    border-radius: 0.5rem !important;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0rem !important;
    padding: 0.25rem;
  }
  .profile-header-avatar {
    text-transform: capitalize !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 25rem;
    border-radius: 0.5rem 0.5rem 0 0 !important;
  }
  .lmw-profile-header-avatar {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: top center !important;
    cursor: default;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    min-height: 32em !important;
    transition: all 0.35s ease-in-out !important;
  }
  .profile-header-avatar {
    position: relative !important;
    width: 30em;
    max-width: 30em;
    background-color: #eee;
    background-size: cover;
    background-position: top center !important;
    cursor: default;
    border-radius: 0.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 32em !important;
  }
  #profileSettingsIcon {
    color: #ccc;
    position: relative;
    float: right !important;
    font-size: 1.8em;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  #profileSettingsIcon:hover {
    color: #47a3da;
  }
  .profile-settings-box {
    position: absolute;
    padding: 0;
    right: 0;
    color: #47a3da !important;
  }
  .profile-header-description_infoBox {
    width: 100%;
  }
  .profile-description-box {
    border-bottom: 1px dotted #47a;
    display: flex;
    flex-wrap: nowrap;
    padding: 0.3rem;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: auto;
    display: grid;
    grid-template-columns: 6em auto !important;
    grid-gap: 1.5rem !important;
    overflow: hidden;
  }
  .profile-left-box {
    background-color: #888;
  }
  .profile-right-box {
    background-color: inherit;
  }
  .profile-description-box:last-child {
    border-bottom: 1px dotted #eee;
  }
  .show-more-user-info {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    transition-delay: 0s !important;
  }
  .profile-more-info-content {
    margin: 0;
    padding: 0;
  }
  .profile-more-info-row-box {
    position: relative;
    display: grid;
    grid-template-columns: 8em auto;
    grid-gap: 1.5em;
    border-bottom: 1px dotted #47a;
    background-color: #eee;
  }
  .top-members-container {
    position: relative !important;
    width: 100vw !important;
    max-width: calc(100vw - 0.5em) !important;
  }
  .inner_container {
    position: relative !important;
    width: 100vw !important;
    max-width: calc(100vw - 0.5rem) !important;
  }
  .lmw-highlight-container {
    position: relative !important;
    background-color: #f4f6f8;
    max-width: calc(100vw - 0.5rem) !important;
    margin: auto !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .lmw-highlight-header {
    position: relative !important;
    display: block !important;
    flex-wrap: wrap;
    width: calc(100% - 4rem);
    min-width: calc(100%) !important;
    max-width: calc(100% - 4rem);
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .lmw-highlight-header .lmw-highlight-avatar {
    width: 10rem;
    height: 10rem;
    margin: auto !important;
    background-position: top center !important;
  }
  .lmw-highlight-header .lmw-highlight-greetings {
    max-width: auto !important;
    margin: auto !important;
    padding: 0 !important;
    left: 50%;
    transform: translateX(-50%) !important;
    align-items: center !important;
    align-content: center !important;
  }
  .lmw-highlight-header .flex {
    width: 100% !important;
    flex: 1;
  }
  .lmw-apps-box {
    border: 1px solid #dedede;
    min-width: 3rem !important;
    max-width: 3rem !important;
    max-height: 2.8rem !important;
    padding: 0.25rem !important;
    border-radius: 0.5rem;
    background-color: var(--primary-dark);
    color: #000;
    font-weight: 100 !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 2px 8px 10px 2px #dedede;
  }
  .lmw-apps-wrapper {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 3rem 3rem 3rem 3rem 3rem 3rem !important;
    grid-gap: 0.3rem !important;
    width: 100%;
    max-width: 100vw !important;
    margin: auto !important;
    text-align: center !important;
  }
  .lmw-apps-info {
    position: relative !important;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0rem;
    margin-top: 0.1rem;
    color: var(--primary-orange);
    transition: all 0.3s ease-in-out !important;
    max-width: 100% !important;
    margin: auto;
    font-weight: 400 !important;
  }
  .lmw-dashboard-icons {
    font-size: 1rem !important;
  }
  .lmw-apps-totals {
    font-size: 1rem !important;
    margin-top: 0rem;
    font-family: "Roboto Slab", serif !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-gallery-more-info {
    font-size: 0.9rem;
    font-weight: bold !important;
  }
  .lmw-gallery-info-inner-container {
    padding: 0.35rem !important;
  }
  .production-list-box .project-list-box {
    padding: 0;
    margin: 0;
  }
  .production-list-box .project-list-box .project-list-header {
    display: grid;
    grid-template-columns: 18rem 3rem;
    grid-gap: 0;
    padding: 0;
    font-weight: 550;
    color: #444;
    font-weight: bold;
    background-color: #d6d5d5;
  }
  .production-list-box .project-seperator {
    border-right: 2px solid #eee;
    text-align: center;
    padding: 0.5em;
  }
  .production-list-box .project-seperator:last-child {
    border-right: 0px;
  }
  .production-list-box .silver {
    border-right: 1px solid #ddd !important;
  }
  .production-list-box .project-lists-expand {
    height: auto;
    display: grid;
    grid-template-columns: 30px 16rem 200px 300px 50px;
    grid-column-gap: 0;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .production-list-box .project-lists-expand .project-seperator {
    text-align: left !important;
    border-right: 1px dotted #ededed;
    position: inherit;
  }
  .production-list-box .project-lists-expand .material-icons {
    font-size: 1.3em;
    font-weight: bold;
    color: #ccc;
    margin-top: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  .production-list-box .overview_title {
    font-size: 1.5em;
    color: #777;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .production-list-box .overview_body {
    position: relative;
    border-top: 1px solid #dedede;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0.5em;
    padding: 0.3em;
  }
  .production-list-box .overview_body .overview_cover {
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
  }
  .production-list-box .overview_body .overview_cover .overview-poster-img {
    position: relative;
    height: 7rem !important;
    max-width: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .lmw-recommended-members-container {
    position: relative !important;
    width: 100vw !important;
    max-width: calc(100vw - 0.5rem) !important;
    margin: auto !important;
  }
  .lmw-recommended-members-inner-container {
    position: relative !important;
    width: 100vw !important;
    max-width: calc(100vw - 0.5rem) !important;
    margin: auto !important;
  }
  .lmw-recommend-member-search-container {
    margin: 0.5rem 0;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0.5rem;
    max-height: 9.6rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .lmw-select-member-to-recommend-card {
    cursor: pointer;
    display: grid;
    grid-template-columns: 3rem auto;
    grid-gap: 0rem !important;
    padding: 0.25rem;
    border-radius: 0.5rem !important;
  }
  .lmw-position-middle {
    left: 0 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .lmw-selected-member-active {
    border: 2px solid var(--primary-dark) !important;
    background-color: var(--primary-dark) !important;
    color: var(--primary-orange) !important;
  }
  .lwm-play-video-button {
    font-size: 1rem !important;
    opacity: 1 !important;
  }
  .lmw-overall-home-container {
    top: 2.5rem !important;
    margin-bottom: 3rem !important;
  }
  .lmw-base-container {
    position: relative !important;
    border-radius: 0.5rem !important;
  }
  .no-mobile {
    display: none !important;
  }
  .lmw-top-05 {
    margin-top: 0.5rem !important;
  }
  .lmw-top-m05 {
    margin-top: -0.5rem !important;
  }
  .lmw-bblr-05 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lmw-icon-lg {
    width: 100%;
    font-size: 2rem !important;
    text-align: center !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .lmw-overall-header-titles {
    font-size: 1rem !important;
  }
  .lmw-header-icons {
    font-size: 1.2rem !important;
  }
  .lmw-header-text-green {
    position: relative;
    font-size: 1em;
    font-style: italic !important;
    font-family: "PT Serif" !important;
    color: #3da;
    max-width: 100%;
    font-weight: bold;
  }
  .lmw-modal-video-player {
    position: absolute !important;
    width: calc(100% - 1rem) !important;
    width: 100%;
    height: 25rem;
    min-height: 25rem !important;
    border-radius: 1rem !important;
    margin: 0.5rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .ribbon-transparent-black {
    position: relative !important;
    padding: 0 !important;
  }
  .ribbon-transparent-black2 {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .header-text-green {
    font-size: 1rem !important;
  }
  .lmw-sample-jobs-container {
    display: grid !important;
    grid-template-columns: 2rem auto;
    grid-gap: 0.2rem;
    background-color: #fff;
    max-width: 100%;
    cursor: disabled;
  }
  .home-header {
    position: relative !important;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    transition: all 0.5s ease-out;
    z-index: 900 !important;
  }
  .fixed-tops {
    max-width: 100vw !important;
  }
  .navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
    transform: none;
    z-index: 999;
  }
  .lmw-inner-test-header-container {
    position: relative !important;
    width: 100%;
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 3.5rem auto auto 8rem !important;
    grid-gap: 0.3em;
    color: #000 !important;
    height: 2.5rem;
    padding: 0;
  }
  .top-header-logo {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin: 0 0.3rem;
  }
  .company-top-logo {
    width: 100%;
    max-width: 100% !important;
  }
  .header-title-text {
    padding: 0.5rem 0;
    font-size: 2rem;
  }
  .header-text {
    font-size: 2rem;
    font-weight: lighter !important;
  }
  .lmw-right-box {
    /* background-color: #000; */
    padding: 0 !important;
    padding-right: 0.5rem !important;
    margin: 0 !important;
  }
  .lmw-header-right-inner {
    position: relative;
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: auto auto auto;
    grid-gap: 0.3em;
    margin-right: 0 !important;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #000 !important; */
  }
  .lmw-login-header-text {
    font-size: 1.5rem;
    font-weight: 300 !important;
  }
  .title-links {
    background-color: #47a3da;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    font-weight: lighter !important;
    text-align: center;
    padding: 0.3em;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-link-btn {
    text-decoration: none;
    cursor: pointer;
    width: 100% !important;
    font-size: 0.9rem !important;
    color: var(--primary-orange);
    border: 1px solid #f4f6f8;
    background-color: #47a3da;
    padding: 0.25rem !important;
    transition: all 0.3s ease-in-out !important;
    font-weight: bold !important;
    box-shadow: 0.1rem 0.1rem 0.45rem #999;
  }
  .lmw-home-login-text {
    text-align: center !important;
    transition: transformX(-50%) !important;
  }
  .link-btn:hover {
    background-color: #3da;
    border-radius: 4px;
    height: auto !important;
  }
  .title-links:hover {
    background-color: #47a3da;
    border-color: 1px solid #47a3da;
    border-radius: 4px;
    color: #fff;
  }
  .lmw-login-error-container {
    padding: 0.001rem 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    color: red;
  }
  .lmw-bold {
    font-weight: 4500 !important;
  }
  .close-login-bar {
    top: -100% !important;
    transition: all 0.5s ease-in-out !important;
    left: 0;
    right: 0;
  }
  /* Header bar ends here */
  /* Login table starts here */
  .new-login-outer-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 2rem;
    padding-top: 0 !important;
    padding-left: 0 !important;
    width: 100vw;
    max-width: 100vw !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    font-weight: 400 !important;
    z-index: 800;
    transition: all 0.35s ease-in-out !important;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .new-login-inner-container {
    position: relative;
    width: 100vw;
    max-width: 100vw !important;
    top: -0.5rem !important;
    left: 0rem !important;
    right: 0 !important;
    background-color: var(--primary-dark) !important;
    color: #fff !important;
    padding: 1rem !important;
    margin: 0 !important;
  }
  .new-login-inner-table {
    position: relative;
    max-width: 100% !important;
    margin: auto !important;
    padding: 0.25rem !important;
  }
  .lmw-text-fields {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.25rem !important;
    outline: none !important;
  }
  .lmw-text-fields:focus {
    border-radius: 6px !important;
    padding: 0.25rem !important;
  }
  .field-table {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 1rem;
  }
  .no-scroll {
    overflow-y: hidden !important;
  }
  /* CSS for the drop-down transition  */
  .drop-down-enter-active,
  .drop-down-leave-active {
    transition: transform 0.3s ease-in-out;
  }
  .drop-down-enter,
  .drop-down-leave-to {
    transform: translateY(10);
  }
  .fixed-tops .inner-scroll {
    position: relative;
    max-height: calc(100vh);
    margin: 0.5rem 0;
    overflow: hidden;
    overflow-y: auto;
  }
  .close-login-bar-button {
    position: absolute !important;
    top: 2rem !important;
    right: 2rem !important;
    padding: 0.5rem !important;
    z-index: 10 !important;
    font-weight: bold !important;
  }
  .close-login {
    margin-right: -100vw !important;
    opacity: 0;
  }
  .modal_fade {
    position: fixed !important;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    z-index: 1100 !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-login-register-inner-container {
    position: relative !important;
    height: auto !important;
    width: 700px !important;
    background-color: #f4f6f8;
    top: 0.5rem !important;
    right: 0;
    float: right !important;
    border: 1px solid #ccc;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 15px 20px 35px 0.2em #000 !important;
    overflow: hidden !important;
  }
  .lmw-register-inner-container {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0 !important;
  }
  .terms-of-use-box {
    width: 100vw;
    top: 0;
  }
  .txt {
    font-size: 2rem;
    opacity: 0;
  }
  .lmw-home-top-members-container {
    display: grid;
    grid-template-columns: 10.5rem 10.5rem 10.5rem 10.5rem 10.5rem !important;
    grid-gap: 0.5rem;
    width: 100%;
    max-width: calc(100% - 0.5rem) !important;
    overflow: hidden;
    overflow-x: auto !important;
  }
  .lmw-member-card {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 12.5rem;
  }
  .profile-header-description {
    border: 0;
    border-radius: 0;
  }
  .profile-header-description-info {
    border-radius: 0;
    border-radius: 0 0 0.5rem 0.5rem !important;
  }
  .lmw-ads-header {
    font-family: "Lexend", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #888 !important;
  }
  .lmw-header-ribbon-content {
    display: grid;
    grid-template-columns: 2rem auto !important;
    grid-row-gap: 0.15rem !important;
  }
  .lmw-header-ribbon-content .lmw-header-icons {
    position: absolute !important;
  }
  .lmw-header-ribbon-text {
    position: absolute !important;
    left: 0.7rem !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .modal {
    display: block;
    position: fixed !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 4000 !important;
  }
  .modal-content {
    position: relative !important;
    display: block;
    width: calc(98%) !important;
    max-width: calc(98%) !important;
    height: calc(98%) !important;
    margin: auto !important;
    max-height: auto !important;
    right: 0rem !important;
    background-color: #000 !important;
    display: grid !important;
    grid-template-columns: 100% !important;
    border-radius: 12px !important;
  }
  .modal-image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: calc(100vh - 15rem);
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
    margin: auto !important;
  }
  .modal-image img {
    max-width: 100% !important;
    margin: auto !important;
    display: block;
  }
  .modal-sidebar {
    height: 14rem !important;
    max-height: 14rem !important;
    background-color: #f4f6f8 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-left: 1px solid #ccc !important;
    z-index: 10 !important;
  }
  .modal-sidebar-inner {
    display: block;
    position: relative !important;
    max-width: calc(100% -1rem);
    bottom: 0rem !important;
    padding: 0.25rem;
    background-color: #fff;
  }
  .lmw-gallery-sidebar-list-box {
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    overflow: hidden;
    overflow-x: auto !important;
    background-color: #f4f6f8;
  }
  .lmw-gallery-sidebar-list {
    display: flex;
    flex: 1 !important;
    min-width: -moz-min-content;
    min-width: min-content;
    flex-direction: row;
    height: 4.5rem;
    padding: 0.3rem;
    margin: 0 auto !important;
  }
  .sidebar-image {
    position: relative !important;
    width: 5.2rem !important;
    max-width: 5.2rem !important;
    height: 3.5rem !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 6px solid #bbb !important;
    cursor: pointer !important;
    transition: all 0.5s ease-out !important;
    margin: 0.2rem !important;
  }
  .sidebar-image:hover {
    border-color: #47a3da !important;
  }
  .sidebar-image.active {
    border: 6px solid var(--primary-dark) !important;
    border-radius: 8px;
  }
  .list-image {
    max-width: 100% !important;
    cursor: pointer !important;
    margin-bottom: 0.5rem !important;
    transition: all 0.5s ease !important;
    border: 8px solid #fff;
  }
  .modal-content .lmw-carousel-navigation-buttons {
    font-size: 2rem !important;
    opacity: 1 !important;
    z-index: 1000 !important;
  }
  .modal-content:hover .lmw-carousel-navigation-buttons {
    opacity: 1 !important;
    z-index: 1000 !important;
  }
  .tabs {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 0.25rem;
    padding: 0 !important;
    background-color: #fff;
  }
  .tabs .tab-button {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0;
    cursor: pointer;
  }
  .tabs .tab-button i {
    margin-right: 0.2rem !important;
  }
  .tabs .tab-button.active {
    background-color: var(--primary-dark);
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
    border: 1px solid #ccc;
    border-bottom: 0 !important;
    text-transform: uppercase !important;
    color: var(--primary-orange);
    z-index: 2;
    font-weight: 800 !important;
  }
  .lmw-carousel-navigation-buttons {
    font-size: 1.5rem !important;
    opacity: 1 !important;
    z-index: 1000 !important;
  }
  .carousel-slide {
    width: 5rem !important;
    min-width: 5rem !important;
    max-width: 5rem !important;
    height: 4rem;
  }
  .lmw-floating-chat-container {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #fff !important;
    z-index: 3000;
  }
  .lmw-chat-header {
    background: #ffffff;
    background: linear-gradient(0deg, white 0%, #dedede 100%);
    font-family: "Courier New", Courier, monospace !important;
    font-weight: 300 !important;
    font-size: 1.15rem;
    border-right: 4px solid #434853;
  }
  .hide {
    display: none;
  }
  .lmw-text-white {
    color: #fff !important;
  }
  .lmw-social-icons-btn {
    padding: 0.5rem;
  }
  .lmw-social-tab-add-header {
    position: relative;
    display: grid;
    grid-template-columns: auto 3.5rem !important;
    grid-gap: 0 !important;
  }
  .lmw-btn-delete {
    height: 100%;
    padding: 0.35rem !important;
    color: #fff;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-btn-delete:hover {
    background-color: red !important;
    color: #fff !important;
  }
  .lmw-btn-success {
    background-color: rgba(31, 148, 25, 0.701);
    color: #fff;
  }
  .small {
    text-transform: none !important;
    font-weight: lighter !important;
  }
  .lwm-text-capitalize {
    text-transform: capitalize !important;
  }
  .lwm-text-uppercase {
    text-transform: uppercase !important;
    color: #fff !important;
  }
  .network-modal-content {
    font-family: "Rajdhani", sans-serif !important;
    position: relative !important;
    background-color: #fff;
    width: 100vw !important;
    max-width: calc(100vw - 1rem) !important;
    height: calc(100vh) !important;
    /* max-height: 90% !important; */
    max-height: calc(100vh - 1rem) !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
    margin: 3rem auto !important;
  }
  .lmw-user-network-modal-inner {
    position: relative !important;
    width: 100vw !important;
    max-width: calc(100vw - 0.5rem) !important;
    height: auto !important;
    /* max-height: 90% !important; */
    font-family: "Rajdhani", sans-serif !important;
    max-height: calc(100vh - 0.5rem) !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
  }
  .lmw-modal-header {
    position: relative !important;
    font-family: "Rajdhani", sans-serif !important;
    display: grid;
    grid-template-columns: 4rem auto 5rem !important;
  }
  .lmw-modal-header .fa-solid {
    position: absolute;
    font-size: 2em !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .lmw-modal-header .close-modal {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0;
  }
  .lmw-user-network-modal-content {
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: calc(100% - 5.65rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
    margin: 0 0.5rem;
    margin-bottom: 3rem !important;
    background-color: #fff;
    border-radius: 8px;
  }
  .lmw-network-content-inner {
    position: relative;
    display: grid;
    grid-template-columns: 50% auto !important;
    width: auto !important;
    max-width: 100%;
    grid-gap: 0.35rem !important;
    margin: auto;
  }
  .lmw-network-modal-user-card {
    position: relative;
    width: 11rem !important;
    background-color: var(--primary-dark) !important;
    color: var(--primary-orange) !important;
    border: 1px solid #ddd;
    border-radius: 0.5rem !important;
    padding: 0rem !important;
    transition: all 0.35s ease-in-out;
    box-shadow: -2px 2px 6px 2px #bbb;
    cursor: pointer !important;
  }
  .lmw-network-modal-user-card:hover {
    border: 2px solid #3da;
    box-sizing: border-box !important;
    box-shadow: 1px 2px 10px 1px #3da;
  }
  .lmw-network-modal-user-card .router-link {
    width: 100%;
    background-color: #fff;
    color: #fff !important;
    padding: 0.5rem;
    border-bottom-left-radius: 0.35rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .lmw-network-modal-user-card .router-link:hover {
    background-color: var(--primary-orange) !important;
    color: var(--primary-orange) !important;
  }
  .lmw-network-card-list {
    position: relative;
    box-sizing: border-box;
    width: 7rem;
    /* Adjust the number based on how many images you want to display */
    min-width: 7rem;
    max-width: 7rem;
    height: 7rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-right: 0.5rem !important;
    top: 0;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0;
    border-radius: 50% !important;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 6px 2px #999;
  }
  .lmw-network-card-info {
    padding: absolute !important;
    background-color: #47a3da;
    padding: 1rem 0.5rem;
    border-top-right-radius: 1.5rem;
    margin-bottom: 0.3rem;
    padding-top: 1rem;
  }
  .lmw-slider-image {
    width: 15rem !important;
    height: 6rem;
    max-width: 15rem;
    margin-right: 0.5rem;
    border-radius: 4px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 0.15rem;
  }
  .lmw-currentNumber {
    background-color: #47a3da;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem !important;
    margin: 0.25rem !important;
    padding: 0.25rem;
    width: auto !important;
    border-radius: 0.5rem;
  }
  .carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .carousel-button {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #47a3da;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 1;
    border-radius: 50% !important;
  }
  .carousel-button:hover {
    background-color: #47a3da;
  }
  .prev {
    left: 0.5rem;
  }
  .next {
    right: 0.5rem;
  }
  .carousel {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
  }
  .lmw-friends-list {
    position: relative;
    box-sizing: border-box;
    width: 4.8rem;
    /* Adjust the number based on how many images you want to display */
    min-width: 4.8rem;
    max-width: 5rem;
    height: 5rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    margin-right: 0.5rem !important;
    cursor: pointer !important;
  }
  .lmw-message-modal-inner-container {
    position: relative !important;
    width: 100vw !important;
    max-width: calc(100vw - 0.5rem) !important;
  }
  .lmw-message-modal-form-container {
    position: relative !important;
    height: 100%;
    max-height: calc(100vh - 6.5rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
  }
  .lmw-ads-title {
    display: grid;
    grid-template-columns: 100% !important;
    font-weight: 100 !important;
    font-size: 0.9rem !important;
  }
  .lmw-message-modal-textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 6rem;
    border: 1px solid #ccc;
    padding: 0.5rem !important;
    border-style: 1px solid #ccc !important;
  }
  .lmw-lower-case div {
    color: #000;
    font-weight: 200 !important;
  }
  .lmw-lighter-text {
    font-weight: lighter !important;
  }
  .btn {
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-lower-case {
    font-weight: lighter !important;
  }
  .lmw-overall-header-title {
    font-weight: lighter !important;
  }
  .lmw-advert-content-containers {
    background-color: #f4f6f8 !important;
    font-size: 0.9rem !important;
  }
  .lmw-green-button {
    position: relative !important;
    background-color: #0cb84b;
    color: #fff;
    padding: 0.5rem 1rem !important;
    margin: 0.25rem;
    text-align: center;
  }
  .lmw-adverts-container {
    display: grid;
    grid-template-columns: 3rem auto;
    grid-gap: 0.5rem;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-adverts-container:hover {
    background-color: #f4f6f8;
  }
  .lmw-adverts-subheader {
    display: grid;
    grid-template-columns: auto auto;
  }
  .lmw-adverts-subheader-left {
    text-align: left !important;
  }
  .lmw-adverts-subheader-right {
    margin-right: 0 !important;
    text-align: right !important;
    align-self: right;
  }
  .lmw-network-new-request-container {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0.5em;
  }
  .lmw-network-new-request-container .list-box {
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    min-height: 0 !important;
  }
  .lmw-network-new-request-container .list-box .inner-lists {
    display: grid;
    grid-template-columns: 4em auto;
    grid-gap: 0em;
  }
  .lmw-network-new-request-container .list-box .inner-lists .list-avatar {
    height: 4em;
    width: 4em;
    background-size: cover;
    background-position: top center;
  }
  .lmw-network-new-request-container .list-box .inner-lists .list-name {
    color: #666;
    font-size: 14px;
    font-weight: bold;
  }
  .lmw-network-new-request-container .list-box .unanswered-requests-btnBox {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
  }
  .lmw-network-new-request-container .list-box .unanswered-requests-btnBox .request-buttons {
    padding: 0.3em;
    background-color: #eee;
    border: 1px solid #dedede;
    transition: all 0.3s ease-in-out;
  }
  .lmw-network-new-request-container .list-box .unanswered-requests-btnBox .acceptRequest:hover {
    background-color: #00cc00 !important;
    border: 1px solid #00cc00 !important;
    color: #fff !important;
  }
  .lmw-network-new-request-container .list-box .unanswered-requests-btnBox .rejectRequest:hover {
    background-color: #ff471a !important;
    border: 1px solid #ff471a !important;
    color: #fff !important;
  }
  .lmw-network-new-request-container .list-box:hover {
    border: 1px solid #dedede !important;
    box-shadow: 0 0 8px 4px #dedede;
  }
  .lmw-network-new-request-container .list-box:hover .list-avatar {
    border-radius: 6px 0 0 6px;
  }
  #chatContainer {
    position: fixed;
    z-index: 10;
    top: 5.5rem;
    bottom: -1.5rem;
  }
  .lmw-chat-text-box {
    border-radius: 24px !important;
    padding: 0.5rem;
    max-width: 100% !important;
    font-size: 1rem !important;
  }
  .lmw-massage-sender {
    width: 100% !important;
    position: relative;
    text-align: left !important;
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .lmw-massage-sender-inner-box {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0.25rem;
    background-color: #47a3da;
    color: #fff !important;
    margin-bottom: 1.25rem !important;
    border-bottom-right-radius: 4px !important;
  }
  .lmw-massage-receiver {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #f4f6f8 !important;
    text-align: left !important;
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .lmw-massage-receiver-2 {
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-gap: 0 !important;
    width: 100% !important;
  }
  .lmw-massage-receiver-inner-box {
    border: 1px solid #dedede;
    border-top-left-radius: 4px !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
    min-width: 10rem !important;
    border-color: #bbb !important;
    border-left: 5px solid #ccc !important;
    border-bottom: 7px solid #ccc !important;
    margin-right: -0.3rem !important;
  }
  .lmw-ads-reply-icon-left1 {
    position: absolute;
    font-size: 3rem;
    color: #ccc;
    margin-top: -1rem;
    margin-left: -1.7rem;
  }
  .lmw-ads-reply-icon-left2 {
    position: absolute;
    font-size: 3rem;
    color: #ccc;
    margin-top: -1rem;
    margin-left: -1.5rem;
  }
  .lmw-message-avatar {
    position: relative;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem !important;
    max-height: 2.5rem !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
    background-color: #47a3da;
    top: 1rem !important;
    left: 0;
    border: 1px solid #dedede;
    margin-right: 0 !important;
  }
  .lmw-ads-replies-senders-avatar {
    position: relative;
    width: 4rem !important;
    height: 4rem !important;
    background-size: cover;
    background-position: top center;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    border-top: 4px solid #ccc;
    border-left: 5px solid #ccc;
    border-right: 4px solid #ccc;
    margin-bottom: -0.25rem;
  }
  .lmw-ads-replies-senders-gallery-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
  }
  .lmw-ads-replies-senders-gallery-list {
    width: 100%;
    height: 10rem;
    background-size: cover;
    background-position: top center;
  }
  .lmw-magnifying-glass-mobile {
    border-radius: 4px;
    font-size: 0.8rem !important;
  }
  .lmw-edit-media-image-box {
    position: relative !important;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    align-items: center;
    text-align: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 6px !important;
    transform: translateY(0rem) !important;
    border: 1px solid #bbb;
    overflow: hidden;
  }
  .lmw-edit-media-two-rows {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 98% !important;
    max-height: 98% !important;
    transform: translateY(0rem) !important;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 1rem;
  }
  .lmw-edit-media-into-field {
    width: 100%;
    resize: none;
    height: 6rem !important;
    border-radius: 6px !important;
  }
  .lmw-edit-right-box {
    display: block !important;
    align-items: center !important;
  }
  .lmw-edit-media-image-box {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 12rem;
    max-height: 12rem;
    background-color: rgba(0, 0, 0, 0.1);
    align-items: center;
    text-align: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 6px !important;
    transform: translateY(0rem) !important;
    border: 1px solid #bbb;
    overflow: hidden;
  }
  .lmw-upload-media-container {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0.5em;
  }
  .lmw-upload-media-container-left {
    border-right: 0 !important;
    padding: 0.2em !important;
  }
  .lmw-upload-media-container-left .textField {
    max-width: 270px !important;
  }
  .myVideos_container .uploaded-gallery-list {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.5s ease-in-out !important;
  }
  .myVideos_container .uploaded-gallery-list .uploadet-media-preview {
    overflow: hidden !important;
    height: 13em;
    background-size: cover;
    background-position: top center;
  }
  .myVideos_container .uploaded-gallery-list .uploadet-media-preview .confirm-media-actions .uploaded-media-confirm-box {
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #999 !important;
    z-index: 100 !important;
    float: left !important;
    width: calc(100% - 0.6em) !important;
    max-width: calc(100% - 0.6em) !important;
    border-radius: 0 !important;
    margin: 0.2em !important;
  }
  .myVideos_container .uploaded-gallery-list .myVideos_listsInfo {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0em;
    border-radius: 0 0 4px 4px;
  }
  .myVideos_container .uploaded-gallery-list .myVideos_listsTitle {
    padding: 0.3em;
    border-bottom: 1px dashed #ccc;
  }
  .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0.5em;
  }
  .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text {
    cursor: pointer !important;
    text-align: center !important;
  }
  .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text:hover {
    color: #47a3da !important;
    -webkit-text-decoration: dashed underline #47a3da !important;
            text-decoration: dashed underline #47a3da !important;
  }
  .myVideos_container .uploaded-gallery-list:hover {
    background-color: #f1f6f8 !important;
    border-color: #ccc !important;
    border-radius: 0 0 6px 6px !important;
  }
  .lmw-uploaded-media-gallery-container {
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 0.5rem !important;
  }
  .lmw-uploaded-media-gallery-list {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px 2px #dedede;
    border-radius: 0.5rem !important;
  }
  .lmw-uploaded-media-preview-image {
    background-size: cover;
    background-position: top center !important;
    height: 12rem !important;
  }
  .lmw-upload-photo-preview-box {
    display: block !important;
    position: relative !important;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100% !important;
    box-shadow: 2px 4px 7px 4px rgba(0, 0, 0, 0.13);
    background-size: cover !important;
    background-position: top center !important;
    text-align: center !important;
    margin-bottom: 1rem auto !important;
    padding: 0.2rem;
    overflow: hidden !important;
    background-color: #000 !important;
    /* border-radius: 10px !important; */
  }
  .lmw-upload-non-photo-preview-box {
    position: relative !important;
    border: 1px solid #ccc;
    max-height: 20rem !important;
    max-width: calc(100% - 0.5rem);
    box-shadow: 2px 4px 7px 4px rgba(0, 0, 0, 0.13) !important;
    background-size: cover !important;
    background-position: top center !important;
    text-align: center !important;
    margin: 1rem auto !important;
    padding: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden !important;
    /* border-radius: 10px !important; */
    background-color: #999;
    width: calc(100% - 0.5rem);
    padding: 0 !important;
  }
  .lmw-upload-photo-preview-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px;
  }
  .lmw-upload-photo-preview-ribbon {
    position: absolute;
    background-color: #47a3da !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: #fff !important;
    text-align: left !important;
  }
  .lmw-member-ratings-tab-list-container {
    height: 100% !important;
    max-height: 100% !important;
    margin: 0.25rem;
  }
  .lmw-member-ratings-list-container {
    height: 100% !important;
    max-height: calc(100vh - 9rem) !important;
    margin: 0.25rem;
    overflow: hidden;
    overflow-y: auto !important;
  }
  .lmw-upload-new-media-video-list-cover {
    position: relative !important;
    height: 17.5rem;
    background-size: cover !important;
    background-position: top center !important;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .lmw-upload-new-media-video-list-cover .fa-youtube {
    position: absolute !important;
    font-size: 4rem !important;
    color: #fff !important;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    opacity: 75% !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-upload-new-media-video-list-cover .fa-youtube:hover {
    opacity: 100% !important;
    color: var(--primary-orange) !important;
  }
  .lmw-video-player {
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview-ribbon {
    position: absolute !important;
    bottom: 0 !important;
    width: calc(100% - 1rem) !important;
    margin: 0.5rem !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #f4f6f8 !important;
    border-radius: 10px !important;
    text-align: left !important;
    font-weight: bold !important;
    border: 1px solid #666 !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview {
    position: relative !important;
    height: 15rem !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 4px solid var(--primary-dark) !important;
    margin: 1rem auto !important;
    text-align: center !important;
    border-radius: 10px !important;
    box-shadow: 3px 3px 11px 2px #bbb !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-upload-new-cover-gallery-container {
    position: relative !important;
    width: 100%;
    margin: 0 0.5rem !important;
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 0.5em;
    min-height: 25rem !important;
  }
  .lmw-upload-new-cover-gallery-list {
    position: relative !important;
    padding: 0.5em !important;
    height: 10rem;
    background-size: cover;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-position: center top !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-video-cover-preview:hover .lmw-video-cover-preview-ribbon {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
  .lmw-video-cover-preview:hover .lmw-video-player {
    opacity: 100% !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-upload-video-cover-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 0.5rem;
    padding: 0em;
    box-shadow: 1px 1px 8px #ccc;
  }
  .lmw-fa-youtube-play-button {
    position: absolute !important;
    font-size: 3rem !important;
    color: #fff !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    opacity: 75% !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-fa-youtube-play-button:hover {
    opacity: 100% !important;
    color: var(--primary-orange) !important;
  }
  .lmw-recommended-container {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 0 !important;
    margin-bottom: 0.5rem;
  }
  .lmw-recommendedby-container {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 1rem !important;
  }
  .lmw-recommender-infobox-container {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 0;
  }
  .lmw-recommender-avatar {
    height: 3rem;
    width: 3rem;
    background-size: cover;
    background-position: top center;
    border: 1px solid #999;
    border-radius: 8px;
  }
  .lmw-my-work-lists {
    transition: all 0.35s ease-in-out !important;
    display: grid;
    grid-template-columns: 100% !important;
    border-bottom: 1px dashed #999;
    grid-gap: 0;
    padding: 0;
    padding-bottom: 0.5rem !important;
  }
  .lmw-member-ratings-list {
    margin: 0.25rem 0 !important;
  }
  .lmw-my-work-lists:last-child {
    border-bottom: 0 !important;
  }
  .lmw-member-ratings-list-inner {
    display: grid;
    grid-template-columns: 100% !important;
    grid-row-gap: 0.25rem !important;
  }
  .lmw-ratings-tab-container {
    width: 100%;
    background-color: var(--primary-dark);
    padding: 0.1rem;
    border-radius: 6px;
  }
  .lmw-ratings-tab-inner-container {
    width: 100%;
    display: grid;
    grid-template-columns: 2rem auto !important;
    grid-gap: 0rem;
    background-color: #fff;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .lmw-ratings-tab-avatar-container {
    background-color: var(--primary-dark);
    padding: 0.2rem;
    border-radius: 0.3rem 0 0 0.3rem;
    border-bottom-right-radius: 2rem;
  }
  .lmw-ratings-tab-avatar {
    position: absolute !important;
    height: 3rem;
    width: calc(100% + 0.65rem);
    margin-left: -0.06rem !important;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat;
    border-radius: 0.35rem !important;
    border-bottom-right-radius: 1rem;
    top: 3.5%;
    transform: translateY(-3.5%) !important;
    border: 2px solid var(--primary-white) !important;
    z-index: 2;
  }
  .lmw-ratings-tab-content {
    min-height: 7rem;
    background-color: #fff;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0rem;
  }
  .lmw-members-list-member-card-header2 {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75) !important;
    border-bottom: 1px solid var(--primary-orange) !important;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .lmw-members-list-member-card a {
    color: var(--primary-orange);
    font-weight: 800 !important;
  }
  .lmw-members-list-member-card-header1 {
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    margin-top: -0.5rem;
    z-index: 1 !important;
    height: 4.1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 35% !important;
  }
  .lmw-members-list-container {
    display: grid;
    grid-template-columns: auto 50% !important;
    grid-gap: 0.25rem;
  }
  .lmw-members-list-member-card {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    background-color: var(--primary-dark);
    border-radius: 0.35rem;
    color: #fff;
    color: var(--primary-orange) !important;
    border: 1px solid #ddd;
    padding: 0 !important;
    margin: 0 !important;
  }
  .lmw-members-list-member-card-cover {
    position: inherit;
    width: 5rem !important;
    height: 5rem;
    margin: auto !important;
    margin-top: 0.5rem !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #ffbd5b !important;
    z-index: 2 !important;
  }
  .lmw-create-project-header {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0;
  }
  .lmw-no-image-icon {
    font-size: 5rem;
    margin: 4rem auto;
    align-self: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .lmw-include-poster-image {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    width: 100%;
  }
  .lmw-create-project-header-infobox {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .lmw-create-project-search-box {
    display: grid;
    grid-template-columns: 100% !important;
    padding-right: 0;
  }
  .lmw-creat-project-include-image-box {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0;
  }
  .lmw-my-projects-list-box {
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0.5rem;
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0.5rem;
  }
  .lmw-my-projects-list-card {
    display: grid;
    grid-template-columns: 5rem auto;
    grid-gap: 0.5rem;
    overflow: hidden;
    border: 1px solid #ccc;
  }
  .lmw-new-members-container {
    display: grid;
    grid-template-columns: 50% auto !important;
    grid-gap: 0.5rem;
    margin: 0.5rem 0 !important;
    color: #47a3da !important;
  }
  .lmw-new-members-card {
    position: relative;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0;
    border: 1px solid #ccc;
    border-radius: 0.5rem !important;
    color: #47a3da;
  }
  .lmw-new-members-list-avatar {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .lmw-new-members-list-info {
    margin: 0.5rem !important;
  }
  .lmw-top-members-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 50% !important;
    grid-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .lmw-home-top-members-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 50% !important;
    grid-gap: 0.5rem !important;
    padding: 0.5rem 0;
  }
  .lmw-home-top-members-list {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-home-top-members-list-avatar {
    position: relative;
    width: 100% !important;
    height: 13rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom: 4px solid #cccc !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list:hover {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list:hover .lmw-home-top-members-list-avatar {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list {
    position: relative;
    max-width: 15rem;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    box-shadow: 2px 2px 15px 1px #ccc;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list-avatar {
    position: relative;
    width: 10.5rem;
    height: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom: 4px solid #cccc !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list:hover {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list:hover .lmw-top-members-list-avatar {
    border-color: #47a3da !important;
  }
  .lmw-top--members-list-info {
    color: #666 !important;
  }
  .lmw-new-members-container {
    display: grid;
    grid-template-columns: auto 50% !important;
    grid-gap: 0.5rem;
    margin: 0.5rem 0 !important;
    color: #47a3da !important;
  }
  .lmw-new-members-card {
    position: relative !important;
    display: grid;
    grid-template-columns: 4.5rem auto;
    grid-gap: 0.5rem;
    border-top-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.6rem !important;
    color: #47a3da;
  }
}
/*# sourceMappingURL=app_mobile.css.map */@media (max-width: 600px) {
  /** @format */
  *,
  div,
  span {
    margin: 0;
    padding: 0;
  }
  body,
  div,
  span,
  p,
  textarea,
  input,
  label {
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab" !important;
    font-weight: 300;
  }
  :root {
    --primary: hsl(210, 27%, 25%);
    --primary-text: #3da;
    --primary-alt: #47a3da;
    --grey: hwb(0 80% 20%);
    --dark: #41444f;
    --light: #f1f5f9;
    --dark-text: #444;
    --sidebar-width: 14rem;
  }
  body {
    font-weight: lighter !important;
  }
  button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
  }
  .app {
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 4rem;
  }
  .app .lmw-outer-container {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    width: calc(100% - 4rem);
    min-width: calc(1150px + 16rem);
    max-width: calc(100% - 4rem);
    padding: 0;
    margin: 0;
  }
  .app .lmw-outer-container .flex {
    width: 100% !important;
    flex: 1;
  }
  .app .lmw-outer-container .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 880px auto;
    grid-gap: 0.25rem;
    width: calc(1150px + 1rem);
    min-width: calc(1150px + 1rem);
    background-color: var(--light);
    margin-left: 0;
    padding: 0;
    padding-top: 0;
    white-space: nowrap;
  }
}

@media (max-width: 600px) and (max-width: 768px) {
  .app {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  aside {
    position: relative;
    display: flex;
    color: var(--light);
    font-size: 100%;
    flex-direction: column;
    width: calc(2rem + 1.5rem);
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    padding-top: 0;
    margin-top: 5rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #f4f6f8;
    color: var(--darker);
    transition: 0.5s ease-out;
  }
  aside .menu-header {
    position: relative;
    display: grid;
    grid-template-columns: auto 3rem;
    margin: 0;
    border-top-right-radius: 8px;
    padding: 0.5rem 0;
  }
  aside .menu-header .menu-toggle-wrap {
    position: relative;
    transition: 0.5s ease-out;
  }
  aside .menu-header .menu-toggle-wrap .menu-toggle {
    transition: all 0.5s ease-out;
  }
  aside .menu-header .menu-toggle-wrap .menu-toggle i {
    cursor: pointer !important;
    color: #999;
    transition: all 0.5s ease-out;
    padding: 0 0.5rem;
  }
  aside .menu-header .menu-toggle-wrap:hover .menu-toggle i {
    color: #47a3da;
    transform: translateX(0.5rem);
  }
  aside .menu-separator {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 -2rem;
    float: left;
    background-color: #fff;
  }
  aside .menu-button {
    display: flex;
    opacity: 0;
    padding: 0rem;
    margin: 0 -2rem;
    color: #ccc;
    transition: 0.5s ease-out !important;
  }
  aside .menu-button .lmw-header-text {
    display: none;
    font-size: 1rem;
    color: #444;
    transition: 0.5s ease-in-out;
  }
  aside .menu-buttons {
    display: flex;
    opacity: 0;
    padding: 0rem 1rem;
    margin: 0 -2rem;
    color: #ccc;
    transition: 0.5s ease-out !important;
  }
  aside .menu-buttons .lmw-header-text {
    display: none;
    font-size: 1rem;
    color: #444;
    transition: 0.5s ease-in-out;
  }
  aside h3,
  aside .button .text {
    opacity: 0;
    transition: all 0.5s ease-out;
    margin-left: 0.5rem;
  }
  aside .menu {
    padding: 0.5rem 1rem;
    position: relative;
    margin: 0 -1rem;
    overflow: hidden;
  }
  aside .menu .button {
    color: var(--dark-text);
    font-size: 1rem;
    display: grid;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 1rem;
    transition: all 0.5s ease-out;
    border-left: 0;
  }
  aside .menu .button i {
    transition: all 0.5s ease-out;
    color: #2f4051;
  }
  aside .menu .button .text {
    display: none;
    white-space: nowrap;
    transition: 0.5s ease-out;
  }
  aside .menu .button:hover, aside .menu .button.router-link-exact-active {
    background-color: var(--primary);
    transition: 0.5s ease-in-out;
    color: var(--light) !important;
    cursor: pointer !important;
  }
  aside .menu .button:hover i, aside .menu .button.router-link-exact-active i {
    color: var(--light) !important;
  }
  aside .menu .button.router-link-exact-active {
    background-color: var(--primary) !important;
    color: var(--light) !important;
    border-left: 7px solid #47a3da;
    padding-left: -1rem;
    transition: 0.5s ease-out !important;
  }
  aside .menu .button.router-link-exact-active i {
    color: var(--light) !important;
  }
  aside.is-expanded {
    width: var(--sidebar-width);
    margin-left: 0;
  }
  aside.is-expanded .menu-header {
    padding: 0.5rem;
    grid-template-columns: auto 1.5rem !important;
  }
  aside.is-expanded .menu-header .menu-toggle-wrap .menu-toggle {
    transform: rotate(-180deg) !important;
  }
  aside.is-expanded .menu-separator {
    position: relative;
    width: calc(var(--sidebar-width) + 2rem);
    margin: 0 -2rem;
    float: left;
    background-color: #fff;
  }
  aside.is-expanded .menu-button {
    display: flex;
    grid-template-columns: 1rem auto;
    grid-gap: 1rem;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    transition: 0.5s ease-out !important;
  }
  aside.is-expanded .menu-button .lmw-header-text {
    font-family: "Montserrat" !important;
    display: grid !important;
    grid-template-columns: 1rem auto;
    font-size: 1rem !important;
    padding: 0 1rem;
    margin: 0;
    color: #666;
    font-weight: lighter !important;
    opacity: 1 !important;
  }
  aside.is-expanded .menu-button .lmw-header-text .fa-bars {
    font-size: 1.3rem !important;
    color: #999;
  }
  aside.is-expanded .menu-button .lmw-header-text span {
    margin-top: -0.1rem;
    margin-left: 1rem;
  }
  aside.is-expanded .menu-button .menu-separators {
    position: relative;
    width: calc(var(--sidebar-width) + 2rem);
    margin: 0 -2rem;
    background-color: #fff;
  }
  aside.is-expanded .menu-buttons {
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 1rem;
    opacity: 1;
    margin: 0.25rem 0;
    padding: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    transition: 0.5s ease-out;
  }
  aside.is-expanded .menu-buttons .lmw-header-text {
    font-family: "Montserrat" !important;
    display: grid;
    grid-template-columns: 1rem auto;
    font-size: 1rem !important;
    padding: 0.2rem 1rem;
    margin: 0.3rem 0;
    color: #666;
    font-weight: lighter !important;
  }
  aside.is-expanded .menu-buttons .lmw-header-text i {
    margin-top: 0.2rem;
    color: #666 !important;
  }
  aside.is-expanded .menu-buttons .lmw-header-text span {
    margin-top: 0rem;
    margin-left: 1rem;
    white-space: nowrap;
  }
  aside.is-expanded .menu-buttons hr {
    color: #fff;
  }
  aside.is-expanded .menu-separator {
    margin-top: -1.6rem;
    background-color: #fff;
  }
  aside.is-expanded h3,
  aside.is-expanded .button,
  aside.is-expanded .text {
    display: block;
    opacity: 1;
  }
  aside.is-expanded .button {
    width: 100%;
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 0.35rem;
    color: #444;
    padding: 0.35rem 1rem !important;
    font-size: 1rem !important;
    transition: all 0.5s ease-out;
  }
  aside.is-expanded .button .text {
    display: block;
    font-size: 0.85rem !important;
    white-space: nowrap;
  }
  body {
    max-width: 100vw !important;
    background-color: #fff;
    font-size: 1rem;
    color: #000 !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw !important;
    background-color: #fff;
    height: 3.5em;
    align-content: center middle;
    border-bottom: 1px solid #dedede;
    box-shadow: 2px 2px 12px 2px #ccc;
    z-index: 1100 !important;
  }
  .header-inner {
    padding-top: 0.2em;
    padding-left: 2em;
    display: grid;
    grid-template-columns: 5em auto;
    grid-column-gap: 0.5em;
    max-width: 900px !important;
    background-color: #fff;
  }
  .blink-green {
    border: 2px solid #08ff84;
    animation: border 1.5s linear infinite;
  }
  @keyframes border {
    0% {
      border: 2px solid #ccc;
      box-shadow: 0;
    }
    100% {
      border: 2px solid #08ff84;
      box-shadow: 0 0 2px 2px #08ff84;
    }
  }
  h3,
  h4 {
    color: #666;
  }
  .logo {
    width: 5em;
    max-width: 5em;
    cursor: pointer !important;
  }
  .header-right {
    margin-top: 0.5em;
    display: grid;
    grid-template-columns: auto 2.3em 2.3em 2.3em;
  }
  .header-right .left {
    display: grid;
    grid-template-columns: auto;
  }
  .header-right .left #searchField {
    border: 1px solid #ccc;
    padding: 0 0.5em !important;
    border-radius: 4px;
    width: 47px;
    height: 2em !important;
    font-size: 1em !important;
    background-color: #fff;
    color: #444;
    font-weight: normal;
    transition: all 0.5s ease-out !important;
  }
  .header-right .left #searchField:focus {
    width: 50%;
    border-color: #47a3da !important;
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .header-right .right #lwm_header_avatar {
    position: relative;
    z-index: 1500 !important;
  }
  .header-right .right #lwm_header_avatar #userTopAvatar #online_member {
    position: relative;
    width: 2.3em;
    height: 2.3em;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    background-size: cover;
    background-position: 0 0;
  }
  .header-right .top-header-icons {
    float: left !important;
    font-size: 1.9em;
    color: #ccc;
    margin-top: 0.2em;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
  }
  .header-right .top-header-icons:hover {
    color: #47a3da !important;
  }
  .new-mail-class {
    color: orange !important;
  }
  .new-network-class {
    color: #3da !important;
  }
  .lmw-reveal-quick-search {
    margin-top: calc(-100% + -2em) !important;
  }
  #user-avatar {
    cursor: pointer !important;
  }
  .lmw-header-search-field {
    padding: 0.5rem !important;
    font-size: 1rem !important;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .invisible {
    display: none;
  }
  .lmw-lower-case div {
    color: #000;
    font-weight: 300 !important;
  }
  .lmw-lower-case span {
    color: #666;
    font-weight: 300 !important;
  }
  .lmw-adverts-container {
    display: grid;
    grid-template-columns: 3rem auto;
    grid-gap: 0;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-adverts-container:hover {
    background-color: #f4f6f8;
  }
  .lmw-adverts-subheader {
    display: grid;
    grid-template-columns: auto auto;
  }
  .lmw-adverts-subheader-left {
    text-align: left !important;
  }
  .lmw-adverts-subheader-right {
    margin-right: 0 !important;
    text-align: right !important;
    align-self: right;
  }
  .lmw-c-dark-25 {
    color: #ccc !important;
  }
  .lmw-c-dark-50 {
    color: #888 !important;
  }
  .lmw-header-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .lmw-avatar-link-info-line {
    display: grid;
    grid-template-columns: 90% auto;
    /* margin: 0.5rem auto; form-group */
    padding: 0;
  }
  .lmw-new-bubble {
    font-size: 0.8rem;
    width: auto;
    background-color: #3da;
    color: #fff !important;
    padding: 0.1rem 0.25rem;
    border-radius: 25%;
    text-align: center !important;
    margin-top: auto !important;
  }
  .arrow-up:hover {
    color: #fff !important;
  }
  .lmw-hr-dark {
    border: 1px solid #eee !important;
  }
  .lmw-header-avatar {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #47a3da;
    border-radius: 100%;
    text-align: center;
    background-size: cover;
    background-position: top center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-header-avatar:hover {
    width: 3rem !important;
    height: 3rem !important;
  }
  .lmw-avatar-text {
    padding: 0;
    text-align: center;
    border: 0 solid #47a3da;
    border-radius: 100%;
    width: 100%;
    height: 100%;
  }
  .lmw-avatar-menu-container {
    position: absolute;
    float: left;
    left: -5rem;
    width: auto !important;
    min-width: 17rem !important;
    margin-top: 4rem;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 8px !important;
    text-align: left !important;
    box-shadow: 0px 5px 15px 0 #ccc;
  }
  .lmw-hide-avatar-menu {
    display: none;
    transition: all 0.25s ease-in-out;
  }
  .lmw-avatar-menu-container .fa-sort-up {
    font-size: 3rem;
    position: inherit;
    color: #dedede !important;
    margin-top: -1.2rem;
    margin-left: 13.5rem;
    z-index: 100;
  }
  .lmw-avatar-menu-container .fa-sort-up:hover {
    color: #dedede !important;
  }
  .lmw-avatar-menu-container .nr2 {
    position: inherit;
    font-size: 3rem;
    color: #fff !important;
    background-color: default;
    margin-top: -1.05rem;
    margin-left: 13.5rem;
    z-index: 101;
  }
  .lmw-avatar-menu-container .nr2:hover {
    color: #fff !important;
  }
  .lmw-avatar-link-box {
    background-color: #fff;
    text-align: left !important;
  }
  .lmw-avatar-link {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0;
  }
  .lmw-avatar-links-header {
    display: grid;
    grid-template-columns: auto 2rem;
    text-align: default !important;
  }
  .lmw-avatar-links-header .fa-times {
    font-size: 1.5rem;
    color: #ccc;
    float: right;
    cursor: pointer !important;
  }
  .lmw-avatar-links-header .fa-times:hover {
    color: orangered;
  }
  .lmw-avatar-link-button {
    display: grid;
    grid-template-columns: 1.5rem auto;
    grid-gap: 0rem;
    color: #444 !important;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 0.5rem;
    transition: 0.25s ease-in-out !important;
    border-left: 0;
    border-radius: 4px;
  }
  .lmw-avatar-link-button2 {
    display: block;
    color: #444 !important;
    align-items: center;
    text-decoration: none;
    padding: 0.45rem 0.5rem;
    transition: 0.25s ease-in-out !important;
    border-left: 0;
    border-radius: 4px;
  }
  .lmw-avatar-link-button2:hover {
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .lmw-avatar-link-button i {
    font-size: 1rem !important;
    color: #47a3da;
    margin-top: -0.1rem !important;
  }
  .lmw-avatar-link-button .lmw-avatar-link-text {
    transition: all 0.25s ease-in-out;
    color: #444;
  }
  .lmw-avatar-link-button:hover {
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .lmw-avatar-link-button:hover i {
    color: #fff !important;
  }
  .lmw-avatar-link-button:hover .lmw-avatar-link-text {
    color: #fff !important;
  }
  .user-settings-menu-container {
    position: fixed !important;
    top: 2.8em;
    left: 0 !important;
    right: 0 !important;
    padding: 0em;
    padding-top: 1em;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100vw;
    height: 100vh;
    align-content: right !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 900 !important;
  }
  .user-settings-menu-inner-container {
    max-width: 950px;
    min-width: 20em !important;
  }
  .user-inner-settings-menu-box {
    position: relative;
    background-color: #fff;
    width: 20em;
    max-width: 20em;
    min-width: 20em !important;
    float: right;
    margin-right: 1em;
    border: 1px solid #999;
    box-shadow: 0 0 13px 3px #999;
    border-radius: 0 0 10px 10px !important;
  }
  .settings-header {
    position: relative;
    display: grid;
    grid-template-columns: 1.5em auto;
    grid-gap: 1em;
    text-transform: uppercase;
    font-size: 16px !important;
    background-color: #f4f6f8;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .header-settings-icon {
    float: left;
    color: #47a3da;
    transition: all 0.5s ease-in-out !important;
  }
  .header-settings-text {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #666 !important;
    margin-top: 0.2em;
    transition: all 0.5s ease-in-out !important;
  }
  .user-inner-settings-menu-box-inner {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 100% !important;
    float: right !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.3em !important;
    border-radius: 0 0 10px 10px !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists {
    position: relative;
    display: grid !important;
    grid-template-columns: 20px auto !important;
    grid-gap: 0.3em !important;
    padding: 0.3em;
    margin-right: 0.3em;
    max-width: 100% !important;
    border-radius: 10px;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists .material-icons {
    font-size: 1.5em !important;
    float: left;
    color: #999;
    transition: all 0.5s ease-in-out !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists .setiings-link-text {
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: auto 2.2em !important;
    grid-gap: 0.3em !important;
    font-size: 15px !important;
    transition: all 0.5s ease-in-out !important;
    color: #666;
    margin-top: 0.1em !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists .setiings-link-text .pop-up-new-bubble {
    position: relative;
    background-color: #3da;
    border-radius: 100%;
    padding: 0.3em;
    color: #fff;
    font-size: 0.8em;
    min-width: 12px;
    height: 12px;
    float: right;
    font-weight: bold;
    padding-top: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-align: center;
  }
  .user-inner-settings-menu-box-inner a .settings-lists:hover {
    margin-left: 1em !important;
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists:hover .material-icons {
    color: #fff !important;
  }
  .user-inner-settings-menu-box-inner a .settings-lists:hover .setiings-link-text {
    color: #fff !important;
  }
  .carousel {
    overflow: hidden;
    width: 100%;
  }
  .scrollable {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    /* Adjust as needed */
  }
  .photo {
    flex: 0 0 auto;
    width: 200px;
    /* Adjust as needed */
    height: 200px;
    /* Adjust as needed */
  }
  .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .main-container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 900px auto !important;
    grid-gap: 0.25rem !important;
    width: calc(1150px + 1rem) !important;
    min-width: calc(1150px + 1rem) !important;
    padding: 0 !important;
  }
  .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 900px auto;
    grid-gap: 0;
    width: calc(1150px + 1rem);
    min-width: calc(1150px + 1rem);
    background-color: #fff;
    padding: 0;
  }
  .lmw-show-profile-avatar-container {
    position: fixed !important;
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
  }
  .lmw-toggle-profile-member-menus {
    color: #fff;
    background-color: #47a3da;
    position: absolute;
    padding: 0.5rem 0.8rem;
    font-size: 1.15rem;
    left: 0.8rem;
    bottom: 0.5rem;
    border-radius: 4px;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
  }
  .lmw-toggle-profile-member-menus:hover {
    background-color: #3da !important;
  }
  .lmw-member-menu-container {
    position: absolute;
    width: auto;
    padding: 0 !important;
    color: #fff;
    bottom: 3rem;
    left: 0.8rem;
    transition: all 0.5s !important;
  }
  .lmw-profile-menu-icon {
    font-size: 1.2rem;
    background-color: #eee;
    color: #47a3da;
    padding: 0.5rem;
    border-radius: 4px;
    text-align: center;
    cursor: pointer !important;
    font-weight: lighter;
  }
  .lmw-profile-menu-icon:hover {
    background-color: #3da !important;
    color: #fff !important;
  }
  .lmw-profile-icon-box {
    display: grid;
    width: 100%;
    grid-template-columns: 2.5rem auto !important;
    grid-gap: 0.5rem;
    margin: 0.5rem 0;
  }
  .lmw-profile-icon-message {
    /* font-family: "Rajdhani", sans-serif !important; */
    padding: 0.25rem 0.5rem !important;
    font-size: 1.1rem !important;
    opacity: 0;
    display: none;
    line-break: none;
    background-color: #47a3da !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: none !important;
    transition: all 0.5s linear ease-out !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .lmw-profile-icon-show-message {
    display: block;
    opacity: 1;
  }
  .lmw-magnifying-glass {
    color: #fff;
    background-color: #47a3da;
    position: absolute;
    padding: 0.5rem;
    font-size: 1.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 4px;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
  }
  .lmw-magnifying-glass:hover {
    background-color: #3da !important;
    color: #fff !important;
  }
  .lmw-show-profile-avatar-container {
    position: fixed !important;
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
  }
  .lmw-show-profile-avatar-inner-container {
    position: relative;
    width: 98%;
    max-width: 98% !important;
    height: 98% !important;
    max-height: 98% !important;
    background-color: #000 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: auto !important;
    align-content: center;
    text-align: center;
  }
  .lmw-profile-avatar-info-box {
    position: absolute;
    background-color: #47a3da;
    color: #fff;
    text-align: left !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    top: 0rem !important;
    z-index: 10;
    border-top-left-radius: 3px !important;
  }
  .lmw-profile-avatar-close {
    position: absolute;
    top: 0rem;
    right: 0;
    padding: 0.25rem 1.5rem;
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    z-index: 10;
    border-radius: 0;
    border-top-right-radius: 3px !important;
    transition: all 0.25s ease !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .lmw-profile-avatar-image-box {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .lmw-show-profile-avatar-image {
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin-top: 50% !important;
    transform: translateY(0) !important;
    margin: auto !important;
  }
  .expand-enter-active,
  .expand-leave-active {
    transition: max-height 0.5s ease-in-out;
  }
  .expand-enter,
  .expand-leave-to {
    max-height: 0;
    overflow: hidden;
  }
  .rotate,
  .show-more-user-info {
    transition: all 0.5s ease-in-out;
  }
  .rotate-icon {
    transition: all 0.5s ease-in-out !important;
    /* top: 0.5; */
    transform: translateY(-50%);
    /* right: 0.5rem; */
    transform: rotate(180deg);
  }
  .test-member-container {
    position: relative;
    top: 0rem;
    left: 0;
    right: 0;
    height: 100%;
    max-width: 100% !important;
    position: fixed;
    z-index: 2000 !important;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
  }
  .lmw-preview-member-inner {
    position: relative;
    max-width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .profile-network-menu_outerBox {
    max-width: 100%;
    height: 10em;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-top: -1px;
    padding: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-radius: 0 0 6px 6px;
  }
  .profile-network-menu_innerBox {
    background-color: #fff !important;
    margin: 0;
    height: calc(100% - 3.8em);
    border-radius: 0 0 4px 4px;
    padding: 0.5em;
  }
  .profile-network-menu_list-box-header {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 2em auto;
    grid-column-gap: 1em;
    background-color: #fff;
    border-bottom: 2px solid #eee;
    padding: 0.5em;
    color: #666;
    border-radius: 4px 4px 0 0;
  }
  .profile-network-menu_list-box-header .material-icons {
    float: left;
    margin-right: 1em;
  }
  .profile-network-menu_list-box-header span {
    font-size: 1.3em;
  }
  .profile-network-menu_list-box:hover {
    color: #3da;
  }
  .modal_container {
    max-height: 100% !important;
  }
  .lmw-modal-header-ribbon {
    display: grid !important;
    grid-template-columns: auto 3rem;
  }
  .lwm-create-new-project-inner-container {
    width: calc(100% - 2rem) !important;
  }
  .lmw-projects-list-container {
    display: grid;
    grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem;
    grid-gap: 1rem;
  }
  .lmw-text-capitalize {
    text-transform: capitalize !important;
  }
  .lmw-text-uppercase {
    text-transform: uppercase !important;
  }
  .lmw-projects-list-container-selected {
    width: 100% !important;
    min-width: 100% !important;
    display: grid;
    grid-template-columns: 100%;
  }
  .lmw-select-project-card {
    display: grid;
    grid-template-columns: 100%;
    background-color: #eee;
    cursor: pointer !important;
  }
  .lmw-selected-project-card {
    position: relative;
    display: flex !important;
    grid-template-columns: 4rem 100% !important;
    grid-gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.5rem;
    background-color: #3da !important;
    color: #fff !important;
    border-radius: 6px;
    cursor: default !important;
  }
  .lmw-select-project-poster {
    width: 100%;
    max-width: 100%;
    height: 14rem;
    background-size: cover !important;
    background-position: top center !important;
    background-color: #fff;
  }
  .lmw-selected-project-poster {
    width: 4rem !important;
    max-width: 4rem !important;
    height: 5rem !important;
    background-size: cover !important;
    background-position: top center !important;
  }
  .modal_img_container {
    height: calc(100% - 2em);
    padding: 1em;
    max-width: 100% !important;
  }
  .modal_img_container .closeBox {
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    padding: 0.5em;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal_img_container img {
    position: relative;
    max-height: calc(100% - 1em) !important;
    max-width: 100% !important;
  }
  .lmw-image-number-bubble {
    background-color: #47a3da;
    padding: 0.35rem;
    top: 0.25rem;
    color: #fff;
    border-bottom-right-radius: 0.5rem;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-active-image-number-bubble {
    background-color: #3da !important;
    font-weight: bold !important;
  }
  .modal {
    position: fixed !important;
    z-index: 2500 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 100vh !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    overflow-x: none !important;
  }
  .lmw-full-sized-modal {
    position: fixed !important;
    z-index: 2500 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 100vh !important;
    width: 100% !important;
    max-width: 100vw !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    overflow-x: none !important;
  }
  .lmw-cursor-pointer {
    cursor: pointer !important;
  }
  .lmw-bb {
    border-bottom: 1px solid #dedede !important;
  }
  .lmw-modal-content {
    width: 75% !important;
    max-width: 75% !important;
    height: 98% !important;
    max-height: 98% !important;
    min-height: 30rem !important;
    background-color: #fff !important;
    border-radius: 12px !important;
  }
  .lmw-inner-modal-content {
    position: relative;
    height: calc(100vh - 7rem) !important;
    max-width: 100% !important;
    overflow: hidden;
    overflow-y: auto !important;
    background-color: #fff !important;
  }
  .modal-content {
    width: 98% !important;
    max-width: 98% !important;
    height: 98% !important;
    max-height: 98% !important;
    overflow: hidden !important;
    display: grid !important;
    background-color: #fff;
    grid-template-columns: calc(100% - 15rem) 15rem !important;
    border-radius: 12px !important;
    /* border: 8px solid #47a3da !important; */
  }
  .lmw-bt {
    border-top: 1px solid #dedede;
  }
  .lmw-inner-modal-container {
    width: 98% !important;
    max-width: 98% !important;
    height: calc(100% - 7rem) !important;
    max-height: calc(100% - 7rem) !important;
    overflow: hidden !important;
    display: grid !important;
    top: -1.5rem;
    background-color: #fff !important;
    border-radius: 12px !important;
    /* border: 8px solid #47a3da !important; */
  }
  .modal-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f6f8;
    height: 100%;
  }
  .modal-image .lmw-carousel-navigation-buttons {
    opacity: 0 !important;
  }
  .modal-image:hover .lmw-carousel-navigation-buttons {
    opacity: 1 !important;
  }
  .modal-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .image-container {
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    height: 100% !important;
  }
  .centered-image {
    position: relative !important;
    max-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 1rem) !important;
    max-height: calc(100ch - 1rem) !important;
    box-sizing: border-box !important;
  }
  .modal-sidebar {
    /* max-width: 100% !important; */
    background-color: #f4f6f8 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-left: 1px solid #ccc !important;
  }
  .modal-sidebar-inner {
    position: relative !important;
    height: calc(100vh - 5.5rem) !important;
    max-height: calc(100vh - 5.5rem) !important;
    bottom: 0rem !important;
    padding: 0.5rem;
    /* margin-bottom: -5.5rem !important; */
    overflow: hidden !important;
    overflow-y: auto !important;
    background-color: #f4f6f8;
  }
  .sidebar-image {
    height: 12rem !important;
    max-width: 90% !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 12px solid #ccc !important;
    cursor: pointer !important;
    transition: all 0.5s ease-out !important;
    margin: 0.5rem auto !important;
  }
  .sidebar-image:hover {
    border-color: #47a3da !important;
  }
  .sidebar-image.active {
    border: 12px solid #3da !important;
    border-radius: 16px;
  }
  .list-image {
    transition: all 0.5s ease !important;
    border: 8px solid #fff;
    max-width: 100% !important;
    cursor: pointer !important;
    margin-bottom: 0.5rem !important;
  }
  /* Add a close button for the modal */
  .modal-close-button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    border-radius: 8px;
    /* background-color: rgb(0, 0, 0, 0.5); */
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    box-shadow: -1px 1px 2px 0px #fff;
  }
  .modal-close-button:hover {
    background-color: #47a3da !important;
    box-shadow: -1px 1px 2px 0px #47a3da !important;
  }
  .modal-close-button2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    z-index: 10;
    border-radius: 0;
    transition: all 0.25s ease !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    /* box-shadow: -2px 2px 0px 0px #fff; */
  }
  .swiper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    max-width: 10rem;
    background: #47a3da;
    display: flex;
    margin: 0;
  }
  .pagination {
    color: #fff;
  }
  .swiper-navigation {
    color: #fff !important;
    background-color: #fff;
  }
  .lmw-slider-image {
    width: 15rem !important;
    height: 6rem;
    max-width: 15rem;
    margin-right: 0.5rem;
    border-radius: 4px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 0.15rem;
  }
  .lmw-currentNumber {
    left: 0.15rem;
    top: 0.15rem;
    position: absolute;
    background-color: #47a3da !important;
    color: #fff;
    font-size: 0.85rem;
    font-weight: bold !important;
    padding: 0.25rem;
    width: auto !important;
    border-radius: 0.5rem;
  }
  .lmw-currentNumber-modal {
    left: 0;
    top: 0;
    position: absolute;
    background-color: #47a3da !important;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
    width: auto !important;
    border-radius: 0.5rem 0 0 0;
    font-weight: lighter !important;
  }
  .carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .carousel-slide {
    position: relative;
    box-sizing: border-box;
    width: 10rem;
    /* Adjust the number based on how many images you want to display */
    min-width: 10rem;
    max-width: 10rem;
    /* flex-shrink: 0; */
    height: 10rem;
    border-radius: 8px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    padding-top: 0.15rem;
    margin-right: 0.25rem !important;
    cursor: pointer !important;
    border: 2px solid #47a3da;
  }
  .lmw-gallery-info-container {
    position: absolute;
    display: grid;
    grid-template-rows: 100%;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    bottom: 0rem;
  }
  .lmw-gallery-info-inner-container {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #47a3da !important;
    color: #fff !important;
    padding: 1rem !important;
    border-radius: 0 !important;
    border: 0 !important;
    transition: transform 0.5s ease-in-out !important;
    /* bottom: 0; */
  }
  .lmw-reveal-gallery-info {
    position: absolute;
    color: #47a3da !important;
    padding: 0 0.35rem !important;
    top: -2.95rem !important;
    right: 0.75rem;
    margin-bottom: 0.7rem !important;
    font-size: 1.5rem;
    font-weight: lighter !important;
    border-radius: 0.3rem !important;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
    transition: transform 0.5s ease-in-out !important;
    z-index: 10 !important;
  }
  .lmw-reveal-gallery-info:hover {
    color: #3da !important;
  }
  .fade-transition {
    transition: opacity 0.5s ease-in-out !important;
    /* Adjust the duration and timing function as needed */
    opacity: 1;
  }
  .slide-up {
    transform: translateY(calc(100% - 0rem)) !important;
    transition: transform 0.5s ease-in-out !important;
  }
  .slide-transition {
    transition: transform 0.35s ease-in-out !important;
    /* Add transition for horizontal translation */
  }
  .gallery-inner-container {
    display: grid !important;
    max-width: 100% !important;
    grid-template-columns: 10rem auto !important;
  }
  .lmw-capitalize {
    text-transform: none !important;
    font-weight: 300 !important;
  }
  .lmw-gallery-navigation-buttons {
    position: absolute;
    z-index: 10;
    padding: 1rem;
    font-size: 2rem;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.25);
    color: aliceblue;
    border: 2px solid #47a3da;
    cursor: pointer !important;
    transition: all 0.3s ease-out !important;
  }
  .lmw-gallery-navigation-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-gallery-navigation-buttons {
    opacity: 0;
  }
  .lmw-carousel-navigation-buttons {
    position: absolute;
    font-size: 3.5rem;
    border-radius: 50% !important;
    color: rgba(0, 0, 0, 0.55);
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease-out !important;
    top: 50%;
    border: 2px solid #fff !important;
    transform: translateY(-50%);
    z-index: 100 !important;
    transition: all 0.3s ease-out !important;
  }
  .lmw-carousel-navigation-buttons:hover {
    color: #47a3da !important;
    background-color: #fff !important;
  }
  .prev-image-button {
    left: 1rem !important;
  }
  .next-image-button {
    right: 1rem !important;
  }
  .prev-button {
    left: 1rem !important;
  }
  .next-button {
    right: 1rem !important;
  }
  .lmw-overall-header-icons {
    font-size: 3rem;
    text-align: center;
    color: #ccc !important;
    border-radius: 100%;
  }
  .lmw-bold-text {
    font-weight: bold !important;
  }
  .lmw-position-in-middle {
    top: 50%;
    transform: translateY(-50%) !important;
  }
  .lmw-btn-primary {
    background-color: #47a3da;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-btn-primary:hover {
    background-color: rgba(49, 136, 236, 0.915) !important;
    color: #fff;
  }
  .lmw-modal {
    position: fixed !important;
    z-index: 2500 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 100vh !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    overflow-x: none !important;
  }
  .lmw-modal-content {
    width: 98% !important;
    max-width: 900px !important;
    height: auto !important;
    min-height: 30rem !important;
    max-height: 98% !important;
    overflow: hidden !important;
    display: block !important;
    background-color: #f4f6f8 !important;
    border-radius: 12px !important;
    /* border: 8px solid #47a3da !important; */
  }
  .lmw-blue-scheme-text {
    color: #47a3da !important;
  }
  .lmw-edit-photo {
    color: #235;
    border: 1px solid #ccc !important;
    background-color: #ededed;
    border-radius: 4px;
    padding: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-edit-photo:hover {
    color: #fff !important;
    border: 1px solid rgba(233, 177, 81, 0.872) !important;
    background-color: rgba(233, 177, 81, 0.872) !important;
  }
  .lmw-delete-photo {
    color: #235;
    border: 1px solid #ccc !important;
    background-color: #ededed;
    border-radius: 4px;
    padding: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-delete-photo:hover {
    color: #fff !important;
    border: 1px solid rgba(238, 73, 73, 0.966) !important;
    background-color: rgba(238, 73, 73, 0.966) !important;
  }
  .lmw-handle-image-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0.5rem !important;
    margin: 0.5rem 0.25rem !important;
  }
  .lmw-bold {
    font-weight: bold !important;
  }
  .error {
    font-weight: bold !important;
  }
  .lmw-upload-photo-preview-box {
    position: relative !important;
    border: 1px solid #ccc;
    width: calc(100% - 0.5rem);
    max-width: calc(100% - 0.5rem);
    box-shadow: 2px 4px 13px 4px #bbb;
    background-size: cover !important;
    background-position: top center !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
    padding: 0.5rem;
    overflow: hidden !important;
    background-color: #000 !important;
    /* border-radius: 10px !important; */
  }
  .lmw-upload-photo-preview-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px;
  }
  .lmw-upload-photo-preview-ribbon {
    position: absolute;
    background-color: #47a3da !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: #fff !important;
    text-align: left !important;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .lmw-myvideos-cover {
    position: relative !important;
    height: 13.5rem;
    background-size: cover !important;
    background-position: top center !important;
  }
  .lmw-video-player {
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview-ribbon {
    position: absolute !important;
    bottom: 0 !important;
    width: calc(100% - 1rem) !important;
    margin: 0.5rem !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #f4f6f8 !important;
    border-radius: 10px !important;
    text-align: left !important;
    font-weight: bold !important;
    border: 1px solid #666 !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview {
    position: relative !important;
    height: 15rem !important;
    width: 25rem !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 4px solid #bbb !important;
    margin: 1rem auto !important;
    text-align: center !important;
    border-radius: 10px !important;
    box-shadow: 3px 3px 11px 2px #bbb !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-video-cover-preview:hover .lmw-video-cover-preview-ribbon {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
  .lmw-video-cover-preview:hover .lmw-video-player {
    opacity: 100% !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-upload-video-cover-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 0.5rem;
    padding: 0em;
    box-shadow: 1px 1px 8px #ccc;
  }
  .active-image {
    background-color: #47a3da !important;
    color: #000;
    border: 1rem solid #3da !important;
    border-radius: 16px !important;
    transition: all 0.5s ease-in-out;
  }
  .active-image:hover {
    background-color: #47a3da !important;
    color: #000;
    border-radius: 16px !important;
    transition: all 0.5s ease-in-out;
  }
  .lmw-confirm-media-actions {
    position: absolute !important;
    margin: 0.25rem;
    width: calc(100% - 0.5rem);
    background-color: #fff;
    height: calc(100% - 1rem);
    border-radius: 6px;
    border: 2px solid #dedede;
    z-index: 10 !important;
    top: 0.15rem;
  }
  .main-container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 890px auto !important;
    grid-gap: 0.5rem !important;
    width: calc(1150px + 1rem) !important;
    min-width: calc(1150px + 1rem) !important;
    background-color: #fff !important;
    padding: 0 !important;
  }
  .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 890px auto;
    grid-gap: 0.5rem !important;
    width: calc(1150px + 1rem);
    min-width: calc(1150px + 1rem);
    background-color: #fff;
    padding: 0;
  }
  .lmw-gallery-info-container {
    position: absolute !important;
    display: grid;
    grid-template-rows: 100%;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0.5rem !important;
    margin: 0 !important;
    bottom: -0.65rem !important;
    z-index: 10;
  }
  .lmw-gallery-info-inner-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .lmw-rotate-upanddown {
    position: relative;
    background-color: #47a3da;
    color: #fff;
    padding: 0.35rem;
    float: right !important;
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
    transition: all 0.25s ease-in-out;
    cursor: pointer !important;
  }
  .lmw-rotate-upanddown:hover {
    background-color: #3da !important;
  }
  .fade-transition {
    transition: opacity 0.5s ease-in-out;
    /* Adjust the duration and timing function as needed */
    opacity: 1;
  }
  .slide-up {
    transform: translateY(calc(100% - 3.5rem));
    /* Start with the div hidden */
    transition: transform 0.3s ease-in-out;
    /* Add a transition for smooth animation */
  }
  .slide-transition {
    transition: transform 0.3s ease-in-out;
    /* Add transition for horizontal translation */
  }
  .gallery-inner-container {
    display: grid;
    max-width: 100% !important;
    grid-template-columns: 10rem auto !important;
  }
  .lmw-capitalize {
    text-transform: none;
    font-weight: 300 !important;
  }
  .lmw-galler-navigation-buttons {
    position: absolute;
    z-index: 10;
    padding: 1rem;
    font-size: 2rem;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: aliceblue;
    cursor: pointer !important;
    transition: all 0.3s ease-out !important;
  }
  .lmw-galler-navigation-buttons:hover {
    background-color: #47a3da;
  }
  .prev-button {
    left: 1rem !important;
  }
  .next-button {
    right: 1rem !important;
  }
  .lmw-rounded-8 {
    border-radius: 8px !important;
  }
  .lmw-chat-text-area-field {
    height: 9rem;
    max-height: 9rem !important;
    border: 1px solid #ccc;
    resize: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 0.23rem;
    width: 100%;
    outline: none !important;
  }
  .lmw-chat-text-area-field:focus {
    color: #235;
    outline-width: none !important;
  }
  .lmw-floating-chat-container {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30rem;
    background-color: #fff !important;
    z-index: 3000;
  }
  #chatContainer {
    position: fixed;
    z-index: 10;
    top: 5.5rem;
    bottom: -1.5rem;
  }
  .lmw-chat-text-box {
    border-radius: 24px !important;
    padding: 0.5rem 1rem;
    max-width: 100% !important;
    font-size: 1rem !important;
  }
  .lmw-massage-sender {
    width: 100% !important;
    position: relative;
    text-align: left !important;
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .lmw-massage-sender-inner-box {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0.25rem;
    background-color: #47a3da;
    color: #fff !important;
    margin-bottom: 1.25rem !important;
    border-bottom-right-radius: 4px !important;
  }
  .lmw-massage-receiver {
    max-width: 100% !important;
    background-color: #fff !important;
    position: relative;
    text-align: left !important;
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .lmw-massage-receiver-2 {
    display: grid !important;
    grid-template-columns: 2.5rem auto !important;
    grid-gap: 0.2rem !important;
  }
  .lmw-massage-receiver-inner-box {
    border: 1px solid #dedede !important;
    border-top-left-radius: 4px !important;
    margin-bottom: 1rem !important;
    min-width: 10rem !important;
    margin-right: -0.3rem !important;
  }
  .lmw-message-avatar {
    position: relative;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem !important;
    max-height: 2.5rem !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
    background-color: #47a3da;
    top: 1rem !important;
    left: 0;
    border: 1px solid #dedede;
    margin-right: 0 !important;
  }
  .lmw-conversation-annotation {
    position: absolute !important;
    left: 20%;
    border: 2px solid #ccc;
    padding: 1rem;
    box-shadow: 0 0 30px -5px #000;
    width: 60%;
    max-width: 60%;
    top: 6.5rem;
    margin: auto !important;
    z-index: 100;
    border-radius: 24px !important;
  }
  .lmw-btn-primary {
    max-width: 100%;
    background-color: #47a3da;
    padding: 0.3rem;
    color: #fff;
    margin: 0.5rem;
    border-radius: 3px;
    border: 1px solid #47a3da;
  }
  .lmw-new-message-menu {
    cursor: pointer !important;
    color: #47a3da;
  }
  .lmw-new-message-menu-options {
    position: absolute;
    left: -1rem;
    padding: 0.35rem;
    background-color: #fff !important;
    border: 1px solid #ccc;
    cursor: pointer !important;
    z-index: 10;
  }
  .lmw-new-message-menu-options:hover {
    color: #47a3da !important;
  }
  .lmw-new-message-menu-options-body {
    padding: 0.25rem;
  }
  .lmw-conversation-box {
    position: relative !important;
    max-width: 100% !important;
    height: calc(100vh - 10rem);
    max-height: calc(100vh - 10rem) !important;
    margin: auto !important;
  }
  .lmw-conversation-box-inner {
    position: inherit !important;
    max-height: calc(100vh - 18.5rem);
    background-color: #fff;
    overflow: hidden;
    /* border-bottom: 1px solid #ccc!important; */
    overflow-y: auto !important;
    /* overflow-y: scroll; */
    height: 100% !important;
    padding: 0.5rem;
  }
  .lmw-reply-message-box {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 0rem) !important;
    display: grid;
    grid-template-columns: 90% auto !important;
    grid-gap: 1rem !important;
    background-color: #fff !important;
    bottom: 0 !important;
    padding: 0.5rem !important;
    z-index: 10;
  }
  .lmw-reply-message-textarea {
    position: relative !important;
    resize: none !important;
    height: 5rem;
    padding: 0.5rem !important;
    transition: all 0.5s ease-in-out !important;
    outline: none !important;
    color: #000 !important;
    border-color: #999 !important;
  }
  .lmw-reply-message-textarea:focus {
    resize: none !important;
    border-color: none !important;
    /* background-color: #f4f6f8; */
    height: 10rem !important;
    border-color: #47a3da !important;
  }
  .lmw-reply-message-button {
    position: absolute;
    bottom: 0 !important;
    margin-bottom: 1rem !important;
    background-color: #47a3da;
    border: 1px solid #47a3da;
    transition: all 0.5s ease-in-out !important;
    outline: none !important;
  }
  .lmw-reply-message-button:hover {
    background-color: #00cf6e !important;
    border: 1px solid #00cf6e !important;
    outline: 0 !important;
  }
  .lmw-paper-plane-button {
    position: absolute;
    bottom: 0;
    background-color: #47a3da;
    color: #fff;
    padding: 0.3rem;
    margin-bottom: 1rem !important;
    width: 2.5rem;
    text-align: center;
    border-radius: 6px;
    font-size: 1.3rem;
    cursor: pointer !important;
    border: 1px solid #47a3da;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-paper-plane-button:hover {
    background-color: #00cf6e !important;
    border: 1px solid #00cf6e !important;
    outline: 0 !important;
  }
  .lmw-button-regular {
    position: relative !important;
    background-color: #47a;
    color: #fff;
    padding: 0.5rem 1rem !important;
    margin: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-button-regular:hover {
    background-color: #47a3da !important;
  }
  .display-none {
    top: calc(-100% + -2em) !important;
  }
  .lmww-hr-dotted-grey {
    border: 1px dotted #ccc;
    margin-top: 0.3em;
  }
  .lmww-hr-dashed-grey {
    border: 1px dashed #ccc;
    margin-top: 0.3em;
  }
  input[type="checkbox"] + span:before {
    width: 16px;
    height: 16px;
    border: 2px solid #47a3da;
    content: "\2714";
    color: transparent;
    display: inline-block;
    font-size: 13px;
    margin-right: 0.5em;
    text-align: center;
  }
  input[type="checkbox"]:disabled + span {
    color: #ddd;
  }
  input[type="checkbox"]:checked + span:before {
    content: "\2714";
    color: #fff;
    background-color: #47a3da;
  }
  input[type="checkbox"]:disabled:checked + span:before {
    content: "\2714";
    color: #ddd;
  }
  input[type="checkbox"]:disabled + span:before {
    border: 1px solid #ddd;
  }
  input[type="radio"] + span:before {
    width: 16px;
    height: 16px;
    border: 2px solid #47a3da;
    background-color: #fff;
    content: ".";
    color: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 8px;
    text-align: center;
  }
  input[type="radio"]:disabled + span {
    color: #ddd;
  }
  input[type="radio"]:checked + span:before {
    content: "\2022";
    color: #fff;
    background-color: #47a3da;
    font-weight: bolder;
  }
  input[type="radio"]:disabled:checked + span:before {
    content: "\00b7";
    color: #ddd;
  }
  input[type="radio"]:disabled + span:before {
    border: 1px solid #47a3da;
  }
  .for-mobile {
    display: none;
    visibility: hidden;
  }
  .alert-new {
    border: 4px solid #3da !important;
    animation-name: rotate;
    animation: blink-animation 2s steps(2, start) infinite;
    transition: all 0.3s ease-in-out !important;
  }
  .alert-new .material-icons {
    position: absolute !important;
    margin: auto;
    font-size: 3em !important;
    margin-top: 0.7em !important;
    margin-left: -0.02em !important;
    color: #3da !important;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  .top-avatar-span-userId {
    border: 0 !important;
  }
  .medium-modal-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
  }
  .medium-modal-innerContainer {
    max-width: 650px;
    background-color: #fff;
    min-height: 20em;
    margin: auto;
    margin-top: 15%;
    border-radius: 6px;
  }
  .overall-headers {
    border-radius: 6px 6px 0 0;
  }
  .submitBtn {
    padding: 0.5em;
    text-transform: uppercase;
    background-color: #3da;
    font-weight: bold;
    color: #fff;
    border: 1px solid #3da;
    border-radius: 4px;
  }
  .cancel-button {
    padding: 0.5em;
    text-transform: uppercase;
    background-color: #dedede;
    font-weight: bold;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 4px;
    float: right;
  }
  .cancel-button:hover {
    background-color: orange !important;
    border-color: orange !important;
    color: #fff !important;
  }
  #closeMediumModal {
    position: relative;
    float: right;
    background-color: #ddd;
    color: #888;
    padding: 0.1em;
    cursor: pointer;
  }
  a {
    text-decoration: none !important;
    color: #47a3da;
  }
  a:hover {
    color: #3da;
  }
  .alert {
    margin: 0.5rem 0 !important;
  }
  .alert-box {
    padding: 0.5em;
    min-height: 2em;
    border-radius: 4px;
  }
  .alert-box .alert-header {
    display: grid;
    grid-template-columns: auto 1.65em;
    margin-bottom: 0.5em;
  }
  .alert-box .alert-header .alert-header-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
  }
  .alert-box .alert-header .material-icons {
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .alert-box .alert-message {
    color: #fff;
  }
  .warning-box {
    padding: 0.5em;
    background-color: rgba(240, 44, 44, 0.6);
    border-radius: 8px;
    color: #fff;
  }
  .alert-warning {
    display: grid;
    grid-template-columns: 2em auto;
    grid-gap: 1em;
    margin-top: 0.5em;
    max-width: 37.8em;
    padding: 1em;
    border: 2px solid red;
    border-radius: 3px;
    background-color: rgba(240, 44, 44, 0.788);
    color: #fff;
  }
  .alert-warning .material-icons {
    float: left !important;
    font-size: 2em;
  }
  .alert-warning span {
    font-weight: bold;
  }
  .hidden {
    visibility: hidden;
  }
  .success-box {
    border: 1px solid #11b302;
    background-color: rgba(17, 179, 2, 0.7);
    color: #fff;
    padding: 1em;
    font-weight: bold;
    border-radius: 6px;
  }
  .error-box {
    border: 1px solid #fa0002;
    background-color: rgba(250, 0, 0, 0.75);
    color: #fff !important;
    padding: 1em;
    font-weight: bold;
    border-radius: 6px;
    margin: 0 0.5em;
  }
  .buttons {
    font-size: 0.7em;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold !important;
    letter-spacing: 2px;
    text-align: center !important;
    transition: all 0.5s ease-in-out !important;
  }
  .submit-button {
    background-color: #47a3da;
    border-color: #47a3da;
    color: #fff;
    border-radius: 5rem !important;
    padding: 0.25rem 1rem !important;
    font-size: 0.75rem !important;
    font-weight: lighter !important;
  }
  .submit-button:hover {
    background-color: #00b300;
    border-color: #00b300;
    color: #fff;
  }
  .preview-button {
    background-color: #f3c57a !important;
    border-color: #f3c57a !important;
    color: #000;
  }
  .delete-button {
    background-color: #ff8080 !important;
    border-color: #ff8080 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .delete-button:hover {
    background-color: #ff4136 !important;
    border-color: #ff4136 !important;
  }
  .delete-saved-button {
    background-color: #ff8080 !important;
    border: 1px solid #ff8080 !important;
    color: #fff !important;
    padding: 0.5em !important;
    float: right !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.5s ease-in-out !important;
  }
  .delete-saved-button:hover {
    background-color: #ff4136 !important;
    border-color: #ff4136 !important;
  }
  .half-rounded-buttons {
    position: relative;
    margin: 1em;
    padding: 0.2em;
    display: flex;
    flex-wrap: nowrap;
    max-width: 15em;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    box-shadow: 5px 5px 10px 0px #dedede;
  }
  .half-rounded-buttons .material-icons {
    position: relative;
    max-width: 2em;
    float: left;
  }
  .half-rounded-buttons .for-text {
    position: relative;
    max-width: 100%;
    margin-top: 0.2em;
    margin-left: 0.5em;
  }
  .top-members-container {
    width: 100%;
    padding-top: 0.45rem;
    font-size: 1em;
    position: relative;
    background-color: #fff;
    margin-top: 0em;
    margin-right: 0.5em;
  }
  .top-members-container .quick-media-buttons {
    display: grid;
    grid-template-columns: 11.5em 11.5em 11.5em;
    grid-gap: 0.5em;
    margin: 0.5em;
  }
  .top-members-container .quick-media-buttons a {
    color: #888;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer {
    padding: 0.3em;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1.8em auto;
    font-size: 1em;
    border-radius: 6px;
    cursor: pointer;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer .material-icons {
    font-size: 1.5em;
    color: #47a3da;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer .button-text {
    margin-top: 0.2em !important;
    text-transform: Capitalize;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer:hover {
    border-color: #3da;
    background-color: #3da;
    color: #fff;
  }
  .top-members-container .quick-media-buttons a .quick-buttons-outer:hover .material-icons {
    color: #fff;
  }
  .top-members-container .outer-notification-container {
    margin: 1em;
    border-radius: 6px;
  }
  .top-members-container .outer-notification-container .overall-header-titles {
    padding: 0.3em !important;
    border-radius: 6px 6px 0 0;
  }
  .top-members-container .outer-notification-container .notis-container {
    display: grid;
    grid-template-columns: 15em 15em 20em 20em;
    grid-gap: 1em;
  }
  .top-members-container .outer-notification-container .notis-lables {
    display: grid;
    grid-template-columns: 2em auto 2em;
    max-width: 15em;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    box-shadow: 5px 5px 10px 0px #dedede;
  }
  .top-members-container .outer-notification-container .notis-lables .notis-left {
    float: left;
  }
  .top-members-container .outer-notification-container .notis-lables .notis-middle {
    margin-top: 0.3em !important;
    color: #444;
  }
  .top-members-container .outer-notification-container .notis-lables .notis-right {
    margin-top: 0.3em !important;
    color: #444;
  }
  .top-members-container .outer-notification-container .notis-lables:hover .notis-middle {
    color: #47a3da;
  }
  .top-members-container .outer-notification-container .notis-lables:hover .notis-right {
    color: #47a3da;
  }
  .top-members-container .top-members-container-list-table {
    max-width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 12em 12em 12em 12em 12em;
    grid-gap: 0.3em;
    background-color: #fff;
    padding: 0.3em;
  }
  .top-members-container .top-members-container-base-table {
    max-width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 12em 12em 12em 12em 12em;
    grid-gap: 0.3em;
    background-color: #fff;
    padding: 0.5em;
  }
  .top-members-container .img-div {
    width: 100%;
    min-height: 15em;
    max-height: 15em;
    background-size: cover;
    background-position: top center;
  }
  .top-members-container .top-members-link-box {
    background-color: #fff;
    border: 2px solid #fff;
  }
  .top-members-container .top-members-link-box:hover {
    background-color: #f2f4f6;
    border-left-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-radius: 6px;
  }
  .top-members-container .top-members-country-box {
    display: grid;
    grid-template-columns: 1.5em auto;
  }
  .top-members-container .if-no-content-container {
    display: grid;
    grid-template-columns: 50% auto;
  }
  .top-members-container .if-no-content-container .label {
    max-width: 90% !important;
  }
  .top-members-container .if-no-content-container .home-upload-photo-container {
    position: relative;
    background-color: #eee;
    display: grid;
    grid-template-columns: 10em auto;
    grid-gap: 1em;
  }
  .top-members-container .if-no-content-container .home-upload-photo-container .avartar-holder {
    max-width: 100%;
    background-size: cover;
    background-position: top center;
    border-radius: 6px 0 0 6px;
  }
  .top-members-container .if-no-content-container .edit_textField {
    max-width: 10em !important;
  }
  .top-members-container .top-reels-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0.5em;
    margin: 0.5em;
  }
  .top-members-container .top-reels-container .top-reels-list-box {
    background-color: #eee !important;
  }
  .top-members-container .top-reels-container .top-reels-list-box .top-reels-box {
    width: 100%;
    height: 248px;
  }
  .top-members-container .job-list-container {
    background-color: #fff;
    transition: all 0.3s ease-in-out !important;
    border-bottom: 1px dashed #ccc;
  }
  .top-members-container .job-list-container .job-title {
    font-size: 1.7em;
  }
  .top-members-container .job-list-container .job-description {
    color: #000 !important;
    font-size: 1.2em;
    padding-bottom: 1em !important;
  }
  .top-members-container .job-list-container:hover {
    background-color: #f2f4f6 !important;
    border-bottom: 1px dashed #666 !important;
  }
  .top-members-container .job-list-container:last-child {
    border-bottom: 1px solid #fff;
  }
  .left-side-menus-container {
    display: block;
    position: fixed;
    margin-left: 0em;
    z-index: 500;
    font-size: 2.5em;
    padding: 0em;
    width: 1.2em;
    text-align: center;
    background-color: #f4f6f8 !important;
    border: 1px solid #ccc;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .left-side-menus-container .collapsable-menus {
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    display: block;
    display: grid;
    grid-template-columns: 1em auto;
    max-width: 17em !important;
    transition: all 0.3s ease-in-out;
  }
  .left-side-menus-container .collapsable-menus .collapsable-menus-inner {
    margin-bottom: 0.28em !important;
  }
  .left-side-menus-container .collapsable-menus .material-icons {
    position: relative;
    font-size: 0.7em;
    color: #999;
    float: left;
    margin-left: -0.156em;
    z-index: 2;
    height: 1.2em;
    transition: all 0.3s ease-in-out;
    background-color: #f4f6f8;
    padding: 0.1em;
    padding-left: 0.5em;
  }
  .left-side-menus-container .collapsable-menus .collapsable-menus-description {
    position: absolute;
    background-color: #47a3da !important;
    font-size: 18px !important;
    white-space: nowrap !important;
    padding: 0.37em 1em;
    margin-left: -15em;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .left-side-menus-container .collapsable-menus:hover {
    background-color: #47a3da !important;
    color: #fff !important;
  }
  .left-side-menus-container .collapsable-menus:hover .material-icons {
    color: #fff !important;
    background-color: #47a3da !important;
  }
  .left-side-menus-container .collapsable-menus:hover .collapsable-menus-description {
    background-color: #47a3da !important;
    margin-left: 1.5em;
  }
  .inner-joblist-box {
    border: 1px solid #fff;
    border-bottom: 3px solid #f6f7f8;
    transition: all 0.5s ease-in-out;
    padding: 0.3em;
    border-radius: 6px;
    text-decoration: none;
    color: #000 !important;
    cursor: default;
  }
  .inner-joblist-box:hover {
    border: 1px solid #ccc;
    border-bottom: 3px solid #47a3da;
    background-color: #ededed;
    border-radius: 6px;
  }
  .inner-joblist-box a {
    text-decoration: none;
    color: #000 !important;
    cursor: default;
    color: #f6f7f8;
  }
  .joblist-header-box {
    display: grid;
    grid-template-columns: auto 2em;
  }
  .joblist-header {
    /*font-family: 'PT Serif'!important;*/
    font-size: 1.7em;
    font-weight: default;
    color: #000;
    font-weight: 500;
  }
  .profile-header-flag {
    max-width: 2em;
  }
  .profile-header-flag img {
    position: relative;
    max-width: 100%;
    /* border-radius:50%; */
  }
  .joblist-description {
    font-size: 1em;
    color: #000;
  }
  .joblist-description a {
    color: #47a3da;
  }
  .joblist-description a:hover {
    color: #3da;
  }
  .joblist-footer {
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #666;
    cursor: default;
  }
  .joblist-footer a {
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #47a3da !important;
    cursor: pointer;
  }
  .joblist-footer a:hover {
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #3da !important;
  }
  .joblist-inline {
    display: grid;
    grid-template-columns: auto auto;
  }
  .left-box {
    text-align: left;
  }
  .right-box {
    text-align: right;
  }
  .page-pagination {
    padding: 0.5em;
    text-align: center !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .page-pagination-button-active {
    display: inline-block;
    min-width: 1.3em;
    max-width: 2em;
    border: 1px solid #47a3da;
    background-color: #47a3da;
    color: #fff !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    padding: 0.3em;
    border-radius: 0;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
  .pagination-button {
    display: inline-block;
    min-width: 1.3em;
    max-width: 2em;
    border: 1px solid #ccc;
    background-color: #ededed;
    padding: 0.3em;
    border-radius: 0;
    margin-left: 0.1em;
    margin-right: 0.1em;
    cursor: pointer;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  a .pagination-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  a .pagination-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .inner-joblist-box .view-job {
    color: #47a3da !important;
    cursor: pointer;
  }
  .inner-joblist-box .view-job:hover {
    color: #3da !important;
    cursor: pointer;
  }
  .social-button {
    text-transform: capitalize;
    padding: 0.3em;
    display: inline-flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    border: 0;
    width: auto;
    line-break: strict;
    -webkit-box-decoration-break: unset;
            box-decoration-break: unset;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
  }
  .social-button .material-icons {
    color: #fff !important;
    font-size: 1.7em !important;
    margin-left: 0 !important;
  }
  .social-button span {
    padding-right: 0.3em !important;
    margin-left: -1em !important;
  }
  .content {
    padding: 0.5em;
  }
  .delete-btn {
    position: relative;
    float: right;
    background-color: #f55f5f;
    color: #fff;
    font-size: 0.5em !important;
  }
  .delete-btn:hover {
    background-color: #f23939;
    color: #fff;
  }
  .create-btn {
    position: relative;
    float: right;
    font-size: 0.5em !important;
    background-color: #01c670;
    color: #fff !important;
    padding-right: 0.4em;
  }
  .create-btn:hover {
    color: #fff !important;
    background-color: #3da;
  }
  .request-buttons {
    background-color: #eee;
    border: 1px solid #dedede;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 0.3em;
    min-width: 5em;
  }
  .editButton:hover {
    background-color: #00cc00;
    border: 1px solid #00cc00;
    color: #fff;
  }
  .deleteButton:hover {
    background-color: #ff471a;
    border: 1px solid #ff471a;
    color: #fff;
  }
  .acceptRequest:hover {
    background-color: #00cc00;
    border: 1px solid #00cc00;
    color: #fff;
  }
  .rejectRequest:hover {
    background-color: #ff471a;
    border: 1px solid #ff471a;
    color: #fff;
  }
  .error {
    font-size: 1.1em;
    color: #fa0000 !important;
  }
  .success {
    color: green !important;
  }
  .warning {
    color: orange !important;
  }
  .warning-red {
    color: red !important;
  }
  .hr-dotted {
    border: 1px dotted #47a;
    margin-bottom: 0.5em;
  }
  .hr-dotted-gray {
    border: 1px dotted #ccc;
    border-color: #ccc;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
  .inline {
    display: grid;
  }
  .inline_buttons {
    grid-column-gap: 1em !important;
  }
  .main-table {
    border-right: 1px solid #ddd;
    max-width: 53em !important;
    min-width: 53em !important;
  }
  .hr-seperator {
    border: 6px solid #ccc;
    margin: 0.5em 0;
  }
  .hidden {
    display: inherit;
    visibility: hidden;
    height: 0 !important;
    max-height: 0 !important;
  }
  .inline-active-menu {
    background-color: #f4f6f6 !important;
    text-transform: uppercase !important;
    border-bottom-color: #f4f6f6 !important;
    border-radius: 6px 6px 0 0 !important;
  }
  .inline-active-menu:hover {
    background-color: #f4f6f6 !important;
    border-color: #dedede !important;
    border-bottom-color: #f4f6f6 !important;
    color: #000 !important;
  }
  .inline-menus-box {
    padding: 0;
    margin: 0;
    background-color: #fff;
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 6px 6px 0 0;
    border: 0;
  }
  .inline-menus-box .listMenus {
    padding: 0.5em;
    font-size: 1.5em;
    color: #000;
    font-weight: lighter !important;
    background-color: #dedede;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    border-radius: 6px 6px 0 0;
    text-align: center;
  }
  .inline-menus-box .listMenus:hover {
    background-color: #3da;
    border-color: #3da;
    color: #fff;
  }
  .inline-menu-list-content {
    border: 2px solid #dedede;
    border-top: 0;
    background-color: #f4f6f8;
    border-radius: 0 0 6px 6px;
  }
  .inline-menu-list-content .delete_recons {
    position: relative;
    float: right !important;
    font-size: 2.3em;
    color: #bbb;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .inline-menu-list-content .delete_recons:hover {
    color: orangered;
  }
  .inline-menu-list-content .job-content-box {
    border-bottom: 1px dotted #dedede;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
  }
  .inline-menu-list-content .recommended-title {
    font-size: 1.5em;
    color: #444;
    padding-bottom: 0.3em;
  }
  .inline-menu-list-content .recommended-header {
    font-size: 1.3em;
    color: #444;
    padding-bottom: 0.5em;
    text-transform: uppercase;
  }
  .inline-menu-list-content .inloggade_imgbox {
    background-size: cover;
    background-position: center;
  }
  .inline-menu-list-content .recommender-infobox {
    display: grid;
    grid-template-columns: 5em auto;
    padding-bottom: 0.5em;
    grid-gap: 1em;
    /* border-bottom: 1px dotted #dedede */
  }
  .inline-menu-list-content h4 {
    color: #444;
  }
  .white-board {
    background-color: #fff;
    margin-bottom: 0.5em;
    border-radius: 4px;
    border: 1px solid #dedede;
    display: grid;
    padding: 0.5em;
  }
  .lmw-form-group {
    margin-bottom: 0.5rem !important;
  }
  .form-group {
    margin-bottom: 0;
  }
  .form-group .inner-formGroup {
    max-width: 39.3em !important;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 0px;
    padding: 0.2em;
    padding-left: 0.5em;
  }
  .form-group .inner-formGroup .textField {
    max-width: calc(100% - 1em);
    border-radius: 1rem !important;
    border: 1px solid #ccc;
  }
  .form-group .inner-formGroup .miniTextField {
    max-width: 15em !important;
  }
  .form-group .inline {
    max-width: 40em;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 1em;
    background-color: inherit;
  }
  .form-group .inline .inline-textField {
    max-width: 30em !important;
  }
  .form-group .inline .textField {
    width: 13em;
  }
  .form-group .inline-grid-four {
    display: grid;
    grid-template-columns: 9.1em 9.1em 9.1em 9.1em 9.1em;
    grid-gap: 0.5em;
  }
  .form-group .inline-grid-four .inline-project-list-box {
    border: 1px dashed #888;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .form-group .inline-grid-four .inline-project-list-box .addProjectSearchAvatar {
    height: 10em;
    background-size: cover;
    background-position: top center;
  }
  .form-group .inline-grid-four .inline-project-list-box:hover {
    background-color: #3da !important;
    color: #fff !important;
    border: 1px solid green !important;
    border-radius: 6px !important;
  }
  .form-group .inline-grid-four .inline-project-list-box:hover .addProjectSearchAvatar {
    border-radius: 6px 6px 0 0 !important;
  }
  .form-group .label {
    text-transform: uppercase;
    font-size: 0.9em !important;
    background-color: #fff !important;
    margin-top: 0.5em;
    margin-left: 0.5em;
    max-width: 100%;
  }
  .form-group .radios {
    content: " ";
    margin-left: 0.2em !important;
  }
  .form-group .textArea {
    width: calc(100% - 1em);
    height: 10em;
    padding: 0.3em;
    margin-right: 0.5em;
    border: 1px solid #888;
    border-radius: 4px;
    font-size: 1.1em !important;
  }
  .form-group .textField {
    width: 100%;
    max-width: 100%;
    font-size: 1.3em;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 0.2em;
    padding-left: 0.5em;
    border-radius: 2px;
    resize: none;
  }
  .form-group .miniTextField {
    max-width: 15em !important;
    height: 5em;
  }
  .form-group .edit_textField {
    min-width: 15em;
    max-width: 20em;
    font-size: 1.3em;
    border: 1px solid #888;
    background-color: #f8f8f8;
    padding: 0.2em;
    padding-left: 0.5em;
    border-radius: 2px;
  }
  .form-group .inner-textField {
    background-color: #fff !important;
  }
  .form-group .small {
    text-transform: none !important;
  }
  .form-group .selectBox {
    font-size: 0.85em;
    border: 0.2px solid #999;
    background-color: #fff;
    border-radius: 0px;
    padding: 0em;
    padding-left: 0.3em;
    font-weight: bold;
    min-width: 3em;
    width: 100%;
  }
  .form-group .selectBox option {
    background-color: #fff;
    font-weight: bold;
  }
  .form-group textArea {
    resize: none;
  }
  .logout .material-icons {
    color: orangered !important;
  }
  .logout:hover .material-icons {
    color: orangered !important;
  }
  .important-message-container {
    margin: 0.5em;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .important-message-container .important-message-header {
    padding: 0.3em;
    background: #f4f6f8;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
  }
  .preview-sender-header {
    display: grid;
    grid-template-columns: 25em auto;
    grid-gap: 1em;
    max-width: 100% !important;
  }
  .preview-sender-header img {
    max-width: 100% !important;
  }
  .pop-up-menu-arrow-up1 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.58em !important;
    margin-left: 2.11em !important;
    font-size: 5.5em !important;
    color: #ccc !important;
  }
  .pop-up-menu-arrow-up2 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.56em !important;
    margin-left: 2.11em !important;
    font-size: 5.5em !important;
    color: #f4f6f7 !important;
  }
  .mail-pop-up-menu-arrow-up1 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.58em !important;
    margin-left: 170px;
    font-size: 5.5em !important;
    color: #ccc !important;
  }
  .mail-pop-up-menu-arrow-up2 {
    position: absolute;
    float: right !important;
    transform: rotate(-90deg);
    margin-top: -0.56em !important;
    margin-left: 170px;
    font-size: 5.5em !important;
    color: #f4f6f7 !important;
  }
  .pop-up-menu-header {
    max-width: 100%;
    padding: 0.5em;
    font-size: 1.1em;
    color: #000;
    border-bottom: 1px solid #dedede;
    font-weight: lighter !important;
    background-color: #f4f6f7;
    /*#edf6f9;*/
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 3em auto;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
  }
  .pop-up-menu-header .material-icons {
    float: left !important;
    color: #0a9 !important;
    font-size: 1.5em !important;
  }
  .pop-up-menu-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 800;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.5em;
    padding-top: 0;
  }
  .pop-up-menu-container .pop-up-menu-inner-container {
    display: block;
    position: relative;
    height: 100vh;
    max-height: calc(100vh - 5em);
    max-width: 1012px;
    min-width: 863px;
    margin-top: 0.3em;
    padding-bottom: 1em;
    z-index: 800;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .mail-pop-up-menu-outer-box {
    position: relative;
    min-width: 18em;
    max-width: 18em;
    height: 100%;
    max-height: 29.5em;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right;
    box-shadow: -1px 6px 13px 0px #999;
    border-radius: 6px;
    margin-right: 0em;
    margin-top: 6em;
    padding-bottom: 0.3em;
  }
  .pop-up-menu-outer-box {
    min-width: 18em;
    max-width: 18em;
    height: 100%;
    max-height: 31.5em;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right !important;
    box-shadow: -1px 6px 13px 0px #999;
    border-radius: 6px;
    margin-right: 2.5em;
    margin-top: 6.5em;
    padding-bottom: 0.3em;
  }
  .pop-up-menu-mail-foders {
    margin-top: 0;
    float: right;
    margin-right: -0.3em;
  }
  .pop-up-menu-mail-foders .pop-up-menu-inner-box a .material-icons {
    font-size: 1.7em !important;
    color: #37a3da !important;
  }
  .pop-up-menu-mail-foders .pop-up-menu-inner-box a .mail-folder-text {
    font-size: 1.2em;
  }
  .pop-up-menu-mail-foders .pop-up-menu-inner-box a .mail-folder-text:hover {
    font-size: 1.2em;
    color: #37a3da !important;
  }
  .pop-up-menu-inner-box {
    position: inherit;
    max-height: calc(100% - 3em);
    background-color: #fff;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin-bottom: 0.3em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box {
    position: relative;
    display: grid;
    grid-template-columns: 3em auto;
    padding: 0.3em;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    background-color: #fff;
    border-radius: 0;
    font-size: 0.85em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box span {
    font-size: 1.25em;
    color: #000;
    letter-spacing: 0px;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box .material-icons {
    font-size: 1.7em;
    color: #47a3da;
    margin-left: 0.1em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box .pop-up-link-box-text {
    display: grid;
    grid-template-columns: auto auto;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box .pop-up-link-box-text .pop-up-new-bubble {
    position: relative;
    background-color: #3da;
    border-radius: 100%;
    padding: 0.3em;
    color: #fff;
    font-size: 0.7em;
    min-width: 12px;
    height: 12px;
    float: right;
    margin-left: 3em;
    font-weight: bold;
    border-bottom-left-radius: 0 !important;
    text-align: center;
    margin-right: 1em;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box:hover {
    background-color: #f4f6f7;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box:hover span {
    color: #37a3da !important;
  }
  .pop-up-menu-inner-box .pop-up-menu-link-box:hover .material-icons {
    color: #37a3da !important;
  }
  .pop-up-menu-inner-box .pop-up-menu-last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
  }
  .pop-up-menu-inner-box a {
    color: #444 !important;
  }
  .radioDivs-inline {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1em;
    padding: 0.5em;
  }
  .radioDivs-inline2 {
    display: grid;
    grid-template-columns: 1.5em auto;
    grid-gap: 1em;
    border: 1px solid #ccc;
    padding: 0.6em;
    cursor: pointer;
    font-size: 1.2em;
    transition: all 0.5s ease-in-out;
    border-radius: 5px !important;
  }
  .radioDivs-inline2 .radioDivs {
    background-color: #fff;
    height: 1em;
    width: 1em;
    border: 5px solid #47a3da;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  .radioDivs-inline2:hover {
    border-color: #3da;
  }
  .radioDivs-inline2:hover .radioDivs {
    border-color: #3da;
  }
  .radioDivs-inline2-active {
    background-color: #3da !important;
    border-color: #3da !important;
    color: #fff !important;
  }
  .radioDivs-inline2-active .radioDivs {
    border-color: #fff !important;
    background-color: #3da !important;
  }
  .projectRolesLists {
    display: grid;
    grid-template-columns: auto 5em;
    grid-gap: 1em;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-bottom: 0px;
  }
  .projectRolesLists .projectLeftBox {
    padding: 0.3em;
  }
  .projectRolesLists .projectRightBox {
    padding: 0.3em;
    color: #ccc;
    display: grid;
    grid-template-columns: auto auto;
  }
  .projectRolesLists .projectRightBox .material-icons {
    color: #ccc;
    cursor: pointer;
  }
  .projectRolesLists .projectRightBox .material-icons:first-child:hover {
    color: #3da;
  }
  .projectRolesLists .projectRightBox .material-icons:last-child:hover {
    color: #ff4500;
  }
  .projectRolesLists:hover {
    background-color: #eee;
  }
  .projectRolesLists:last-child {
    border-bottom: 1px solid #ccc;
  }
  .update-btn {
    padding: 0.4em;
    background-color: #47a3da;
    color: #fff;
    border: 1px solid #47a3da;
    text-transform: uppercase;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 2px;
  }
  .white-board-outer-box {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  .zoom-out-fade-out {
    transform: scale(0);
    transition: all 0.7s ease-in-out;
  }
  .recommendListBox-active {
    background-color: rgba(1, 198, 112, 0.5) !important;
    border: 2px solid #3da !important;
    color: #000 !important;
    border-radius: 4px !important;
  }
  .recommendListBox-active .recommendRadioDiv {
    border-color: #fff !important;
    background-color: #3da !important;
    color: #fff !important;
  }
  .recommendListBox-active:hover {
    border-bottom: 2px solid #0a9 !important;
  }
  .recommendListBox {
    background-color: #f4f6f8;
    max-width: 38em;
    display: grid;
    grid-template-columns: 3em auto;
    grid-gap: 0.5em;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.5s ease-in-out;
  }
  .recommendListBox .recommendSearchAvatar {
    border-radius: 3px;
    width: 3.3em;
    height: 3.5em;
    background-size: cover;
    background-position: top center;
  }
  .recommendListBox .recommendRadioDiv {
    float: right;
    background-color: #fff;
    height: 1.5em;
    width: 1.5em;
    border: 4px solid #47a3da;
    border-radius: 50%;
    margin-top: -1em;
    transition: all 0.5s ease-in-out;
    color: #fff;
  }
  .recommendListBox:hover {
    background-color: #eee;
    border-bottom-color: #3da !important;
  }
  .recommendListBox:hover .recommendRadioDiv {
    border-color: #3da;
  }
  .tabs {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 0.5rem;
    background-color: #fff;
  }
  .tabs .tab-button {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
  }
  .tabs .tab-button.active {
    background-color: #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ccc;
    border-bottom: 0 !important;
    text-transform: uppercase !important;
    color: #47a3da;
    z-index: 2;
    font-weight: 400 !important;
  }
  .tabs .tab-button.active .fa-solid {
    color: orange !important;
  }
  .tabs .tab-button .fa-solid {
    color: #47a3da !important;
  }
  .tabs .tab-button .fa-brands {
    color: #47a3da;
  }
  .tabs .tab-button.active .fa-brands {
    color: orange !important;
  }
  .tabs .tab-button:hover {
    color: #47a3da;
  }
  .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0.5rem;
    background-color: #eee;
    border-radius: 0 0 8px 8px;
  }
  .lmw-tab-content-inner {
    border-radius: 0 0 8px 8px;
    background-color: #fff !important;
  }
  .tabs .views {
    border-bottom: 1px solid #ccc;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .lmw-top-members-search-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    margin: auto !important;
    grid-row-gap: 1rem;
  }
  .lmw-top-members-search-list {
    position: relative;
    max-width: 10.75rem !important;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    box-shadow: 2px 2px 8px 2px #dedede;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
    margin: 0 auto !important;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .main-container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 900px auto !important;
    grid-gap: 0.25rem !important;
    width: calc(1150px + 1rem) !important;
    min-width: calc(1150px + 1rem) !important;
    background-color: #fff !important;
    padding: 0 !important;
  }
  .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 900px auto;
    grid-gap: 0.25rem;
    width: calc(1150px + 1rem);
    min-width: calc(1150px + 1rem);
    background-color: #fff;
    padding: 0;
  }
  .lmw-top-members-container {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .lmw-home-top-members-container {
    position: relative;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .lmw-home-top-members-list {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-home-top-members-list-avatar {
    position: relative;
    width: 100% !important;
    height: 13rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom: 4px solid #cccc !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list:hover {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list:hover .lmw-home-top-members-list-avatar {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list {
    position: relative;
    max-width: 15rem;
    color: #444 !important;
    border: 1px solid #dedede;
    background-color: #ffff !important;
    box-shadow: 2px 2px 15px 1px #ccc;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list-avatar {
    position: relative;
    width: 10.5rem;
    height: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 6px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom: 4px solid #cccc !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-top-members-list:hover {
    border-color: #47a3da !important;
  }
  .lmw-top-members-list:hover .lmw-top-members-list-avatar {
    border-color: #47a3da !important;
  }
  .lmw-top--members-list-info {
    color: #666 !important;
  }
  .lmw-home-top-videos-container {
    max-width: 980px;
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
    margin: auto;
  }
  .lmw-top-videos-card {
    width: 100% !important;
    height: 10rem;
    background-color: #dedede;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #888;
    border-top: 20px solid #000;
    border-bottom: 20px solid #000;
    box-shadow: 0px 2px 15px 1px #999;
    padding: 0.35rem;
  }
  .lmw-top-videos-cards2 {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0px 2px 15px 1px #000;
  }
  .lmw-video-uploader-box a {
    color: #0080ff !important;
  }
  .lmw-video-uploader-box {
    position: absolute !important;
    display: grid;
    grid-template-columns: 2rem auto !important;
    grid-gap: 0.25rem;
    width: calc(100% - 0.7rem);
    max-width: calc(100% + 0.35rem);
    top: 0em;
    background-color: #fff;
    color: #000 !important;
    padding: 0.25rem;
    transition: all 1s ease-in-out !important;
    opacity: 0;
  }
  .lmw-top-video-player-icon {
    position: relative !important;
    padding: 0 !important;
    color: #fff;
    font-size: 4rem;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 75%;
    cursor: pointer !important;
    transition: all 0.45s ease-in-out !important;
    z-index: 100;
  }
  .lmw-top-video-player-icon:hover {
    color: #3da !important;
    opacity: 100% !important;
  }
  .lmw-top-videos-card:hover .lmw-top-video-player-icon {
    opacity: 75%;
    top: 7.5rem;
    bottom: -1rem !important;
    transform: translateY(-5.5rem);
  }
  .lmw-top-video-uploader-avatar {
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
    background-position: top center;
    border-radius: 50% !important;
    background-color: #47a3da;
    margin: auto;
  }
  .lmw-top-video-uploader-info {
    padding: 0;
    margin-left: 0.5rem;
    transition: all 1s ease-in-out !important;
  }
  .lmw-top-videos-card:hover .lmw-video-uploader-box {
    opacity: 1 !important;
  }
  .lmw-top-video-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    background-color: rgba(13, 152, 227, 0.35);
    border-top-right-radius: 8px;
    padding: 0.2rem;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-top-videos-card:hover .lmw-top-video-title-box {
    opacity: 1 !important;
    background-color: #47a3da !important;
  }
  .lmw-rounded-4 {
    border-radius: 4px !important;
  }
  .lmw-pagination-buttons {
    border-radius: 4px !important;
    background-color: #47a;
    color: #fff;
    padding: 0.05rem 0.5rem !important;
    margin: 0 0.1rem !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-pagination-buttons:hover {
    background-color: #47a3da;
  }
  .lmw-inactive-pgn-button {
    background-color: #eee !important;
    color: #000 !important;
    cursor: default !important;
    border: 1px solid #ccc !important;
  }
  .lmw-pagination-container {
    width: 100%;
    text-align: center !important;
    background: #f1f1f1;
  }
  .lmw-color-blue-regular {
    color: #47a3da !important;
  }
  .invisible {
    display: none;
  }
  .lmw-lower-case div {
    color: #000;
    font-weight: 300 !important;
  }
  .lmw-lower-case span {
    color: #666;
    font-weight: 300 !important;
  }
  .lmw-adverts-container {
    display: grid;
    grid-template-columns: 3rem auto;
    grid-gap: 0;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-adverts-container:hover {
    background-color: #f4f6f8;
  }
  .lmw-adverts-subheader {
    display: grid;
    grid-template-columns: auto auto;
  }
  .lmw-adverts-subheader-left {
    text-align: left !important;
  }
  .lmw-adverts-subheader-right {
    margin-right: 0 !important;
    text-align: right !important;
    align-self: right;
  }
  .lmw-tabs-menu-box {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .lmw-tabs-menu {
    background-color: #47a;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.25rem;
    border-color: #47a;
    font-weight: 400 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-tabs-menu:hover {
    background: #47a3da;
    border-color: #47a3da;
    color: #fff;
  }
  .lmw-tabs-menu:hover i {
    color: #fff;
  }
  .lmw-tabs-menu-active {
    background: #f4f6f8 !important;
    background-color: #f4f6f8 !important;
    color: #235 !important;
    font-weight: 400 !important;
    border-color: #ccc !important;
    border-bottom: 0 !important;
    cursor: default !important;
  }
  .lmw-tabs-menu-active:hover {
    background: #f4f6f8 !important;
    background-color: #f4f6f8 !important;
    color: #235 !important;
  }
  .lmw-tabs-menu-active:hover i {
    color: #235 !important;
  }
  .lmw-my-work-lists {
    transition: all 0.35s ease-in-out !important;
    display: grid;
    grid-template-columns: auto 7rem;
    border-bottom: 1px dashed #999;
    grid-gap: 0;
    padding: 0 !important;
  }
  .lmw-my-work-lists:last-child {
    border-bottom: 0 !important;
  }
  .lmw-tab-menu-left {
    border-top-right-radius: 16px !important;
    border: 1px solid #ccc;
    border-bottom: 1px solid #47a3da;
    border-left: 0;
  }
  .lmw-tab-menu-right {
    border-top-left-radius: 16px !important;
    border: 1px solid #ccc;
    border-bottom: 1px solid #47a3da;
    border-right: 0;
  }
  .lmw-position-middle {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-left: 1rem;
  }
  .lmw-custom-x-button {
    background-color: #999;
    color: #fff;
    padding: 0.1rem 0.35rem;
    transition: all 0.35s ease-in-out !important;
    border-radius: 4px;
  }
  .lmw-edit-button {
    background-color: #dedede;
    color: #444;
    padding: 0.5rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-edit-button:hover {
    background-color: #3da !important;
    color: #fff !important;
  }
  .lmw-cancel-button {
    background-color: #dedede;
    color: #000;
    padding: 0.5rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-cancel-button:hover {
    background-color: orange !important;
    border-color: orange !important;
    color: #fff !important;
  }
  .lmw-cancel-button:hover .lmw-custom-x-button {
    background-color: orange !important;
    color: #fff !important;
  }
  .lmw-delete-button {
    background-color: #c94d4ddd;
    color: #fff;
    padding: 0.5rem 1rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-delete-button:hover {
    background-color: #ff3030 !important;
    color: #fff !important;
  }
  .lmw-delete-button-faded {
    background-color: #dedede;
    color: #444;
    padding: 0.5rem 0.6rem;
    cursor: pointer !important;
    transition: all 0.35s ease-in-out !important;
  }
  .lmw-delete-button-faded:hover {
    background-color: #ff3030 !important;
    color: #fff !important;
  }
  .lmw-edit-media-two-rows {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 25rem !important;
    max-height: 25rem;
    transform: translateY(0rem) !important;
    display: grid;
    grid-template-columns: 25rem auto;
    grid-gap: 1rem;
  }
  .lmw-selected-member-active {
    background-color: #3da;
    color: #fff !important;
  }
  .lmw-selected-member-active i {
    color: #fff !important;
  }
  .lmw-select-member-to-recommend-card {
    position: relative !important;
    display: grid !important;
    min-height: 4rem !important;
    grid-template-columns: 4rem auto !important;
    grid-gap: 0.5rem !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 1.5px 1.5px 7px 0px #ccc;
    cursor: pointer !important;
  }
  .lmw-select-member-to-recommend-card:hover {
    border-color: #47a3da !important;
    box-shadow: #47a3da;
    box-shadow: 1.5px 1.5px 7px 0px #ccc !important;
  }
  .lmw-selected-member-card-image {
    position: relative !important;
    height: 100%;
    width: 4rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: left;
    align-content: center;
    padding: 0.25rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .lmw-button-regular {
    position: relative !important;
    background-color: #47a;
    color: #fff;
    padding: 0.5rem 1rem !important;
    margin: 0.25rem;
    text-align: center;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-button-regular:hover {
    background-color: #47a3da !important;
  }
  .lmw-dashboard-icons {
    font-size: 2rem;
  }
  .lmw-outer-container {
    position: relative;
    display: grid;
    grid-template-columns: auto 100%;
    grid-gap: 0.5rem;
  }
  .main-container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 900px auto !important;
    grid-gap: 0.25rem !important;
    width: calc(1150px + 1rem) !important;
    min-width: calc(1150px + 1rem) !important;
    background-color: #fff !important;
    padding: 0 !important;
  }
  .lmw-main-container {
    position: relative;
    display: grid;
    grid-template-columns: 900px auto;
    grid-gap: 0.25rem;
    width: calc(1150px + 1rem);
    min-width: calc(1150px + 1rem);
    background-color: #fff;
    padding: 0;
  }
  .lmw-video-container {
    position: relative;
    width: calc(100% - 1rem);
    max-width: 100%;
    height: 22.95rem;
    margin: 0.5rem;
    background-color: #000;
    border-radius: 6px;
  }
  .lmw-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  .lmw-photo-gallery-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100% !important;
    z-index: 1150;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 1.5rem;
  }
  .lmw-photo-gallery-inner-container {
    position: relative !important;
    width: auto !important;
    min-width: 50%;
    max-width: calc(100% - 7em);
    height: calc(100% - 1rem) !important;
    display: grid;
    grid-template-columns: auto 17rem;
    margin: 0.5rem auto !important;
    background-color: #fff;
  }
  .lmw-close-window {
    position: absolute;
    right: 1rem;
    color: #999;
    font-size: 4rem;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
  }
  .lmw-close-window:hover {
    color: #fff !important;
  }
  .lmw-photo-gallery-image-viewer {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    min-height: calc(100%- 2rem) !important;
    background-color: #000;
    overflow: hidden;
  }
  .lmw-photo-gallery-image-box {
    display: block;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
  }
  .lmw-photo-gallery-image-viewer img {
    display: block;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    position: relative;
    margin: 0 auto !important;
    text-align: center !important;
    align-items: center !important;
  }
  .lmw-photo-gallery-image-list {
    position: relative;
    min-height: calc(100% - 0.5rem) !important;
    max-height: calc(100% - 0.5rem) !important;
    background-color: #fff;
    overflow: hidden;
  }
  .lmw-photo-gallery-image-list-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0.5rem;
    max-height: calc(100% - 5rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
    background-color: #fff;
  }
  .lmw-photo-gallery-image-list-thumbnails {
    width: 10rem;
    max-width: 10rem;
    height: 12rem;
    max-height: 12rem;
    padding: 1rem !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #ccc;
    border: 1rem solid #ccc;
    margin: 0 auto !important;
    cursor: pointer !important;
    transition: all 0.15s ease-in-out !important;
  }
  .lmw-photo-gallery-image-list-thumbnails:hover {
    background-color: #47a3da !important;
    border: 1rem solid #47a3da !important;
    border-radius: 8px !important;
  }
  .lmw-thumbnails-thumbnails-active {
    background-color: #3da !important;
    border-color: #3da !important;
    border-radius: 8px !important;
  }
  .lmw-thumbnails-thumbnails-active:hover {
    background-color: #3da !important;
    border-color: #3da !important;
  }
  .lmw-photo-gallery-image-list-thumbnails img {
    position: relative;
    max-width: 100% !important;
  }
  .lmw-photo-gallery-image-info {
    position: absolute !important;
    display: grid;
    grid-template-columns: 5rem auto !important;
    grid-gap: 0.5rem !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: calc(100% - 4rem) !important;
    border: 1px solid #333;
    color: #000 !important;
    bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: inherit;
    margin: 0 2rem !important;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-photo-gallery-image-info .fal {
    position: absolute;
    margin-top: -2.5rem;
    font-size: 2.2rem;
    cursor: pointer;
    right: 1rem;
    transition: all 0.25s ease-in-out !important;
  }
  .lmw-photo-gallery-image-info-creator {
    position: relative !important;
    height: 5rem !important;
    width: 5rem !important;
    background-size: cover;
    background-position: top center;
  }
  .lmw-text-area-field {
    width: 100% !important;
    min-height: 10rem;
    border: 1px solid #ccc;
    padding: 0.5rem !important;
    border-radius: 0.5rem !important;
    resize: none !important;
    font-size: 1rem !important;
    font-weight: 200;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-text-area-field:focus {
    border-color: #47a3da;
    color: #235 !important;
    padding: 0.5rem !important;
    outline: 0 !important;
  }
  .lmw-header-container {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    position: fixed !important;
    width: 100% !important;
    height: 4em !important;
    background-color: #fff !important;
    z-index: 1100;
  }
  .lmw-header-inner-container {
    position: relative;
    display: grid;
    grid-template-columns: 9rem 600px auto;
    grid-gap: 0.5rem;
  }
  .lmw-header-left {
    display: grid;
    grid-template-columns: 3em auto;
    grid-gap: 0.5rem;
    background-color: #fff;
  }
  .lmw-mobile-menus {
    max-width: 3rem;
  }
  .lmw-header-left i {
    font-size: 2.5rem;
    cursor: pointer !important;
    color: #ccc;
    transition: all 0.2s ease-in-out !important;
    margin-top: 0.3rem;
  }
  .lmw-header-left i:hover {
    color: #47a3da !important;
  }
  .lmw-top-brand-logo {
    max-width: 5rem;
  }
  .lmw-top-cv-logo {
    max-width: 100% !important;
  }
  .lmw-header-middle {
    display: grid;
    grid-template-columns: auto 2rem;
  }
  .lmw-header-middle i {
    position: inherit;
    font-size: 2rem;
    margin-left: -3rem;
    margin-top: 0.55rem;
    color: #ccc !important;
  }
  .lmw-header-search-field {
    width: 100%;
    padding: 0.2rem 1rem;
    padding-right: 3rem;
    border: 1px solid #dedede;
    background-color: #f4f6f8;
    border-radius: 1.25rem;
    outline: none !important;
    margin-top: 0.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #444 !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-header-search-field:focus {
    border: 1px solid #47a3da !important;
  }
  .lmw-header-right {
    display: grid;
    grid-template-columns: 7.5rem auto !important;
    grid-gap: 0.5rem;
    background-color: #fff;
  }
  .lmw-header-social-icons {
    position: relative;
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 0.5rem;
    background-color: #fff;
    max-width: 7.5rem !important;
    text-align: center !important;
    float: right;
  }
  .lmw-header-right i {
    font-size: 2.5rem;
    color: #ccc;
    margin-top: 0.3rem;
    transition: all 0.3s all ease-in-out !important;
  }
  .lmw-header-right i:hover {
    color: #47a3da !important;
  }
  .base_container {
    margin-top: 4.35rem !important;
  }
  .lmw-header-avatar {
    background-color: #fff;
    text-align: center;
  }
  #lwm_header_avatar {
    position: relative;
    z-index: 1500 !important;
  }
  .lmw-top-search-header-icon {
    font-size: 3rem;
  }
  .lmw-rounded-top-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .lmw-modal-container {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1500;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-modal-container:hover {
    background-color: #eee !important;
  }
  .lmw-sample-jobs-container {
    display: grid !important;
    grid-template-columns: 3.5rem auto;
    grid-gap: 0.5rem;
    background-color: #fff;
    max-width: 100%;
    cursor: disabled;
  }
  .lmw-br {
    border-right: 0.1rem dotted #ccc;
  }
  .lmw-lower-case {
    text-transform: initial !important;
  }
  .lmw-lower-case div {
    font-weight: 100 !important;
  }
  .lmw-overall-header-title {
    font-size: 1.2rem;
    font-family: "Roboto Slab", serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 100 !important;
  }
  .lmw-overall-header-title div {
    font-weight: 100 !important;
  }
  .lmw-sample-jobs-header {
    font-size: 1.35rem;
    font-family: "Roboto Slab", serif !important;
    font-weight: 100 !important;
  }
  .lmw-semi-bold {
    font-weight: 200 !important;
  }
  .lmw-text-labels {
    font-size: 1.05rem !important;
  }
  .lmw-text-m {
    font-size: 1rem !important;
  }
  .lmw-text-sm {
    font-size: 0.9rem !important;
  }
  .lmw-text-xsm {
    font-size: 0.8rem !important;
    font-weight: 100 !important;
  }
  .lmw-land-box {
    display: grid;
    grid-template-columns: 1rem auto;
    grid-gap: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .lmw-ads-box {
    padding-bottom: 0 !important;
  }
  .lmw-sample-jobs-container:hover {
    padding-bottom: 0 !important;
    background-color: #f6f8f9 !important;
  }
  .lmw-flag-sm {
    max-width: 100% !important;
  }
  .lmw-hr-dark {
    border: 1px solid #ccc !important;
    margin: 0.2rem;
  }
  .lmw-icon-lg {
    font-size: 3rem;
    color: #dedede !important;
    text-align: center !important;
  }
  .lmw-text-light {
    font-weight: 100 !important;
  }
  .lmw-highlight-container {
    background-color: #f4f6f8;
    max-width: 100% !important;
    margin: auto !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .lmw-apps-box {
    border: 1px solid #dedede;
    min-width: 7rem;
    max-width: 7rem;
    border-radius: 0.5rem;
    background-color: #f1f1f1;
    color: #000;
    font-weight: 100 !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 2px 8px 10px 2px #dedede;
  }
  .lmw-b {
    border: 1px solid #dedede;
  }
  .lmw-bg-white {
    background-color: #fff !important;
  }
  .lmw-bg-light-gray {
    background-color: #f4f6f8 !important;
  }
  .lmw-rounded-6 {
    border-radius: 6px !important;
  }
  .lmw-apps-wrapper {
    display: grid !important;
    grid-template-columns: auto auto auto auto auto auto !important;
    grid-gap: 0.5rem !important;
    max-width: 45rem;
    margin: auto !important;
  }
  .lmw-apps-box:hover .lmw-apps-info {
    color: #fff !important;
  }
  .lmw-apps-box:hover .fas {
    background-color: #47a3da;
    color: #fff !important;
  }
  .lmw-message-modal-textarea {
    border-radius: 0.5rem !important;
    width: 100% !important;
  }
  .lmw-apps-info {
    display: grid;
    grid-template-columns: 2rem auto !important;
    grid-gap: 0.25rem;
    margin-top: 0.1rem;
    color: #47a3da;
    transition: all 0.3s ease-in-out !important;
    max-width: 98% !important;
    margin: auto;
  }
  .lmw-apps-totals {
    font-size: 1.3rem;
    margin-top: 0rem;
    font-family: "Roboto Slab", serif !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-p-2 {
    padding: 0.5rem;
  }
  .lmw-apps-box .fas {
    font-size: 2rem;
    color: #47a3da;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-highlight-header {
    display: grid;
    grid-template-columns: 8rem auto;
    grid-gap: 1rem;
    margin: auto;
    max-width: 37.5rem;
    text-align: center;
  }
  .lmw-text-header {
    font-size: 1.35rem;
    font-family: "Roboto Slab", serif !important;
    margin-top: 2.5rem;
    text-align: left;
  }
  .lmw-text-under-title {
    text-align: left;
  }
  .lmw-highlight-avatar {
    height: 8rem;
    width: 8rem;
    border-radius: 50% !important;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border: 4px solid #47a3da !important;
  }
  .lmw-border-t {
    border-top: 1px solid #dedede;
  }
  .lmw-border-l {
    border-left: 1px solid #dedede;
  }
  .lmw-border-r {
    border-right: 1px solid #dedede;
  }
  .lmw-border-b {
    border-bottom: 1px solid #dedede;
  }
  .lmw-border-b-dashed {
    border-bottom: 1px dashed #dedede;
  }
  .lmw-highlight-body {
    background-color: #fff !important;
    padding: 1rem;
  }
  .lmw-btr-md {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .lmw-btr-sm {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .lmw-text-start {
    text-align: left !important;
  }
  .lmw-text-center {
    text-align: center !important;
  }
  .modal-dialog {
    position: relative;
    z-index: 1200;
  }
  .lmw-text-end {
    text-align: right !important;
  }
  .lmw-text-link {
    color: #47a3da;
    cursor: pointer !important;
  }
  .lmw-text-link:hover {
    color: #3da !important;
  }
  .lmw-driversLicense-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
  }
  .lmw-apps-box:hover {
    background-color: #47a3da;
    border-color: #47a3da;
    color: #fff !important;
    box-shadow: 0 !important;
  }
  .lmw-img-creator-container {
    display: grid;
    grid-template-columns: 5rem auto !important;
    grid-gap: 0.3rem;
    min-height: 7rem;
  }
  .lmw-img-creator-img {
    background-size: cover;
    background-position: top center;
  }
  .lmw-bg-gradient-gray {
    background: linear-gradient(top, #f4f6f8, #dedede) !important;
  }
  .lmw-bg-gradient-white {
    background: linear-gradient(top, #fff, #eee) !important;
  }
  .lmw-mb-1 {
    margin-bottom: 0.3rem !important;
  }
  .lmw-grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0.5rem;
  }
  small {
    font-size: 0.85rem !important;
  }
  .lmw-text-area {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 7rem;
    max-height: auto !important;
    padding: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
    resize: none !important;
  }
  .lmw-text-area:focus {
    background-color: #f4f6f8 !important;
    border: 1px solid #47a3da !important;
    color: green !important;
  }
  .lmw-devide-in-two {
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 1rem;
  }
  .lmw-text-field {
    position: relative !important;
    width: 100%;
    max-width: 25rem;
    padding: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-text-field:focus {
    background-color: #f4f6f8 !important;
    border: 1px solid #47a3da !important;
    color: green !important;
  }
  .lmw-select-field {
    position: relative !important;
    width: auto;
    padding: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
  }
  .lmw-select-field:focus {
    background-color: #f4f6f8 !important;
    border: 1px solid #47a3da !important;
    color: green !important;
  }
  .lmw-text-div-box {
    max-width: 60%;
  }
  .lmw-network-card {
    position: relative;
    border: 1px solid #fff;
  }
  .lmw-network-card:hover {
    box-shadow: 0px 0px 15px #ccc;
    border: 1px solid #dedede !important;
  }
  .lmw-network-card-inner {
    position: relative;
    display: grid;
    grid-template-columns: 5rem auto;
  }
  .lmw-network-card-avatar {
    position: relative;
    height: 100% !important;
    width: 5rem;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 6px 0 0 6px !important;
  }
  .lmw-network-card:hover .lmw-network-card-avatar {
    border-radius: 6px 0 0 6px !important;
  }
  .lmw-grid-50 {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-gap: 0.5rem;
  }
  .lmw-float-left {
    text-align: left !important;
  }
  .lmw-float-right {
    text-align: right !important;
  }
  option {
    background-color: skyblue !important;
    color: #fff !important;
  }
  .lmw-search-results-list {
    display: grid !important;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
  }
  .lmw-header-grid-50 {
    display: grid !important;
    grid-template-columns: auto auto;
  }
  .overall-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 6.3em;
    padding: 0;
    margin: 0;
    z-index: 1000;
    font-size: 0.9em;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .overall-header #headerMenuIcon {
    display: none;
  }
  .overall-header .header-inner {
    max-width: 980px;
    padding: 0.5em;
    display: grid;
    grid-template-columns: 15em auto 6em;
    grid-column-gap: 0em;
  }
  .overall-header .header-inner .header-brandBox {
    max-width: 100%;
    height: 5em;
    text-align: center;
  }
  .overall-header .header-inner .header-brandBox .brand-logo {
    position: relative;
    max-width: 100%;
    height: 100%;
  }
  .overall-header .header-inner .header-brandBox {
    background-color: inherit;
  }
  .overall-header .header-inner .header-avatarBox {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .overall-header .header-inner .header-avatarBox .header-avatarDiv {
    width: 3.5em;
    height: 3.5em;
    border: 4px solid #ccc;
    border-radius: 100% !important;
    padding: 0 !important;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
  }
  .overall-header .header-inner .header-avatarBox .header-avatarDiv .material-icons {
    margin: auto;
    font-size: 3em;
    margin-top: 0.8em;
    margin-left: 0.06em;
    color: #ccc;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox {
    min-width: 36.8em;
    max-width: 36.8em;
    color: #666;
    font-size: 1em;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox .header-searchField {
    padding: 0.3em;
    padding-left: 1em;
    width: 25em;
    font-size: 1.2em;
    border-radius: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    margin-top: 0.3em;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox #header_searchIcon {
    color: #47a3da;
    position: relative;
    float: right;
    margin-left: -4.5em;
    margin-top: -1.24em;
    font-size: 1.8em;
    background-color: #444;
    padding: 0.1em;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    border-radius: 0 4px 4px 0;
  }
  .overall-header .header-inner .header-searchBox .header-middleBox #header_searchIcon:hover {
    color: #0a9;
    background-color: #444;
  }
  .recent-members-container {
    max-width: 100% !important;
    min-width: 100%;
    min-height: 27em;
    max-height: 27em;
    background-image: url(".$this->user_avatar().");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .userHighLight {
    position: absolute;
    grid-template-rows: 5% auto 5%;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 10em);
    min-height: calc(100% - 15em);
    padding: 5em;
    padding-bottom: 10em;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    transform: scale(0);
  }
  .onlineHighLight {
    position: absolute;
    grid-template-rows: 5% auto 5%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: calc(100% - 10em);
    min-height: calc(100% - 15em);
    padding-top: 5%;
    padding-bottom: 10em;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    transform: scale(0);
  }
  .hide {
    position: relative !important;
    display: none;
    transition-delay: 0.3s;
    margin-top: calc(-100% + -2rem) !important;
    transition: all 0.3s ease-in-out !important;
  }
  .show {
    display: block !important;
    position: fixed;
    z-index: 1010 !important;
    transform-origin: 0;
    transform: scale(1);
    transition: all 0.3s linear ease-in-out;
  }
  .userHighLight_Inner {
    width: 23em;
    max-width: 23;
    min-height: 25em;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0;
    transition: all 0.5s ease-in-out;
    margin: auto;
    box-shadow: 2px 2px 10px #888;
    margin-bottom: 10em !important;
  }
  .userHighLight_Inner .closeIcons {
    float: right;
    border: 1px solid #47a;
    cursor: pointer;
    border-radius: 3px;
    max-height: 1em !important;
    width: 1em;
    max-width: 1em;
    height: 1em;
    padding: 0em;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .userHighLight_Inner .closeIcons:hover {
    /* border: 1px solid red;
        background-color: rgba(250,0,0, 0.01); */
    color: orangered;
  }
  .userHighLight_Inner .oupClose {
    float: right;
    border: 1px solid #47a;
    cursor: pointer;
    border-radius: 3px;
    max-height: 1em !important;
    width: 1em;
    max-width: 1em;
    height: 1em;
    padding: 0em;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .userHighLight_Inner .oupClose:hover {
    /* border: 1px solid red;
        background-color: rgba(250,0,0, 0.01); */
    color: orangered;
  }
  .userHighLight_Inner .userHeighLightHeader {
    display: block;
    padding: 0.5em;
    margin: 0;
    background-color: #47a;
    position: relative;
    width: calc(100% - 1em);
    max-width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    display: grid;
    grid-template-columns: 1em auto 1em;
  }
  .userHighLight_Inner .userHeighLightHeader .upAvatar {
    position: inherit;
    width: 5em;
    height: 5em;
    background-position: middle;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: -2em;
  }
  .userHighLight_Inner .userHeighLightHeader .isOnline {
    padding: 0.1em;
    background-color: greenyellow;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    float: left;
  }
  .userHighLight_Inner .userHeighLightHeader .isOffline {
    padding: 0.1em;
    background-color: #fa0000;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    float: left;
  }
  .userHighLight_Inner .upHeaderText {
    width: 100%;
    text-align: center;
    padding-top: 2.3em;
  }
  .userHighLight_Inner .upHeaderText .fullName {
    font-size: 1.5em;
    font-weight: bold;
    align-content: center;
  }
  .userHighLight_Inner .upOptionList {
    border-top: 1px dotted #ccc;
    /* border-bottom: 1px dotted #fff; */
    display: grid;
    grid-template-columns: 3em auto;
    padding: 0.3em 0.5em;
    cursor: pointer;
    color: #000;
  }
  .userHighLight_Inner .upOptionList .material-icons {
    color: #47a3da;
    font-size: 1.3em;
  }
  .overall-header-titles {
    padding: 0.5em;
    font-family: "Roboto Slab", serif !important;
    font-size: 1.5em;
    color: #000;
    font-weight: lighter !important;
    background-color: #f4f6f7;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .overall-header-titles .label {
    font-size: 0.6em !important;
    margin-top: 0.3em;
  }
  .overall-header-titles small {
    font-size: 0.75em;
  }
  .overall-header-titles .textField {
    font-size: 0.9rem !important;
  }
  .main-container {
    max-width: 100%;
    display: block;
    font-size: 0.9em !important;
    margin-top: 5rem;
    margin-bottom: 0rem !important;
  }
  .lmw-quick-search-results {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw !important;
    height: 100vh;
    bottom: 0 !important;
    transition: all 0.5s ease-in-out !important;
    padding: 0 !important;
    margin: 0;
    top: 3.5em;
    z-index: 1000;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box {
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    padding-top: 0.5em !important;
    margin: 0 !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title {
    position: relative !important;
    display: grid;
    background-color: #fff !important;
    grid-template-columns: auto auto !important;
    max-width: calc(100% - 0) !important;
    padding-right: 1rem !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .top-search-header {
    display: grid;
    grid-template-columns: 1em auto;
    grid-gap: 0.5em;
    font-size: 1.1em;
    font-weight: 500 !important;
    margin-right: 0.5em !important;
    color: #777 !important;
    text-transform: uppercase !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .top-search-header .top-search-header-icon {
    color: #47a3da !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title #close-top-search-box-icon {
    color: #ccc;
    border-radius: 4px;
    font-size: 2em;
    padding: 0;
    cursor: pointer;
    float: right !important;
    transition: all 0.5s ease-in-out !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title #close-top-search-box-icon:hover {
    color: orangered !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-top-search-box-title .advanced-search {
    position: relative;
    float: right;
    font-size: 0.9em;
    text-align: right !important;
    margin-right: 0em !important;
    /* background-color: #ccc; */
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-bottom: 2.5rem;
    max-width: calc(100% - 0) !important;
    height: 100%;
    max-height: calc(100% - 10rem);
    min-height: calc(100% - 30rem) !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1em !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons {
    color: #888;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer;
    font-size: 1.1em !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .overall-header-titles .material-icons:hover {
    color: #fa0002;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box {
    position: relative;
    display: block !important;
    border: 1px solid #ccc;
    background-color: #fff !important;
    box-shadow: 0 0 0.8em 0em #ccc inset;
    margin: 0em;
    margin-top: 0.2em;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    height: 100%;
    max-height: calc(100vh - 11.5rem) !important;
    overflow: hidden;
    overflow-y: auto !important;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells-link {
    border-bottom: 0;
  }
  .lmw-quick-search-results .lmw-quick-search-inner-box .lmw-inner-quick-search-results .lmw-inner-search-results-box .newproject-listTable .quick-search-result-cells {
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
    display: grid;
    grid-template-columns: 3.7em auto;
    grid-gap: 1em;
    padding: 0.2em;
  }
  .labels {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #444;
  }
  .home-highlight-updates {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box {
    max-width: 100%;
    color: #000 !important;
    cursor: pointer;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box .main-joblist-title {
    margin: 0.3em 0 !important;
    border-bottom: 1px dashed #fff;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box:hover {
    background-color: #f4f6f8;
    color: #47a3da !important;
  }
  .home-highlight-updates .main-outer-joblist-box .inner-main-joblist-box:hover .main-joblist-title {
    border-bottom: 1px dashed #ccc !important;
  }
  .home-highlight-updates .newest-members-container {
    padding: 0;
    display: grid;
    grid-template-columns: 5.5em 5.5em 5.5em 5.5em 5.5em;
    grid-gap: 0.5em;
    align-content: center;
  }
  .home-highlight-updates .newest-members-container .newest-members-list {
    background-size: cover;
    background-position: center center;
    height: 7.5em !important;
    width: 5.5em !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    box-shadow: 3px 5px 3px #ccc;
    margin: 0.5em 0;
    padding-top: 0.8em;
  }
  .home-highlight-updates .newest-members-container .newest-members-list .newest-members-name-tag {
    position: relative;
    background-color: #fff;
    white-space: nowrap;
    bottom: 0;
    padding: 0.5em;
    margin: 0.3em;
    margin-top: 1em;
    border-radius: 4px;
    color: #000 !important;
    max-width: 100%;
    transition: all 0.5s ease-in-out !important;
  }
  .home-highlight-updates .newest-members-container .newest-members-list:hover {
    box-shadow: 3px 3px 3px #47a3da !important;
  }
  .home-top-reels-container {
    display: grid;
    grid-template-columns: auto auto auto auto !important;
    grid-gap: 0.5em !important;
    transition: all 0.5s ease-in-out !important;
    max-width: 100% !important;
    overflow: hidden;
    overflow-x: auto !important;
  }
  .home-top-reels-container .homeimgPrevie {
    background-size: cover;
    background-position: center !important;
    width: 14.8em;
    max-width: 14.8em;
    height: 20em;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease-in-out !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .home-top-reels-container .homeimgPrevie .home-members-name-tag {
    position: relative;
    background-color: #fff;
    bottom: 0;
    padding: 0.5em;
    margin: 0.3em;
    margin-top: 0.5em;
    border-radius: 4px;
    color: #000 !important;
    max-width: 100% !important;
    transition: all 0.3s ease-in-out !important;
  }
  .home-top-reels-container .homeimgPrevie .material-icons {
    position: relative !important;
    font-size: 75px !important;
    color: rgba(250, 250, 250, 0.5);
    margin-top: 100px;
    margin-left: 0.9em !important;
    transition: color 0.3s ease-in-out !important;
    cursor: pointer !important;
  }
  .home-top-reels-container .homeimgPrevie .material-icons:hover {
    color: #fafafa !important;
  }
  .home-top-reels-container .homeimgPrevie:hover .material-icons {
    margin-top: 39px !important;
  }
  .welcome {
    padding: 0.5em;
    font-size: 1.6em;
    color: #000;
    font-weight: lighter !important;
    background-color: #f4f6f7;
    margin-bottom: 0.5em;
  }
  .welcome .material-icons {
    float: left;
    margin-right: 0.5em;
  }
  .smaller-headers {
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    font-size: 1.1em;
  }
  .label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    background-color: rgba(214, 213, 213, 0.7);
  }
  .site-activities {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 0.1em;
    padding: 0.5em;
    font-size: 0.8em;
    margin: -0.5em;
    margin-top: 0.1em;
    font-weight: lighter !important;
    max-width: 46em;
  }
  .site-activities .insites {
    max-width: 15em;
  }
  .site-activities .insites .insites-header {
    background-color: rgba(117, 121, 122, 0.23);
    padding: 0.3em;
    color: #000;
  }
  .site-activities .insites .insites-content {
    padding: 0.7em;
    background-color: rgba(49, 52, 53, 0.1);
    font-size: 0.85em;
  }
  .ucp_menuContainer {
    margin-right: 0em;
    width: 11em;
    background-color: #fff;
    border: 1px solid #000;
  }
  .ucp_menuContainer .overall-headers .material-icons {
    margin-right: 0.5em;
    color: #666;
    float: left !important;
  }
  .ucp_menuContainer .overall-headers .ucp_menuHeaderText {
    letter-spacing: 0.3em;
    color: #000;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox {
    padding: 0.35em;
    transition: all 0.15s linear;
    cursor: pointer;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #fff;
    border-left: 6px solid #fff;
    background-color: #fff;
    display: grid;
    grid-template-columns: 2em auto 2em;
    color: #000;
    text-decoration: none;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox .material-icons {
    margin-right: 0.3em;
    font-size: 1.3em;
    color: #47a3da;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .ucp_menuLinkbox:hover {
    border-left: 6px solid #47a3da;
    color: #47a3da !important;
    cursor: pointer;
    background-color: #f7f8f9;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .logout-linkBox .material-icons {
    color: orangered;
  }
  .ucp_menuContainer .ucp_menuInnerContainer .logout-linkBox:hover {
    border-left: 6px solid orangered !important;
    color: orangered !important;
  }
  .update-project-poster-box {
    position: relative;
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 0;
    max-width: 100% !important;
  }
  .update-project-poster-box .poster-preview-box {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    text-align: center !important;
  }
  .update-project-poster-box .poster-preview-box .overview_cover {
    position: relative;
    max-height: 500px !important;
    max-width: 90% !important;
    border: 10px solid #3da;
    background-color: #eee;
    margin: auto;
    border-radius: 6px !important;
  }
  .update-project-poster-box .update-project-poster-right {
    padding: 0;
  }
  .update-project-poster-box .update-project-poster-right .update-project-poster-right-inner {
    padding: 0.5em;
    display: grid;
    grid-template-columns: 130px 130px 130px 130px;
    grid-gap: 0.7em !important;
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
  }
  .update-project-poster-box .update-project-poster-right .update-project-poster-right-inner-list {
    height: 150px !important;
    max-width: 100%;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    padding: 1em;
    padding-left: 0.5em;
  }
  .mediaModal .modal_container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh !important;
    max-height: 100vh !important;
    z-index: 1500 !important;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto !important;
  }
  .mediaModal .modal_container .media-inner-container {
    margin: auto !important;
    padding: 0 !important;
    background-color: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px !important;
  }
  .mediaModal .modal_container .media-inner-container .modal-inline-header {
    display: grid;
    grid-template-columns: auto 1em;
  }
  .mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons {
    cursor: pointer !important;
    color: #888;
    transition: all 0.3s ease-in-out !important;
  }
  .mediaModal .modal_container .media-inner-container .modal-inline-header .material-icons:hover {
    color: orangered !important;
  }
  .mediaModal .modal_container .modify-member-modal {
    width: 100%;
    margin: 2em;
    margin-left: 4em;
    display: block !important;
    max-height: calc(100vh - 4em) !important;
    min-height: auto !important;
    background-color: #fff !important;
    max-width: 768px !important;
    overflow-y: auto;
  }
  .mediaModal .modal_container .modify-member-modal .modal-inline-header {
    display: grid;
    grid-template-columns: auto 1em;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ccc;
  }
  .mediaModal .modal_container .modify-member-modal .modal-inline-header .material-icons {
    float: right !important;
  }
  .mediaModal .modal_container .modify-member-modal #closeFormsBox {
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
    font-size: 1.3em;
  }
  .mediaModal .modal_container .modify-member-modal #closeFormsBox:hover {
    color: orangered;
  }
  .mediaModal .modal_container .modify-member-modal .textField {
    border-radius: 6px !important;
    font-size: 1em !important;
  }
  .mediaModal .modal_container .modal_InnerContainer {
    position: relative;
    width: 100%;
    max-width: 1100px;
    min-width: 700px;
    max-height: calc(100vh - 4em) !important;
    background-color: #000;
    margin: 2em auto;
    padding: 0;
    padding-bottom: -2em !important;
    display: grid;
    grid-template-columns: auto 21em;
    border-radius: 8px !important;
    border: 2px solid #666;
    box-shadow: 7px 7px 20px 0 #333;
    z-index: 1;
    overflow-y: hidden !important;
  }
  .mediaModal .modal_container .modal_imgInfo {
    position: relative;
    flex: 1;
    width: 100% !important;
    max-width: 100% !important;
  }
  .mediaModal .modal_container .img_postersInfo {
    position: relative;
    display: grid;
    grid-template-columns: auto 1em;
    background-color: #dedede;
    padding: 0.5em;
    padding-bottom: 0.25rem !important;
    margin: auto;
    border-top-right-radius: 8px;
  }
  .mediaModal .modal_container .modal_imgPrevie {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px 0 0 8px !important;
  }
  .mediaModal .modal_container .img-preview-helper {
    position: absolute;
  }
  .mediaModal .modal_container .img {
    display: block;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    max-height: calc(100vh - 0em) !important;
    min-height: 100% !important;
    text-align: center !important;
    align-items: center !important;
    border-radius: 8px 0 0 8px !important;
  }
  .mediaModal .modal_container .img .modal_big_image {
    position: relative;
    max-width: 100% !important;
    max-height: calc(100vh - 2em) !important;
    margin: auto !important;
    background-color: #000 !important;
  }
  .mediaModal .modal_container .video {
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    max-height: calc(100vh - 0em) !important;
    min-height: auto;
    text-align: center !important;
    align-items: center !important;
    border-radius: 8px 0 0 8px !important;
  }
  .mediaModal .modal_container .video .modal_big_image {
    position: relative !important;
    height: auto;
    min-height: 450px;
    width: 100%;
    max-width: 100% !important;
    margin: auto;
    margin-top: 0 !important;
    background-color: #000 !important;
    overflow: hidden;
  }
  .mediaModal .modal_container .modal_imgInfo_heaader {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
  }
  .mediaModal .modal_container .modal_imgsocial {
    position: fixed;
    color: #fff;
    background-color: #fff;
    padding: 0em;
    border-top: 1px dotted #bbb;
    width: inherit !important;
    max-width: 90%;
    margin: auto;
    margin-top: -3em;
  }
  .mediaModal .modal_container .modal_imgDescription {
    position: relative;
    padding: 0.5em;
    background-color: #fff;
    height: 100% !important;
  }
  .mediaModal .modal_container .modal_imgDescription .comment_container {
    position: relative;
    border: 1px solid #ccc;
    height: auto;
    min-height: auto;
    max-height: 30em;
    overflow-y: auto;
    background-color: #fff;
  }
  .mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner {
    position: relative;
    background-color: #eee;
  }
  .mediaModal .modal_container .modal_imgDescription .comment_container .comment_containerInner .commentbox {
    position: relative;
    font-size: 1em;
    border-top: 1px solid #ccc;
    background-color: #fff;
    flex: 1;
    max-width: 100%;
  }
  .mediaModal .modal_container .img_socialInner {
    color: default;
    background-color: #fff !important;
  }
  .mediaModal .modal_container .close_modal {
    color: #777;
    float: right !important;
    cursor: pointer;
    transition: all 0.5s;
  }
  .mediaModal .modal_container .close_modal .material-icons {
    font-size: 2em !important;
  }
  .mediaModal .modal_container .close_modal:hover {
    color: orangered;
  }
  .mediaModal .modal_container .who_likes {
    margin-top: 2em;
    border-top: 1px dotted #ccc;
    display: flex;
    flex-wrap: nowrap;
    color: #47a3da;
    margin-bottom: -1;
    margin-bottom: 0.5em;
  }
  .mediaModal .modal_container .who_likes .views {
    font-size: 0.9em;
    margin-top: 0.3em;
    margin-left: 1em;
    cursor: pointer;
  }
  .mediaModal .modal_container .who_likes .views .material-icons {
    font-size: 1em;
    float: left;
    margin-right: 0.1em;
    background-color: #47a3da;
    padding: 0.2em;
    border-radius: 100% !important;
    color: #fff;
    position: inherit;
  }
  .mediaModal .modal_container .who_likes .views:first-child {
    margin-left: 0;
    color: #999 !important;
  }
  .mediaModal .modal_container .who_likes .views:hover {
    text-decoration: underline;
  }
  .mediaModal .modal_container .who_likes .gray_text {
    color: #999 !important;
  }
  .mediaModal .modal_container .add_friend {
    float: right;
    padding: 0.3em;
    min-width: 6em;
  }
  .mediaModal .modal_container .add_friend .add_friendInner {
    margin: auto !important;
    background-color: #ededed;
    padding: 0.3em;
    border-radius: 0.3em;
    cursor: pointer;
    max-width: 100%;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.15s linear;
  }
  .mediaModal .modal_container .add_friend .add_friendInner .material-icons {
    font-size: 1.2em;
    float: left;
    font-weight: bold !important;
  }
  .mediaModal .modal_container .add_friend .add_friendInner:hover {
    background-color: #dedede;
    color: #47a3da;
  }
  .mediaModal .modal_container .add_friend .already_friends {
    margin: auto !important;
    padding: 0.6em;
    border-radius: 0.3em;
    max-width: 100%;
    font-size: 0.8em;
    text-align: center;
    color: #3da;
  }
  .mediaModal .modal_container .add_friend .already_friends .material-icons {
    font-size: 1.2em;
    float: left;
    font-weight: bold !important;
  }
  .mediaModal .modal_container .gallery_box {
    max-width: 10em;
  }
  .mediaModal .modal_container .gray_icon {
    background-color: #888 !important;
    cursor: default;
  }
  .mediaModal .modal_container .gray_text {
    color: #888 !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  .mediaModal .modal_container .member_titles {
    font-size: 0.8em;
  }
  .mediaModal .modal_container .imageCreator {
    display: grid;
    grid-template-columns: 3em auto;
    grid-column-gap: 0em;
    cursor: default;
    /* padding: 0.3em */
  }
  .mediaModal .modal_container .inloggade_imgbox {
    position: absolute;
    float: left;
    width: 3em;
    max-width: 3em;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: normal;
  }
  .mediaModal .modal_container .inloggade_imgbox .inloggade_img {
    position: absolute;
    float: left;
    width: 3em;
    max-width: 3em;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
  }
  .mediaModal .modal_container .inloggade_ocupationbox {
    padding: 0.3em;
    flex: 1;
  }
  .mediaModal .modal_container .total_viewsContainer {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    overflow-y: auto;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner {
    height: 35em;
    width: 30em;
    background-color: #fff;
    margin: auto;
    margin-top: 1em;
    border-radius: 3px;
    padding: 0.5em;
    margin-bottom: 3em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;
    height: 1.5em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList span {
    /* font-weight: bold; */
    margin: 0.5em;
    font-size: 1.1em;
    color: #777;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_viewsList .material-icons {
    float: right;
    margin: 0em;
    color: #888;
    cursor: pointer;
    font-size: 1.5em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .inner_viewsList {
    background-color: #fff;
    height: calc(100% - 2.5em);
    overflow-y: auto;
    padding-top: -0.5em;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .close_list {
    z-index: -100;
    display: none;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .show {
    z-index: 1200 !important;
    display: block;
  }
  .mediaModal .modal_container .total_viewsContainer .total_viewsInner .total_viewbox {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dotted #ccc;
    padding: 0.3em;
  }
  .base_container {
    position: relative !important;
    display: grid;
    grid-template-columns: auto 18em;
    grid-gap: 0;
    background-color: auto;
    margin-left: 3.5em;
    padding: 0em;
    max-width: calc(900px + 18.5em) !important;
    min-width: calc(900px + 18.5em) !important;
  }
  .list-container {
    display: grid;
    grid-template-columns: 32.7% 32.7% 32.7%;
    grid-gap: 0.5em;
    padding: 0 !important;
  }
  .list-container .list-box {
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    min-height: 0 !important;
  }
  .list-container .list-box .inner-lists {
    display: grid;
    grid-template-columns: 4em auto;
    grid-gap: 0em;
  }
  .list-container .list-box .inner-lists .list-avatar {
    height: 4em;
    width: 4em;
    background-size: cover;
    background-position: top center;
  }
  .list-container .list-box .inner-lists .list-name {
    color: #666;
    font-size: 14px;
    font-weight: bold;
  }
  .list-container .list-box .unanswered-requests-btnBox {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
  }
  .list-container .list-box .unanswered-requests-btnBox .request-buttons {
    padding: 0.3em;
    background-color: #eee;
    border: 1px solid #dedede;
    transition: all 0.3s ease-in-out;
  }
  .list-container .list-box .unanswered-requests-btnBox .acceptRequest:hover {
    background-color: #00cc00 !important;
    border: 1px solid #00cc00 !important;
    color: #fff !important;
  }
  .list-container .list-box .unanswered-requests-btnBox .rejectRequest:hover {
    background-color: #ff471a !important;
    border: 1px solid #ff471a !important;
    color: #fff !important;
  }
  .list-container .list-box:hover {
    border: 1px solid #dedede !important;
    box-shadow: 0 0 8px 4px #dedede;
  }
  .list-container .list-box:hover .list-avatar {
    border-radius: 6px 0 0 6px;
  }
  .mail-content-body .content-body .title-header .confirmBtn {
    padding: 0.3em;
    margin: 0.5em;
    border: 1px solid #ccc;
    background-color: #ededed;
    cursor: pointer;
    border-radius: 3px;
    color: #000;
    text-align: center;
    font-weight: 400;
    width: 90% !important;
    margin-right: 1em !important;
  }
  .mail-content-body .content-body .title-header .confirmBtn:hover {
    border: 1px solid #999;
    color: #47a3da;
  }
  .mail-content-body .content-body .title-header .delMsg {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 1em;
    margin-left: -4.5em !important;
    margin-left: 0;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    width: 100%;
  }
  .mail-content-body .content-body .title-header .confirmDel_hide {
    z-index: -10;
    margin-top: 0.6em;
    max-width: 14em;
  }
  .mail-content-body .content-body .title-header .confirmDel_hide .material-icons {
    margin-top: -0.76em;
    font-size: 3em;
    position: absolute;
    color: #47a3da;
    margin-left: 1.33em;
  }
  .mail-content-body .content-body .title-header .confirmDel_show {
    display: block;
    z-index: 1;
  }
  .mail-content-body .content-body .title-header .mailIconBox {
    position: relative;
    width: 1.6em;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
    color: #47a3da;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #dedede;
    z-index: 10 !important;
  }
  .mail-content-body .content-body .title-header .mailIconBox:hover {
    background: #47a3da;
    color: white !important;
    border: 1px solid #47a3da;
    border-radius: 4px;
  }
  .mail-content-body .content-body .title-header .raderaButtons {
    margin: auto;
    width: 100%;
  }
  .mail-content-body .content-body .title-header .titleMsg {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 0.7em;
    margin-left: 0;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    cursor: pointer !important;
    z-index: 0 !important;
  }
  .mail-content-body .content-body .title-header .titleMsg .material-icons {
    position: absolute;
    margin-top: -0.75em;
    margin-left: -0.2em;
    font-size: 3.3em;
    color: #47a3da;
    z-index: -100 !important;
  }
  .mail-content-body .content-body .title-header .titleMsg-last {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 0.7em;
    margin-left: -6.4em !important;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    cursor: pointer !important;
  }
  .mail-content-body .content-body .title-header .titleMsg-last .material-icons {
    position: absolute;
    margin-top: -0.75em;
    margin-left: 1.6em;
    font-size: 3.3em;
    color: #47a3da;
    float: left;
  }
  .mail-content-body .content-body .title-header .titleMsg-reply {
    color: white;
    background: #47a3da;
    position: absolute;
    padding: 0.5em;
    border: 1px solid #47a3da;
    border-radius: 6px;
    margin-top: 0.7em;
    margin-left: 0 !important;
    box-shadow: 0 0.2em 0.5em 0 #888;
    display: none;
    cursor: pointer !important;
  }
  .mail-content-body .content-body .title-header .titleMsg-reply .material-icons {
    position: absolute;
    margin-top: -0.75em;
    margin-left: 0.08em;
    font-size: 3.3em;
    color: #47a3da;
    float: left;
  }
  .mail-content-body .content-body .title-header .orange {
    background: orange;
    color: white;
    margin: auto;
    width: 1.6em !important;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    cursor: pointer !important;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .mail-content-body .content-body .title-header .orange:hover {
    background: orange;
    color: white !important;
    border: 1px solid #ccc;
  }
  .mail-content-body .content-body .title-header .blue {
    background: #dedede;
    color: #47a3da;
    border: 1px solid #ccc;
  }
  .mail-content-body .content-body .title-header .blue:hover {
    background: #47a3da;
    color: white !important;
    border: 1px solid #47a3da;
  }
  .mail-content-body .content-body .title-header .mail-header-box {
    display: grid;
    grid-template-columns: auto auto;
  }
  .mail-content-body .content-body .title-header .mail-header-iconBox {
    display: grid;
    grid-template-columns: auto auto 4em;
  }
  .mail-content-body .content-body .title-header .mail-header-left {
    position: relative;
    display: grid;
    grid-template-columns: 2.2em 2.2em 2.2em auto;
    grid-gap: 1em;
  }
  .mail-content-body .content-body .title-header .mail-header-right {
    text-align: right;
  }
  .inner_container {
    position: relative;
    margin-left: 0em;
    width: 900px;
    max-width: 100% !important;
    padding: 0;
    border: 1px solid #eee;
    margin-top: -0.5em;
    margin-bottom: 2em;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .collapsable {
    position: relative !important;
    overflow: hidden;
    max-height: 0;
    transition: all 1s linear !important;
    border-bottom: 1px dotted #47a !important;
  }
  .up {
    border: 1px solid #999;
    margin-top: 0.7rem;
    transition: all 1s linear;
    max-width: 100%;
  }
  .minus {
    border: 1px solid #999;
    margin-top: -0.16em;
    margin: 1em 1;
    max-width: 100%;
    transform: rotate(90deg);
    transition: all 0.5s linear;
  }
  .straight {
    transform: rotate(0deg);
    /* border: 0 */
  }
  .reveal {
    max-height: 100%;
    overflow: auto;
    outline: none;
    transition: 0.3s ease-in-out !important;
    border-bottom: 1px solid #ccc;
  }
  .rotate_down {
    transform: rotate(90deg);
    color: orangered !important;
  }
  .add-project .newprojectBox {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out !important;
  }
  .add-project .newprojectBox .newprojectInnerBox {
    border: 0;
    background-color: #fff;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox small {
    font-size: 0.75em;
    color: #000;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox small .newproject-headerBox {
    background-color: #eee;
    padding: 0.2em;
    padding-left: 0.5em;
    font-size: 1.5em;
    font-family: "Roboto Slab", serif;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #ccc;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.5em;
    max-width: 54em;
    padding: 0.3em;
    background-color: #fff;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox {
    display: grid;
    grid-template-columns: 3em auto;
    grid-column-gap: 1em;
    background-color: #f6f7f8;
    border: 1px solid #ddd;
    margin-bottom: 0.3em;
    position: inherit;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox .newproject-searchCover {
    width: 3em;
    height: 3em;
    background-color: #eee;
    background-size: cover;
    background-position: top center;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newproject-listTable .newproject-contentBox:hover {
    background-color: #eee;
    border-color: #47a3da;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .newtitle-contentBox {
    display: grid;
    grid-template-columns: 2em auto;
    grid-column-gap: 0.3em;
    padding: 0.5em;
    background-color: #f6f7f8;
    border-top: 1px dotted #ddd;
    border-bottom: 3px solid #ddd;
    position: inherit;
    cursor: default;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .no-project-match {
    display: grid;
    grid-template-columns: auto !important;
    background-color: #fff;
    cursor: default;
  }
  .add-project .newprojectBox .newprojectInnerBox .newproject-resultBox .no-project-match .textField {
    padding: 0.5em;
    margin-top: 0.5em;
  }
  .upload-media-container {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 0.5em;
  }
  .upload-media-container .upload-media-container-left {
    border-right: 2px dotted #ccc;
    padding: 0.2em !important;
  }
  .upload-media-container .upload-media-container-left .textField {
    max-width: 270px !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.5s ease-in-out !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .uploadet-media-preview {
    overflow: hidden !important;
    height: 13em;
    background-size: cover;
    background-position: top center;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .uploadet-media-preview .confirm-media-actions .uploaded-media-confirm-box {
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #999 !important;
    z-index: 100 !important;
    float: left !important;
    width: calc(100% - 0.6em) !important;
    max-width: calc(100% - 0.6em) !important;
    border-radius: 0 !important;
    margin: 0.2em !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_listsInfo {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0em;
    border-radius: 0 0 4px 4px;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_listsTitle {
    padding: 0.3em;
    border-bottom: 1px dashed #ccc;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0.5em;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text {
    cursor: pointer !important;
    text-align: center !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list .myVideos_Iconsbox .uploaded-media-handler-text:hover {
    color: #47a3da !important;
    -webkit-text-decoration: dashed underline #47a3da !important;
            text-decoration: dashed underline #47a3da !important;
  }
  .upload-media-container .myVideos_container .uploaded-gallery-list:hover {
    background-color: #f1f6f8 !important;
    border-color: #ccc !important;
    border-radius: 0 0 6px 6px !important;
  }
  .myVideos_container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }
  .myVideos_container .myVideos_lists {
    height: 10.85em;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 0;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner {
    height: 100%;
    max-width: 100%;
    display: grid;
    grid-template-rows: 62% auto;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_listsInfo {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0em;
    border-radius: 0 0 4px 4px;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_listsTitle {
    padding: 0.3em;
    margin-bottom: 0.55em;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox {
    display: grid;
    grid-template-columns: auto auto;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons {
    text-align: center;
    font-size: 1.3em;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.17em;
    color: #ededed;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:first-child {
    background-color: rgba(255, 153, 0, 0.5);
    border-bottom-left-radius: 4px;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:first-child:hover {
    background-color: #ff9900;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:last-child {
    background-color: rgba(250, 0, 0, 0.5);
    border-bottom-right-radius: 4px;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .myVideos_Iconsbox .material-icons:last-child:hover {
    background-color: #fa0000;
  }
  .myVideos_container .myVideos_lists .myVideos_listsInner .material-icons:hover {
    background-color: #47a3da;
    color: #fff;
  }
  .user-profile-header {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .user-profile-header .member-settings-guide {
    display: block;
    position: absolute;
    color: #fff !important;
    background-color: #47a3da;
    border: 1px solid #47a3da;
    border-radius: 8px;
    float: right;
    font-size: 0.7em;
    padding: 0.5em;
    margin-top: -2em;
    margin-left: 17.5em;
    font-weight: bold;
  }
  .user-profile-header .member-settings-guide .material-icons {
    position: absolute;
    color: #47a3da;
    float: right;
    font-size: 3em;
    margin-left: -0.25em;
    margin-top: -0.3em;
  }
  .user-profile-header .profile-header-avatar {
    position: relative !important;
    width: 30em;
    max-width: 30em;
    background-color: #eee;
    background-size: cover;
    background-position: top center !important;
    cursor: default;
    border-radius: 6px 0 0 6px;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 32em !important;
  }
  .user-profile-header .profile-header-avatar .profile-page-user-avatar {
    position: relative;
    max-width: 100% !important;
    min-height: 32em !important;
    border-radius: 6px 0 0 6px;
    margin: 0 !important;
  }
  .user-profile-header #profileShowMoreText {
    display: grid;
    grid-template-columns: auto 1.5em !important;
    grid-gap: 0.1em;
    padding: 0.3em;
    color: #47a3da;
    cursor: pointer;
  }
  .user-profile-header #profileShowMoreText .material-icons {
    float: left !important;
    margin-bottom: -0.8em !important;
  }
  .user-profile-header .profile-header-description {
    margin-left: 0;
    /* border-left: 1px solid #999; */
    border-top-right-radius: 6px;
    flex: 1;
  }
  .user-profile-header .profile-header-description .profile-header-description-info {
    margin: 0;
    border: 1px solid #eee;
    background-color: #eee;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    max-width: 100% !important;
    padding: 0;
    padding-top: 0;
    padding-left: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title {
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin-left: -0.5em;
    background-color: #f4f6f7;
    display: flex;
    flex-wrap: nowrap;
    border-top-right-radius: 6px;
    display: grid;
    grid-template-columns: 2em auto 2em;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-header-flag {
    position: relative;
    float: left;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-header-flag img {
    max-width: 100%;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-header-name {
    flex: 1;
    font-size: 1.8em !important;
    color: #000;
    margin-left: 0.5em;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .member-settings-guide {
    float: right;
    margin-left: 11.7em !important;
    width: 5.5em !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox {
    position: relative;
    width: 15.7em;
    margin-top: 2.3em;
    border: 1px solid #ccc;
    margin-right: 0em;
    border-radius: 6px;
    min-height: 12em;
    background-color: #fff;
    cursor: default;
    box-shadow: 2px 4px 7px -1px #ccc;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .point-up {
    position: absolute !important;
    color: #ccc !important;
    float: right !important;
    font-size: 3.2em !important;
    margin-left: 0.95em !important;
    margin-top: -0.68em !important;
    transform: rotate(-90deg);
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .point-up2 {
    position: absolute !important;
    color: #f4f6f7 !important;
    float: right !important;
    font-size: 3.2em !important;
    margin-left: 0.95em !important;
    margin-top: -0.66em !important;
    transform: rotate(-90deg);
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title {
    padding: 0.3em;
    border-bottom: 1px solid #bbb;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #666;
    text-align: center;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title .material-icons {
    position: relative;
    float: left !important;
    font-size: 1.6em;
    color: #47a3da;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettingsMenu_title .txtHeader {
    margin-top: 0.3em;
    font-size: 0.8em;
    margin-right: 2em !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list {
    padding: 0.5em;
    border-bottom: 1px dotted #ccc;
    padding-left: 1em;
    color: #444;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list .material-icons {
    font-size: 1.3em;
    margin-right: 0.5em;
    color: #888;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:hover {
    background-color: #ededed;
    color: #47a3da !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:hover .material-icons {
    color: #47a3da;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profileSettingsMenu_outerBox .profileSettingsMenu_innerBox .profileSettings_list:last-child {
    border-bottom: 0px;
    border-radius: 0 0 6px 6px;
    /* margin-bottom: 0.1em */
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title #profileSettingsIcon {
    color: #ccc;
    position: relative;
    float: right !important;
    font-size: 1.8em;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title #profileSettingsIcon:hover {
    color: #47a3da;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description-title .profile-settings-box {
    position: absolute;
    /* margin-left: calc(100% - 16em); */
    padding: 0;
    right: 0;
    color: #47a3da !important;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box {
    border-bottom: 1px dotted #47a;
    display: flex;
    flex-wrap: nowrap;
    padding: 0.3em;
    max-width: 100%;
    position: relative;
    z-index: auto;
    display: grid;
    grid-template-columns: 8em auto;
    grid-gap: 1.5em;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box .profile-left-box {
    background-color: inherit;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box .profile-right-box {
    background-color: inherit;
  }
  .user-profile-header .profile-header-description .profile-header-description-info .profile-header-description_infoBox .profile-description-box:last-child {
    border-bottom: 1px dotted #eee;
  }
  .show-more-user-info {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    transition-delay: 0s !important;
  }
  .show-more-user-info .profile-more-info-content {
    margin: 0;
    padding: 0;
  }
  .show-more-user-info .profile-more-info-content .profile-more-info-row-box {
    position: relative;
    display: grid;
    grid-template-columns: 8em auto;
    grid-gap: 1.5em;
    border-bottom: 1px dotted #47a;
    background-color: #eee;
  }
  .profile-social-bar {
    display: grid;
    grid-template-columns: 5em auto auto auto auto;
    border-bottom: 1px dotted #999;
    margin-top: 0.5em;
    z-index: 2;
    max-width: 100% !important;
  }
  .profile-social-bar .tabActive {
    border: 1px solid #ccc;
    margin-bottom: -1px;
    border-radius: 5px 5px 0 0;
    border-bottom-color: #eee;
    background-color: #eee;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    padding: 0.5em !important;
    z-index: 10;
    cursor: default !important;
    /* transition: all 0.5s ease-in-out; */
  }
  .profile-social-bar .tabActive .material-icons {
    color: orange !important;
  }
  .profile-social-bar .tabActive .profile-social-boxes-text {
    color: #47a3da !important;
  }
  .profile-social-bar .profile-social-boxes {
    display: grid;
    grid-template-columns: 1.3em auto;
    color: #999;
    padding: 0.5em;
    cursor: pointer;
    margin-right: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .profile-social-bar .profile-social-boxes .profile-social-boxes-text {
    color: #444;
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  .profile-social-bar .profile-social-boxes .profile-social-boxes-text:hover {
    color: #3da;
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  .profile-social-bar .profile-social-boxes .material-icons {
    float: left;
    font-size: 1.5em;
    color: #47a3da;
    margin-top: -0.2em;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox {
    position: inherit;
    border-radius: 0 0 6px 6px;
    cursor: default;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .material-icons {
    margin-right: 0.5em;
    color: #47a3da;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box-header {
    padding: 0;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 0.9em;
    transition: all 3s linear;
    text-transform: uppercase;
    width: auto;
    background-color: #fff;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box-header .material-icons {
    margin-top: -0.15em;
    margin-right: 0.15em;
    color: #0a9 !important;
    font-size: 1.5em;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box:hover {
    background-color: #ededed;
    color: #47a3da;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_outerBox .profile-network-menu_list-box:last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_list-box {
    width: 100%;
    padding: 0.5em;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    font-size: 0.95em;
    padding-left: 0.5em;
    color: #444;
    display: grid;
    grid-template-columns: 2em auto !important;
    grid-column-gap: 0;
  }
  .profile-social-bar .profile-social-boxes .profile-network-menu_list-box .material-icons {
    color: #47a3da !important;
    font-size: 1.4em !important;
  }
  .profile-social-bar .profile-social-boxes .views {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.3em;
  }
  .profile-social-bar .profile-social-boxes .views-eye {
    color: #6666;
    font-size: 1.3em;
    margin-top: -0.05em;
  }
  .profile-social-bar .profile-social-boxes:first-child {
    width: 5em;
    color: #999 !important;
  }
  .profile-social-bar .profile-social-boxes:first-child:hover {
    text-decoration: none;
    color: #999 !important;
    cursor: default;
  }
  .profile-gallery-glider-box {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 15em;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-top: -1px;
    padding: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-radius: 0 0 6px 6px;
  }
  .left {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    float: left;
    border-radius: 50%;
    color: #47a3da;
    border: solid #47a3da;
    font-size: 3em;
    display: flex;
    z-index: 10;
    margin-top: 2em;
    margin-left: 0.2em;
    /* margin-left: 10.2em; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .left:hover {
    background-color: black;
    color: #fafafa;
    border: 2px solid #fafafa;
  }
  .right {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    float: right;
    border-radius: 50%;
    color: #47a3da;
    border: 2px solid #47a3da;
    font-size: 3em;
    display: flex;
    z-index: 10;
    margin-top: 2em;
    margin-left: 93.5%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .right:hover {
    background-color: black;
    color: #fafafa;
    border: 2px solid #fafafa;
  }
  .profile-gallery-glider-container {
    max-height: 11rem;
    width: 100% !important;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    max-width: calc(100% - 0) !important;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists {
    min-width: 14.9em !important;
    max-width: 14.9em !important;
    height: 11rem;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-right: 0.457em;
    color: #fff;
    border-radius: 4px;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists .currentNumber {
    background-color: #47a3da;
    padding: 0.2em 0.5em;
    margin: 0.3em;
    float: left;
    border-radius: 10px;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists .profile-gallery-glider-listsInner {
    position: relative;
    max-width: 100% !important;
    min-height: 2.5em;
    max-height: 6em;
    margin-top: calc(100% - 2.67em);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.3em !important;
    text-align: left;
    display: grid;
    border-radius: 0 0 4px 4px;
  }
  .profile-gallery-glider-container .profile-gallery-glider-lists .profile-gallery-glider-listsInner .profile-glider_lists-infobox {
    position: relative;
    max-width: 100% !important;
    margin: auto;
    margin-left: 0.3em;
    border-radius: 0 0 4px 4px;
  }
  .profile-network-fulllist-box {
    color: #47a3da;
    cursor: pointer;
  }
  .profile-network-fulllist-box .material-icons {
    font-size: 1.4em;
    float: left;
    color: #47a3da;
    margin-right: 0.3em;
  }
  .profile-network-fulllist-box:hover {
    color: #3da !important;
  }
  .profile-network-fulllist-box:hover .material-icons {
    color: #3da !important;
  }
  #dots {
    padding-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .profile-network-menu_innerBox {
    max-width: 100% !important;
  }
  .profile-network-menu_innerBox .profile-network-lists-box {
    display: grid;
    grid-template-columns: 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em 5.2em;
    grid-column-gap: 0.85em;
    margin-bottom: 0.3em;
    overflow: hidden;
  }
  .profile-network-menu_innerBox .profile-network-lists-box .profile-network-member-img {
    position: relative !important;
    width: 5.2em;
    max-width: 5.2em;
    height: 5.1em;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
  }
  .production-list-box .project-list-box {
    padding: 0;
    margin: 0;
  }
  .production-list-box .project-list-box .project-list-header {
    display: grid;
    grid-template-columns: 300px 200px 300px 50px;
    grid-gap: 0;
    padding: 0;
    font-weight: 550;
    color: #444;
    font-weight: bold;
    background-color: #d6d5d5;
  }
  .production-list-box .project-seperator {
    border-right: 2px solid #eee;
    text-align: center;
    padding: 0.5em;
  }
  .production-list-box .project-seperator:last-child {
    border-right: 0px;
  }
  .production-list-box .silver {
    border-right: 1px solid #ddd !important;
  }
  .production-list-box .project-lists-expand {
    height: auto;
    display: grid;
    grid-template-columns: 30px 270px 200px 300px 50px;
    grid-column-gap: 0;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .production-list-box .project-lists-expand .project-seperator {
    text-align: left !important;
    border-right: 1px dotted #ededed;
    position: inherit;
  }
  .production-list-box .project-lists-expand .material-icons {
    font-size: 1.3em;
    font-weight: bold;
    color: #ccc;
    margin-top: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  .production-list-box .overview_title {
    font-size: 1.5em;
    color: #777;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .production-list-box .overview_body {
    position: relative;
    border-top: 1px solid #dedede;
    display: grid;
    grid-template-columns: 13em auto;
    grid-column-gap: 0.5em;
    padding: 0.3em;
  }
  .production-list-box .overview_body .overview_cover {
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
  }
  .production-list-box .overview_body .overview_cover .overview-poster-img {
    position: relative;
    max-width: 100% !important;
  }
  .ucp_rightMenu_container {
    background-color: #fff;
    border: 1px solid #eee;
    margin-right: 0em;
    max-width: 100% !important;
    border-radius: 8px 8px 0 0;
  }
  .ucp_rightMenu_container .inloggade_infobox {
    position: relative;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 2.5em auto;
    grid-column-gap: 0.1em;
    cursor: pointer;
    margin: 0.1em !important;
    margin-right: 0 !important;
    border: 1px solid #fff;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_imgbox {
    position: inherit;
    float: left;
    width: 2.5em;
    max-width: 2.5em;
    height: 100%;
    max-height: 100%;
    color: #000;
    border-top-right-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat;
    margin: auto;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_imgbox .inloggade_img {
    width: 2.3em;
    height: 2.3em;
    max-width: 2.3em;
    max-height: 2.3em;
    border-radius: 2.3em !important;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_ocupationbox {
    margin-left: 0.1em;
    padding: 0.3em;
  }
  .ucp_rightMenu_container .inloggade_infobox .inloggade_ocupationbox .inloggade_name {
    font-size: 1em;
    font-weight: bold;
  }
  .ucp_rightMenu_container .inloggade_infobox:hover {
    background-color: #f4f6f8;
    color: #47a3da !important;
    border: 1px solid #dedede;
  }
  .jobpreview_container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -101;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
  }
  .jobpreview_container .jobpreview_inner_container {
    max-width: 768px;
    margin: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: #fff;
    /* height: calc(100% - 10em); */
    border-radius: 2px;
  }
  .show_preview {
    margin-left: 0 !important;
    z-index: 1001 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .header_inline {
    grid-template-columns: auto 4em !important;
    grid-column-gap: 0.2em;
  }
  .close {
    background-color: #dedede !important;
    color: #000 !important;
    font-weight: bold !important;
    cursor: pointer;
    transition: all 0.2s linear;
    border-left: 3px solid #fff;
    text-align: center;
  }
  .close:hover {
    background-color: red;
    color: red !important;
    font-weight: bold !important;
  }
  .preview_header {
    background-color: #dedede !important;
  }
  .preview_title {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .inner_jobbody {
    padding: 1em;
  }
  .inline {
    display: grid;
    grid-template-columns: auto auto;
  }
  .inline b {
    color: #666 !important;
  }
  .align-right {
    text-align: right;
  }
  .inner_jobbody {
    background-color: #ededed;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .jobActivity-container {
    display: grid;
    grid-template-columns: 4em 14em auto 4.5em 5em 8.5em;
    grid-column-gap: 1em;
    transition: all 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  .jobActivity-container #jobCollapsable {
    transition: all 0.5s ease-in-out;
  }
  .jobActivity-container .job-activity-boxes .material-icons {
    font-size: 1.3em;
    float: left;
    margin-right: 0.3em;
    color: #999;
    transition: all 0.3s ease-in-out;
  }
  .jobActivity-container .job-activity-link-boxes {
    border-bottom: 1px dashed #999;
    transition: all 0.3s ease-in-out;
  }
  .jobActivity-container .job-activity-link-boxes:hover {
    color: #47a3da !important;
    cursor: pointer;
    border-bottom: 1px dashed #47a3da;
  }
  .jobActivity-container .job-activity-link-boxes:hover .material-icons {
    color: #47a3da;
  }
}
/*# sourceMappingURL=master2_mobie.css.map */