#solana_geo_mint_button {
  background: #32afb5;
  color: #fff;
  float: none;
  width: 100%;
  margin: 0;
  font-size: 1.1em;
  padding: 1.25em;
  border: none;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
}

#solana_geo_mint_button span {
  margin-top: 1px;
  display: block;
}

#solana_geo_mint_button[disabled] {
  opacity: 0.4;
  cursor: default;
}

#solana_geo_mint_button_text img {
  height: 14px;
  display: inline;
}

.solana-geo-mint-container {
  max-width: 444px !important;
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  margin-bottom: 2em;
}

.solana-geo-mint-btn-container {
  padding: 24px;
  background-color: rgb(21, 26, 31);
  border-radius: 6px;
  text-align: left;
}

.solana-free-collection-data {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.solana-free-data-container {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 30%;
}

.solana-free-wallet-container {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 40%;
}

.solana-geo-mint-label {
  margin: 0;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgba(255, 255, 255, 0.7);
}

.solana-geo-mint-value {
  margin: 0;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  color: #fff;
}

.solana-free-wallet-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 4px;
  height: 28px;
  padding: 8px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #384457;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}

.mint-loader {
  border: 3px solid #fff;
  border-top: 3px solid #32afb5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none;
  margin-left: calc(50% - 10px);
}

.solana-geo-mint-asset-container {
  height: calc(100vw + 30px);
  margin-top: 0 !important;
  width: calc(100% + 48px);
  max-height: 700px;
}

.solana-geo-mint-map, .solana-geo-mint-asset {
  width: 100%;
  height: 100%;
  display: none;
}

.solana-geo-mint-asset {
  text-align: center;
}

.solana-geo-mint-asset img, .solana-geo-mint-asset video {
  width: calc(100% - 2em);
  margin: 1em 1em 0 1em;
  max-height: 660px;
}

.solana-geo-mint-asset-title {
  margin: 0.5em;
  margin-top: 0;
  text-align: center;
}

#mint_countdown_timer, #mint_pre_countdown_timer {
  font-size: 3em;
  font-weight: bold;
}

.solana-geo-mint-btn {
  display: block;
  background: #32afb5;
  color: #fff !important;
  text-decoration: none !important;
  float: none;
  width: 100%;
  margin: 0;
  font-size: 1.1em;
  padding: 1.25em;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solana-free-mint-email {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 120%;
  margin: 0.25em 0;
}

.modal__content {
  text-align: center;
}

.modal__content img {
  max-width: 100%;
  margin-top: 2em;
  border-radius: 10px;
}

.solana-geo-mint-btn img {
  width: 32px;
  height: 32px;
  margin: 0 0.5em 0 0;
}

.full-screen-loader-container {
  position: fixed;
  z-index: 9999;
  background: #32afb5;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.full-screen-loader {
  border: 15px solid #fff;
  border-top: 15px solid #32afb5;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 2s linear infinite;
  margin-left: calc(50% - 83px);
  margin-top: 50%;
}

@media screen and (min-width: 800px) {
  .full-screen-loader {
    margin-top: 33%;
  }
}

@media screen and (min-width: 1320px) {
  .full-screen-loader {
    margin-top: 15%;
  }
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
