.a3pcaf0 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.a3pcaf1 {
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.a3pcaf2 {
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  margin: 20px 0;
}
.a3pcaf3 {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #EBEBEB;;
}