/*$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
*/
.header {
  position: sticky;
  top: 0;
  display: flex;
  gap: 1.5rem;
  height: 64px;
  z-index: 10010;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header__right button:not(.btn) {
  padding: 0.5rem;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  font-size: 1.2rem;
  color: var(--fg);
  border-radius: 50%;
}
.header__right button:not(.btn):hover {
  background-color: var(--bg-dark);
}
.header__right button:not(.btn):hover i {
  font-weight: bold;
}
.header__right .header__profile {
  padding: 0 !important;
  margin-left: 0.25rem;
}
.header__center {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-grow: 1;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-grow: 0;
  margin-right: auto;
}
.header__search {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem;
  border-radius: calc(infinity * 1px);
  background: var(--bg-light);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
  width: clamp(400px, 600px, 100%);
}
.header__search span {
  color: var(--fg);
  opacity: 0.7;
}

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