body {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #1154a2;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
}

h1 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

video, audio {
  width: 100%;
  min-width: 220px;
}

audio::-webkit-media-controls-panel {
  background-color: #white;
}

progress {
  width: 300px;
}

progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 300px;
  height: 10px;
}

progress[value]::-webkit-progress-bar {
  background-color: #8ab0db;
  border-radius: 2px;
}

progress[value]::-webkit-progress-value {
  background-color: #1055a2;
  border-radius: 2px; 
}

.upinput {
  width 100%;
}

.upinput::-webkit-file-upload-button {
  visibility: hidden;
}

.upinput::before {
  content: 'choose file (max. 10mb)';
  background-color: #1055a2;
  color: white;
  display: inline-block;
  width: 300px;
  border-style: solid;
  border-radius: 10px;
  padding: 10px 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 10pt;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 15px;
}

.upinput::after {
  color: white;
}

.upinput:hover::before {
  opacity: 0.6;
}

.upload-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 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;
  font-size: 16px;
  font-weight: 600;
}

.uploader {
  width: 100%;
}

.side-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.text-lg {
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 25px;
  font-weight: 700;
  
}

.text-lg.hidden {
  display: none;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  -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-bottom: 5px solid #1055a2;
}

.mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 200px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.bottom {
  width: 100%;
  min-height: 100px;
  -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-top: 5px solid #1055a2;
  cursor: pointer;
}

.tag-menu {
  position: fixed;
  left: auto;
  top: 70px;
  right: 80px;
  bottom: auto;
  z-index: 25;
  overflow: hidden;
  width: 260px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 35px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  touch-action: none;
}

.tag-menu.hidden {
  display: none;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  padding-left: 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;
  border-bottom: 5px solid #1055a2;
  color: #8ab0db;
  font-size: 16px;
}

.toggle-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8ab0db;
  font-size: 16px;
  cursor: pointer;
}

.toggle-button:hover {
  background-color: #1154a2;
  color: #fff;
}

.toggle-button.toggled {
  color: #1154a2;
}

.toggle-button.toggled:hover {
  color: #fff;
}

.image {
  width: 60px;
}

.map {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: #1055a2;
}

.add-div {
  overflow: hidden;
  width: 210px;
  height: 100%;
  -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-transition: width 200ms ease;
  transition: width 200ms ease;
  cursor: pointer;
}

.add-div:hover {
  opacity: 0.6;
}

.add-div.closed {
  width: 0px;
}

.add-wrapper {
  overflow: hidden;
  width: 0px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.add-wrapper.open {
  width: 560px;
}

.text-dim {
  color: #8ab0db;
}

.text-dim.x {
  font-size: 20px;
}

.text-dim.sm {
  font-size: 14px;
}

.form-field {
  height: 45px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #1055a2;
  border-radius: 20px;
  background-color: #fff;
  color: #1055a2;
}

.form-field::-webkit-input-placeholder {
  color: #8ab0db;
}

.form-field:-ms-input-placeholder {
  color: #8ab0db;
}

.form-field::-ms-input-placeholder {
  color: #8ab0db;
}

.form-field::placeholder {
  color: #8ab0db;
}

.icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.button {
  width: 100%;
  padding: 10px 35px 10px 35px;
  border: 0px solid transparent;
  border-radius: 20px;
  background-color: #1055a2;
  line-height: 14px;
  color: #fff;
}

.button:hover {
  background-color: #8ab0db;
}

.button:disabled,
.button[disabled]{
  background-color: #8ab0db;
}

.button.hid {
  display: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form.hidden {
  display: none;
}

.add-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 500px;
  padding: 25px 35px 0px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.add-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 100%;
  min-width: 210px;
  -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;
}

.form-exit {
  margin-right: 20px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 20px;
}

.form-exit:hover {
  opacity: 0.6;
}

.form-block {
  width: 100%;
  height: 100%;
}

.hun-div {
  width: 100%;
}

.infowindow-wrapper {
  font-family: 'IBM Plex Mono', sans-serif;
  max-width: 730px;
  padding: 10px 10px 10px 10px;
  color: #1154a2;
}

.infowindow-img {
  width: 100%;
  max-height: 350px;
  max-width: 550px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  background-color: #fff;
}

.latlng-field {
  max-width: 130px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  border: 1px solid transparent;
}

.latlng-field::-webkit-input-placeholder {
  color: #8ab0db;
}

.latlng-field:-ms-input-placeholder {
  color: #8ab0db;
}

.latlng-field::-ms-input-placeholder {
  color: #8ab0db;
}

.latlng-field::placeholder {
  color: #8ab0db;
}

.form-global {
  display: none;
}

.text-block-3 {
  text-align: left;
}

.recaptcha {
  margin-top: 20px;
}

.error-message {
  margin-top: 0px;
}

.error {
  text-align: center;
}

.toggle-icon {
  height: 45px;
  margin-right: 15px;
}

.filter-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  cursor: pointer;
}

