/* immonex Kickstart search form – Bootstrap Select + area range (child theme) */

.inx-property-search .form-group {
  margin-bottom: 0;
}

.inx-property-search .inx-form-element--select,
.inx-property-search .inx-form-element--tax-select {
  width: 100%;
}

.inx-property-search .bootstrap-select {
  width: 100% !important;
}

.inx-property-search .bootstrap-select > .dropdown-toggle,
.inx-property-search .bootstrap-select .btn {
  width: 100%;
  height: 50px;
  padding: 0 36px 0 15px;
  border: 1px solid #dce0e0;
  border-radius: 24px;
  background-color: #ffffff;
  color: #1d1e1c;
  font-family: "AvenirNext LT Pro", Sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
  box-shadow: none;
}

.inx-property-search .bootstrap-select > .dropdown-toggle:focus,
.inx-property-search .bootstrap-select > .dropdown-toggle:hover,
.inx-property-search .bootstrap-select.show > .dropdown-toggle,
.inx-property-search .bootstrap-select.open > .dropdown-toggle {
  border-color: #ebe8e5;
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}

.inx-property-search .bootstrap-select .filter-option {
  display: block;
  height: 50px;
  overflow: hidden;
}

.inx-property-search .bootstrap-select .filter-option-inner {
  line-height: 50px;
}

.inx-property-search .bootstrap-select .filter-option-inner-inner,
.inx-property-search .bootstrap-select .text {
  font-weight: 300;
}

.inx-property-search .bootstrap-select .dropdown-toggle::after,
.inx-property-search .bootstrap-select .caret {
  position: absolute;
  top: 22px;
  right: 16px;
  margin: 0;
  border-top: 5px solid currentColor;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  color: #a1a7a8;
}

.inx-property-search .bootstrap-select .dropdown-menu,
.bootstrap-select.inx-select ~ .dropdown-menu,
.bootstrap-select .dropdown-menu {
  border: 1px solid #dce0e0;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 4px;
  overflow: hidden;
}

.inx-property-search .bootstrap-select .dropdown-item,
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-item {
  font-family: "AvenirNext LT Pro", Sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1d1e1c;
  padding: 8px 16px;
}

.inx-property-search .bootstrap-select .dropdown-item:focus,
.inx-property-search .bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #ebe8e5;
  color: #1d1e1c;
}

.inx-property-search__element--area-range {
  position: relative;
}

.inx-property-search__element--area-range-max {
  display: none !important;
}

.inx-property-search .inx-form-element--area-range {
  position: relative;
  width: 100%;
}

.inx-property-search .range-text {
  margin: 0;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dce0e0;
  border-radius: 24px;
  background-color: #ffffff;
  color: #a1a7a8 !important;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  padding-right: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inx-property-search .range-title {
  padding-left: 15px;
}

.inx-property-search .range-title,
.inx-property-search .min-area-range,
.inx-property-search .max-area-range {
  font-weight: 300;
}

.inx-property-search .range-text:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 16px;
  border-top: 5px solid #a1a7a8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.inx-property-search .area-range {
  display: none;
  align-items: center;
  gap: 5px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #dce0e0;
  border-radius: 24px;
  line-height: 2;
  padding: 15px;
  min-width: 220px;
  background-color: #ffffff;
  z-index: 20;
}

.inx-property-search .inx-form-element--area-range.is-open .area-range,
.inx-property-search .area-range:not([hidden]) {
  display: flex;
}

.inx-property-search .area-range[hidden] {
  display: none !important;
}

.inx-property-search .area-range .range-input {
  width: 100%;
  height: 40px;
  border: 1px solid #dce0e0;
  border-radius: 24px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  background-color: #ffffff;
}

.inx-property-search .area-range .range-input:focus {
  border-color: #ebe8e5;
  outline: none;
}

.inx-property-search
  input[type="number"].range-input::-webkit-outer-spin-button,
.inx-property-search
  input[type="number"].range-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inx-property-search input[type="number"].range-input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.inx-property-search .area-range__separator {
  color: #a1a7a8;
  flex: 0 0 auto;
}
