.chosen-container-single .chosen-single {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  height: auto !important;
  box-shadow: none !important;
  background-image: none !important;
  position: relative;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.chosen-container-single .chosen-single div b {
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #6c757d;
  background: none !important;
  margin-top: 0.2rem;
}

.chosen-container .chosen-drop {
  border: 1px solid #ced4da !important;
  border-top: none !important;
  border-radius: 0 0 0.375rem 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
  margin-top: -1px;
  background-color: #fff !important;
  padding: 0.25rem 0 !important;
}

.chosen-container .chosen-results {
  max-height: 240px;
  overflow-y: auto;
}

.chosen-container .chosen-results li {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #212529;
  cursor: pointer;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0d6efd;
  color: #fff;
}

.chosen-container .chosen-search input[type="text"] {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: none;
}

.chosen-container-active .chosen-single {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Chosen invalid stílus (ha required és üres) */
.chosen-container.required-invalid .chosen-single {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

.chosen-container + .invalid-feedback {
  display: none;
}

.chosen-container.required-invalid + .invalid-feedback {
  display: block;
}
