
.custom-select-container[data-v-e0b24259] {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: #e7eff5;
  transition: all 0.2s ease;
  cursor: pointer;
}
.custom-select-options[data-v-e0b24259] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.option-item[data-v-e0b24259] {
  padding: 4px 10px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-wrap: nowrap;
}
.option-item[data-v-e0b24259]:hover {
  background-color: #e7eff5;
  border-radius: 4px;
}
.option-item[data-v-e0b24259]:hover {
  color: #ed9e00;
}

/* ---------------------------------------------------
    ANIMATIONS
----------------------------------------------------- */
.dropdown-enter-from[data-v-e0b24259] {
  opacity: 0;
}
.dropdown-enter-to[data-v-e0b24259] {
  opacity: 1;
}
.dropdown-enter-active[data-v-e0b24259] {
  transition: all 0.2s ease-in;
}
.dropdown-leave-from[data-v-e0b24259] {
  opacity: 1;
}
.dropdown-leave-to[data-v-e0b24259] {
  opacity: 0;
}
.dropdown-leave-active[data-v-e0b24259] {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 450px) {
.custom-select-container[data-v-e0b24259] {
    position: inherit;
}
.custom-select-options[data-v-e0b24259] {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
}
.option-item[data-v-e0b24259] {
    text-wrap: wrap;
}
}

.justify-filters[data-v-329a1206] {
  justify-content: flex-end;
}
@media (max-width: 600px) {
.justify-filters[data-v-329a1206] {
    justify-content: center;
}
}
.ZFiwCf[data-v-329a1206] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  font-family: Roboto, arial, sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 300px;
  height: 36px;
  border-radius: 18px;
  outline: 1px solid transparent;
  background-color: #f1f3f4;
}
.ZFiwCf[data-v-329a1206] :hover {
  cursor: pointer;
}
.LGwnxb[data-v-329a1206] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  padding-left: 0;
  padding-right: 8px;
  max-width: 200px;
  color: #202124;
}
.PBBEhf[data-v-329a1206],
.SKsNHb .iInZTe[data-v-329a1206] {
  display: unset;
}
.PBBEhf[data-v-329a1206]:hover {
  cursor: pointer;
}
