.hero_modal .modal-body {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: right;
}

#modal_mint .modal-content {
  background: transparent;
}

.hero_modal .modal-body input {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 5px 15px;
  width: 100%;
}

.total_section table {
  width: 100%;
}

.total_section table th {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.modal-body a {
  background-color: #0ACDCB;
  color: white;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 20px;
}

.figures span {
  font-size: 25px;
  font-weight: 600;
}

.price_heading span {
  font-size: 18px;
}

.price_heading {
  line-height: 0.5;
}

.figures {
  margin-bottom: 8px;
}

.total_section table td {
  font-size: 25px;
  font-weight: 600;
}

.caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 15px;
}
/*# sourceMappingURL=modal.css.map */