.modalWrpper___2ibHA {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 66, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  top: 0;
  left: 0;
}
.modalWrpper___2ibHA > div {
  max-height: 100vh;
  overflow-y: scroll;
  transition: height 0.3s ease-in-out;
  max-width: 100vw;
  position: relative;
  padding: 24px 32px;
  /* Primary / White */
  background: var(--control-background-color);
  border-radius: 16px;
}
.modalWrpper___2ibHA > div::-webkit-scrollbar {
  /** WebKit */
  display: none;
}
.modalWrpper___2ibHA > div > button {
  margin-top: 24px;
}
.modalWrpper___2ibHA > div > span {
  position: absolute;
  right: 32px;
  color: var(--info-icon-color);
  top: 28px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 576px) {
  .modalWrpper___2ibHA > div {
    padding: 16px;
    overflow: scroll;
  }
}
.modalWrpper___2ibHA.modalOpened___1DWRS {
  visibility: visible;
  opacity: 1;
}
.titleWrapper___-jN1T {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.titleWrapper___-jN1T svg {
  color: #a6b0c3;
  font-size: 12px;
  cursor: pointer;
}
body {
  --box-shadow: 0px 1px 2px rgba(128, 138, 157, 0.12), 0px 8px 32px rgba(128, 138, 157, 0.24);
}
body.NIGHT {
  --box-shadow: 0px 0px 1px 0px #646b80;
}
.mobileTitle___LfFUb {
  text-align: center;
  box-shadow: var(--box-shadow);
  padding: 1px;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--control-background-color);
  z-index: 1;
}
@media (min-width: 576px) {
  .mobileTitle___LfFUb {
    display: none;
  }
}
.mobileTitle___LfFUb > svg {
  color: #a6b0c3;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 5vw;
  top: 5vw;
}
.footer___8qZiB {
  position: sticky;
  bottom: 0;
  background-color: var(--control-background-color);
  padding: 8px 0 16px;
}
@media (max-width: 576px) {
  .footer___8qZiB {
    box-shadow: 0px 1px 2px rgba(128, 138, 157, 0.12), 0px 8px 32px rgba(128, 138, 157, 0.24);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 16px;
  }
}
.footer___8qZiB button {
  width: 100%;
}

