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




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;
}


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


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

.step {
    /* background-color: red; */
    width: 100%;
    height: 100vh;
}