body {
  margin: 0;
  padding: 0;
  
}

.footer-developress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
z-index:9999 !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.footer-icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.footer-label a, .footer-label a:visited, .footer-label a:hover, .footer-label a:active {
  text-decoration: none !important;
  color: inherit; /* Optional: Ensures the link color matches the surrounding text */
}

.menu-stikybar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  display: none;
  padding: 10px;
  z-index: 999;
}

.footer-item:hover .menu-stikybar {
  display: block;
}

.menu-stikybar-link {
  display: block;
  padding: 5px;

  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.menu-stikybar-link:hover {
  background-color: #ccc;
}


.linea-div-menu {
height: 1px;
background-color: #f5f5f5;
width: 100%;
margin-top:3px;
}     

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 9999 !important;
top: 0;
left:0;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 12px;
display: block;
transition: 0.3s;
}



.sidenav .closebtn {
position: absolute;
top: 5%;
color:#000;
right: 25px;

margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

.side-item-box {
margin:10px;
}

.item-slide {
margin-right:10px;
}

.close-button {
display: inline-block;
padding: 5px;
border: none;
background-color: red;
cursor: pointer;
font-size: 10px;
}