/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
.popUpContainer .searchPopup {
  max-width: 33svw;
  max-height: 66svh;
}
.popUpContainer .searchPopup[data-search-status=searching] .searchPopup__dashboard {
  display: none;
}
.popUpContainer .searchPopup[data-search-status=idle] .searchPopup__results {
  display: none;
}
.popUpContainer .searchPopup__bar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bg-dark);
  gap: 0.75rem;
  padding: 1rem 1.5rem;
}
.popUpContainer .searchPopup__bar i {
  font-size: 1rem;
}
.popUpContainer .searchPopup__bar input {
  flex-grow: 1;
  height: 100%;
  color: var(--fg-light);
}
.popUpContainer .searchPopup__close {
  cursor: pointer;
}
.popUpContainer .searchPopup__results {
  padding: 1.5rem 2.25rem;
  overflow-y: auto;
}
.popUpContainer .searchPopup__dashboard {
  padding: 3rem 4.5rem;
  column-count: 2;
}
.popUpContainer .searchPopup__category {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--fg-light);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.popUpContainer .searchPopup__item {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}
.popUpContainer .searchPopup__item span {
  font-size: 0.9rem;
  color: var(--fg-light);
}
.popUpContainer .searchPopup__item:hover, .popUpContainer .searchPopup__item:hover span {
  color: var(--primary);
}

/*# sourceMappingURL=searchPopup.css.map */
