
.custom-select[data-v-1f444de2] {
  position: relative;
  width: 200px;
}
.selected-option[data-v-1f444de2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.arrow-icon[data-v-1f444de2] {
  margin-left: 10px;
}
.arrow-up[data-v-1f444de2] {
  transform: rotate(180deg);
}
.options[data-v-1f444de2] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
}
.options li[data-v-1f444de2] {
  padding: 10px;
  cursor: pointer;
}
.options li[data-v-1f444de2]:hover {
  background-color: #f5f5f5;
}
