.menu-location__approve {
  position: absolute;
  top: 32px;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.menu-location__approve.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.menu-location__approve-inner {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 51px 50px 20px 0px rgba(135, 135, 135, 0), 33px 32px 18px 0px rgba(135, 135, 135, 0.01), 18px 18px 15px 0px rgba(135, 135, 135, 0.05), 8px 8px 11px 0px rgba(135, 135, 135, 0.09), 0px 0px 6px 0px rgba(135, 135, 135, 0.15);
  padding: 14px 22px;
}
.menu-location__approve-question {
  margin: 0 0 12px;
  font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  text-wrap: nowrap;
  padding: 0 !important;
  display: block !important;
}
.menu-location__approve-question span {
  font-weight: 500;
  color: #ff7e1e;
}
.menu-location__approve-buttons {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px;
}
.menu-location__approve-button {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 14px;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
}
.menu-location__approve-button#confirm-city {
  background-color: #ff7e1e;
  border: 2px solid #ff7e1e;
}
.menu-location__approve-button#change-city {
  background-color: #FFF;
  border: 2px solid #b3b3b3;
  color: #b3b3b3;
}

@media (max-width: 1100px) {
  .menu-location__approve {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .menu-location__approve-inner {
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    max-width: 450px;
  }
  .menu-location__approve-overlay {
    background-color: #20477a;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
}/*# sourceMappingURL=approve-popup.css.map */