* {
  font-weight: normal;
}

.bg-orange {
  --orange: #ea603f;
  background-color: var(--orange) !important;
  color: white !important;
}

.text {
  color: black;
}
.text a {
  text-decoration: underline;
  color: red;
}
.form-bg {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forms {
  margin-top: 50px;
  width: 90%;
  height: auto;
  padding-bottom: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.form {
  --bs-card-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 4px 0px,
    rgba(255, 255, 255, 0.15) 0px 16px 32px -4px;
  margin-top: 25px;
  width: 90%;
  height: auto;
  padding-bottom: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
  -moz-box-shadow: var(--bs-card-box-shadow);
  -webkit-box-shadow: var(--bs-card-box-shadow);
  box-shadow: var(--bs-card-box-shadow);
}

.shadow {
  -moz-box-shadow: 0 0 3px #2e2d2d;
  -webkit-box-shadow: 0 0 3px #2e2d2d;
  box-shadow: 0 0 3px #2e2d2d;
}

.divider {
  border-bottom: 5px solid #eb4d4d;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.form-text,
.offer {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}

/* large screen css */
@media screen and (min-width: 768px) {
  .forms {
    width: 35%;
    height: auto;
    margin-top: 50px;
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .form {
    --bs-card-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 4px 0px,
      rgba(255, 255, 255, 0.15) 0px 16px 32px -4px;
    width: 35%;
    height: auto;
    margin-top: 50px;
    margin-top: 150px;
    -moz-box-shadow: var(--bs-card-box-shadow);
    -webkit-box-shadow: var(--bs-card-box-shadow);
    box-shadow: var(--bs-card-box-shadow);
    margin-bottom: 50px;
  }
}

.invest {
  --bs-card-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 4px 0px,
    rgba(255, 255, 255, 0.15) 0px 16px 32px -4px;
  -moz-box-shadow: var(--bs-card-box-shadow);
  -webkit-box-shadow: var(--bs-card-box-shadow);
  box-shadow: var(--bs-card-box-shadow);
  padding: 20px 30px;
  margin: 20px auto;
  width: 90%;
}

.custombtn {
  background-color: #eb4d4d;
  color: white;
}
.custombtn:hover {
  background-color: #eb4d4d;
  color: white;
}
#id_email,
#id_first_name,
#id_last_name,
#id_mobile_number,
#id_btc_wallet_address,
#id_eth_wallet_address,
#id_usdt_trc20_wallet_address,
#country,
#id_password1,
#id_password2,
#id_username,
#id_password,
#id_new_password1,
#id_new_password2,
#id_wallet_address,
#id_currency,
textarea {
  width: 100%;
  border: 1px solid gray;
  border-radius: 5px;
  padding-left: 10px;
  height: 40px;
  background-color: white;
  color: black;
}

#country_phone_code{
  width: 15%;
  border: 1px solid gray;
  border-radius: 5px;
  padding-left: 10px;
  height: 40px;
  color: black;

}

#phone_number{
  width: 80%;
  border: 1px solid gray;
  border-radius: 5px;
  padding-left: 10px;
  height: 40px;
  color: black;

}

.faq-body {
  background-color: transparent !important;
}

#id_payment_option,
#id_amount,
#id_memo,
#select,
#amount,
#username,
#id_duration,
#id_purpose,
textarea {
  width: 100%;
  border: 1px solid gray;
  padding-left: 10px;
  border-radius: 5px;
  height: 40px;
  background-color: transparent;
  color: black;
}


.fa-eye,
.fa-eye-slash {
  color: black;
  z-index: 9;
}

#eyes1,
#eyes2 {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

/* for laptop screen */
@media screen and (min-width: 1025px) {
  #id_email,
  #id_first_name,
  #id_last_name,
  #id_mobile_number,
  #id_btc_wallet_address,
  #id_eth_wallet_address,
  #id_usdt_trc20_wallet_address,
  #country,
  #id_password1,
  #id_password2,
  #id_username,
  #id_password,
  #id_new_password1,
  #id_new_password2,
  #id_wallet_address,
  #id_currency,
  textarea{
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    height: 40px;
    background-color: white;
    color: black;
  }
  #id_payment_option,
  #id_amount,
  #id_memo,
  #select,
  #amount,
  #username,
  #id_duration,
  #id_purpose,
  textarea {
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    height: 40px;
    color: black;
  }

  #eyes1,
  #eyes2 {
    position: absolute;
    right: 25px;
    bottom: 10px;
  }
}

.bg-border {
  --bs-card-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 4px 0px,
    rgba(255, 255, 255, 0.15) 0px 16px 32px -4px;
  -moz-box-shadow: var(--bs-card-box-shadow);
  -webkit-box-shadow: var(--bs-card-box-shadow);
  box-shadow: var(--bs-card-box-shadow);
}

#telegram {
  position: fixed;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 4;
  left: 15px;
  bottom: 20px;
}

.popup {
  position: fixed;
  border: 2px solid #ea603f;
  background-color: #ea603f;
  color: white;
  padding: 15px 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  z-index: 4;
  left: 0;
  top: 100px;
  display: none;
}


.whatsapp_float {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 100;
}

.whatsapp_icon {
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #999;
}


#id_mobile_number_0{
  height: 40px;
  width: 25%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#id_mobile_number_1{
  height: 40px;
  width: calc(100% - 25%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid gray;
}

.limited-text {
  width: inherit; /* Set the desired width */
  height: calc(1.2em * 5); /* 1.2em per line, adjust to fit 5 lines */
  line-height: 1.2em; /* Adjust line spacing */
  overflow-y: auto; /* Enable vertical scrolling */
  border: 1px solid #ccc; /* Optional: Add a border */
  padding: 10px; /* Optional: Add some padding */
}