.filter-toggle:hover {
  color: rgba(17, 84, 162, 0.6);
}

.logo-text {
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.logo-text.hidden {
  display: none;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: flex !important;
  -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.55);
}

.ack-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 730px;
  padding: 50px 50px;
  -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: 35px;
  background-color: #1154a2;
  color: #fff;
}

.ack-para {
  margin-bottom: 20px;
  font-weight: 400;
}

.ack-button {
  padding: 10px 35px;
  border: 0px solid transparent;
  border-radius: 20px;
  background-color: #fff;
  color: #1154a2;
}

.ack-button:hover {
  background-color: #8ab0db;
}

.ack-button.hid {
  display: none;
}

.msg-wrapper {
  display: none;
  padding: 0px 20px 0px 20px;
}

.msg-wrapper.visible {
  display: block;
}

.msg-text.error {
  color: red;
}

.hidden {
  display: none;
}

#map {
  width: 100%;
  height: 100%;
}

.map-wrapper {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.ab-text {
  padding: 0px 10px 30px 10px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  
  h1 {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  
  .text-lg {
    font-size: 16px;
  }
  
  .form {
    padding: 0px 25px 30px 25px;
  }
  
    .top {
    height: 75px;
    min-height:75px;
  }

  .bottom {
    height: 75px;
    min-height:75px;
  }

  .add-div {
    width: 150px;
  }

  .add-wrapper {
    background-color: #fff;
    
  }

  .add-wrapper.open {
    width: 100vw;
  }

  .add-block {
    padding: 0px 0px 0px 0px;
    min-width: 100%;
    min-height: 100vw;
  }

  .add-button {
    width: 150px;
    min-width: 150px;
  }

  .logo-text {
    font-size: 16px;
  }
  
  .toggle-button.toggled {
    color: #1154a2;
  }
  
  .toggle-button.toggled:hover {
    background-color: #fff;
    color: #1154a2;
  }
  
  .toggle-button {
   color: #8ab0db;
  }
  
  .toggle-button:hover {
    background-color: #fff;
    color: #8ab0db;;
  }
}

@media screen and (max-width: 767px) {
    body {
    font-size: 14px;
  }
  
  .upload-block {
    font-size: 14px;
  }
    
  .map-wrapper {
    padding-bottom: 50px;
  }

  .side-nav {
    background-color: transparent;
  }

  .form-block {
    max-width: 100%;
    width: 100vw;
    max-height: 100%;
  }  
  
  .form {
    padding: 0px 10px 30px 10px;
  }

  .text-lg {
    font-size: 14px;
    line-height: 20px;
  }
  
  .infowindow-wrapper {
    max-width: 400px;
    padding: 0px 10px 0px 0px;
  }
  
  .top {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    height: 50px;
    min-height:50px;
    border-bottom-width: 3px;
    background-color: #fff;
  }
  
  .bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    height: 50px;
    min-height:50px;
    border-top-width: 3px;
    background-color: #fff;
  }

  .tag-menu {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 60px;
    display: none;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .tag-menu.hidden {
    display: block;
  }

  .top-bar {
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom-width: 3px;
  }

  .map {
    height: 100%;
  }

  .add-div {
    width: auto;
  }

  .add-div.closed {
    display: none;
  }

  .add-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 10px;
    max-height: 100vh;
  }

  .add-wrapper.open {
    overflow: scroll;
  }

  .text-dim {
    font-size: 14px;
    line-height: 20px;
  }

  .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
  }

  .add-button {
    position: fixed;
    left: 15px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 40px;
    background-color: #fff;
  }

  .form-exit {
    line-height: 20px;
    margin: 0px 0px 0px 0px;
  }

  .toggle-icon {
    height: 30px;
  }

  .logo-text {
    font-size: 14px;
    line-height: 20px;
  }

  .modal {
    background-color: #1154a2;
  }

  .ack-wrapper {
    padding: 0px 15px;
  }

  .text-block-4 {
    line-height: 20px;
  }

  .filter-toggle:hover {
    color: rgba(17, 84, 162, 1);
  }
}

@media screen and (max-width: 479px) {
  .add-button {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    min-width: 50px;
    border-radius: 30px;
  }

  .modal {
    padding-top: 20px;
  }

  .ack-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .ack-button {
    width: 100%;
    text-align: center;
  }
}
