@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --highdmin-logo-lg-height: 34px;
  --highdmin-menu-item-hover-color: #19aa8d !important;
}

.topbar-item.nav-user {
  font-size: 120%;
}

.table {
  font-family: "Montserrat", serif;
  font-weight: 500;
}

td > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

table .copertina > img {
  max-width: 2rem;
  transition: transform 0.3s ease-in-out;
}

table .copertina > img:hover {
  transform: scale(2.5); /* ingrandisce l'immagine */
}

table button i {
  font-size: 1.1rem;
}

table button.btn-xs i {
  font-size: 1rem;
}

table button.btn-xs {
  padding: 0.2rem 0.4rem;
}

.modal-body .table > :not(caption) > * > * {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.modal-body .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #eee;
}

.w-15 {
  width: 15% !important;
}

.w-1 {
  width: 1% !important;
}

.btn-args > span {
  position: absolute;
  color: #000;
  top: -0.7rem;
  right: 0;
  font-weight: 500;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  border-radius: 0.2rem !important;
  min-width: 1rem;
}

.table .img_table {
  max-width: 5rem;
}

.filter-table {
  position: relative;
  z-index: 1;
}

.filter-table.form-select {
  max-width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}

.link {
  font-size: 0.8rem;
}

ul.pagination {
  justify-content: right;
}

.info {
  flex-direction: column;
  align-items: flex-start;
}

.info span {
  font-weight: bold;
  font-style: italic;
  font-size: 0.5rem;
}

.info hr {
  margin: 0.2rem;
}

.pdf_size {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 0.7rem;
}

.card-header img {
  max-height: 2.5rem;
}

.modal-footer {
  padding: 0.5rem;
}

.choices__list--multiple .choices__item {
  border-radius: 0.2rem;
}

.choices__inner,
.choices__input {
  background-color: #fff;
}

.auth-bg {
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.span_prodotti span {
}
