 *{
    padding: 0;
    margin: 0;
    font-family: sans-serif;

 }
 body{
     background:black; 
    display: flex;
 }
 .menu{
    width: 120px;
    height: 100vh;
    overflow: hidden;
     background: #123;
     border-radius: 8px;
transition: 0.3s;

   
 }
 
  .profile{
    display: flex;
    justify-content: space-around;
    align-items: center;
 padding: 10px; 
gap: 25px
;  
color: white;
}
 
 .profile .image-box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: white 2px solid;
    
 }
  ul li a{
    display: block;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
border-radius: 10px;
width: 280px;
flex-grow: 2;
  }
  ul{
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
   border-radius: 10px;
    padding: 10px;
    height: 95%;
    position: relative;
  }
  ul li a:hover ,.title-info:hover , .box1:hover , .box2:hover , .box3:hover , .box4:hover , .after-info:hover{
    background: silver;
    color: black;
    transition: 0.3s;
     transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: #1e293b; 
  }
  .logout{
    position: absolute;
    bottom: 0;
    width: 280px;
    background: red;
    border-radius: 10px;
  }
  .active{
    background: silver;
    color: black;
  }
  ul li a i , .title-info i , .boxes i{
    font-size: 32px;
  }
  .menu:hover{
    width: 300px;
    transition: 0.3s;
  }
  
   .content{
    width: 50%;
    flex-grow: 1;

  }

  
  
  
  
  
  
  
  .title-info{
background: blue;
color: white;
display: flex;
justify-content: space-between;
align-items: center;
flex-grow: 1;
height: 50px;
border-radius: 10px;
flex-basis: 10px;
margin: 10px;
padding: 0 10px;
}
.title-info i{
    font-size: 32px;
}
.title-info p{
    font-size: 20px;
}


.box1{
    display: flex;
    align-items: center;
    justify-content: space-around;
     flex-grow: 1;
    flex-wrap: wrap;
     gap: 20px; 
    margin: 10px;
    padding: 10px;
border-radius: 10px;
height: 150px;
background: #123
;
color: white;
width: 150px;

}

.box2{
    background: #123;
    display: flex;
    align-items: center;
    justify-content: space-around;
   height: 150px;
    flex-grow: 1;
    color: white;
    border-radius: 10px;
    width: 150px;
   margin: 10px;
   padding: 10px;

}
 .lesbox1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} 
span , .lesbox p{
    font-size: 32px;
}

.lesbox2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} 
.box3{
    background: #123;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
display: flex;
justify-content: space-around;
align-items: center;
color: white;
height: 150px;
width: 150px;
flex-grow: 1;
}
.box4{
     background: #123;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
display: flex;
justify-content: space-around;
align-items: center;
color: white;
height: 150px;
width: 150px;
flex-grow: 1;
}
.after-info{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    flex-grow: 1;
    color: white;
    background: blue;
    font-size: small;
    border-radius: 10px;
height: 50px;
margin:  10px;
}
.after-info i{
    font-size: 32px;
}
.after-info p{
    font-size: 20px;

}
table{
    color: white;
    width: 100%;
    text-align: center;
    
    
}

th{
     background: blue;
    padding: 10px;
    text-align: center;
border-radius: 5px;
}

td{
     background: #123;
    padding: 10px;
    text-align: center;
border-radius: 5px;
}
.status-ok{
    color: green;
    transition: 0.3s;
    
}

.status-low{
    color: rgba(255, 166, 0, 0.356);
    transition: 0.3s;
}

.status-empty{
   color: rgba(255, 68, 0, 0.404);
    transition: 0.3s;
}

.table-container{
    margin: 20px 10px;

}
td:hover , th:hover {
    background: silver;
transition: 0.3s;

}
.is:hover{
    background: rgba(0, 100, 0, 0.692);
    color: white;

}
.ls:hover{
    background: rgba(255, 166, 0, 0.336);
    color: white;
}
.os:hover{
    background: rgba(255, 0, 0, 0.521);
    color: white;
}
@media (max-width:700px){ 
      .menu{
    width: 70px;
   }
    .menu:hover{
        width: 75px;
    }
ul{
    width: 50px;
padding: 5px;
margin: 5px;

}
 ul li a{
    justify-content: space-between;
    padding: 10px ;
}
.profile{
    padding: 0 10px ;
    margin: 0;
    gap: 0;
    flex-direction: column;
}

.box1 , .box2 , .box3 , .box4{
    height: 50px;
    width: 50px;
}
span , .lesbox p{
    font-size: 16px;
}
}
   
 @media (max-width: 480px){
    .menu{
        width: 50px;
    }
    .menu:hover{
        width: 50px;
    }
 ul{
    width: 50px;
 }

.title-info p{
    display: none;
}

.title-info , .after-info{
    justify-content: center;
}

.box1, .box2, .box3, .box4 {
        width: 100%;
        height: auto;
    
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    transition: 0.4s;
    }

}


