.popSection {
  position: absolute;
  top: 100%;
  left: 5%;
  width: 90%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  font-size: 0.9em;
}

.search-container-section {
  position: relative;
  width: 100%;
}

.popSection.hidden {
  display: none;
}

/* .popup-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
  } */
/*   
  .popup-item:hover {
    background-color: #f5f5f5;
  } */


.select-label-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5em;
  align-items: center;
  width: 100%;
  font-size: 1em;
  margin: 0 auto;
  border-radius: 0.5em;
  background: #f0f0f0;
  position: relative !important;
  padding: 0.7em;
}

.select-label-section input {
  outline: none !important;
  border: none !important;
  background: none !important;
  color: #585856;
  width: 100% !important;
}