/*!
 * HERA scss 
 * Copyright 2024 - 2025 HERA Lab
 * qui ci sono le personalizzazioni minime dei tenant
 * 
 */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;700&display=swap");
/* riportare seguente direttiva se non fa parte di Recrosses - non visualizzo il box e allineo contenuti in alto*/
.prj-box {display:none;}
.col-content {justify-content: start; }

body.bg-primary {
  font-family: "Outfit", sans-serif;
  background-color: #18518e !important;
}

.bg-gradient-primary {
  background-color: #18518e !important;
  background-image: linear-gradient(180deg, #256bb6 10%, #18518e 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.submenu {background-color: #103862 !important;}
.sidebar-brand .img {
  background-image: url("../images/gestionale_cer-a_eu/logo-cer.png");
}

.anonymous .sidebar-brand .img {
  width: 10rem;
  height: 10rem;
}

.bg-login-image {
  background: url("../images/gestionale_cer-a_eu/bkg-cer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}



