body {
  background-size: contain;
  background-color: var(--colore-primario);
  margin: 0;
  padding: 0;
}

.hidden {
  display: none !important;
}

.form-popup {
  position: relative;
  z-index: 10;
  padding: 2rem;
  border-radius: 8px;
  background: transparent;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.popup-contenuto {
  background: #fff;
  color: #000;
  padding: 2rem;
  border-radius: 8px;
  max-width: 300px;
  width: 90%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 10000;
  overflow: visible;
}

body.scuro .popup-contenuto {
  background: #444;
  color: #fff;
}
body.scuro .popup {
  background-color: #444 !important;
  color: #f0f0f0 !important;
}
.popup-contenuto.modifica-password {
  max-width: 400px;
}

.popup-contenuto.personalizza {
  max-width: 400px;
}

.popup-contenuto.reset {
  max-width: 300px;
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
body.scuro .popup-contenuto.reset {
  background-color: #444 !important;
  color: #f0f0f0 !important;
}
body.scuro .popup-contenuto.personalizza {
  background-color: #444 !important;
  color: #f0f0f0 !important;
}
body.scuro .popup-contenuto.popup-contenuto.modifica-password {
  background-color: #444 !important;
  color: #f0f0f0 !important;
}
.logo-fishpot.logo-home img {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: -600px;
}

body.pagina-personalizza,
body.pagina-modifica_password,
body.pagina-reset_utenze {
  background-color: #ffffff !important;
  background-image: none !important;
}

.modal {
  z-index: 6000 !important;
}

.modal-backdrop {
  z-index: 6001 !important;
}
.choices__inner,
.choices__list--dropdown {
  border-radius: 6px !important;
}
body.scuro .choices__inner,
.choices__list--dropdown {
  border-radius: 6px !important;
  background-color: #444 !important;
  color: #f0f0f0 !important;
}
body.scuro .popup-contenuto {
  border: 1px solid rgba(255,255,255,0.3) !important;
}

