/*
 * General Styles
 */

/*#tm-hero.uk-block.uk-cover-background > .uk-container {*/
/*  !* stretch hero image to full width *!*/
/*  width: 100%;*/
/*}*/

/*
 * Form Styles
 */

#third-party-lead-form .inner-container {
  padding: 40px;
}
#third-party-lead-form input,
#third-party-lead-form .price-dropdown .dropdown-item {
  color: #888;
}
#third-party-lead-form input::placeholder {
  color: #888;
  font-style: normal;
}
#third-party-lead-form input, #third-party-lead-form .price-dropdown > .dropdown-toggle {
  font-size: 14px;
  height: 42px;
}
#third-party-lead-form .price-dropdown > .dropdown-toggle {
  -webkit-appearance: none;
  background: #f3f3f3 url("/packages/primestreet/assets/select-arrow.svg") no-repeat 95% center;
  color: #888;
  padding-top: 10px;
}
#third-party-lead-form .price-dropdown > .dropdown-toggle:after {
  border: none;
}
#third-party-lead-form .price-dropdown > .btn.show,
#third-party-lead-form .price-dropdown > .btn:first-child:active {
  border: none;
  box-shadow: 0 0 0 0.25rem rgba(57,205,178,.25);
}
#third-party-lead-form .price-dropdown > .dropdown-menu {
  height: 200px;
  overflow-y: scroll;
}
#third-party-lead-form .price-dropdown ul > li > a:hover {
  background: #39cdb2;
  color: #fff !important;
}
#third-party-lead-form .submit-button {
  height: 50px;
}
#third-party-lead-form .submit-button:hover {
  cursor: pointer;
}
#third-party-lead-form .submit-button:disabled {
  opacity: 0.8;
}
#third-party-lead-form .submit-button:disabled:hover {
  cursor: unset;
}
#third-party-lead-form .offer-image-container {
  width: 85%;
}
#third-party-lead-form .offer-image-container > img {
  width: 80px;
}

/*
 * Form Errors/Messages
 */

#third-party-lead-form .error {
  border: 1px solid red !important;
}
#third-party-lead-form .text-danger {
  display: none;
}
#third-party-lead-form .message-headline {
  color: #505050;
  font-size: 35px;
  margin: 35px 0 0 0;
}
#third-party-lead-form .message-description {
  color: #505050;
  font-size: 15px;
  margin-top: 0;
}

/*
 * Captcha styles
 */

.grecaptcha-badge {
  display: none !important;
}

/*
 * Overlay Styles
 */

/*#third-party-lead-form .form-container {*/
/*  !*margin-top: -12%;*!*/
/*  margin: auto;*/
/*}*/
/*#third-party-lead-form .inner-container {*/
/*  background-color: #fff;*/
/*  border-radius: 5px;*/
/*  padding: 40px;*/
/*  position: relative;*/
/*}*/
/*#third-party-lead-form .uk-form {*/
/*  margin: 0 auto;*/
/*  width: 85%;*/
/*}*/
