#blu_lead_form_popupBackground,
#blu_lead_form_popupContainer {
  height: 100vh;
  z-index: 9999998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: lightgray;
  opacity: 0.8;
}

#blu_lead_form_popupContainer {
  z-index: 9999999;
  background: none;
  opacity: 1;
  overflow: scroll;
}

.blurredBody {
  filter: blur(4px);
  margin-top: -30px;
}

div.blu_lead_form {
  background-color: #e8e8e8;
  padding: 20px 25px;
}

div.blu_lead_form div.blu_lead_form_field {
  clear: both;
  position: relative;
}

div.blu_lead_form div.blu_lead_form_field span {
  font-family: 'Open Sans';
  color: #305f7f;
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
}

div.blu_lead_form div.blu_lead_form_field span.required,
div.blu_lead_form p.requiredNote {
  color: #ff3333;
}

div.blu_lead_form p.requiredNote {
  width: 100%;
  padding: 25px 0 10px;
  text-align: center;
  margin: 0;
}

div.blu_lead_form div.blu_lead_form_field span.error {
  position: absolute;
  top: 50px;
  right: 3px;
  background-color: red;
  color: white;
  padding: 2px 10px;
}

div.blu_lead_form div.blu_lead_form_field input,
div.blu_lead_form div.blu_lead_form_field select,
div.blu_lead_form div.blu_lead_form_field textarea {
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  height: auto;
  padding: 5px 10px;
  line-height: 25px;
  width: 100%;
}

div.blu_lead_form
  div.blu_lead_form_field.blu_lead_form-2-fields
  input[name='name'] {
  float: left;
}

div.blu_lead_form div.blu_lead_form_field.blu_lead_form-2-fields input {
  width: 48%;
  float: right;
}

div.blu_lead_form ::placeholder {
  color: #666 !important;
  opacity: 1;
}

div.blu_lead_form div.blu_lead_form_field select {
  background-image: url('../images/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: 97% 50%;
  color: #666;
}

/*div.blu_lead_form div.blu_lead_form_field select.blu_lead_form_hasSelected {
  color: #000;
}*/

div.blu_lead_form div.blu_lead_form_fieldHasError input,
div.blu_lead_form div.blu_lead_form_fieldHasError select,
div.blu_lead_form div.blu_lead_form_fieldHasError textarea {
  border-color: #ff3333;
}

div.blu_lead_form div.blu_lead_form_field input[name='movein'],
div.blu_lead_form div.blu_lead_form_field input[name='moveout'] {
  float: left;
  background-image: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding-left: 40px;
}

div.blu_lead_form div.blu_lead_form_field input[name='moveout'] {
  float: right;
}

div.blu_lead_form button {
  margin: 0 auto;
  background-color: #1e73be;
  color: #fff;
  font-size: 22px;
  border-radius: 2px;
  border: none;
  padding: 4px 25px;
  margin-top: 35px;
  display: block;
}

div.blu_lead_form button#btnSubmit {
  width: 100%;
}

div.blu_lead_form .hidden {
  display: none !important;
}

div.blu_lead_form_popup {
  width: 860px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

div.blu_lead_form_popup h1 {
  color: #777777;
  font-size: 28px;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  padding: 3rem 11rem;
  font-weight: bold;
}

div.blu_lead_form_popup h3 {
  color: #666;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

div.blu_lead_form div.blu_lead_form-2-columns,
div.blu_lead_form_popup div.blu_lead_form-2-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.blu_lead_form div.blu_lead_form-2-columns div.blu_lead_form_field,
div.blu_lead_form_popup div.blu_lead_form-2-columns div.blu_lead_form_field {
  width: 49%;
}

div.blu_lead_form_popup button {
  margin-top: 15px;
}

div.blu_lead_form_popup div.blu_lead_form_field textarea {
  resize: none;
}

div.blu_lead_form_popup a.blu_lead_form_popupExit {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  width: 15px;
  height: 15px;
  background-image: url('../images/ex.svg');
  background-repeat: no-repeat;
}

div.blu_lead_form_popup.blu_lead_form_popup_thankyou {
  margin-top: 150px;
}

div.blu_lead_form_popup.blu_lead_form_popup_thankyou h3 {
  width: 60%;
  font-size: 15px;
  margin: 0 auto;
  padding-bottom: 20px;
}

div.blu_lead_form div.blu_lead_form_field span.blu_lead_form_field_tooltip {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1.5px solid #305f7f;
  font-size: 12px;
  padding: 0;
  text-align: center;
  line-height: 13px;
  margin-left: 10px;
  cursor: pointer;
}

/* PIKA CALENDAR */
div.pika-lendar td.is-disabled button {
  color: lightgrey !important;
  background-color: #fff;
}

div.blu_lead_form_popup_for_individual {
  top: 100px;
}

div.blu_lead_form_popup_for_individual h1 {
  padding: 20px 0;
  margin: 0;
}

div.blu_lead_form_popup_for_individual p {
  padding: 15px 85px;
  margin: 0;
}

div.blu_lead_form_popup_for_individual p a {
  text-decoration: underline;
  font-weight: 500;
}

div.blu_lead_form_popup_for_individual button {
  font-size: 17px;
  margin-bottom: 25px;
  margin-top: 30px;
}

/*MOBILES DEVICES*/
@media (max-width: 1024px) {
  div.blu_lead_form_popup {
    width: 90%;
  }
}

@media (max-width: 640px) {
  div.blu_lead_form_popup {
    width: 98%;
  }

  div.blu_lead_form_popup div.blu_lead_form-2-columns div.blu_lead_form_field {
    width: 100%;
  }

  div.blu_lead_form div.blu_lead_form-2-columns div.blu_lead_form_field,
  div.blu_lead_form_popup div.blu_lead_form-2-columns div.blu_lead_form_field {
    width: 100%;
  }
}
