body {
	font-family: 'Poppins';
	font-size: 14px; 
	color:#5f5f5f;
    margin:0;
    min-height: 100vh;
} 

.div_main {
    text-align: center;
    background-color: rgba(255, 255, 255);
    padding-top: 20px;
    width: 80%;
    border: 0px solid rgba(59, 59, 59, 0.349);
    border-radius: 8px;
    margin : auto;
    display: block;
    overflow: auto;
    padding-bottom : 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 18%);
}

.main_subdiv_monitoraggio_hori {
    width : 100%;
    display : flex; 
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 10px;
}

.main_subdiv_item_monitoraggio_hori {
    display : flex;
    justify-content: center;
    align-items: center;
}

.main_subdiv_monitoraggio_vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 5px;
}

.main_subdiv_item_monitoraggio_vert {
    display : flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}


.div_main_simulazione {
    text-align: center;
    background-color: rgba(255, 255, 255);
    padding-top: 20px;
    width: 87%;
    border: 0px solid rgba(59, 59, 59, 0.349);
    border-radius: 8px;
    margin : auto;
    display: block;
    overflow: auto;
    padding-bottom : 20px;
    box-shadow: 5px 0 8px -5px #3333334f;
}

.div_add_consumer {
    text-align: center;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 400px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    border-style: solid;
    border-color: rgba(59, 59, 59, 0.863);
    border-radius: 8px;
}

.select-css {
	height:40px;
	width:75%;
	border-radius: 8px;
	margin-top:12px;
	border: 2px solid #364C63;
	font-family: 'Poppins';
	font-size: 16px; 
	color:#5f5f5f;
	padding: 5px;
}

.icons-form {
	display: inline;
	vertical-align: top;
	margin: 0 .15em;
}

.input-section {
  width:40%;
	background-color : white;
	font-size: 18px;
	height:40px;
	border-radius: 8px;
	margin-top:12px;
	border: 2px solid #364C63;
  padding-left: 15px;
}

.input-section:disabled {
  background: #ccc;
}

.input-section-tec {
	background-color : white;
	font-size: 20px;
	height:40px;
	margin-top:12px;
	margin:auto;
	margin-bottom:12px;
	border: 0px solid #364C63;
	border-bottom: 1px solid #364C63;
	width:90%
}

.input-section-withunit {
    width:30%;
	background-color : white;
	font-size: 110%;
	height:38px;
	border-radius: 8px;
	margin-top:5px;
    margin-bottom:10px;
	border: 2px solid #364C63;
    border-right: 0px solid white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 15px;
}

.input-section-withunit:disabled {
  background: #ccc;
}

.input-section-unit {
    text-align: center;
    width:23%;
	background-color : #364C63;
    color : white;
	font-size: 110%;
	height:38px;
	border-radius: 8px;
	margin-top:5px;
	border: 2px solid #364C63;
    border-left: 0px solid white;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    
}

input[name="measure_unit"] {
  pointer-events: none;
}

.button-successivo {
    cursor : pointer;
    background-color: #364C63; /* Green */
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 8px;
    font-family: 'Poppins';
    float: right;
    margin-right:125px;
}

.button-successivo:hover {
    background-color: #49698b;
  }

.button-successivo-yellow {
    cursor : pointer;
    background-color: #E6C00A; /* Green */
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 8px;
    font-family: 'Poppins';
    float: right;
    margin-right:125px;
}

.button-successivo-yellow:hover {
    background-color: #fad000;
}

.button-successivo-yellow2 {
    cursor : pointer;
    border : 0px;
    border-bottom: 1px #0fabe99d solid; /* Green */
    background-color: transparent;
    color : #5f5f5f;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 0px;
    font-family: 'Poppins';
    display : inline-block; 
    margin : 2%; 
    margin-top: 0; 
    margin-bottom: 0; 
    float:none; 
    width : 20%; 
    padding : 5px 0px;
}

.button-successivo-yellow2:hover {
    background-color: #0fabe99d;
    color : white;
    border-radius : 8px;
}

.button-fase2 {
    cursor : pointer;
    border : 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: white;
    color : #5f5f5f;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 10px;
    font-family: 'Poppins';
    display : inline-block; 
    padding : 5px 0px;
    width : 32%; 
    float : left; 
    margin : 0; 
}

