.property-status-live {
  color: black;
  background-color: #1af8a3;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px;
  right: 18%;
}

.property-status-live-small {
  color: black;
  background-color: #1af8a3;
  padding: 3px 12px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.property-status-sold {
  color: white;
  background-color: #0078E8;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px;
  right: 20%;
}

.property-status-comingSoon {
  color: white;
  background-color: #e63946;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px;
  right: 20%;
}

.property-status-failed {
  color: white;
  background-color: #0078E8;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px;
  right: 20%;
}

.property-status-exploitation {
  color: white;
  background-color: #0078E8;
  padding: 4px 10px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px;
  right: 20%;
}

.property-status2-live {
  color: black;
  background-color: #1af8a3;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  margin-top: -10px;
  border-radius: 5px;
  margin-right: -10px;
}

.property-status2-live-small {
  color: black;
  background-color: #1af8a3;
  padding: 3px 12px !important;
  font-size: small;
  font-weight: 500 !important;
  position: absolute;
  top: 12px;
  right: 12px;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 5px;
}

.property-status2-sold {
  color: white;
  background-color: #0078E8;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 5px;
}

.property-status2-comingSoon {
  color: white;
  background-color: #e63946;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 5px;
}

.property-status2-failed {
  color: white;
  background-color: #0078E8;
  padding: 4px 16px !important;
  font-size: small;
  font-weight: 500 !important;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 5px;
}

.property-status2-exploitation {
  color: white;
  background-color: #0078E8;
  padding: 4px 10px !important;
  font-size: small;
  font-weight: 500 !important;
  border-radius: 5px;
  margin-top: -10px;
  margin-right: -10px;
}

.property-bottom {
  font-size: 15px;
  background-color: #e0f1ff;
  text-align: center;
  width: 100%;
  color: #171b2a !important;
  line-height: 24px !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}

.property-button {
  font-size: 15px;
  background-color: fff !important;
  color: var(--newblue) !important;
  line-height: 24px !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
}

.property-button:hover {
  color: #e63946  !important;
}

.property-button:disabled {
  opacity: 0.5;
  color: white !important;
}

.timer {
  color: #171b2a;
  font-size: large;
}

.timer-letter {
  color: #171b2a;
  font-size: xx-small;
}

.token-info {
  display: flex;
  padding: 4px 16px;
}

.token-info img {
  width: 16px;
  height: fit-content;
  margin-right: 6px;
  padding-top: 3px;
}

.token-info div {
  margin-right: 6px;
  font-weight: 700;
  font-family: 'Montserrat';
}

.mobile-menu-toggle > .close {
  display: none !important;
}

.front .btn-wrapper > a {
  color: inherit !important;
}

.dropdown {
  position: relative;
}

.dropdown-button {
  font-weight: 700;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-height: 80px;
  overflow-y: scroll;
}

.dropdown-content a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 0 0 4px 8px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content::-webkit-scrollbar {
  width: 6.4px;
  height: auto;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background-color: grey;
}

.add-address {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.calendly-badge-widget {
  left: 20px !important;
}

.price-button {
  font-size: 18px;
  font-weight: 400;
  background-color: var(--newblue) !important;
  width: 49%;
  color: white !important;
  padding: 6px 0;
  line-height: 24px !important;
  cursor: pointer;
  border-radius: 20px;
  border: 0px;
}

.price-button-reverse {
  font-size: 18px;
  font-weight: 400;
  background-color: #171b2a !important;
  width: 49%;
  color: white !important;
  padding: 6px 0;
  line-height: 24px !important;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #171b2a;
}

.price-button-new {
  font-size: 18px;
  font-weight: 400;
  background-color: #E0F1FF !important;
  width: 49%;
  color: var(--newblue) !important;
  padding: 6px 0;
  line-height: 24px !important;
  cursor: pointer;
  border-radius: 20px;
  border: 0px;
}

.price-button-new:hover {
  color: white !important;
  background-color: #e63946 !important;
}
.price-button:hover {
  color: white !important;
  background-color: #e63946 !important;
}

.price-button-reverse:hover {
  color: #344767 !important;
  background-color: white !important;
}

.status-card {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  max-width: fit-content;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.status-live {
  color: white;
  background-color: #66bb6a;
  padding: 12px 24px !important;
  font-size: large;
  font-weight: 600 !important;
}

.status-sold {
  color: white;
  background-color: #171b2a;
  padding: 12px 24px !important;
  font-size: large;
  font-weight: 600 !important;
  border-radius: 15px !important;
}

.status-comingSoon {
  color: white;
  background-color: #e63946;
  padding: 12px 24px !important;
  font-size: large;
  font-weight: 600 !important;
}

.status-failed {
  color: white;
  background-color: #171b2a;
  padding: 12px 24px !important;
  font-size: large;
  font-weight: 600 !important;
}

.status-exploitation {
  color: white;
  background-color: #171b2a;
  padding: 12px 24px !important;
  font-size: large;
  font-weight: 600 !important;
}

.round5px a {
  border-radius: 5px;
}

.no-scroll {
  overflow-y: hidden !important;
}

.banner-container {
  text-align: center;
  background-color: #f7f7fc;
  padding-top: 110px;
  padding-bottom: 110px;
}

.banner-container img {
  width: 70%;
}

.property-tokenizer {
  display: flex;
  padding: 2px 2px;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #000000 !important;
}

.property-tokenizer span {
  font-weight: 600;
  color:var(--newblue);
}

@media (max-width: 599px) {
  .banner-container img {
    padding-top: 40px;
  }

  .property-status-live {
    right: 4%;
  }

  .property-status-exploitation {
    right: 4%;
  }

  .property-status-sold {
    right: 4%;
  }

  .property-status-comingSoon {
    right: 4%;
  }

  .property-status-failed {
    right: 4%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .property-status-live {
    right: 16%;
  }

  .property-status-exploitation {
    right: 16%;
  }

  .property-status-sold {
    right: 16%;
  }

  .property-status-comingSoon {
    right: 16%;
  }

  .property-status-failed {
    right: 16%;
  }

  .h1-responsive {
    font-size: 16px !important;
  }

  .banner-container img {
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .property-status-live {
    right: 22%;
  }

  .property-status-exploitation {
    right: 22%;
  }

  .property-status-sold {
    right: 22%;
  }

  .property-status-comingSoon {
    right: 22%;
  }

  .property-status-failed {
    right: 22%;
  }

  .banner-container img {
    width: 50%;
    padding-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .property-status-live {
    right: 20%;
  }

  .property-status-exploitation {
    right: 20%;
  }

  .property-status-sold {
    right: 20%;
  }

  .property-status-comingSoon {
    right: 20%;
  }

  .property-status-failed {
    right: 20%;
  }
  .price-button {
    padding: 4px 0;
  }

  .price-button-reverse {
    padding: 4px 0;
  }

  .align-center {
    text-align: center !important;
  }

  .color-red {
    background-color: rgb(230, 57, 70);
  }

  .border-radius-15 {
    border-radius: 15px !important;
  }

  .row-beehiiv {
    height: 300px !important;
  }

  .align-content-center {
    align-content: center;
  }

  .border-solid {
    border-width: 1px solid !important;
  }

  .line-height-2 {
    line-height: 15px !important;
  }

  .border-color-red {
    background-color: rgb(230, 57, 70);
  }

  .font-color-red {
    background-color: #e63946;
  }
}
