.multiselect {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.multiselect .caption {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #fff;
}
.multiselect .caption:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.7rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'><path d='M4 6L0.535899 -3.01142e-07L7.4641 -9.06825e-07L4 6Z' fill='%23080808'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.ic-orderBy .multiselect .caption::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 1.3rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'><path d='M22 0.42476V1.63981H9.48373V0.42476H22Z' fill='%23080808'/><path d='M19.4967 5.28495V6.5H9.48373V5.28495H19.4967Z' fill='%23080808'/><path d='M16.9935 10.1451V11.3602H9.48373V10.1451H16.9935Z' fill='%23080808'/><path d='M6.32288 9.56847C6.49396 9.73455 6.49396 10.004 6.32288 10.1701L3.53484 12.8754C3.36376 13.0415 3.08743 13.0415 2.91636 12.8754L0.128308 10.1701C-0.0427689 10.004 -0.0427689 9.73455 0.128308 9.56847C0.299385 9.4024 0.576933 9.40239 0.74801 9.56847L2.78802 11.5489L2.78802 1.45114L0.74801 3.43153C0.576933 3.59761 0.299384 3.59761 0.128308 3.43153C-0.0427692 3.26545 -0.0427692 2.99602 0.128308 2.82994L2.91636 0.124558C3.08743 -0.0415192 3.36376 -0.0415193 3.53484 0.124558L6.32288 2.82994C6.49396 2.99602 6.49396 3.26545 6.32288 3.43153C6.15181 3.59761 5.87426 3.59761 5.70318 3.43153L3.66318 1.45114L3.66318 11.5489L5.70318 9.56847C5.87426 9.40239 6.15181 9.4024 6.32288 9.56847Z' fill='%23080808'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.ic-orderBy .multiselect .caption:after {
  content: none;
}

.ic-orderBy .multiselect .caption {
  background: transparent;
}

.ic-orderBy .multiselect .caption .text {
  padding: 0px 3.5rem;
  color: #080808;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.multiselect .caption .text {
  display: block;
  padding: 0 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
  line-height: 4.5rem;
  color: #080808;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
}
.multiselect .caption:hover .text,
.multiselect .caption:focus .text {
  color: #333;
}
.multiselect .caption:hover::after,
.multiselect .caption:focus::after {
  border-color: #000;
}

/* Dropdown */
.multiselect.singleline .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 1rem;
  z-index: 999999;
  width: 100%;
  min-width: 20rem;
  padding: 5px 0;
  font-size: 0.9em;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#ic-QShome .multiselect.singleline .options {
  top: auto;
  bottom: 0;
}
.multiselect.singleline.propertyTypesList .options {
  min-width: 205px;
}
.multiselect.singleline .options ul {
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.multiselect .option.first-option {
  display: none;
}
.multiselect .option.first-option.selected {
  background: #333;
}
.multiselect .option:hover,
.multiselect .option.hover,
.multiselect .option.selected:hover,
.multiselect .option.first-option.selected:hover {
  background: #eae5d5;
}
/* .multiselect .option:hover .label,
.multiselect .option.hover .label,
.multiselect .option.selected:hover .label,
.multiselect .option.first-option.selected:hover .label {
  color: var(--color-white);
} */
.multiselect .option:before {
  display: none;
}
.option.ic-select-option .label {
  font-weight: 500;
}

/* Checkbox MultiSelectTpl */
.multiselect .clicker {
  border: 1px solid #c3c3c3;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  margin: -0 2px 0 7px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 6px;
  margin: auto 0;
}
.multiselect .clicker-mark {
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px;
  border-radius: 0;
}
.multiselect .selected .clicker-mark {
  background: #000;
}
.multiselect .clicker + .label {
  padding: 10px 10px 10px 28px;
}

/* Label List */
.multiselect .label {
  cursor: pointer;
  display: block;
  padding: 3px 0px 3px 24px;
  white-space: nowrap;
  vertical-align: baseline;

  color: #080808;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
}
.multiselect .first-option .label {
  font-weight: 500;
}

.multiselect .child .label:before {
  content: "- ";
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.multiselect.singleline.propertyTypesList .option .label {
  padding: 3px 0px 3px 24px;
}
.multiselect.singleline.propertyTypesList .option.p .label,
.multiselect.singleline .option.ic-select-option .label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  padding: 3px 0 3px 12px;
}
.multiselect.singleline.propertyTypesList .option.p .label:before,
.multiselect.singleline.propertyTypesList .option.first-option .label:before {
  content: "";
  display: none;
}

/* Empty */
.multiselect.ic-empty .caption {
  background: #fafafa;
  opacity: 0.6;
}
.multiselect.ic-empty .caption .text {
  opacity: 0.4;
}
.multiselect .value,
.multiselect .decoration {
  display: none;
}

/* Multiline */
.multiselect.multiline .caption {
  display: none;
}
.multiselect.multiline .options {
  position: relative;
  display: block;
}
.multiselect .confirmed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiselect .confirmed .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.multiselect .confirmed .item::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
}
.multiselect .confirmed .item:first-of-type::before {
  display: none;
}
.multiselect .confirmed .remove {
  position: relative;
  width: 12px;
  height: 12px;
  font-size: 0;
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.multiselect .confirmed .item .remove::before,
.multiselect .confirmed .item .remove::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 10%;
  left: -3px;
  margin-top: -1px;
  background: #cd0a0a;
  transition: all 0.3s linear;
}
.multiselect .confirmed .item .remove:hover::before,
.multiselect .confirmed .item .remove:hover::after {
  background: #000;
  transition: all 0.3s linear;
}
.multiselect .confirmed .item .remove::before {
  transform: rotate(45deg);
}
.multiselect .confirmed .item .remove::after {
  transform: rotate(-45deg);
}