.button-fase2:hover {
    background-color: #adacac80;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color : white;
}

.button-successivo-green {
    cursor : pointer;
    border : 0px;
    border-bottom: 1px #009431 solid; /* Green */
    background-color: transparent;
    color : #5f5f5f;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 0px;
    font-family: 'Poppins';
    display : inline-block; 
    margin : 2%; 
    margin-top: 0; 
    margin-bottom: 0; 
    float:none; 
    width : 20%; 
    padding : 5px 0px;
}

.button-successivo-green:hover {
    background-color: #009431;
    color : white;
    border-radius : 8px;
}

.button-successivo-red {
    cursor : pointer;
    border : 0px;
    border-bottom: 1px #f33100 solid; /* Green */
    background-color: transparent;
    color : #5f5f5f;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 0px;
    font-family: 'Poppins';
    display : inline-block; 
    margin : 2%; 
    margin-top: 0; 
    margin-bottom: 0; 
    float:none; 
    width : 20%; 
    padding : 5px 0px;
}

.button-successivo-red:hover {
    background-color: #f33100;
    color : white;
    border-radius : 8px;
}

.button-successivo-yellow_2 {
    cursor : pointer;
    border : 0px;
    border-bottom: 1px #E6C00A solid; /* Green */
    background-color: transparent;
    color : #5f5f5f;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 0px;
    font-family: 'Poppins';
    display : inline-block; 
    margin : 2%; 
    margin-top: 0; 
    margin-bottom: 0; 
    float:none; 
    width : 20%; 
    padding : 5px 0px;
}

.button-successivo-yellow_2:hover {
    background-color: #fad000;
    color : white;
    border-radius : 8px;
}

.button-successivo-ok {
    background-color: #364C63; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 22px;
    border-radius: 8px;
    font-family: 'Poppins';
    float: center;
    margin-top: 3%; 
    margin-left:auto;
    margin-right:auto;
    width:37%;
    padding: 5px;
}
.button-successivo-ok:hover {
    background-color: #49698b;
}

.button-successivo-cons:disabled,
.button-successivo-cons[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.button-successivo-cons {
    background-color: #364C63; /* Green */
    border: none;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 2% 4%;
    border-radius: 8px;
    font-family: 'Poppins';
    font-weight:normal;
    margin-top:10px;
    margin-left:55%;
    width : 35%;
}

.div-container-consumer {
	width : 100%;
	/*border: 2px solid grey;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius : 20px;
	text-align: center;
}

.div-nuovocons {
    background-color: white; /* Green */
    border: none;
    color: #364C63;
    padding: 8px 2.5%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    font-family: 'Poppins';
    width : 95%;
}

.div-aggnuovocons {
    background-color: white; /* Green */
    border: none;
    color: #364C63;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    font-family: 'Poppins';
    width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 15px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 8px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 10px;
}

input:checked + .slider {
  background-color: #364C63;
  border-radius: 15px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #364C63;
  border-radius: 15px;
}

input:checked + .slider:before {
    border-radius: 15px;
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.63);
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 0%;
    left: 5%;
    width: 90%;
    padding: 16px;
    border: 0px solid #0000007a;
    border-radius: 10px;
    background-color: white;
    z-index:1002;
    overflow: auto;
	margin-bottom:200px;
}

.white_content_ok {
    display: none;
    position: fixed;
    top: 25%;
    left: 33.6%;
    height: 220px;
	width: 30%; 
	overflow: hidden;
    padding: 16px;
    border: 3px solid #0000007a;
    border-radius: 8px;
    background-color: white;
    z-index:1002;
}

.slidecontainer {
  width: 80%;
  height: 100px;
  margin-left: 8%
}

.slider2 {
  -webkit-appearance: none;
  width: 90%;
  height: 8px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: #364C63;
  cursor: pointer;
}

.slider2::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #364C63;
  cursor: pointer;
}

.div_formidable_add{
	border: 0.8px solid red;
  border-radius: 8px;
	padding: 8px;
}

.sidebar {
	margin-left : 0%;
	width: 7%;
	position: sticky;
	top: 50px;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	border-radius : 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 20px;
    min-width: 75px;
}

.sidebar_container {
    position: fixed; margin : 0; width: 7%;  min-width: 75px; background-color: white; box-shadow: 5px 0 8px -5px #3333334f; height : 300%; top: 0px;
    z-index : -1;
}

