@import url(../../../reset.css);

body {
  background-color: #CACACA;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


dialog {
  height: fit-content;
  width: fit-content;
  color: #000000;
  background-color: #758cdf;
  border-radius: 26px;
  padding: 40px;
  opacity: 1;
  /* scale: 1.5; */
  margin: auto;
  overflow: hidden;
  border: none;
  max-width: 80%;
}

dialog p {
    font-size: 15px;
}

.city {
  z-index: 2;
  position: relative;
}


dialog h3 {
  margin-top: 20px;
  font-size: 14px;
}


dialog::backdrop {
  background-color: #00000084;
}

.step {
  background-color: #fff;
  border-radius: 18px;
  padding: 50px 20px;
  padding-bottom: 65px;
  width: 80%;
  height: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.step h1 {
  margin-bottom: 20px;
}

.step button {
  font-size: 18px;
  width: 90%;
  background-color: transparent;
  border: solid 1px #CACACA;
  border-radius: 8px;
  padding: 15px 0;
  color: black;
  cursor: pointer;
}

#nextContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px 0;
  display: none;
}

#next {
  border-radius: 8px;
  border: none;
  background-color: black;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
}