.booking-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -30px !important;
}
@media (max-width: 480px) {
  .booking-form {
    margin-bottom: 0;
    display: block;
  }
}
.booking-form-element {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 14px;
  position: relative;
  margin-bottom: 40px !important;
}
@media (max-width: 480px) {
  .booking-form-element {
    margin-bottom: 20px;
    flex: 100;
  }
}
.booking-form-element input[type='text']:disabled {
  background-color: #ffffff;
}
.booking-form-element-selector {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: -143px;
  border: 1px solid rgba(0, 65, 101, 0.7);
  width: 100%;
  height: 144px;
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
}
.booking-form-element-selector .lie {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.booking-form-element-selector .lie:hover {
  color: #ffffff;
  background-color: #004165;
}
.booking-form-element .loading {
  background-color: #ffffff;
  background-image: url('./spinner.svg');
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}
.booking-form label {
  height: 21px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #004165;
  margin-left: 8px;
}
.booking-form input[type='text'] {
  border: none;
  width: 100%;
  padding: 4px 8px 4px 8px;
  box-sizing: border-box;
  border: none;
  border-radius: 1rem;
  height: 60px;
}
.booking-form input[typetext]::first-letter {
  text-transform: uppercase;
}
.booking-form input[type='text']::placeholder {
  width: 244px;
  height: 24px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #c1b8b0;
}
.booking-form input[type='text']:focus {
  outline: none !important;
}
.booking-form input[type='text']:disabled {
  border-bottom: 0.5px solid #c1b8b0;
}
.booking-form input[type='submit'] {
  width: 164px;
  height: 48px;
  border-radius: 4px;
  background-color: #004165;
  color: #ffffff;
  margin: 16px auto 0px auto;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  outline: none;
  cursor: pointer;
}

.test-vivienda.list {
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-height: 144px;
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  list-style: none;
  margin-top: 0px;
  scrollbar-width: none;
}
.test-vivienda.list li {
  display: flex !important;
  flex-direction: row;
  line-height: 48px;
  height: 48px;
  cursor: pointer;
  align-items: center;
}
.test-vivienda.list li:hover {
  background-color: #004165;
  color: #ffffff !important;
}

.vivienda-error {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: -24px;
  visibility: hidden;
}
.vivienda-error-icon {
  background-image: url('../assets/cancel.svg');
  width: 12px;
  height: 12px;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  margin-top: 13px;
  margin-left: 8px;
  margin-right: 4px;
}
.vivienda-error-message {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #b3272c;
}

.adress-container .formulario .booking-form {
  padding-bottom: 0px !important;
}

#prefijo_input {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  padding: 5px 4px;
  width: 100%;
  height: 60px;
  border-radius: 15px;
  background-color: white;
}

input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.hover_bkgr_fricc {
}

.address-container {
  max-width: 600px;
  min-width: 100px;
}
@media (max-width: 768px) {
  #formulario_oferta_personalizada .wp-block-modal .modal-wrapper {
    padding: 1.5rem;
  }
}
