/*Colori backend e fallback, MODIFICARE SOTTO*/
:root {
  --font: 'Montserrat', sans-serif;
  --testo: #333;
  --sfondo: white;
  --sfondo-scuro: #f5f5f5;
  --scuro: #b90029;
  --medio: #d40331;
  --chiaro: #f01847;
  --evidenza: #ef7313;
  --footer: #7bba54;

/*COLORI PALMARE*/
  --giallo: #ffc107;
  --giallo-scuro: #e0a800;
  --rosso: #d40331;
  --rosso-scuro: #b90029;

/*COLORI FRONTEND (in realtà usati nel palmare)*/

--gray: #767676;
--alt: #F3954C;

/* colori backend theme */

  --menu-dark: #4361ee;
  --menu-light: #ffffff;
  --menu-lighter: #e8e7e7;
  --menu-border: #cecece;
  --body-text: #1b2e4b;
  --heading-text: #3b3f5c;

}

body.theme-dark, .always-theme-dark{
  --menu-dark: #4361ee;
  --menu-light: #0e1726;
  --menu-lighter: #030305;
  --menu-border: #13395f;
  --body-text: #c3c4c5;
  --heading-text: white;
}

li.menu.disabled {
  --menu-dark: #7e7e7e;
  pointer-events: none;
  --menu-light: #dddddd;
  opacity: 0.8;
}
li.menu.disabled svg.feather{
  fill: none !important;
}

.btn-secondary{
  background-color: #999999 !important;
  border-color: #999999 !important;
}