.popup-place-slm-map {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50vw;
  height: 50vh;
  transform: translate(-50%, -50%);
  z-index: 9998;
}

@media only screen and (max-width: 768px) {
  .popup-place-slm-map {
    width: 100vw;
    height: 70vh;
  }
}

#skroutzLockerMap {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 9999;
  border: 1px solid black;
}
.closeMapBtn {
  font-size: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10000;
  color: grey;
  border: 1px solid black;
  border-bottom: 1px solid white;
  margin-bottom: -2px;
  background-color: white;
}

.open-map-btn {
  box-shadow: 3px 3px 8px -3px #ffdd00;
  background: linear-gradient(to bottom, #ff9900 5%, #ff6600 100%);
  background-color: #ff9900;
  border-radius: 28px;
  border: 1px solid #ab1919;
  display: block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 17px;
  padding: 3px 32px;
  text-decoration: none;
  text-align: center;
}
.open-map-btn:hover {
  background: linear-gradient(to bottom, #ff6600 5%, #ff9900 100%);
  background-color: #ff6600;
}
.open-map-btn:active {
  position: relative;
  top: 1px;
}

.slm-form-row-hidden {
  display: none;
}

body.disabled:before {
  content: '';
  position: fixed;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
