.hide {
  display: none;
}
.progress-container {
  max-width: 600px;
  margin: 0 auto;
}

.labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #fff;
}

.balance-fields {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 12px 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
span.bg-success {
  padding: 5px 10px;
}
span.bg-fail {
  padding: 5px 10px;
  background: #eb0707;
}
span.bg-pending {
  padding: 5px 10px;
  background: #f1c13a;
}
.price-box {
  width: 60%;
}
.preslae-table th {
  background: #00c4f4;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.preslae-table table td {
  padding: 10px;
  font-size: 14px;
  background: #ffffff3d;
}
.select-field {
  text-align: right;
  width: 40%;
}

.select-field select {
  background-color: #f1f1f1;
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
}

input.form-field {
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
}

label {
  display: block;
}

.progress-wrapper {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  height: 30px;
  position: relative;
}

.progress-bar {
  height: 100%;
  background-color: #00c4f4;
  width: 70%;
  transition: width 0.3s ease;
}

.progress-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}
p#crypto-general-result {
    
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    background: red; 
    color: #fff;
    font-family: inherit;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    margin-top:10px

}
.right-form-banner {
  background: #044d7bcf;
  padding: 40px 30px;
  color: #fff;
  min-height: 600px;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #009dc6;
  border-top: none !important;
}
.right-form-banner.claim {
  position: relative;
}
.right-form-banner .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-block: 0;
}
div#loader-container-unquie:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #002135;
  position: absolute;
  left: 0;
  top: 0;
}
.buy .balance-fields {
  margin-top: 50px;
}
.claim-btn.active {
  background: #044d7bcf;
  padding: 10px 30px;
  color: #fff;
  border-bottom: 0px solid #044d7bcf !important;
  border-radius: 5px 5px 0 0;
  border: 1px solid #00c4f4;
}
.claim-btn {
  background: #fff;
  padding: 10px 30px;
  color: #000;
  border-bottom: none !important;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
}
h2.form-title {
  text-align: center;
  color: #00c4f4 !important;
  font-size: 28px;
}

.right-form-banner h4 {
  text-align: center;
  font-size: 20px;
  color: #fff !important;
}
.right-form-banner p {
  color: #fff;
  font-size: 16px;
}
.light-txt {
  font-size: 13px;
  color: #eee;
  text-align: left;
  margin-bottom: 5px;
}
input:focus {
  outline: none !important;
}
button.wallet-connect {
  width: 100% !important;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  background: #00c4f4;
}
.raised-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.claim-buy {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.preslae-table {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}
.preslae-table {
  max-height: 400px;
  overflow-y: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.claim-connect {
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}

.claim-connect:hover {
  background-color: #0056b3;
}
.preslae-table {
  height: 380px;
  overflow-y: auto;
}
.preslae-table::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.preslae-table::-webkit-scrollbar-thumb {
  background-color: #00c4f4a8;
}
button.claim-connect {
  background: #12d176;
  color: #fff;
  line-height: normal;
  padding: 6px 14px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
}
span.tooltip-box {
  background: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 40px;
}
button.wallet-connect {
  padding: 16px;
  font-size: 24px;
  background: #12d176;
}
.connect-wallet-active button.wallet-connect {
  max-width: 80%;
}
.connect-wallet-active {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: #03446be8;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.right-form-banner {
  display: none;
  position: relative;
}

.right-form-banner.active {
  display: block;
}
.buy-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 550px;
}
.buy button#wallet-connect-id {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 284px !important;
  height: 71px;
  /* background: rgba(255, 0, 0, 0.6); */
  z-index: 10;
  padding: 10px !important;
}

.right-form-banner.buy.active button#wallet-connect-id::before {
    background: #008bddbd;
    height: 631px;
    width: 550px;
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -47%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -278px;
    right: 0;
    z-index: -1;
}
.buy.active button#wallet-connect-id span {
    background: #12d176;
    padding: 10px;
    width: 284px;
    display: block;
    border-radius: 10px;
}
.buy.active button#wallet-connect-id {
    background: transparent;
}
@media (max-width: 767px) {
  .right-form-banner {
    padding: 20px;
  }
}
