body {
  height: 100vh;
  margin: 0;
  padding: 0;
  width: 100vw;
  position: relative;
}

#map {
  position: relative!important;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.marker {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 50%;
  display: none;
}
.btn-submit {
  display: none;
  border: 0px;
  margin: 10px;
  padding: 0px;
  text-transform: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  overflow: hidden;
  bottom: 120px;
  right: 0px;
  background-image: url(../images/check.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.btn-submit lottie-player {
  display: none;
}