.hidden {
  display: none !important;
}

.screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  width: 320px;
  height: 300px;

  margin: 0 10px !important;

  border: 5px solid #7dccff;
  box-shadow: 0px 4px 21.4px 12px #7dccff4d;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(202.25deg, #01021e 29.98%, #1d72a7 100%);
  padding: 40px 20px;
  border: 1px solid #7dccff;
  border-radius: 16px;
}

.close {
  position: relative;
  top: 0px;
  transform: translateX(140px) translateY(-20px);
  margin-bottom: -30px;
}

.modal a {
  background: #7dccff;
  box-shadow: 0px 0px 4px 0px #5700ff40;
  width: 90%;
  height: 36px;
  border-radius: 64px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -1.7%;
  vertical-align: middle;
  color: #1d1d1d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-logo {
  max-height: 140px;
}

.modal-logo *{
  max-height: 100%;
}

.modal span {
  font-weight: 500;
  font-size: 18px;
}

.modal {
  align-items: center;
  margin-right: 5px;
  margin-left: -10px;
}

.modal-span-special {
  align-items: center;
  margin-right: 5px;
  margin-left: -10px;
  gap: 15px;
}

.bold{
  font-weight: 700 !important;
  font-size: 22px !important;
}