.specialSearchPopup .selectize-dropdown.single {
  max-height: 90px !important;
  overflow: hidden;
}

.specialSearchPopup .selectize-input.dropdown-active {
  -webkit-border-radius: var(--border-radius, 8px);
  -moz-border-radius: var(--border-radius, 8px);
  border-radius: var(--border-radius, 8px);
}

#showFiltersImage {
  display: none;
}

#specialSearchContent {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.specialSearchButtonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  padding: 8px 21px;
  cursor: pointer;
  background-color: var(--secondary, #000);
  color: var(--button-font-color, #fff);
  border: 1px solid var(--secondary, #000);
  border-radius: var(--border-radius, 8px);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.specialSearchPopup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  align-items: center;
  justify-content: center;
}

.specialSearchPopup.visible {
  display: flex;
}

.specialSearchPopup .popupContainer {
  background: var(--web-background);
  width: 65vw;
  max-width: 710px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 8px;
  font-size: var(--base-font-size, 14px);
}

.stepsContainer {
  display: flex;
  width: 75%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
  height: 40px;
}

.stepsContainer .step.selectedStep {
  cursor: pointer;
}

.stepsContainer .step,
.stepsContainer .titleSeparator {
  color: var(--lines-border-color, #1d1d1b4d);
  white-space: nowrap;
}

.stepsContainer .step.selectedStep {
  color: var(--base, #1d1d1b);
}

.specialSearchPopup .selectize-dropdown.single {
  max-height: 92px !important;
  overflow: hidden;
}

.specialSearchPopup .selectize-dropdown-content {
  max-height: 90px !important;
  border: 1px solid var(--lines-border-color, #1d1d1b);
  border-radius: var(--small-border-radius, 8px);
}

.customCss {
  box-shadow: unset;
  background: transparent;
  height: 100%;
  text-align: left;
  text-indent: 5px;
  font-size: var(--base-font-size, 15px);
  width: 100%;
  border-radius: var(--border-radius, 8px);
  border: 1px solid var(--lines-border-color, #1d1d1b);
}

.specialSearchPopup .selectize-input.dropdown-active {
  -webkit-border-radius: var(--border-radius, 8px);
  -moz-border-radius: var(--border-radius, 8px);
  border-radius: var(--border-radius, 8px);
}

#showFiltersImage {
  display: none;
}

#specialSearchContent {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.Bkg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.popupContainer .specialSearchHeader {
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--lines-border-color, #1d1d1b4d);
  font-weight: var(--button-font-weight, 600);
  flex-wrap: wrap;
}

.goBackButton {
  position: absolute;
  color: var(--base-aux, #fff);
  text-transform: lowercase;
  left: 30px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 55px;
  height: 80px;
}

.goBackButton.visible {
  display: flex;
}

.goBackArrow {
  height: 16px;
  width: 8px;
  margin-right: 10px;
  top: 1.5px;
  position: relative;
  filter: var(--icons-invert);
}

.popupContainer .body {
  width: 70%;
  margin: 30px auto 40px;
  min-height: 200px;
  display: grid;
  gap: 20px;
}

.popupContainer .specialSearchHeader .closeDiv {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 35px;
}

.closeImg {
  height: 15px;
  width: 15px;
  top: -2px;
  position: relative;
  filter: var(--icons-invert);
}

.specialSearchTitleContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: var(--secondary, #1d1d1b);
  color: var(--base-aux, #fff);
  border-radius: var(--border-radius-small, 8px) var(--border-radius-small, 8px)
    0 0;
  font-size: calc(var(--base-font-size, 14px) + 2px);
}



.popupContainer .body .section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
}

.popupContainer .body .selectionContainer {
  color: var(--lines-border-color, #1d1d1b4d);
  font-weight: var(--button-font-weight, 500);
  display: grid;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 90%;
  margin: 0 auto 0;
  justify-items: center;
}

.popupContainer .body .selectionContainer .selectedAux {
  display: none;
}

.popupContainer .body .selectionContainer .selectedAux.visible {
  display: flex;
  gap: 10px;
}

.popupContainer .body .selectionContainer span {
  font-weight: var(--button-font-weight, 700);
}

.specialSearchPopup
  .popupContainer
  .body
  .searchSection
  .searchBar:not(.selectize-dropdown) {
  width: 100%;
  height: 55px;
  border: 1px solid 1px solid var(--lines-border-color, #1d1d1b);
}

.specialSearchPopup .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: unset;
  background: var(--web-background, #fff);
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: var(--small-border-radius, 8px);
  -moz-border-radius: var(--small-border-radius, 8px);
  border-radius: var(--small-border-radius, 8px);
}

.popupContainer .body .searchSection input {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius, 8px);
  text-indent: 25px;
}

.popupContainer .body .buttonsSection {
  gap: 20px;
}

.popupContainer .body .buttonsSection > * {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.showResultsButton,
.continueButton {
  background-color: var(--secondary, #1d1d1b);
  color: var(--button-font-color, #fff);
  border: 1px solid var(--secondary, #1d1d1b);
  padding: 8px 21px;
  border-radius: var(--border-radius, 8px);
  height: 50px;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: var(--button-font-weight, 500);
  box-sizing: border-box;
}

.showResultsButton:not(.showResultsButton.disabledButton):hover,
.continueButton:not(.continueButton.disabledButton):hover {
  background-color: var(--base-aux, #fff);
  color: var(--button-font-color-hover, #1d1d1b);
}

.disabledButton {
  opacity: 16%;
  cursor: not-allowed;
}

.separatorArrow {
  transform: rotate(270deg);
  width: 11px;
  height: 11px;
  filter: var(--icons-invert);
}

.dropdownArrow {
  width: 13px;
  opacity: var(--opacity, 0.6);
  height: 12px;
  right: 18px;
  position: absolute;
  filter: var(--icons-invert);
}
.selectize-control.single .customCss.selectize-input {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: inherit;
  background-image: unset;
  background-repeat: unset;
  filter: unset;
}
.selectize-control.single .selectize-input.customCss {
  border-color: var(--lines-border-color, #1d1d1b);
}
.selectize-control.single .selectize-input.customCss:after {
  content: unset;
}
.selectize-input.customCss.items.has-options.full.has-items > * {
  line-height: 37px;
}
@media (hover: hover) and (pointer: fine) {
  .specialSearchButtonContainer:hover {
    background-color: var(--base-aux, #fff);
    color: var(--button-font-color-hover, #1d1d1b);
  }
}



@media screen and (max-width: 768px) {


  .specialSearchPopup .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: unset;
    background: var(--web-background, #fff);
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: var(--small-border-radius, 8px);
    -moz-border-radius: var(--small-border-radius, 8px);
    border-radius: var(--small-border-radius, 8px);
  }
    .popupContainer .body .searchSection input {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius, 8px);
    text-indent: 25px;
  }
  .specialSearchButtonContainer {
    width: 90%;
    margin: 25px auto 10px;
  }

  .showResultsButton,
  .continueButton {
    background-color: var(--secondary, #1d1d1b);
    color: var(--button-font-color, #fff);
    border: 1px solid var(--secondary, #1d1d1b);
    padding: 8px 21px;
    border-radius: var(--border-radius, 8px);
    height: 50px;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: var(--button-font-weight, 500);
    box-sizing: border-box;
  }

  .showResultsButton:not(.showResultsButton.disabledButton):hover,
  .continueButton:not(.continueButton.disabledButton):hover {
    background-color: var(--base-aux, #fff);
    color: var(--button-font-color-hover, #1d1d1b);
  }

  .specialSearchPopup .popupContainer {
    width: var(--web-container, 90%);
    max-width: 500px;
  }

  .stepsContainer::-webkit-scrollbar {
    display: none;
  }

  .popupContainer .body .buttonsSection {
    display: flex;
    width: 100%;
    margin: 5px auto;
    gap: 13px;
  }

  .specialSearchPopup
    .popupContainer
    .body
    .searchSection
    .searchBar:not(.selectize-dropdown) {
    height: 45px;
  }

  .popupContainer .body .buttonsSection > * {
    flex-basis: 100%;
    height: 45px;
  }

  .popupContainer .body {
    width: 92%;
    min-height: unset;
    margin: 15px auto 25px;
  }

  .stepsContainer {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .stepsContainer :last-child {
    padding-right: 4%;
  }

  .stepsContainer :first-child {
    padding-left: 4%;
  }

  .specialSearchTitleContainer {
    font-size: var(--base-font-size, 14px);
    height: 70px;
  }

  .popupContainer .specialSearchHeader .closeDiv {
    right: 13px;
    top: 0;
    display: flex;
    height: 70px;
    align-items: center;
  }

  .popupContainer .specialSearchHeader .closeImg {
    height: 11px;
    width: 11px;
  }

  .popupContainer .body .selectionContainer {
    width: 100%;
    font-size: var(--body-font-size);
  }

  .goBackButton.visible span {
    display: none;
  }

  .goBackButton {
    left: 13px;
    height: 70px;
    top: 0;
  }

  .goBackArrow {
    top: unset;
  }
  .selectize-input.customCss.items.has-options.full.has-items > * {
    line-height: 27px;
  }
}