.sidebar:hover .index_menu_monitoraggio {
    width : 70%;
    display : flex;
}

.sidebar:hover .sidebar_container {
    width : 12%;
    min-width: 120px;
}

.sidebar:hover {
    width : 12%;
    min-width: 120px;
}

/* Style sidebar links */
.sidebar img {
  padding: 2px 6px 1px 6px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}

.sidebar a {
  padding: 1px 6px 2px 6px;
  text-decoration: none;
  font-size: 12px;
  color: #364C63;
  display: none;
  text-align: center;
	margin-bottom : 0px;
}

.svg_icon:hover {
    fill: #364C63;
}

.svg_icon {
    cursor: pointer;
    display: block;
    width : 50px; 
    height : 50px;
    fill : black;
    margin:auto;
}

.svg_arrow {
    display: block;
    width : 50px; 
    height : 30px;
    fill : #364c6300;
    fill : black;
    margin:auto;
    margin-bottom : 2px;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* Tooltip text */
.tooltip .tooltiptext {
    width: 220px;
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 8px;
    font-size: 14px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -110px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Tooltip text */
.tooltip .tooltiptext_gu {
    width: 100%;
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 8px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext_gu {
    visibility: visible;
}

.nav {
	position: sticky !important;
	position: -webkit-sticky;
	top: 20px !important; /* required */
}

.nav_pratiche {
	position: sticky !important;
	position: -webkit-sticky;
	top: 0px !important; /* required */
}

.ul_menu {
    list-style-type: none;
    padding: 20;
    background-color: white;
    margin-bottom : 30px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

  
li a {
    display: block;
    color: #364C63;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 8px;
    margin : 4px;
    white-space: nowrap;
    font-size : 1.2vw;
}

li a:hover {
    background-color: #364C63;
    color: white;
    border-radius: 8px;
}

.active {
    cursor : pointer;
    color: #364C63;
    border-bottom: 2px solid #364C63;
    border-radius: 0;
  }

li-log {
    
    float: right;
}
  
li-log a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 8px;
    margin : 4px;
    background-color: #E6C00A;
}

li-log a:hover {
    background-color: #364C63;
    color: white;
    border-radius: 8px;
}

.logo img{
      float:left;
}

li .dropbtn {
    display : flex; 
    flex-flow : row nowrap; 
    align-items: center;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 8px;
    margin : 4px;
    background-color: #E6C00A;
    margin-bottom: 2px;
}

li.dropdown {
    display: inline-block;
    margin : 0%;
    margin-left:5%;
    position: relative;
    min-width : calc(1.2vw + 5%);
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #E6C00A;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    margin: 4px;
    margin-top: 0px;
    width : calc(100% - 8px);
}
  
.dropdown-content a {
    color: white;
    padding: 12px 5%;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size : 1.2vw;
}
  
.dropdown-content a:hover {background-color: #fad000;}
  
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1;
}

footer {
    text-align: center;
    background-color: #364C63;
    color: white;
    position: absolute;
    width : 100%;
    margin-top : calc(25vh + 10px);
    display : flex;
    align-items: center;
    justify-content: center;
  }

.login_class {
    width:75%;
    background-color : white;
    font-size: 1.2vw;
    height:40px;
    border-radius: 8px;
    margin-top:12px;
    border: 1px solid rgba(59, 59, 59, 0.349);
    padding-left: min(10%, 15px);
}

.login_class:disabled {
    background: #ccc;
}

.notificationis-danger {
    width : 90%;
    margin : auto;
    margin-bottom: 12px;
    position:relative;
    text-align: center;
    line-height: 1.8;
    border-radius: 8px;
    background-color: rgb(255, 75, 75);
    padding: 10px;
    color: white;
}

.notificationis-good {
    width : 90%;
    margin : auto;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.8;
    border-radius: 8px;
    background-color: rgb(36, 207, 65);
    padding: 10px;
    color: white;
}

.notificationis-nah {
    width : 90%;
    margin : auto;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.8;
    border-radius: 8px;
    background-color: rgb(255, 157, 45);
    padding: 10px;
    color: white;
}

.info_doc2 {
    position : relative;
    margin : 1%; 
    padding : 0; 
    width : 23%; 
    float : left; 
    text-align: center;
    border-radius: 10px;
}

.info_doc {
    width : 100%; 
    cursor : pointer;
    padding-top : 5px;
    padding-bottom : 5px;
    border-radius: 10px;
}

.info_doc_no_hover {
    width : 100%; 
    cursor : pointer;
    padding-top : 5px;
    padding-bottom : 5px;
    border-radius: 10px;
    background-color: #adacac34;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px #E6C00A solid;
    border-bottom : 0px;
}

.info_doc:hover {
    background-color: #adacac34;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

.info_doc_popup {
    position : absolute;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
    border: 2px #E6C00A solid;
    border-top: 0px;
    background-color: white;
    margin-top: 0;
    padding : 0; 
    width : 100%; 
    text-align: center;
    border-radius: 10px;
    padding-top : 5px;
    padding-bottom : 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    z-index : 2;
}

.linea_tabella {
    display : flex; 
    justify-content: center; 
    align-items: center;
    margin : 0; 
    padding : 0;  
    width : 100%; 
    min-height : 50px; 
    overflow: hidden; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
    border-top: 1px solid #364C63; 
    cursor: pointer;
    background-color: white;
}

.linea_tabella:hover {
    background-color: #5f5f5f59;
}

.linea_tabella_nohover {
    display : flex; 
    justify-content: center; 
    align-items: center;
    margin : 0; 
    padding : 0;  
    width : 100%; 
    min-height : 50px; 
    overflow: hidden; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
    border-top: 1px solid #364C63; 
    cursor: pointer;
    background-color: #5f5f5f59;
}

.colonna_style {
    margin : 0; 
    padding : 0; 
    width : 20%; 
    float : left;
}

.info_div_colonna {
    margin : 0; 
    padding : 0;  
    width : 99%; 
    float : left; 
    margin-top: 0px; 
    margin-bottom: 20px; 
    text-align: left; 
    display : none;
    position : relative;
    padding-bottom : 10px;  
}

.main_firma {
    display: flex; 
    margin-top : 10px;
    align-items: stretch;
  }

.main_firma_subdiv {
    flex: 1 1 0px;
    border-radius: 10px;
    overflow : hidden;
    cursor : pointer;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: white;
    color : #5f5f5f;
    text-align: center;
    text-decoration: none;
    margin : 1%;
  }

.main_firma_subdiv:hover {
    background-color: #adacac80;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color : white;
}

.main_signature {
    display: flex; 
    margin : 0;
    height : 20%;
    align-items: center;
    justify-content: center;
}

.main_signature_subdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0px;
    overflow : hidden;
    cursor : pointer;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1%;
    background-color: #0fabe99d;
    color : white;
    font-size : 5vw;
    height : 100%;
}


canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 80%;
    cursor: crosshair;
}

input[type=file]::file-selector-button {
    width: 40%;
    font-size: 15px;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: rgb(18, 97, 150);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

input[type=file]::file-selector-button:hover {
  background-color: rgb(21, 144, 226);
}

.vertical-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 20px;
	margin-left : 0%;
	margin-right : 2%;
	width: 5%;
    min-width: 75px;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	border-radius : 0px;
	box-shadow: 5px 0 8px -5px #3333334f;
    z-index: 3;
}

.main_div_monitoraggio {
    width : min(92%, calc(98% - 75px));
    float : right;
    margin-right: 1%;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 20px;
    
}

.main_div_gestione_utenti {
    width : 95%;
    margin : auto;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 20px;
}


.vertical-menu-subdiv_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width : 100%;
}

.vertical-menu-subdiv {
    cursor : pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width : 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.vertical-menu:hover {
    width:12%;
    min-width: 120px;
}

#feedback_svg_div {
    background-color: #364c63;
    box-shadow: 5px 0 8px -5px #3333334f;
    position : fixed; 
    bottom : 5vh; 
    left : 1vw; 
    height : 8vh; 
    width : 8vh; 
    z-index : 10; 
    border-radius: 25px 25px 50px 25px;
}

#feedback_svg_div:hover {
    background-color: #e6c10aad
}