/* Closer */
.ic-selectcloser {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  padding: 12px 10px;
  top: 0;
  bottom: auto;
  position: absolute;
  color: #fff;
  background: #000;
  transition: all 0.3s linear;
}
.ic-selectcloser:hover {
  color: #fff;
  background: #000;
}

.multiselect.singleline .options,
#ic-moreopt-ddown {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* Bedrooms + Bathrooms */
.multiselect.minBaths .caption .text:after,
.multiselect.maxBaths .caption .text:after,
.multiselect.minBeds .caption .text:after,
.multiselect.maxBeds .caption .text:after,
.multiselect.minBeds .label:after,
.multiselect.maxBeds .label:after,
.multiselect.minBaths .label:after,
.multiselect.maxBaths .label:after {
  content: "";
  display: inline-block;
  color: #333;
  font-size: 1em;
  padding-left: 3px;
}
.multiselect.minBaths .caption .text:after,
.multiselect.maxBaths .caption .text:after,
.multiselect.minBeds .caption .text:after,
.multiselect.maxBeds .caption .text:after {
  color: #686668;
}

.multiselect .caption:hover .text:after,
.multiselect .caption:focus .text::after {
  color: #333;
}

.multiselect.minBeds .option.first-option .label:after,
.multiselect.maxBeds
  .option.first-option
  .label:after
  .multiselect.minBaths
  .option.first-option
  .label:after,
.multiselect.maxBaths .option.first-option .label:after {
  content: "";
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding-left: 3px;
}

.msopt-first-option .text::after,
.option.first-option .label::after {
  display: none !important;
}

.multiselect.minBaths .caption .text:after,
.multiselect.minBaths .option.first-option .label:after,
.multiselect.maxBaths .caption .text:after,
.multiselect.maxBaths .option.first-option .label:after,
.multiselect.minBaths .label:after,
.multiselect.maxBaths .label:after {
  content: "Bathrooms";
}
.multiselect.minBaths .option:nth-of-type(2) .label:after,
.multiselect.maxBaths .option:nth-of-type(2) .label:after,
.multiselect.minBaths input[value="1"] + .caption .text:after,
.multiselect.maxBaths input[value="1"] + .caption .text:after {
  content: "Bathroom";
}

.multiselect.minBeds .caption .text:after,
.multiselect.minBeds .option.first-option .label:after,
.multiselect.maxBeds .caption .text:after,
.multiselect.maxBeds .option.first-option .label:after,
.multiselect.minBeds .label:after,
.multiselect.maxBeds .label:after {
  content: "Bedrooms";
}
.multiselect.minBeds .option:nth-of-type(2) .label:after,
.multiselect.maxBeds .option:nth-of-type(2) .label:after,
.multiselect.minBeds input[value="1"] + .caption .text:after,
.multiselect.maxBeds input[value="1"] + .caption .text:after {
  content: "Bedroom";
}
.ic-lang-es .multiselect.minBeds .option:nth-of-type(2) .label:after {
  content: "Dormitorio";
}
.ic-lang-es .multiselect.minBeds .label:after {
  content: "Dormitorios";
}
.ic-lang-de .multiselect.minBeds .option:nth-of-type(2) .label:after {
  content: "Schlafzimmer";
}
.ic-lang-de .multiselect.minBeds .label:after {
  content: "Schlafzimmer";
}
.ic-lang-de .multiselect.minBaths .option:nth-of-type(2) .label:after {
  content: "Badezimmer";
}
.ic-lang-de .multiselect.minBaths .label:after {
  content: "Badezimmer";
}
.ic-lang-es .multiselect.minBaths .option:nth-of-type(2) .label:after {
  content: "Baño";
}
.ic-lang-es .multiselect.minBaths .label:after {
  content: "Baños";
}
/* .multiselect .option:hover .label,
.multiselect .option:hover .label,
.multiselect .option.selected:hover .label,
.multiselect .option.first-option.selected:hover .label {
  color: #fff;
} */
/* .multiselect .option:hover .label:after,
.multiselect .option:hover .label:after,
.multiselect .option.selected:hover .label:after,
.multiselect .option.first-option.selected:hover .label:after {
  color: #fff;
} */
/* AreasList X */
.multiselect.singleline.areasList .confirmed {
  overflow: hidden;
  overflow-x: auto;
}
.multiselect.singleline.areasList .confirmed .item {
  line-height: 31px;
  display: inline;
  padding-right: 10px;
}
.multiselect.singleline.areasList .confirmed .name {
  display: inline-block;
  vertical-align: sub;
}
.multiselect.singleline.areasList .confirmed .remove {
  font-size: 0;
  display: inline-block;
  margin-left: 2px;
  vertical-align: super;
}
.multiselect.singleline.areasList .option.child i,
.multiselect.singleline.areasList .confirmed i {
  display: none;
}
.multiselect.singleline.areasList .confirmed .remove:after {
  display: inline-block;
  vertical-align: middle;
  font-family: Font Awesome\5 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: #333;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100px;
}

/* Responsive */

@media only screen and (max-width: 500px) {
  .multiselect .caption .text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
  }
  .ic-orderBy .multiselect .caption .text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    padding: 0px 0 0 3.5rem;
  }
}
