._modal_1lkzj_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(213, 207, 189, 0.7);
  display: flex;
  z-index: 220;
  padding: 10px;
  overflow: auto;
}
._modal_1lkzj_1 ._dialog_1lkzj_13 {
  margin: auto;
  max-width: 650px;
  width: 100%;
  border-radius: 6px;
  background-color: white;
  position: relative;
  padding: 20px;
}
._modal_1lkzj_1 ._dialog_1lkzj_13 ._close_1lkzj_22 {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--beigedarker);
  padding: 0.5rem 20px 0.5rem;
}
._modal_1lkzj_1 footer {
  margin-top: 1em;
  display: flex;
  gap: 1em;
  justify-content: end;
}

@media only screen and (min-width: 640px) {
  ._modal_1lkzj_1 {
    padding: 20px calc(20px + 1em);
  }
  ._modal_1lkzj_1 ._dialog_1lkzj_13 ._close_1lkzj_22 {
    right: -20px;
    top: -20px;
  }
}