#feedback_form_div {
    background-color: white;
    box-shadow: 1px 5px 5px 5px #3333334f;
    position : fixed; 
    bottom : 5vh; 
    left : calc(2vw + 8vh); 
    z-index: 10;
    border-radius: 10px;
    display : flex;
    flex-flow : column nowrap;
    align-items: stretch;
    gap : 5px 5px;
    width : 20vw;
    padding : 1vw;
}

.vertical-menu-subdiv:hover {
    background-color: #e6c10aad
}

.icon_menu_monitoraggio {
    width : 80%;
}

.index_menu_monitoraggio {
    margin-right: 5%;
    display : none;
}

.vertical-menu:hover .index_menu_monitoraggio {
    width : 70%;
    display : flex;
}

.vertical-menu:hover .icon_menu_monitoraggio {
    width : 30%;
}

.svg_icon_monitoraggio {
    margin : 25%;
}

.vertical-menu-subdiv:hover .p_monitoraggio{
    color : white;
}

.vertical-menu-subdiv:hover .svg_icon_monitoraggio{
    fill : white;
}


.waiting_gif_div{
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
#waiting_gif{
    width: 80px;
    height: 80px;
    margin: auto;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    display: block; 
    background-color: rgba(255, 255, 255, 1);
    z-index: 990}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100
} 

