.firstt,
.secondd {
  width: 100%;
  border: none;
}

.firstt {
  /* padding: 45px; */
  max-width: 400px;
  margin: 0 auto;
}

.secondd {
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}

.firstt .formHeader {
  text-align: center;
  text-align: center;
  gilroy: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%;
  text-transform: uppercase;

  background: linear-gradient(153deg, #380db3 0%, #d597ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 34px;
  display: none;
}

.firstt input,
.firstt .countryFlag,
.secondd input,
.secondd .countryFlag {
  margin-bottom: 14px;

  height: 50px;

  font-size: 21px;

  background-position-x: 10%;
}

/* .countryPhoneCodeSpan {
    padding-left: 25px;
} */

.dropdown-toggle::after {
  margin-left: 0 !important;
}

.form-check {
  margin: 5px 0;
  padding: 0;

  height: fit-content;

  display: flex;
  gap: 10px;
}

.form-check-input {
  margin: 0 !important;
  height: 21px !important;
  position: static;
  border-color: #0d6efd;
  flex-shrink: 0;
}

.form-check-label {
  font-size: 12px;
  color: white;
  height: fit-content;
  color: #000;
}

.leadFormContainer2 .countryFlag {
  width: unset;
  color: black;
  border-color: rgb(194, 194, 194);
}

.leadFormContainer2 .countryFlag {
  background-color: white;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.firstt .leadSubmit,
.secondd .leadSubmit {
  width: 100%;
  height: 58px;

  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;

  border-radius: 15px;
  background-color: #8b0000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  margin-top: 30px;

  transition: all 0.3s ease;
}

.firstt .leadSubmit > span,
.secondd .leadSubmit > span {
  gilroy: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  color: white;
}

.firstt .leadSubmit:hover,
.secondd .leadSubmit:hover {
  opacity: 0.8;
}

.error {
  color: red;
}

.modal{
  position: fixed;
  top: 0;
  left: 0;
  background: #000000b0; /* #0000005c;*/
  color: white;
  width: 100%;
  height: 100vh;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  z-index: 9999999999999;
  overflow: hidden;
  padding: 0 20px;
}

.modal-message {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.modal-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  width: 65%;
  height: 65%;
/*   animation: spin 1s linear infinite; */
}

#finalMessage {
  display: none; 
  position: fixed; 
  z-index: 10000; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  color: #333;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

input {
  width: 100%;
}