.passport-modal {
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  border-radius: 0.625rem;
  background: #000525;
  /* Dark Mode Drop Shadow 1 */
  box-shadow: 0 0.5px 35px 0 rgba(0, 5, 37, 0.5);
}
.passport-modal .passport-triangle {
  position: absolute;
}
.passport-modal .passport-triangle img {
  width: 4.94rem;
  height: 4.94rem;
}
@media only screen and (max-width: 640px) {
  .passport-modal .passport-triangle img {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.passport-modal .close {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  cursor: pointer;
  top: 0.75rem;
  right: 0.75rem;
}
@media only screen and (max-width: 640px) {
  .passport-modal .close {
    width: 0.93rem;
    height: 0.93rem;
  }
}

.passport-modal_inner-backdrop {
  display: flex;
  justify-content: center;
  margin: 4.44rem 8.75rem 6.5rem;
}
@media only screen and (max-width: 768px) {
  .passport-modal_inner-backdrop {
    margin: 4.44rem 4.75rem 6.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .passport-modal_inner-backdrop {
    margin: 2.69rem 1.88rem 2.38rem;
  }
}

.passport-modal__content {
  justify-content: center;
}
.passport-modal__content .intro__header {
  margin-bottom: 1.44rem;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .passport-modal__content .intro__header {
    margin-bottom: 0.25rem;
  }
}
.passport-modal__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  list-style: outside;
  padding-left: 1.5rem;
  color: #c0cbda;
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .passport-modal__content ul {
    font-size: 0.813rem;
  }
}
.passport-modal__content p {
  color: #c0cbda;
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .passport-modal__content p {
    font-size: 0.813rem;
  }
}
.passport-modal__content button {
  margin-top: 2.31rem;
  width: auto;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .passport-modal__content button {
    width: 10rem;
    margin-top: 1.13rem;
    padding: 0.5rem 1.25rem;
  }
}

.passport-modal-link {
  cursor: pointer;
  color: #ffcf00;
}

/*# sourceMappingURL=passport_modal.css.map */