.selected {
    background-color: #E6C00A;
}

.selected_icon {
    fill : white;
}

.selected_index {
    color: white;
}

.items_header_gu {
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    padding : 1%; 
    padding-top: 2px; 
    padding-bottom: 2px;
    flex : 5 1 0;
}

.header_gu {
    display : flex; 
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center; 
    margin : 0; 
    padding : 0px;
    width : 99%; 
    min-height : 30px;
    margin: 15px 0px;
    position: sticky;
    top: 0;
    background-color: white;
    border: 1px solid transparent;
}

.linea_gu {
    display : flex; 
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center; 
    margin : 0; 
    padding : 0px; 
    width : 99%; 
    min-height : 30px;
    background-color: #e1e5e970;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 40px;
    cursor : pointer;
    border: 1px solid #ced0d170;
}

.linea_gu:hover{
    background-color: #ced0d170;
}

.linea_gu_white {
    display : flex; 
    flex-flow: row nowrap; 
    justify-content: center; 
    align-items: center; 
    margin : 0; 
    padding : 0px; 
    width : 99%; 
    min-height : 40px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    border : 1px solid #ced0d170;
    cursor : pointer;
}

.linea_gu_white:hover{
    background-color: #ced0d170;
}

.items_header_gu p {
    margin : 0;
    margin-top : 5px;
    margin-bottom: 5px;
    margin-left : 2px;
    font-size: 1.2vw;
}

.spacer {
    height: 50px;
    margin: 0 0 -50px 0;
    /* margin: 20px 0 -50px 0; use this if you want #container to have a 'bottom padding', in this case of 20px */
    background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
}

.items_home {
    cursor: pointer;
    background-color : white; 
    display : flex;  
    flex-direction: column; 
    margin : 0; 
    border-radius: 120px 50px 50px 50px; 
    justify-content: center; 
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 18%);
    transition-duration: 0.3s;
}

.items_home:hover, .items_home:focus, .items_home:active {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 25%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    animation-duration: 30s;
  }


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.ratings {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80%;
    direction: rtl;
    text-align: left;
  }
  
.star {
    position: relative;
    line-height: 2vw;
    display: inline-block;
    transition: color 0.2s ease;
    color: #ebebeb;
}

.star:before {
    content: '\2605';
    font-size: 2.5vw;
}

.star:hover,
.star.selected_star,
.star:hover ~ .star,
.star.selected_star ~ .star{
    transition: color 0.8s ease;
    color: #E6C00A;
}

.tags_p {
    font-size: 1.1vw;
    background-color: #b9b9b97a;
    border-radius: 8px;
    padding : 5px;
    cursor: pointer;
}

.tags_p_selected {
    font-size: 1.1vw;
    background-color: #e6c10aad;
    color : white;
    border-radius: 8px;
    padding : 5px;
    cursor: pointer;
}

.tags_p:hover {
    transition: color 0.1s ease;
    background-color: #e6c10aad;
    color : white;
}

.talkbubble {
    border: 1px solid rgb(185, 185, 185);
    margin-left: 5%;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.talkbubble:before {
content: "";
position: absolute;
right: 100%;
top: 20px;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 15px solid rgb(185, 185, 185);
border-bottom: 13px solid transparent;
}