@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --map-tiles-filter: brightness(0.5) invert(0) contrast(4) hue-rotate(-364deg) saturate(0.3) brightness(0.5);
}

@media (prefers-color-scheme: dark) {
  .map-tiles {
    filter: var(--map-tiles-filter, none);
  }
}
@media screen and (min-width: 600px) {
  .auth-bg, .auth-sig, .auth-pick-user, ._loginError {
    max-width: 300px !important;
  }
}
@keyframes gjWindow {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes gjBlur {
  from {
    backdrop-filter: blur(0px);
  }
  to {
    backdrop-filter: blur(4px);
  }
}
@keyframes gpsPulse {
  0% {
    box-shadow: 0px 0px 15px 0px #2597ff;
  }
  50% {
    box-shadow: 0px 0px 5px 0px #2597ff;
  }
  100% {
    box-shadow: 0px 0px 15px 0px #2597ff;
  }
}
@keyframes auth-draw-a {
  from {
    opacity: 0;
    width: 80px;
  }
  to {
    width: 100px;
    opacity: 1;
  }
}
@keyframes auth-draw-b {
  from {
    width: 50px;
    opacity: 0;
  }
  to {
    width: 75px;
    opacity: 1;
  }
}
@keyframes auth-draw-c {
  from {
    width: 70px;
    opacity: 0;
  }
  to {
    width: 105px;
    opacity: 1;
  }
}
@keyframes auth-draw-d {
  from {
    width: 20px;
    opacity: 0;
  }
  to {
    width: 64px;
    opacity: 1;
  }
}
@keyframes finish-draw {
  from {
    top: 40vh;
  }
  to {
    top: 80vh;
  }
}
@keyframes hideLogo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showLogoText {
  from {
    opacity: 0;
    top: -500px;
  }
  to {
    top: -450px;
    opacity: 1;
  }
}
@keyframes auth-draw-d-after {
  from {
    top: -50px;
    right: 10px;
    opacity: 0;
    transform: scale(0), rotate(29deg);
  }
  to {
    top: -26px;
    right: -3px;
    transform: scale(2), rotate(29deg);
    opacity: 1;
  }
}
@keyframes moveLeft {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes lastPin-move {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 370px;
  }
}
@keyframes hidePin {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveSloganLeft {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    opacity: 0;
    left: -800px;
  }
}
@keyframes hideicons_override {
  from {
    opacity: 0;
    display: none;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
@keyframes hideicons {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showicons {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loadSig {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes move-away {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: -150px;
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    left: 150px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flSpi {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader_bg {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes animateWarning {
  0% {
    box-shadow: 0px 0px 15px -1px rgba(251, 77, 78, 0);
  }
  50% {
    box-shadow: 0px 0px 15px -1px #fb4d4e;
  }
  100% {
    box-shadow: 0px 0px 15px -1px rgba(251, 77, 78, 0);
  }
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(46px);
  }
}
body[data-layer="jawg matrix"] #userGPStrackDot .small_crosshair {
  display: none;
}
body[data-layer="jawg matrix"] #userGPStrackDot .small_dots_crosshair {
  stroke: white;
}
body[data-layer="jawg matrix"] #userGPStrackDot .big_round_crosshair {
  stroke: rgba(255, 255, 255, 0.5);
}
body[data-layer="jawg matrix"] #userGPStrackDot.activated .small_crosshair {
  display: block;
  fill: #fb4d4e;
}
body[data-layer="jawg matrix"] #userGPStrackDot.activated .small_dots_crosshair {
  stroke: #fb4d4e;
}
body[data-layer="jawg matrix"] #userGPStrackDot.activated .big_round_crosshair {
  stroke: rgba(251, 77, 78, 0.4);
}
body[data-layer="jawg matrix"] .polygon-label-city {
  z-index: 9999;
}
body[data-layer="jawg matrix"] .polygon-label-city .city-label {
  background: #171c21;
}
body[data-layer="jawg matrix"] .gpsNode::after {
  box-shadow: 0px 0px 40px -1px #a60a0a !important;
}
body[data-layer="jawg matrix"] .gpsNode span {
  color: #fb4d4e !important;
  font-weight: 800 !important;
}
body[data-layer="jawg matrix"] .gpsNode svg path.cir {
  stroke: rgba(251, 77, 78, 0.3);
  fill: rgba(23, 28, 33, 0.95);
}
body[data-layer="jawg matrix"] .fms_layers {
  background: #171c21;
}
body[data-layer="jawg matrix"] .fms_layers h1, body[data-layer="jawg matrix"] .fms_layers p {
  color: #fff;
}

body {
  padding: 0;
  margin: 0;
  background: #171c21;
  overflow: hidden;
}
body * {
  font-family: "Afacad Flux";
}
body #userGPStrackDot .small_crosshair {
  display: none;
}
body #userGPStrackDot .small_dots_crosshair {
  stroke: rgba(251, 77, 78, 0.5);
}
body #userGPStrackDot .big_round_crosshair {
  stroke: rgba(251, 77, 78, 0.5);
}
body #userGPStrackDot.activated .small_crosshair {
  display: block;
  fill: #fb4d4e;
}
body #userGPStrackDot.activated .small_dots_crosshair {
  stroke: #fb4d4e;
}
body #userGPStrackDot.activated .big_round_crosshair {
  stroke: rgba(251, 77, 78, 0.4);
}
body .fms-statusDiv.fms-area-transp {
  display: none;
}
body .fms-statusDiv.fms-area-transp div h1 {
  background: none !important;
  box-shadow: 0px 0px 15px -3px rgba(23, 28, 33, 0) !important;
  color: #171c21;
  padding: 0;
  font-size: 1.8em;
  margin-bottom: 10px !important;
  font-weight: 300;
  min-width: 336px !important;
}
body .fms-statusDiv.fms-area-transp div h1::after {
  display: none !important;
}
body .fms-statusDiv.fms-area-transp div div.visible {
  display: none !important;
}
body .selectCompounds {
  position: absolute;
  z-index: 8000;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
body .actionbutton {
  position: absolute;
  bottom: 140px;
  left: 20px;
  z-index: 800;
  background: #fb4d4e;
  padding: 10px 20px;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 800;
}
body .signalAccuracy.bad {
  height: auto;
  text-align: center;
  color: #4c3f2e;
  overflow: hidden;
  padding: 1rem;
  font-style: italic;
}
body .signalAccuracy.bad span {
  background: #fb4d4e;
  color: #fff;
  position: relative;
}
body .signalAccuracy.bad .bg {
  backdrop-filter: blur(5px);
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: repeating-linear-gradient(-55deg, #fb4d4e 1px, rgba(251, 77, 78, 0.4) 2px, rgba(251, 77, 78, 0.4) 11px, #fb4d4e 12px, #fb4d4e 20px);
  animation-name: MOVE-BG;
  animation-duration: 3.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
body .signalAccuracy.better {
  height: auto;
  text-align: center;
  color: #4c3f2e;
  overflow: hidden;
  padding: 1rem;
  font-style: italic;
}
body .signalAccuracy.better span {
  background: #dec006;
  color: #fff;
  position: relative;
}
body .signalAccuracy.better .bg {
  backdrop-filter: blur(5px);
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: repeating-linear-gradient(-55deg, #ffe440 1px, rgba(255, 228, 64, 0.4) 2px, rgba(255, 228, 64, 0.4) 11px, #ffe440 12px, #ffe440 20px);
  animation-name: MOVE-BG;
  animation-duration: 3.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
body .signalAccuracy.stable {
  height: auto;
  text-align: center;
  color: #4c3f2e;
  overflow: hidden;
  padding: 1rem;
  font-style: italic;
}
body .signalAccuracy.stable span {
  background: #36c232;
  color: #fff;
  position: relative;
}
body .signalAccuracy.stable .bg {
  backdrop-filter: blur(5px);
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(54, 194, 50, 0.5);
}
body .signalAccuracy.hidden {
  display: block;
}
body .signalAccuracy {
  position: absolute;
  max-width: 150px;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 800;
  text-align: center;
  border-radius: 12px;
}
body .signalAccuracy span {
  border-radius: 6px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 600;
}
body .signalAccuracy span::after {
  top: 0;
}
body .actionbar {
  position: absolute;
  bottom: 20px;
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  z-index: 800;
  display: flex;
  gap: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .actionbar div {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  flex: 1;
  overflow: hidden;
}
body .actionbar div .ab_toggled {
  background: #fb4d4e;
  color: #fff;
}
body .actionbar div .ab_toggled svg {
  color: #fff;
}
body .actionbar div div {
  padding: 15px;
  flex-direction: column;
}
body .actionbar div div span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 3px;
}
body .actionbar div div svg {
  color: #fb4d4e;
  font-size: 1.6em;
}
body .actionbar .left {
  background: #fff;
  border-radius: 7px;
  flex: 2;
}
body .actionbar .left div {
  width: 33.3333333333%;
  flex: 33.3333333333%;
}
body .actionbar .right {
  background: #fff;
  border-radius: 12px;
  flex: 1;
}
body .actionbar .right div {
  flex: 50%;
  width: 50%;
}
body .gps-user-dot {
  color: #fff;
  z-index: 9999;
}
body .gps-user-dot .gpsNode {
  position: relative;
  height: 36px;
}
body .gps-user-dot .gpsNode::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 24px 1px #632727;
  z-index: 55;
  border-radius: 50%;
}
body .gps-user-dot .gpsNode svg {
  position: absolute;
  z-index: 980;
  left: 0;
  top: 0;
}
body .gps-user-dot .gpsNode span {
  text-transform: uppercase;
  display: block;
  position: absolute;
  text-align: center;
  padding: 6px 0;
  font-size: 1.2em;
  width: 100%;
  font-weight: 400;
  z-index: 999;
  color: #fff;
}
body .fmsAlarmActive {
  background: #fb4d4e;
  display: flex;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 5px #fb4d4e;
  animation: animateWarning 1s infinite;
}
body .distressMsg {
  font-size: 16px;
  margin: 0;
}
body .disstressSpan {
  text-transform: capitalize;
  font-size: 16px;
}
body .disstressSpan::before {
  display: none !important;
  content: "";
}
body .marker-cluster-small, body .marker-cluster-medium, body .marker-cluster-large {
  display: none;
  border: 0;
  background: none;
  z-index: 2 !important;
}
body .marker-cluster-small div, body .marker-cluster-medium div, body .marker-cluster-large div {
  border: 3px solid #171c21;
  background: rgba(23, 28, 33, 0.9) !important;
  font-family: "Afacad Flux";
  font-size: 1.1em;
  font-weight: 900 !important;
  color: #fff;
}
body .fms_scenario {
  bottom: 220px !important;
}
body .fms_scenario .layer_select {
  padding-bottom: 20px !important;
}
body .fms_scenario .layer_select .modal {
  flex: 0 0 20% !important;
}
body .fms_alarm.hidden {
  display: none !important;
}
body .fms_alarm {
  display: block !important;
  bottom: 67px !important;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 324px;
  height: 324px !important;
  background: none !important;
  border-radius: 6px;
  box-shadow: 0px 5px 37px -26px transparent !important;
}
body .fms_alarm::-webkit-scrollbar {
  display: none;
}
body .fms_alarm .larm_wrap.klar {
  background: rgb(227, 249, 216);
}
body .fms_alarm .larm_wrap.klar .larm_time span, body .fms_alarm .larm_wrap.klar .larm_content span, body .fms_alarm .larm_wrap.klar .larm_status span {
  color: rgba(53, 84, 44, 0.85);
}
body .fms_alarm .larm_wrap.klar .larm_time h1, body .fms_alarm .larm_wrap.klar .larm_content h1, body .fms_alarm .larm_wrap.klar .larm_status h1 {
  color: rgba(53, 84, 44, 0.85);
}
body .fms_alarm .larm_wrap.klar .larm_status::after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: relative;
  top: 2px;
  left: 2px;
  color: rgba(53, 84, 44, 0.85);
}
body .fms_alarm .larm_wrap.aktiv {
  background: #fb4d4e;
}
body .fms_alarm .larm_wrap.aktiv .larm_status span {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
}
body .fms_alarm .larm_wrap.aktiv .larm_time span, body .fms_alarm .larm_wrap.aktiv .larm_content span, body .fms_alarm .larm_wrap.aktiv .larm_status span {
  color: rgba(255, 255, 255, 0.85);
}
body .fms_alarm .larm_wrap.aktiv .larm_time h1, body .fms_alarm .larm_wrap.aktiv .larm_content h1, body .fms_alarm .larm_wrap.aktiv .larm_status h1 {
  color: #fff;
  font-weight: 600;
}
body .fms_alarm .larm_wrap {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: rgba(56, 206, 52, 0.05);
}
body .fms_alarm .larm_wrap:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body .fms_alarm .larm_wrap .larm_time span {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
body .fms_alarm .larm_wrap .larm_status span {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
body .fms_alarm .larm_wrap .larm_content {
  flex: 2;
  text-align: left;
}
body .fms_alarm .larm_wrap .larm_content span {
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
body .fms_alarm .larm_wrap .larm_content h1 {
  font-size: 18px;
  padding: 0;
}
body .fms_alarm .larm_wrap div {
  text-align: center;
  flex: 1;
}
body .fms_layers, body .fms_scenario, body .fms_alarm {
  position: absolute;
  display: none;
  width: calc(95vw - 80px);
  height: auto;
  z-index: 800;
  bottom: 100px;
  vertical-align: middle;
  right: 80px;
  margin: 0 auto;
  background: #f1f1f1;
  border-radius: 6px;
  box-shadow: 0px 5px 37px -26px #171c21;
  flex-direction: column;
  max-width: 400px;
}
body .fms_layers p, body .fms_scenario p, body .fms_alarm p {
  margin: 0;
  padding: 0px 15px 15px 15px;
  color: rgba(23, 28, 33, 0.8);
  font-weight: 500;
}
body .fms_layers h1, body .fms_scenario h1, body .fms_alarm h1 {
  padding: 5px 15px 0 15px;
  font-size: 1.5em;
  color: #171c21;
  margin: 0;
}
body .fms_layers .layer_select, body .fms_scenario .layer_select, body .fms_alarm .layer_select {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  padding: 15px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
body .fms_layers .layer_select .modal.selected .img, body .fms_scenario .layer_select .modal.selected .img, body .fms_alarm .layer_select .modal.selected .img {
  border: 4px solid #fb4d4e;
}
body .fms_layers .layer_select .modal, body .fms_scenario .layer_select .modal, body .fms_alarm .layer_select .modal {
  flex: 0 0 29%;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  position: relative;
  background-color: #171c21;
  border-radius: 7px;
  box-shadow: 0px 5px 10px -4px rgba(23, 28, 33, 0.2);
}
body .fms_layers .layer_select .modal span, body .fms_scenario .layer_select .modal span, body .fms_alarm .layer_select .modal span {
  position: absolute;
  text-align: center;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  color: rgba(23, 28, 33, 0.8);
}
body .fms_layers .layer_select .modal .img.rb-johannesberg, body .fms_scenario .layer_select .modal .img.rb-johannesberg, body .fms_alarm .layer_select .modal .img.rb-johannesberg {
  background-image: url("../../img/media/rb-johannesberg.jpg");
  background-size: 200px 200px;
}
body .fms_layers .layer_select .modal .img.white, body .fms_scenario .layer_select .modal .img.white, body .fms_alarm .layer_select .modal .img.white {
  background-image: url("../../img/media/map-white.jpg");
  background-size: 300px 300px;
}
body .fms_layers .layer_select .modal .img.dark, body .fms_scenario .layer_select .modal .img.dark, body .fms_alarm .layer_select .modal .img.dark {
  background-image: url("../../img/media/map-dark.jpg");
  background-size: 300px 300px;
}
body .fms_layers .layer_select .modal .img.special, body .fms_scenario .layer_select .modal .img.special, body .fms_alarm .layer_select .modal .img.special {
  background: linear-gradient(0deg, #171c21 0%, rgba(147, 67, 67, 0.6) 100%);
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body .fms_layers .layer_select .modal .img.special i, body .fms_scenario .layer_select .modal .img.special i, body .fms_alarm .layer_select .modal .img.special i {
  color: rgba(241, 241, 241, 0.9);
  font-size: 2.3em;
  margin: 0 auto;
}
body .fms_layers .layer_select .modal .img, body .fms_scenario .layer_select .modal .img, body .fms_alarm .layer_select .modal .img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
}
body .fms_layers .layer_select .modal img, body .fms_scenario .layer_select .modal img, body .fms_alarm .layer_select .modal img {
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 1/1;
}
body .assist-popup.visible {
  opacity: 1;
  top: 10px;
}
body .assist-popup {
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: -50px;
  z-index: 999;
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  max-width: 600px;
  background: rgba(251, 77, 78, 0.9);
  color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  gap: 10px;
}
body .assist-popup .ap-icon {
  display: flex;
  flex: 1;
  padding: 0 5px;
  font-size: 18px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}
body .assist-popup .ap-msg {
  flex: 7;
}
body .assist-popup h1 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}
body .assist-popup p {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
body .bmb_flex.show {
  display: flex;
}
body .bmb_flex {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(23, 28, 33, 0.95);
  height: 50px;
  z-index: 995;
  flex-direction: row;
}
body .bmb_flex .bmb_bar.big .call-for-help.expanded .help-options {
  display: flex;
}
body .bmb_flex .bmb_bar.big .call-for-help.expanded .help-content {
  display: none;
}
body .bmb_flex .bmb_bar.big .call-for-help {
  position: relative;
  top: -15px;
  flex-wrap: wrap;
  text-align: center;
  cursor: pointer;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(30px);
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options h2 {
  font-size: 2em;
  margin: 0;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.75);
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options .goback-r {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 34px;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options .ho-content {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options .ho-content .item {
  display: flex;
  flex: 0 0 calc((100% - 20px) / 2);
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background: rgba(251, 77, 78, 0.6);
  border-radius: 8px;
  border: 3px solid #fb4d4e;
  padding: 20px;
  box-sizing: border-box;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options .ho-content .item svg {
  display: flex;
  color: #fff;
  font-size: 50px;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options .ho-content .item span {
  margin-top: 10px;
  font-size: 16px;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-options .ho-content i.fa-circle-xmark {
  margin-top: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 50px;
}
body .bmb_flex .bmb_bar.big .call-for-help .help-content {
  background: #fb4d4e;
  border-radius: 12px;
  padding: 10px 20px;
  display: block;
  background: #fb4d4e;
}
body .bmb_flex .bmb_bar.big .call-for-help h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}
body .bmb_flex .bmb_bar.big .call-for-help h1::after {
  position: relative;
  top: 2px;
  content: "\f0f3";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-left: 7px;
}
body .bmb_flex .bmb_bar.big .call-for-help svg {
  display: none;
  position: relative;
  top: 5px;
  color: #fff;
  font-size: 20px;
}
body .bmb_flex .bmb_bar.big #speedometer {
  font-size: 2.5em;
  position: relative;
  top: -20px;
  border-radius: 12px;
  background: #171c21;
  min-width: 70px;
  text-align: center;
  padding: 0 22px;
}
body .bmb_flex .bmb_bar.big strong {
  position: relative;
  top: -15px;
}
body .bmb_flex .bmb_bar.big .half-moon {
  position: absolute;
  width: 118px;
  top: -20px;
  height: 100px;
  background: #171c21;
  border-radius: 50%;
}
body .bmb_flex .bmb_bar.big .half-moon::after {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 5%;
  top: -5%;
  background: #fb4d4e;
}
body .bmb_flex .bmb_bar.big i.asdf {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  border-radius: 33%;
  padding: 15px;
  transform: rotate(45deg);
  font-size: 3em;
  background: #171c21;
}
body .bmb_flex .bmb_bar.big i.asdf::before {
  position: absolute;
  transform: rotate(-45deg);
}
body .bmb_flex .bmb_bar {
  display: flex;
  flex: 3;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  color: #f1f1f1;
}
body .bmb_flex .bmb_bar strong {
  color: #ff4e4e;
  font-weight: 600;
  font-size: 0.85em;
  margin-bottom: -3px;
}
body .bmb_flex .bmb_bar span {
  font-weight: 600;
  font-size: 1.2em;
}
body .status-bar {
  background: #fb4d4e;
  height: 15px;
  width: 0%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  color: #f1f1f1;
  font-weight: 700;
  font-size: 0.7em;
}
body .fms-loader.on {
  animation: loader_bg 0.3s ease forwards;
  display: flex;
}
body .fms-loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #171c21;
  display: none;
  justify-content: center;
  align-items: center;
}
body .fms-loader div {
  width: 50%;
  height: 50%;
  text-align: center;
}
body .fms-loader div i {
  color: #f1f1f1;
  font-size: 4em;
  text-align: center;
  animation: flSpi 1.3s ease infinite;
}
body .fms-loader div span {
  color: #f1f1f1;
  margin-top: 15px;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
}
body #editor {
  width: 250px;
  height: auto;
  cursor: grab;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 7px;
  top: 0;
  color: #fff;
  z-index: 999;
}
body #editor span {
  color: #fff;
}
body #editor .drag-content.show {
  padding: 5px;
  display: block;
}
body #editor .drag-content {
  padding: 0;
  display: none;
}
body #editor .drag-content .job-icon {
  margin-top: 5px;
  display: flex !important;
  text-align: center;
}
body #editor .drag-content .job-icon i.active.fa-trash-can, body #editor .drag-content .job-icon i.active.fa-triangle-exclamation {
  background: #fb4d4e;
}
body #editor .drag-content .job-icon i.active.fa-snowflake {
  background: #6491cf;
}
body #editor .drag-content .job-icon i.active.fa-stairs {
  background: #ff9800;
}
body #editor .drag-content .job-icon i {
  border-radius: 50%;
  flex: 1;
  padding: 19px 0;
}
body #editor .drag-content div {
  display: none;
}
body #editor .drag-content div.show {
  display: block;
}
body #editor .drag-header {
  width: 100%;
}
body #editor .drag-header .pick-draw {
  display: flex;
  flex-wrap: wrap;
}
body #editor .drag-header .pick-draw div {
  display: flex;
  flex: 1;
  padding: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
