body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100px;
  padding: 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 3px 0 16px -10px #1e7464;
}

.login-pages {
  background-color: #035f52;
}

.login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-sidebar {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
}

.login-logo {
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
}

.login-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-info-text {
  width: 100%;
  max-width: 500px;
  color: #fff;
  text-align: center;
}

.login-dashboard {
  max-width: 700px;
  margin-bottom: 1em;
}

.form-wrap {
  width: 100%;
  margin-top: 1em;
}

.wb-form-element.space {
  margin-top: 1em;
}

.wb-form-element._3rd {
  width: 30%;
  margin-bottom: 10px;
}

.wb-form-element.half {
  width: 49%;
  margin-right: 1%;
}

.wb-form-element.space-top {
  margin-top: 1em;
}

.wb-form-element.date-select {
  margin-top: 1em;
}

.login-page-heading {
  display: block;
}

.login-page-heading.active2 {
  display: block;
}

.login-page-heading.active3 {
  display: block;
}

.login-account {
  display: block;
  margin-top: 1em;
  padding: 12px 26px;
  border-radius: 7px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.login-signup {
  display: block;
  margin-top: 1em;
  padding: 12px 26px;
  border-radius: 7px;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.login-forgot-password {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 10px;
  font-family: Poppins, sans-serif;
  color: #035f52;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.recover-account {
  display: block;
  margin-top: 1em;
  padding: 12px 26px;
  border-radius: 7px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.login-instead {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 10px;
  font-family: Poppins, sans-serif;
  color: #035f52;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.signup-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.facebook-signup {
  width: 49%;
  padding: 14px 14px 14px 18px;
  border-radius: 10px;
  background-color: #0d3460;
  color: #fff;
  font-size: 0.7em;
  text-decoration: none;
}

.fbsignup-text {
  display: inline;
}

.fbsignup-img {
  display: inline;
  max-width: 30px;
  margin-right: 5px;
}

.gmailsignup-img {
  display: inline;
  max-width: 30px;
  margin-right: 5px;
}

.gmail-signup-txt {
  display: inline;
}

.gmail-signup {
  width: 49%;
  padding: 14px 14px 14px 18px;
  border-radius: 10px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.7em;
  text-decoration: none;
}

.signup-account {
  display: block;
  margin-top: 1em;
  padding: 12px 26px;
  border-radius: 7px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.alread-have-account {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 10px;
  font-family: Poppins, sans-serif;
  color: #035f52;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.site-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-logo {
  max-width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.profile-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #035f52;
  color: #fff;
}

.profile-text {
  margin-left: 20px;
}

.site-content {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-left: 100px;
  padding: 0px;
}

.map-box {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.menu {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #035f52;
  opacity: 0.9;
  color: #fff;
}

.name {
  margin-left: 10px;
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.menu-item:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

.menu-item.w--current {
  background-color: rgba(0, 0, 0, 0.24);
}

.menu-icon {
  display: inline-block;
  max-width: 20px;
}

.menu-text {
  display: inline-block;
  margin-left: 10px;
  line-height: 1em;
}

.bottom-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #035f52;
  opacity: 0.9;
}

.sateliate {
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

.sateliate:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.user-settings {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100vh;
  margin-left: 100px;
}

.relative {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.profile-info {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 500px;
  padding: 130px 45px;
  background-color: #025045;
  color: #fff;
}

.background-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
}

.profile-heading {
  margin-top: 0px;
  margin-bottom: 20px;
}

.profile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-profile {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #07a97e;
  border-radius: 5px;
}

.profile-name {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1em;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.8em;
}

.profile-settings-form-wrap {
  width: 100%;
  margin-top: 2em;
}

.update-profile-btn {
  margin-top: 2em;
  padding: 16px 32px;
  float: right;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  color: #035f52;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

.update-profile-btn:hover {
  background-color: #000;
  box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.27);
  color: #fff;
}

.search-filter {
  position: absolute;
  z-index: 99;
  width: 50%;
  margin-top: 5em;
  margin-left: 30px;
}

.legend-dropdown {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100vh;
  max-width: 300px;
  margin-top: 0em;
  margin-right: 0em;
  padding: 60px 20px 20px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 3px 8px -7px #000;
}

.legend-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parking-area {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.legend-label {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-transform: capitalize;
}

.parking-spot {
  width: 40px;
  height: 40px;
}

.parking-time-restriction {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.heading-4 {
  margin-bottom: 2em;
}

.close-legend {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0px;
  bottom: auto;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #07a97e;
  border-radius: 5px;
}

.status-top {
  position: relative;
  width: 100%;
  margin-top: 2em;
  margin-bottom: auto;
}

.live-data {
  display: block;
  padding: 25px;
}

.live-data:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.live-data.w--current {
  background-color: #035f52;
}

.globe-embed {
  width: 100%;
}

.history-data {
  display: block;
  width: 100%;
  padding: 25px;
  color: #000;
  font-size: 3.5em;
  line-height: 0.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.history-data:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.history-data.w--current {
  background-color: #035f52;
  color: #fff;
}

.split {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
}

.compare {
  display: block;
  padding: 25px;
}

.compare:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.compare.w--current {
  background-color: #035f52;
}

.compare-embed {
  width: 100%;
}

.map-location-popup {
  z-index: 100;
  display: block;
  width: 100%;
  max-height: 420px;
  max-width: 340px;
  padding: 35px 25px 25px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 18px -13px #000;
}

.close-map-location-popup {
  position: absolute;
  left: auto;
  top: -20px;
  right: -10px;
  bottom: auto;
  width: 100%;
  max-width: 20px;
  padding: 0px;
  border-radius: 5px;
  opacity: 0.5;
}

.popup-heading {
  margin-top: 0px;
  color: #035f52;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.popup-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-time {
  font-size: 0.8em;
  line-height: 1em;
}

.popup-image {
  overflow: hidden;
  width: 100%;
  max-height: 150px;
  margin-bottom: 10px;
}

.popup-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-info-box.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.popup-info-box.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-info-box.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-icon {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
}

.location-info {
  font-size: 0.8em;
  line-height: 1.2em;
}

.arrow-growth {
  max-width: 20px;
  color: #ff3f3f;
}

.arrow-decline {
  display: none;
  max-width: 20px;
  color: #ff3f3f;
}

.percentage-sign {
  color: #07a97e;
}

.amount {
  color: #07a97e;
}

.static-block-text {
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 1em;
}

.occupany-info {
  font-size: 1em;
  line-height: 1.4em;
}

.occupied-small-text {
  font-size: 0.7em;
  line-height: 1em;
}

.occupied-stats {
  font-weight: 700;
}

.declined-heart {
  display: none;
}

.total-vacant {
  color: #07a97e;
  font-size: 24px;
  font-weight: 700;
}

.map-location-sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 102;
  display: none;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 16px -10px #000;
}

.close-map-location {
  position: absolute;
  left: auto;
  top: -0.2em;
  right: 0px;
  bottom: auto;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #07a97e;
  border-radius: 5px;
}

.location-sidebar-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.total-vacant-sidebar {
  display: block;
  margin-top: 10px;
  color: #07a97e;
  font-size: 2em;
  font-weight: 700;
}

.date-time-sidebar {
  margin-top: 3px;
  font-size: 0.7em;
  line-height: 1em;
}

.parking-duration {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
}

.span-block {
  display: block;
}

.growth-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.graph-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graph-legend.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._3-item {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.small-legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.small-legend-dot._1 {
  display: inline-block;
  background-color: #07a97e;
}

.small-legend-dot._2 {
  display: inline-block;
  background-color: #035f52;
}

.small-legend-dot._3 {
  display: inline-block;
  background-color: #000;
}

.small-legend-text {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.sidebar-popup-zoom-btn {
  margin-top: 2em;
  padding: 12px 50px;
  float: right;
  border-radius: 7px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

.sidebar-popup-zoom-btn:hover {
  background-color: #07a97e;
  box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.27);
  color: #fff;
}

.sidebar-popup-heading {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.graph-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.data-name {
  width: 80px;
  font-size: 0.8em;
}

.data-stats-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.occupied-stats-info {
  z-index: 3;
  width: 60%;
  height: 100%;
  background-color: #035f52;
}

.occupied-stats-info._70 {
  width: 70%;
}

.occupied-stats-info._45 {
  width: 45%;
}

.occupied-stats-info._80 {
  width: 80%;
}

.vacant-stats-info {
  z-index: 2;
  width: 10%;
  height: 100%;
  background-color: #07a97e;
}

.vacant-stats-info._15 {
  width: 15%;
}

.vacant-stats-info._5 {
  width: 5%;
}

.no-data-stats {
  width: 2%;
  background-color: #000;
}

.no-data-stats._4 {
  width: 4%;
}

.no-data-stats._1 {
  width: 1%;
}

.parking-zone-sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 102;
  display: none;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 16px -10px #000;
}

.parking-spot-sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 102;
  display: none;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 16px -10px #000;
}

.time-restriction {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.popup-info-full {
  width: 100%;
  margin-bottom: 25px;
}

.box {
  width: 100%;
  margin-top: 5px;
  padding: 3px 5px 5px;
  border-radius: 7px;
  background-color: #ebebeb;
}

.small-item {
  display: inline-block;
  margin-right: 3px;
  padding: 5px;
  border-radius: 10px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.6em;
  line-height: 1em;
}

.time-line {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  border-radius: 7px;
  background-color: #ebebeb;
}

.time-zone {
  font-size: 0.9em;
  line-height: 1.4em;
}

.price {
  margin-top: 5px;
  font-size: 2em;
  line-height: 1.4em;
}

.disabilities {
  max-width: 30px;
  margin-top: 10px;
  margin-right: 5px;
}

.time-duration {
  max-width: 30px;
  margin-top: 10px;
  margin-right: 5px;
}

.child {
  max-width: 30px;
  margin-top: 10px;
  margin-right: 5px;
}

.status-mode-vacant {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 16px 32px;
  float: right;
  border-radius: 7px;
  background-color: #07a97e;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.status-mode-vacant:hover {
  color: #fff;
}

.status-mode-occupied {
  display: none;
  width: 100%;
  margin-top: 2em;
  padding: 16px 32px;
  float: right;
  border-radius: 7px;
  background-color: #035f52;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.status-mode-occupied:hover {
  color: #fff;
}

.status-mode-unknown {
  display: none;
  width: 100%;
  margin-top: 2em;
  padding: 16px 32px;
  float: right;
  border-radius: 7px;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.status-mode-unknown:hover {
  color: #fff;
}

.parking-spot-popup {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: block;
  width: 100%;
  max-height: 400px;
  max-width: 320px;
  padding: 20px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 2px 6px -4px #000;
}

.restirction-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.disabled {
  max-width: 30px;
  margin-right: 5px;
  padding: 4px;
}

.time-icon {
  max-width: 30px;
  margin-right: 5px;
  padding: 4px;
}

.time-limit {
  font-size: 1.2em;
  font-weight: 400;
}

.parking-spot-heading {
  margin-bottom: 1em;
  font-weight: 700;
}

.spot-time-restriction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.restriction-icon {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
}

.update-date {
  font-size: 0.8em;
  text-align: center;
}

.site-content-history {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-left: 100px;
  padding: 0px;
}

.map-box-history {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 700px;
  background-color: #fff;
}

.history-data-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left-data-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right-data-info {
  width: 38%;
}

.history-filter-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.history-graph-1 {
  display: block;
  width: 49%;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.data-table-convert {
  display: inline-block;
  max-width: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.graph-image {
  width: 100%;
  min-height: 400px;
  margin-bottom: 1em;
}

.graph-image.large {
  min-height: 600px;
}

.history-graph-2 {
  display: block;
  width: 49%;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.history-graph-3 {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.availability-char {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 100px;
  z-index: 99;
  width: 100%;
  max-width: 200px;
  padding: 16px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 7px -8px #000;
}

.span-green {
  color: #07a97e;
}

.occupany-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.occupany-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #035f52;
}

.occupany-dot._80 {
  opacity: 0.8;
}

.occupany-dot._60 {
  opacity: 0.6;
}

.occupany-dot._40 {
  opacity: 0.4;
}

.occupany-dot._20 {
  opacity: 0.2;
}

.occupany-text {
  margin-left: 10px;
}

._3rd {
  width: 30%;
}

.table-data-btn {
  width: 30%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
}

.table-data-btn:hover {
  background-color: #eee;
}

.td-text {
  display: inline-block;
}

.download-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
}

.download-date:hover {
  background-color: #eee;
}

.wb-small-select {
  margin-left: 5px;
}

.compare-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.compare-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top {
  width: 100%;
}

.graph-1-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.graph-1info {
  display: block;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.graph-2wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.graph-2info {
  display: block;
  width: 49%;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.graph-3wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.graph-3info {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 9px -7px #000;
}

.data-buttons {
  margin-left: auto;
}

.download-pdf {
  margin-left: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.view-table-data {
  margin-left: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.print-document {
  margin-left: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.add-option {
  width: 100%;
  max-width: 40px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.compare-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tooltip1 {
  position: absolute;
  left: 105px;
  top: 3vh;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.tooltip2 {
  position: absolute;
  left: 105px;
  top: 14vh;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.tooltip3 {
  position: absolute;
  left: 105px;
  top: 26vh;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.home-dropdown-filter {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  max-width: 600px;
  margin-top: 5em;
  margin-right: 30px;
  margin-left: auto;
  padding: 30px 10px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: -1px 0 8px -5px #000;
}

.row-area {
  width: 100%;
}

.close-home-filter {
  position: absolute;
  left: auto;
  top: -25px;
  right: 0px;
  bottom: auto;
  padding: 0px;
}

.date-time-filter-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 120;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.date-time-select-form {
  width: 100%;
  max-width: 360px;
  padding: 10px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 7px -4px #000;
}

.time-label {
  margin-bottom: 5px;
  font-size: 12px;
}

.time-choose {
  margin-top: 2em;
}

.filter-date-heading {
  padding-bottom: 10px;
  font-weight: 300;
}

.filter-dates-btn {
  margin-top: 2em;
  padding: 10px 32px;
  float: right;
  border-radius: 7px;
  background-color: #035f52;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

.filter-dates-btn:hover {
  background-color: #000;
  box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.27);
  color: #fff;
}

.close-filter {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0px;
  bottom: auto;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #07a97e;
  border-radius: 5px;
}

.close-filter-date {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  border-radius: 5px;
}

.first-wrap {
  width: 100%;
}

.date-pick {
  display: none;
  width: 100%;
  margin-bottom: 1em;
}

.filtering-item {
  width: 49%;
  margin-right: 1%;
}

