.new-prop-section-wrapper {
  padding: 34px;
  max-width: 1200px;
}

.pos-rel {
  position: relative;
}

#form-create-left {
  width: 60%;
  margin-right: 43px;
  display: inline-block;
  vertical-align: top;
}

#form-create-left input:focus,
#new-prop-type-op:focus,
#new-prop-search-contact:focus {
  border-color: #6f838d !important;
}
#new_prop_create:focus {
  background-color: #fd2b0c;
}
#form-create-right {
  width: 32%;
  vertical-align: top;
  float: right;
}

#new-prop-action-btns {
  width: 100%;
}

#form-create-left .form-item {
  max-width: 535px;
}

#form-create-right .form-item {
  max-width: 473px;
  margin-left: auto;
  margin-right: 0;
}

.new-prop-section-wrapper .form-item {
  margin-bottom: 16px;
}

.red-asterisk {
  color: #df1e02;
  font-weight: bold;
  margin-right: 2px;
  font-size: 14px;
}

.grid-3-slots {
  display: grid;
  grid-template-columns: 1fr 84px 84px;
  gap: 20px;
}

.input-note {
  font-size: 11px;
  line-height: 13px;
  margin-left: 2px;
  margin-top: 4px;
  font-style: italic;
}

#new-prop-type-op-list {
  max-height: 360px;
  width: 100%;
  top: 36px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

#search-contact-list {
  z-index: 1;
  width: 325px;
}

.contact-element {
  display: inline-grid;
}

.select-container {
  cursor: pointer;
}

#new-prop-add-another-contact {
  line-height: 19px;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 0;
}

.action-btns-cont {
  align-items: baseline;
  display: flex;
  margin-top: 16px;
}

.cancel-create-cont {
  display: flex;
  justify-content: right;
}

.info-alert-with-btn {
  height: 49px;
}

/* TODO: gather common styles with reservation_modal in tokkostyles.css? */
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-35 {
  margin-bottom: 35px;
}

#form-create-left .contact-element {
  cursor: pointer;
}

#form-create-left .tooltip {
  position: absolute;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}

#form-create-left .tooltip > .tooltip-inner {
  position: absolute;
  min-width: 128px;
  background-color: #143742;
  color: white;
  font-size: 12px !important;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 8px 5px 8px;
  border-radius: 8px;
  border: none;
}

#form-create-left .tooltip > .tooltip-arrow {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #143742;
  border-bottom: 0;
  position: absolute;
  top: 29px;
  left: 66px;
  z-index: 10;
}

#form-create-left .tooltip > .tooltip-arrow:before {
  display: none;
}

#form-create-left .contact-info-tooltip {
  z-index: 1;
  position: absolute;
  width: 229px;
  background: #f3f6f8;
  border-radius: 12px;
  padding: 20px 20px 13px 16px;
  box-sizing: border-box;
}

#form-create-left .contact-info-tooltip .icon.icon-cerrar {
  float: right;
  cursor: pointer;
}

#form-create-left .contact-info-tooltip .icon.icon-email {
  padding: 0;
}

#form-create-left .contact-info-tooltip .icon {
  font-size: 14px;
}

#form-create-left .contact-info-tooltip .arrow-up {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;

  border-bottom: 9px solid #f3f6f8;
  position: absolute;
  top: -8px;
  margin-left: 7px;
}

#create_contact_modal_overlay {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

#create_contact_modal {
  box-sizing: border-box;
  width: 582px;
  height: 312px;
  background-color: #fff;
  margin: auto;
  margin-top: 15%;
  padding: 34px;
  border-radius: 16px;
}

#create_contact_modal input {
  width: 220px;
}

#create_contact_action_btns {
  text-align: right;
}

#wa_invalid_link_pop_up {
  box-sizing: border-box;
  top: 53%;
  left: 50%;
}

.tooltip-name {
  cursor: pointer;
  max-width: 178px;
  display: inline-block;
}

.bg-overlay {
  z-index: 5;
}

.check-wa {
  color: #00b775;
}

.suggestion-mode {
  color: #6f838d;
}

.suggestion-btn {
  padding-left: 0;
  margin-left: 2px;
  padding-bottom: 0;
}

.in-input-position {
  position: absolute;
  top: 31px;
  right: 11px;
}

.limanualsearch {
  height: 32px;
}

.search-right-icon {
  position: absolute;
  top: 11px;
  right: 11px;
}

#contact-close-search {
  cursor: pointer;
}
.address_row {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  & div,
  input {
    width: 100%;
    box-sizing: border-box;
  }
  &::after {
    content: none !important;
  }
  & .md_width {
    flex: 1;
    min-width: 0;
  }
  & .sm_width {
    flex: 0 0 calc(33.333% - 6px);
  }
  & .lg_width {
    flex: 0 0 100%;
  }
}

@media (max-width: 1100px) {
  .new-prop-section-wrapper {
    margin: auto;
    padding: 34px 50px;
  }

  #form-create-right {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  #form-create-left {
    width: 100%;
  }

  #form-create-right .form-item,
  #form-create-left .form-item {
    max-width: 100%;
  }

  #new-prop-cancel-create {
    width: 100%;
  }

  .info-alert-with-btn {
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .new-prop-section-wrapper {
    margin: auto;
    padding: 34px 50px;
  }
}
.container-input-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 8px;
  gap: 4px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #c9d1d5;
  border-radius: 8px;
  margin: 10px 10px 12px 10px;
}
.container-input-search i,
#search-input::placeholder {
  color: #6f838d;
}
.container-input-search input {
  border: none;
  color: #6f838d;
  width: 100%;
}
.element-op-selected {
  background-color: #eff3f5;
}
.new-prop-dropdown {
  width: 100%;
}
.no-results {
  padding: 8px 16px;
  cursor: pointer;
}

.container-search-developer-results {
  z-index: 1;
}
.search-results-ul {
  overflow-y: scroll;
  overscroll-behavior: contain;
}
