.custom-select {
  font-family: Arial;
  position: relative;
}

.custom-select .select-selected {
  cursor: pointer;
  white-space: nowrap;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 16px;
  overflow: hidden;
}

.custom-select .select-items {
  z-index: 1;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 5px 5px 0 0;
  max-height: 145px;
  position: absolute;
  inset: auto 0 100%;
  overflow-y: auto;
}

.custom-select .select-hide {
  display: none;
}

.custom-select .select-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-select .select-items li {
  cursor: pointer;
  padding: 8px 16px;
}

.custom-select .select-items li:hover {
  background-color: #0000001a;
}

.d-flex.gap-2.w-100 > .custom-select {
  width: 25%;
}

.d-flex.gap-2.w-100 > input#phone {
  width: 75%;
}
/*# sourceMappingURL=form.7a3cb68c.css.map */
