/* MENU BUSCA */
#menu_busca {
  margin-top: -20px;
}
#menu_busca.active::before {
  content: " ";
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
#menu_busca.fadeOut::before {
  -webkit-animation: fadeOut 0.3s ease forwards;
          animation: fadeOut 0.3s ease forwards;
}
#menu_busca.active .item {
  z-index: 9999;
}
#menu_busca .item {
  text-align: center;
  height: 100%;
}
#menu_busca .item label {
  font-weight: 200;
  margin-bottom: 15px;
}
#menu_busca .item.localizacao {
  text-align: left;
  position: relative;
}
#menu_busca .item.localizacao label {
  padding-left: 30px;
}
#menu_busca .item.localizacao input {
  position: relative;
  z-index: 99;
}
#menu_busca .item.localizacao .input-group .input-group-text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent;
  border: 0;
}
#menu_busca .item.localizacao .input-group button {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #6F04D9;
}
#menu_busca .item.localizacao .options {
  position: absolute;
  width: calc(100% - 24px);
  background: #fff;
  padding: 50px 25px 20px;
  transform: translateY(-30px);
  z-index: 9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#menu_busca .item.localizacao .options .holder {
  display: flex;
  flex-direction: column;
  max-height: 150px;
  overflow: auto;
}
#menu_busca .item.localizacao .options .holder span {
  padding: 5px 20px;
  color: var(--primary);
}
#menu_busca .item.localizacao .options .holder span:hover {
  background-color: #eee;
}
#menu_busca .item .popout {
  --el-width:250px;
  position: absolute;
  width: var(--el-width);
  background: #fff;
  padding: 25px;
  z-index: 9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: translate(calc(-50% + 30px), 20px);
  border-radius: 30px;
}
#menu_busca .item .form-control {
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  padding: 10px 30px;
  height: 60px;
}
#menu_busca .item .form-control::-moz-placeholder {
  color: var(--primary);
}
#menu_busca .item .form-control::placeholder {
  color: var(--primary);
}
#menu_busca .item.localizacao.done .form-control {
  background-color: var(--primary);
  color: #fff;
}
#menu_busca .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 0;
  cursor: pointer;
}
#menu_busca .item.done .icon {
  background-color: var(--primary);
}
#menu_busca .item.done .icon div {
  filter: brightness(0) saturate(100%) invert(92%) sepia(76%) saturate(0%) hue-rotate(357deg) brightness(105%) contrast(103%);
}
#menu_busca .item .icon div {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
}
#menu_busca .item .btn-primary {
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 1.2rem;
}
#menu_busca .item .slider {
  height: 8px;
  border: 0;
  border-radius: 15px;
  background: #DFDFDF;
  box-shadow: none;
}
#menu_busca .item .slider .noUi-connect {
  background-color: var(--secondary);
}
#menu_busca .item .slider .noUi-handle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: none;
  border: 0;
  top: -11px;
}
#menu_busca .item .slider .noUi-handle::before {
  content: "<";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  padding: 0 5px;
}
#menu_busca .item .slider .noUi-handle::after {
  content: "<";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  padding: 0 5px;
  justify-content: flex-end;
  content: ">";
}
#menu_busca .item .slider .noUi-handle .noUi-tooltip {
  bottom: unset;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  border: 0;
}
#menu_busca .item .slider.align-left .noUi-handle .noUi-tooltip {
  transform: translate(-3px, 0px);
}
#menu_busca .item .slider.align-right .noUi-handle .noUi-tooltip {
  transform: translate(-115px, 0px);
}
#menu_busca .item .btn-select.checked {
  background-color: var(--primary);
  color: #fff;
}

@-webkit-keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes fadeOut {
  from {
    background-color: rgba(0, 0, 0, 0.2);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    background-color: rgba(0, 0, 0, 0.2);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
/* /MENU BUSCA */