body .fms-prompt {
  display: none;
  position: absolute;
  z-index: 999;
  top: 32vh;
  box-sizing: border-box;
  padding: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80vw;
  background: rgba(241, 241, 241, 0.8);
  border: 2px solid #d7d7d7;
  border-radius: 5px;
}
body .fms-prompt h1 {
  font-size: 1.1em;
  margin: 0;
}
body .fms-prompt span {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-size: 0.8em;
  line-height: -1;
}
body .fms-prompt .prompt-buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body .fms-prompt .prompt-buttons .button {
  border-radius: 3px;
  padding: 10px 0 7px 0;
  flex: 1 1;
  text-align: center;
  font-weight: 600;
}
body .fms-prompt .prompt-buttons .y {
  color: #f1f1f1;
  background-image: linear-gradient(73.1deg, #43ad43 8%, rgb(99, 162, 17) 86.9%);
}
body .fms-prompt .prompt-buttons .n {
  background: #dcdcdc;
  border: 2px solid #d7d7d7;
}
body .fms-top-left {
  position: absolute;
  z-index: 888;
  top: 10px;
  left: 10px;
}
body .fms-top-left i {
  background: rgba(23, 28, 33, 0.8);
  box-shadow: 0px 5px 14px -2px #171c21;
  border-radius: 6px;
  color: #f1f1f1;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
}
body .fms-toggle_n.one-extra {
  height: 370px !important;
}
body .fms-toggle_n {
  position: absolute;
  max-width: 50px;
  width: 60px;
  bottom: 80px;
  z-index: 950;
  height: 310px;
  right: 10px;
  display: flex;
  flex-direction: column;
}
body .fms-toggle_n #distressIcon.red {
  background: rgba(23, 28, 33, 0.8);
}
body .fms-toggle_n #distressIcon.red .tn_alarm_amount {
  background: #fb4d4e;
  color: #fff;
}
body .fms-toggle_n #distressIcon.red svg {
  color: #fb4d4e;
  fill: #fb4d4e;
}
body .fms-toggle_n .tn_button.toggle#distressIcon {
  background: #fb4d4e;
}
body .fms-toggle_n .tn_button.toggle#distressIcon svg {
  color: #fff;
}
body .fms-toggle_n .tn_button#centerGps i {
  color: #ff4e4e;
}
body .fms-toggle_n .tn_button.last_bump {
  margin-bottom: 30px;
}
body .fms-toggle_n i.highlighted {
  color: #fb4d4e;
}
body .fms-toggle_n .tn_button.highlighted {
  background: #fb4d4e;
}
body .fms-toggle_n .tn_button.highlighted svg {
  color: #fff;
}
body .fms-toggle_n .tn_button.highlighted i {
  color: #fb4d4e !important;
}
body .fms-toggle_n .tn_button.alarm.red {
  background: #fb4d4e;
  color: #fff;
}
body .fms-toggle_n .tn_button.alarm {
  position: relative;
}
body .fms-toggle_n .tn_button.alarm .tn_alarm_amount.hidden {
  opacity: 0;
}
body .fms-toggle_n .tn_button.alarm .tn_alarm_amount {
  opacity: 1;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: -5px;
  left: -7px;
  background: #fff;
  color: #fb4d4e;
  box-shadow: 0px 0px 15px -3px rgba(251, 77, 78, 0.7);
  font-weight: 800;
  padding: 1px 3px;
  font-size: 13px;
  border-radius: 4px;
  min-width: 15px;
  text-align: center;
}
body .fms-toggle_n .tn_button {
  display: flex;
  margin-bottom: 10px;
  flex: 5;
  color: #f1f1f1;
  background: rgba(23, 28, 33, 0.95);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 14px -2px #171c21;
}
body .fms-toggle_n .tn_button i {
  font-size: 1.1em;
}
body .fms-toggle_n .tn_button:last-child {
  margin-bottom: 0;
}
body .fms-toggle {
  display: none;
  position: absolute;
  color: #fff;
  bottom: 10px;
  z-index: 888;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 7px;
}
body .fms-toggle div.highlighted {
  color: #f1f1f1;
  background: #fb4d4e;
}
body .fms-toggle div.highlighted i {
  color: #f1f1f1 !important;
  transform: rotate(-45deg);
}
body .fms-toggle div {
  border-radius: 10px;
  cursor: pointer;
  color: #000;
  background: #f1f1f1;
  position: absolute;
}
body .fms-toggle .toggle-layer.fms-show-menu {
  width: 30vw;
  min-width: 150px;
  max-width: 250px;
  height: auto;
  bottom: 150px;
  overflow: visible;
}
body .fms-toggle .toggle-layer {
  background: #171c21;
  width: 30vw;
  min-width: 150px;
  max-width: 250px;
  height: 0;
  overflow: hidden;
  bottom: 150px;
}
body .fms-toggle .toggle-layer div.fms-show-menu {
  background: #3d2525;
}
body .fms-toggle .toggle-layer div {
  color: #fff;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 5px;
  box-sizing: border-box;
  position: relative;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
body .fms-toggle .toggle-layer div div {
  width: 35px;
  height: 20px;
  float: left;
  position: relative;
  border: none;
}
body .fms-toggle .toggle-layer div .show {
  text-align: center;
}
body .fms-toggle .toggle-layer div .show i {
  top: 3px;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
}
body .fms-toggle .toggle-layer div .pakering::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(51, 136, 255, 0.25);
  border: 3px dashed #6491cf;
}
body .fms-toggle .toggle-layer div .ikoner::before {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1px;
  width: 19px;
  height: 19px;
  position: absolute;
  display: block;
  background: #fb4d4e;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
}
body .fms-toggle .toggle-layer div .linjer::before {
  left: 0;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  background: #fb4d4e;
}
body .fms-toggle div#toggle-layer.fms-show-menu {
  color: #f1f1f1;
  background: #fb4d4e;
}
body .fms-toggle div#toggle-layer {
  z-index: 800;
  padding: 10px 5px 20px 5px;
  display: block;
  width: 70px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  bottom: 85px;
  left: 10px;
  border: 2px solid #f1f1f1;
  box-shadow: 0px 0px 22px -4px rgb(147, 67, 67);
  font-weight: 600;
}
body .fms-toggle div#toggle-layer::before {
  content: "ÄNDRA";
  font-size: 0.7em;
  display: block;
}
body .fms-toggle div#worktype {
  z-index: 800;
  padding: 10px 5px 20px 5px;
  display: block;
  width: 70px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  bottom: 20px;
  left: 10px;
  border: 2px solid #f1f1f1;
  box-shadow: 0px 0px 22px -4px rgb(147, 67, 67);
  font-weight: 600;
}
body .fms-toggle div#worktype::before {
  content: "VISAS NU";
  font-size: 0.7em;
  display: block;
}
body .fms-toggle div#centerGps {
  z-index: 800;
  padding: 20px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  bottom: 20px;
  right: 10px;
  border: 2px solid #f1f1f1;
  box-shadow: 0px 0px 22px -4px rgb(147, 67, 67);
}
body .fms-toggle div#centerGps i {
  position: absolute;
  margin: 0 auto;
  top: 20px;
  left: 0;
  right: 0;
  color: #fb4d4e;
  font-size: 1.5em;
}
body .fms-toggle-headline.warning-bar {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(147, 67, 67) 0%, rgb(111, 27, 27) 90%);
}
body .fms-toggle-headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
}
body .fms-toggle-headline h1 {
  text-align: center;
  font-size: 1.3em;
  margin: 13px 0;
}
body .fms-icon-tooltip {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 50px;
  top: 10px;
  z-index: 999;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(23, 28, 33, 0.8);
  color: #f1f1f1;
}
body .fms-icon-tooltip .fms-tt-block {
  margin-bottom: 5px;
}
body .fms-icon-tooltip .fms-tt-block div {
  float: left;
  width: 20px;
  height: 10px;
  margin-top: 0px;
  margin-right: 12px;
}
body .fms-icon-tooltip .fms-tt-block .tt-entrance div {
  margin-top: 5px;
  background: #E1BEE7;
  width: calc(100% + 4px);
  height: 7px;
  border-radius: 3px;
}
body .fms-icon-tooltip .fms-tt-block .tt-perimiter div {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: 3px dashed #000;
}
body .fms-icon-tooltip .fms-tt-block .tt-small-road div {
  margin-top: 5px;
  background: #fe9700;
  width: calc(100% + 4px);
  height: 7px;
  border-radius: 3px;
}
body .fms-icon-tooltip .fms-tt-block .tt-road div {
  margin-top: 5px;
  background: #fb4d4e;
  width: calc(100% + 4px);
  height: 7px;
  border-radius: 3px;
}
body .fms-icon-tooltip .fms-tt-block .tt-parkering div {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background: rgba(51, 136, 255, 0.25);
  border: 3px dashed #6491cf;
}
body .fms-icon-tooltip .fms-tt-block .tt-area-danger div {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background: rgba(202, 87, 87, 0.25);
  border: 3px dashed #ca5757;
}
body .fms-icon-tooltip .fms-tt-block .tt-icon i {
  font-size: 0.8em;
  position: relative;
  color: #f1f1f1;
  border-radius: 50%;
}
body .fms-icon-tooltip .fms-tt-block .stairs i, body .fms-icon-tooltip .fms-tt-block .door i {
  padding: 4px 3px;
  left: 2px;
  background: #fe9700;
}
body .fms-icon-tooltip .fms-tt-block .snow i {
  left: 2px;
  padding: 4px 4px;
  background: #6491cf;
}
body .fms-icon-tooltip .fms-tt-block .trash i {
  background: #fb4d4e;
}
body .fms-icon-tooltip .fms-tt-block .warning i {
  left: 2px;
  padding: 3px 4px;
  background: #fb4d4e;
}
body .GPS-tracker.gps-hidden {
  display: block !important;
  opacity: 1 !important;
}
body .GPS-tracker {
  display: block;
  opacity: 1;
  z-index: 9999;
}
body .GPS-tracker i {
  background: #fff;
  animation: gpsPulse 1s infinite forwards;
  box-shadow: 0px 0px 15px 0px #2597ff;
  color: #2597ff;
  font-size: 2em;
  border-radius: 50%;
  width: 24px;
}
body .leaflet-control-attribution {
  display: none;
}
body .session-confetti {
  z-index: 999;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: none;
}
body .session-confetti .sc-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(4px);
  z-index: 800;
  animation: gjBlur 1s ease forwards;
}
body .session-confetti .sc-content {
  position: absolute;
  top: 20vh;
  z-index: 999;
  left: 0;
  right: 0;
  max-width: 400px;
  margin: 0 auto;
  width: 85vw;
  height: auto;
  padding: 20px;
  border-radius: 12px;
  background: rgba(23, 28, 33, 0.9);
  text-align: center;
  border: 4px solid rgba(251, 77, 78, 0.4);
  animation: gjWindow 0.4s ease forwards;
}
body .session-confetti .sc-content a {
  text-decoration: none;
}
body .session-confetti .sc-content img {
  width: 50%;
  max-width: 150px;
  margin: 0 auto;
}
body .session-confetti .sc-content h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin: 0;
}
body .session-confetti .sc-content p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.85);
}
body .session-confetti .sc-content button {
  width: 95%;
  max-width: 350px;
  background: #fb4d4e;
  color: #fff;
  border-radius: 7px;
  border: 0;
  cursor: pointer;
  outline: 0;
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px rgba(251, 77, 78, 0.6);
}
body #map.pointer, body .leaflet-interactive {
  cursor: crosshair !important;
}
body #map {
  height: 100vh;
  width: 100%;
}
body #map .area-label.session-completed {
  background: green !important;
  color: white !important;
  box-shadow: 0px 0px 15px -4px green;
}
body #map .fms-stairs.session-completed i, body #map .fms-door.session-completed i {
  background: #38ce34;
}
body #map .fms-obstacle.session-completed, body #map .fms-trash.session-completed {
  display: none !important;
}
body #map .fms-blocks.session-completed {
  fill: green !important;
  stroke: green !important;
}
body #map .fms-line.session-completed {
  stroke: green !important;
}
body #map .fms-obstacle.session-ongoing, body #map .fms-trash.session-ongoing {
  display: #989898;
}
body #map .fms-hazard-blocks.session-ongoing, body #map .fms-blocks.session-ongoing {
  fill: #989898;
  stroke: #989898;
}
body #map .fms-line.session-ongoing {
  stroke: url(#routeGradient);
}
body .fst-holder {
  min-width: 145px;
  max-width: 170px;
  overflow: auto;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 700;
  padding: 5px;
  font-size: 1.2em;
  border: 2px solid rgba(251, 77, 78, 0.5);
}
body .fms-statusDiv {
  width: auto !important;
  height: auto !important;
  background: transparent;
  padding: 0 10px 10px 10px;
  border-radius: 7px;
  color: #171c21;
  z-index: 999 !important;
  display: flex;
  align-items: center;
}
body .fms-statusDiv span#progression {
  display: inline;
  justify-content: center;
  margin-left: 0;
  background: rgba(23, 28, 33, 0.85);
}
body .fms-statusDiv div div.started {
  background: rgba(236, 208, 29, 0.85);
  border: 2px solid rgba(23, 28, 33, 0.15);
}
body .fms-statusDiv div div.started span {
  color: rgba(23, 28, 33, 0.95);
}
body .fms-statusDiv div div.completed {
  background: rgba(56, 206, 52, 0.75);
  border: 2px solid rgba(23, 28, 33, 0.15);
}
body .fms-statusDiv div div.completed span {
  color: rgba(23, 28, 33, 0.95);
}
body .fms-statusDiv div div.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .fms-statusDiv div div {
  display: none;
  text-align: center;
  background: rgba(23, 28, 33, 0.85);
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 3px;
}
body .fms-statusDiv div div.storaytor {
  background: rgba(66, 144, 254, 0.85);
  border: 2px solid rgba(66, 144, 254, 0.85);
}
body .fms-statusDiv div div.storaytor span {
  color: #fff;
}
body .fms-statusDiv div div.vägar {
  background: rgba(222, 58, 45, 0.85);
  border: 2px solid #de3a2d;
}
body .fms-statusDiv div div.vägar span {
  color: #fff;
}
body .fms-statusDiv div div.handskottning {
  background: rgba(254, 163, 28, 0.85);
  border: 2px solid rgba(254, 163, 28, 0.85);
}
body .fms-statusDiv div div.handskottning span {
  color: #fff;
}
body .fms-statusDiv span.storaytor {
  color: #4290fe;
}
body .fms-statusDiv span.handskottning {
  color: #fea31c;
}
body .fms-statusDiv span {
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0;
  color: #ecd01d;
  font-size: 13px;
}
body .fms-statusDiv button {
  outline: 0;
  border: 0;
  background: none;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 3px 10px;
  color: #fff;
  display: none;
}
body .fms-statusDiv button.completed {
  background: transparent;
  display: none;
  color: #fff;
}
body .fms-statusDiv h1.started {
  color: #ecd01d;
}
body .fms-statusDiv h1.completed {
  color: #041e04;
  background: rgba(56, 206, 52, 0.75);
}
body .fms-statusDiv h1.completed::after {
  position: relative;
  top: 1px;
  left: 3px;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
body .fms-statusDiv h1 {
  margin: 5px 0;
  font-size: 1.3em;
  text-transform: capitalize;
  padding: 7px 0px;
  min-width: 130px !important;
  border-radius: 7px;
  box-shadow: 0px 0px 15px -3px rgba(23, 28, 33, 0.85);
  color: #fff;
  background: rgba(23, 28, 33, 0.85);
  white-space: nowrap;
  text-align: center;
  display: block;
}
body .fancy-bg::before, body .fancy-bg::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
body .fancy-bg::before {
  background: linear-gradient(-120deg, #36d1dc, #5b86e5);
  top: 0;
  left: 0;
  z-index: -1;
}
body .fancy-bg::after {
  background: rgba(20, 22, 26, 0.9098039216);
  top: 1px;
  left: 1px;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
body .leaflet-popup-close-button {
  color: #fb4d4e !important;
  font-size: 22px !important;
}
body .leaflet-popup-tip {
  background: rgba(23, 28, 33, 0.9);
}
body .leaflet-popup-content-wrapper {
  background: rgba(23, 28, 33, 0.9);
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9em;
}
body .leaflet-popup-content h1 {
  font-size: 1.4em;
  margin: 0;
  color: #f1f1f1;
}
body .leaflet-popup-content span {
  color: rgba(241, 241, 241, 0.7215686275);
  font-size: 12px;
}
body .leaflet-popup-content span::before {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  border-radius: 50%;
  background: rgba(241, 241, 241, 0.7215686275);
  float: left;
  position: relative;
  top: 7px;
  margin-right: 7px;
}
body .fms-line, body .fms-blocks, body .fms-obstacle, body .fms-headsup, body .fms-snow, body .fms-hazard-blocks, body .fms-door {
  animation: showicons 0.2s ease;
}
body .fms-obstacle i, body .fms-headsup i, body .fms-snow i, body .fms-hazard-blocks i, body .fms-door i, body .fms-trash i, body .fms-stairs i, body .fms-barrier i {
  position: relative !important;
}
body .fms-obstacle i::after, body .fms-headsup i::after, body .fms-snow i::after, body .fms-hazard-blocks i::after, body .fms-door i::after, body .fms-trash i::after, body .fms-stairs i::after, body .fms-barrier i::after {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  left: 3px;
  top: 17px;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  padding: 1px;
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  transform: rotate(180deg);
}
body .fms-blocks {
  stroke-dasharray: 6;
  stroke-width: 2;
}
body .fms-hazard-blocks {
  stroke: #ca5757;
  stroke-dasharray: 6;
  stroke-width: 2;
  fill: #ca5757;
}
body .fms-barrier i {
  background: #fb4d4e;
  box-shadow: 0px 0px 10px -3px #171c21;
  border-radius: 6px;
  padding: 8px 7px;
  color: #171c21;
  font-size: 1em;
}
body .fms-barrier i::after {
  left: 7px;
  top: 24px;
  padding: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ca5757;
  background-color: transparent;
}
body .fms-obstacle i, body .fms-trash i {
  background: #fb4d4e;
  box-shadow: 0px 0px 10px -3px #171c21;
  border-radius: 6px;
  padding: 8px 8px !important;
  color: #171c21;
  font-size: 1.1em;
}
body .fms-obstacle i::after, body .fms-trash i::after {
  left: 6px;
  top: 25px;
  padding: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ca5757;
  background-color: transparent;
}
body .fms-headsup i, body .fms-snow i {
  background: rgba(23, 28, 33, 0.85);
  box-shadow: 0px 0px 10px -3px #171c21;
  border-radius: 6px;
  font-size: 1.2em;
  padding: 8px 8px;
  color: #afedfa;
  position: relative;
}
body .fms-headsup i::after, body .fms-snow i::after {
  left: 6px;
  top: 28px;
  padding: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #6491cf;
  background-color: transparent;
}
body .fms-stairs i, body .fms-door i {
  background: #ffb600;
  box-shadow: 0px 0px 10px -3px #171c21;
  border-radius: 6px;
  padding: 8px 7px;
  color: #171c21;
  font-size: 1em;
}
body .fms-stairs i::after, body .fms-door i::after {
  left: 7px;
  top: 24px;
  padding: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fe9700;
  background-color: transparent;
}
body .fms-perimiter {
  z-index: 99;
  fill: none;
  stroke: none;
  stroke-dasharray: 6;
  stroke-width: 2;
}
body .polygon-label-city {
  z-index: 800 !important;
  min-width: 130px;
}
body .polygon-label-city .city-label {
  font-weight: 700;
  padding: 3px 14px;
  background: #fff;
  display: block;
  color: #fb4d4e;
  border-radius: 10px;
  font-size: 2.5em;
  box-shadow: 0px 0px 15px -4px #fb4d4e;
  z-index: 950;
  text-transform: capitalize;
}
body .polygon-label-city .city-label h3 {
  display: block;
  font-size: 0.6em;
  padding: 0;
  color: rgb(111, 27, 27);
  margin: 0;
  margin-top: -10px;
  text-transform: capitalize;
}
body .area-label {
  font-weight: 700;
  padding: 4px 6px;
  background: #171c21;
  display: inline;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-size: 1.5em;
  box-shadow: 0px 0px 15px -4px #171c21;
}
body .area-label .indiv_status.hidden {
  display: none;
}
body .area-label .indiv_status.val25 {
  background: #ffe64a !important;
  display: block !important;
}
body .area-label .indiv_status.val0 {
  display: none;
  background: white;
}
body .area-label .indiv_status.val100 {
  background: green !important;
}
body .area-label .indiv_status {
  font-size: 11px;
  position: absolute;
  padding: 0px 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: -16px;
  margin: 0 auto;
  display: block;
}
body .area-label.val25 {
  background: #ffe64a;
  box-shadow: 0px 0px 25px -4px #ff924a;
  color: #000;
}
body .menu-username {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  max-width: 200px;
  min-width: 200px;
  margin: 0 auto;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
  z-index: 800;
  background: #fb4d4e;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body .menu-username::after {
  content: "";
  width: 15px;
  height: 90%;
  position: absolute;
  right: -3px;
  top: 0px;
  background: #fb4d4e;
  transform: skewX(-25deg);
  box-sizing: border-box;
}
body .menu-username::before {
  content: "";
  width: 15px;
  height: 90%;
  position: absolute;
  left: -3px;
  top: 0px;
  background: #fb4d4e;
  transform: skewX(25deg);
  box-sizing: border-box;
}
body .fms-menu {
  top: 0;
  right: 0;
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  overflow: auto;
  z-index: 995;
  display: none;
}
body .fms-menu .menu-content {
  position: fixed;
  min-height: 100vh;
  width: 100%;
  top: 0;
  background: linear-gradient(0deg, #171c21 50vh, transparent 306%);
}
body .fms-menu .menu-content .break {
  width: 100%;
  height: 240px;
}
body .fms-menu .menu-content .menu-items-holder {
  height: calc(100vh - 245px);
  max-height: calc(100vh - 245px);
  overflow: scroll;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
body .fms-menu .menu-content .menu-items-holder::-webkit-scrollbar {
  display: none;
}
body .fms-menu .menu-content .head-info {
  text-align: center;
  position: fixed !important;
}
body .fms-menu .menu-content .head-info i {
  position: relative;
  top: -5px;
  left: -5px;
  background: rgba(23, 28, 33, 0.8);
  box-shadow: 0px 5px 14px -2px #171c21;
  border-radius: 6px;
  color: #f1f1f1;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
}
body .fms-menu .menu-content .head-info .api-logo {
  margin: 0 auto;
  max-width: 60%;
  max-height: 60px;
}
body .fms-menu .menu-content .head-info .api-username {
  text-transform: capitalize;
  display: block;
}
body .fms-menu .menu-content .head-info .api-email {
  margin-bottom: 10px;
  display: block;
}
body .fms-menu .menu-content .head-info .api-cities {
  display: block;
  margin-top: 20px;
}
body .fms-menu .menu-content .head-info .api-cities .tag.brynas {
  background-image: url("https://gallerix.se/gallery/6/8/3/9/43637-800.jpg");
  background-size: 123%;
  background-position: -7px -15px;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  box-shadow: 0px 0px 13px -5px yellow;
}
body .fms-menu .menu-content .head-info .api-cities .tag.default-admin {
  background: #fb4d4e;
  box-shadow: 0px 0px 13px #fb4d4e;
}
body .fms-menu .menu-content .head-info .api-cities .tag.newbie {
  background: grey;
}
body .fms-menu .menu-content .head-info .api-cities .tag {
  background: #fb4d4e;
  margin-right: 5px;
  border-radius: 6px;
  color: #f1f1f1;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 6px;
}
body .fms-menu .menu-content .head-info .api-cities .tag:last-child {
  margin-right: 0;
}
body .fms-menu .menu-content .head-info .api-cities .city {
  margin-right: 5px;
  background: #fb4d4e;
  border-radius: 6px;
  color: #f1f1f1;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 6px;
}
body .fms-menu .menu-content .head-info .api-cities .city:last-child {
  margin-right: 0;
}
body .fms-menu .menu-content .prev-sessionData {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
body .fms-menu .menu-content .prev-sessionData h1 {
  padding: 0;
  color: rgba(241, 241, 241, 0.8);
  margin: 0;
  font-size: 1.2em;
  padding: 15px;
}
body .fms-menu .menu-content .prev-sessionData a {
  color: rgba(241, 241, 241, 0.8);
  box-sizing: border-box;
  padding: 15px;
  display: block;
  overflow: auto;
  border-top: 1px solid rgba(241, 241, 241, 0.1);
  text-decoration: none;
}
body .fms-menu .menu-content .prev-sessionData a .session-bar {
  display: flex;
}
body .fms-menu .menu-content .prev-sessionData a .session-bar #sb-date {
  flex: 1;
}
body .fms-menu .menu-content .prev-sessionData a .session-bar #sb-status.done {
  color: green !important;
}
body .fms-menu .menu-content .prev-sessionData a .session-bar #sb-status {
  flex: 1;
}
body .fms-menu .menu-content .prev-sessionData a .session-bar #sb-time {
  flex: 2;
  text-align: center;
}
body .fms-menu .menu-content .bar.red.setting i {
  padding-top: 6px;
  color: #fb4d4e;
}
body .fms-menu .menu-content .bar.setting {
  display: flex;
  flex-direction: row;
}
body .fms-menu .menu-content .bar.setting i {
  padding-top: 3px;
  color: #fb4d4e;
  flex: 1;
  min-width: 34px;
  font-size: 1.2em;
  max-width: 34px;
}
body .fms-menu .menu-content .bar.setting h1 {
  flex: 8;
  color: rgba(255, 255, 255, 0.8);
}
body .fms-menu .menu-content .bar.red button {
  width: 100%;
  height: 30px;
  text-align: left;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border: 0;
  background: none;
  font-size: 1.1em;
  padding: 0;
}
body .fms-menu .menu-content .bar {
  box-sizing: border-box;
  padding: 15px;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}
body .fms-menu .menu-content .bar h1 {
  color: rgba(241, 241, 241, 0.8);
  font-size: 1.1em;
  line-height: 0;
}
body .fms-menu .menu-content .bar span {
  font-size: 0.95em;
  color: rgba(241, 241, 241, 0.5);
}
body .fms-menu .menu-content .bar .switch {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 20px;
  right: 15px;
  top: 25px;
}
body .fms-menu .menu-content .bar .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
body .fms-menu .menu-content .bar .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body .fms-menu .menu-content .bar .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body .fms-menu .menu-content .bar .switch input:checked + .slider {
  background-color: rgb(147, 67, 67);
}
body .fms-menu .menu-content .bar .switch input:focus + .slider {
  box-shadow: 0 0 1px rgb(147, 67, 67);
}
body .fms-menu .menu-content .bar .switch input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}
body .fms-menu .menu-content .bar .switch .slider.round {
  border-radius: 34px;
}
body .fms-menu .menu-content .bar .switch .slider.round:before {
  border-radius: 50%;
}
body .fms-menu .bottom-github {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: none;
  margin: 0 auto;
}
body .fms-menu .bottom-github .git {
  margin: 0 auto;
  width: 110px;
}
body .fms-menu .bottom-github .git img {
  opacity: 0.7;
}
body .fms-menu .bottom-github .git #cat {
  width: 40px;
}
body .fms-menu .bottom-github .git #text {
  position: relative;
  top: -5px;
  left: 5px;
  width: 60px;
}
body .fms-menu .bottom-github span {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}
body .fms-prompt-show {
  display: block;
}
body .fms-override-show {
  opacity: 1;
  display: flex;
  animation: hideicons_override 0.2s ease;
}
body .fms-type-hidden {
  opacity: 0;
  animation: hideicons 0.2s ease;
}
body .fms-hidden {
  opacity: 0;
  display: none !important;
  animation: hideicons 0.2s ease;
}
body .fms-bars.hamb-visible {
  background: none;
  padding: 3px 8px;
  top: 8px;
  right: 10px;
  border: 2px solid transparent;
  font-size: 1.15em;
  border-radius: 10px;
}
body .fms-bars.hamb-visible i {
  color: #f1f1f1;
}
body .fms-bars {
  position: absolute;
  z-index: 995;
  padding: 3px 8px;
  top: 8px;
  right: 10px;
  border: 2px solid #fff;
  font-size: 1.15em;
  background: #fb4d4e;
  border-radius: 10px;
}
body .fms-bars i {
  color: #f1f1f1;
}
body .leaflet-top.leaflet-left {
  display: none !important;
}
body .leaflet-top, body .leaflet-right {
  display: none;
}
body .leaflet-control-zoom {
  border: none !important;
}
body .leaflet-control-zoom .leaflet-control-zoom-in {
  border-bottom: none;
}
body .leaflet-control-zoom .leaflet-control-zoom-in, body .leaflet-control-zoom .leaflet-control-zoom-out {
  background: none;
}
body .leaflet-control-zoom .leaflet-control-zoom-in span, body .leaflet-control-zoom .leaflet-control-zoom-out span {
  color: #ffffff;
}
body .leaflet-control-zoom::before, body .leaflet-control-zoom::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
body .leaflet-control-zoom::before {
  background: linear-gradient(-120deg, #36d1dc, #5b86e5);
  top: 0;
  left: 0;
  z-index: -1;
}
body .leaflet-control-zoom::after {
  background: rgba(20, 22, 26, 0.9098039216);
  top: 1px;
  left: 1px;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
body .GPS-user-tracker {
  background: #fb4d4e;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  height: auto !important;
  text-transform: uppercase;
  border: 2px solid #fff;
  text-align: center;
  padding: 3px;
  z-index: 9999 !important;
}
body .GPS-user-tracker::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 12px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fb4d4e;
}
body .GPS-user-tracker .customGpsNode {
  background-size: 100% 100%;
  border-radius: 50%;
}
body .auth-screen.reports {
  max-width: initial !important;
  background: #171c21;
}
body .auth-screen.reports i {
  cursor: pointer;
}
body .auth-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  right: 0;
  margin: 0 auto;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(0deg, #171c21 0%, rgba(23, 28, 33, 0.3) 100%);
}
body .auth-screen .auth-content {
  position: absolute;
  top: 20px;
  margin: 0 auto;
  max-width: 90vw;
  left: 0;
  right: 0;
  text-align: center;
}
body .auth-screen .auth-content .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body .auth-screen .auth-content .flex-container div {
  flex: 1 1 100%;
  background: rgba(23, 28, 33, 0.5);
  border: 2px solid rgba(23, 28, 33, 0);
  border-radius: 5px;
  box-shadow: 0px 5px 22px -6px #171c21;
  color: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
}
body .auth-screen .auth-content .flex-container div h3 {
  flex: 1 1 100%;
}
body .auth-screen .auth-content h2 {
  font-size: 2.5em;
  color: #f1f1f1;
}
body .auth-screen video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2 !important;
  filter: blur(5px);
}
body .auth-screen::before {
  opacity: 0.1;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
}
body .auth-screen .fa-arrow-left {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(23, 28, 33, 0.8);
  box-shadow: 0px 5px 14px -2px #171c21;
  border-radius: 6px;
  color: #f1f1f1;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
}
body .auth-screen .tos.show {
  display: block !important;
}
body .auth-screen .tos {
  width: 100%;
  background: none;
  color: #fff;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 999;
  display: none;
}
body .auth-screen .tos h2 {
  display: block;
  padding: 5%;
  font-size: 2em;
  margin: 0;
}
body .auth-screen .tos .scrollable-tos {
  position: relative;
  overflow: scroll;
  max-height: 70vh;
  padding: 5%;
  scrollbar-color: black;
  margin-bottom: 100px;
  padding-bottom: 400px;
}
body .auth-screen .tos .scrollable-tos h1 {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
body .auth-screen .tos .scrollable-tos span {
  display: block;
}
body .auth-screen .tos .scrollable-tos .tos_holder {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
body .auth-screen .tos .scrollable-tos .tos_holder input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 20px;
}
body .auth-screen .tos .scrollable-tos .tos_holder button {
  outline: 0;
  border: 0;
  font-weight: 600;
  background: rgba(23, 28, 33, 0.5);
  border: 2px solid rgba(23, 28, 33, 0);
  box-shadow: 0px 5px 22px -6px #171c21;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 6px 5px;
  font-size: 1.3em;
  color: #f1f1f1;
  cursor: pointer;
}
body .auth-screen .auth-form span {
  margin-bottom: 3px !important;
  margin-top: 15px;
}
body .auth-screen .auth-form button {
  margin-top: 30px !important;
}
body .auth-screen .auth-form input {
  font-size: 1.2em !important;
  padding: 8px !important;
}
body .auth-screen .numpad {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}
body .auth-screen .numpad button {
  cursor: pointer;
  color: #fff;
  flex-basis: calc(33.3333333333% - 6.6666666667px);
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  aspect-ratio: 1/1;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
body .auth-screen .numpad button:hover {
  background: rgba(255, 255, 255, 0.05);
}
body .auth-screen .auth-pick-user.hide {
  display: none;
}
body .auth-screen .auth-pick-user.change input {
  font-size: 1.2em !important;
  padding: 8px !important;
}
body .auth-screen .auth-sig h1, body .auth-screen .auth-pick-user h1 {
  text-align: left;
  font-size: 2.5em;
  color: #f1f1f1;
  padding: 0;
  margin: 0;
}
body .auth-screen .auth-sig span, body .auth-screen .auth-pick-user span {
  color: #f1f1f1;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}
body .auth-screen .auth-sig input, body .auth-screen .auth-pick-user input {
  border: 0;
  outline: 0;
  background: rgba(241, 241, 241, 0.15);
  color: #f1f1f1;
  font-size: 2.3em;
  font-weight: 600;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0px 10px;
}
body .auth-screen .auth-sig select, body .auth-screen .auth-pick-user select {
  border: 0;
  outline: 0;
  background: #f1f1f1;
  color: #171c21;
  font-size: 1.3em;
  font-weight: 600;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3px 5px;
}
body .auth-screen .auth-sig select option, body .auth-screen .auth-pick-user select option {
  background: rgba(241, 241, 241, 0.15);
}
body .auth-screen .auth-sig button, body .auth-screen .auth-pick-user button {
  outline: 0;
  border: 0;
  font-weight: 600;
  background: rgba(23, 28, 33, 0.5);
  border: 2px solid rgba(23, 28, 33, 0);
  box-shadow: 0px 5px 22px -6px #171c21;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 6px 5px;
  font-size: 1.3em;
  color: #f1f1f1;
  cursor: pointer;
}
body .auth-screen .auth-pick-user {
  width: 80vw;
  position: absolute;
  top: 150px;
  margin: 0 auto;
  left: 0px;
  right: 0;
  opacity: 1;
  z-index: 50;
}
body .auth-screen ._loginError {
  width: 80vw;
  position: absolute;
  top: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  background: #9d4747;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  transition: all 1s ease;
}
body .auth-screen ._loginError i {
  position: absolute;
  margin-right: 15px;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.45);
}
body .auth-screen ._loginError span {
  position: relative;
  left: 40px;
  top: 2px;
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  width: calc(100% - 40px);
}
body .auth-screen .auth-pick-user.fade-in {
  z-index: 100;
}
body .auth-screen .auth-sig.move-away {
  z-index: 50;
}
body .auth-screen .auth-sig {
  opacity: 1;
  width: 65vw;
  position: absolute;
  top: 20px;
  margin: 0 auto;
  left: 0;
  height: auto;
  right: 0;
  z-index: 100;
  text-align: center;
}
body .auth-screen #rb_white.hide {
  display: none !important;
}
body .auth-screen #rb_white {
  position: absolute;
  bottom: 76px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 65px;
}
body .auth-screen .auth-bg-removed {
  position: absolute;
  top: 40vh;
  width: 100%;
  height: 70vh;
  animation: finish-draw 0.8s ease forwards;
  animation-delay: 2s;
}
body .auth-screen .auth-bg-removed .main-animation-removed {
  animation: moveLeft 3s ease forwards;
  animation-delay: 4s;
}
body .auth-screen .auth-bg-removed .auth-slogan {
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -420px;
  text-align: center;
  color: #f1f1f1;
}
body .auth-screen .auth-bg-removed .auth-slogan img {
  width: 100px;
}
body .auth-screen .auth-bg-removed .auth-slogan h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
}
body .auth-screen .auth-bg-removed .auth-slogan span {
  display: block;
  opacity: 0.7;
}
body .auth-screen .auth-bg-removed .auth-logo {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -250px;
  width: 150px;
  height: 150px;
  animation: hideLogo 0.3s ease forwards;
  animation-delay: 2.5s;
}
body .auth-screen .auth-bg-removed div {
  position: absolute;
}
body .auth-screen .auth-bg-removed #a {
  left: 0;
  transform: rotate(5deg);
  width: 100px;
  height: 5px;
  background: #fff;
  animation: auth-draw-a 0.4s ease forwards;
}
body .auth-screen .auth-bg-removed #a::after {
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  background: #fb4d4e;
  border: 3px solid #fff;
}
body .auth-screen .auth-bg-removed #b {
  opacity: 0;
  left: 100px;
  transform: rotate(20deg);
  top: 19px;
  width: 75px;
  height: 5px;
  background: #fff;
  animation: auth-draw-b 0.2s ease forwards;
  animation-delay: 0.1s;
}
body .auth-screen .auth-bg-removed #b::after {
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  background: #fb4d4e;
  border: 3px solid #fff;
}
body .auth-screen .auth-bg-removed #c {
  opacity: 0;
  left: 177px;
  transform: rotate(-3deg);
  top: 29px;
  width: 105px;
  height: 5px;
  background: #fff;
  animation: auth-draw-c 0.2s ease forwards;
  animation-delay: 0.24s;
}
body .auth-screen .auth-bg-removed #c::after {
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  background: #fb4d4e;
  border: 3px solid #fff;
}
body .auth-screen .auth-bg-removed #d {
  opacity: 0;
  left: 280px;
  transform: rotate(29deg);
  top: 45px;
  width: 64px;
  height: 5px;
  background: #fff;
  animation: auth-draw-d 0.2s ease forwards;
  animation-delay: 0.4s;
}
body .auth-screen .auth-bg-removed #d::after {
  opacity: 0;
  animation: auth-draw-d-after 0.4s ease 0.8s forwards, hidePin 0s 4s forwards;
  right: -3px;
  top: -26px;
  color: #fff;
  position: absolute;
  transform: rotate(-29deg);
  content: "\f276";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 2em;
}
body .auth-screen .auth-bg-removed #e {
  opacity: 0;
  left: 339px;
  transform: rotate(0deg);
  top: 61px;
  width: 64px;
  height: 5px;
  background: #fff;
  animation: lastPin-move 3.5s ease forwards;
  animation-delay: 4s;
}
body .auth-screen .auth-bg-removed #e::after {
  opacity: 1;
  right: -8px;
  top: -28px;
  color: #fff;
  position: absolute;
  transform: rotate(0deg);
  content: "\f276";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 2em;
}

/*# sourceMappingURL=styles.css.map */
