#menu_div{
    width: 56px; height: 56px;
    margin-left: 10px; border-radius: 26px;
    align-items: center;
    display: flex;
   justify-content: center;
   cursor: pointer;
    
}

.menu_btn{
   width: 40px; height: 40px;

}

/* Overlay Section */
.overlay_section {
    display: none;
    position: fixed; /* Cover the entire screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000; /* Ensure it overlays other content */
}

.menu_slide_elements{
    position: absolute;
    left: -100%; /* Initially hide off-screen */
    top: 0;
    height: 100%;
    flex-direction: column;
    transition: left 0.3s ease-in-out; /* Fallback if JavaScript fails */
}

#side_menu{
    width: 180px; height: 100%;
    background-color:  #F3F3F3;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px ;
     overflow-y: auto;
      scrollbar-width: none; /* For Firefox */
}

#side_menu::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
}

.profilepix_container {
    width: 60px;  
    height: 60px;
    margin-left: 105px;
    position: absolute; /* Change position to absolute */
    top: 85px; /* Adjust to desired overlay position */
    left: 50%; /* Center horizontally within the parent */
    transform: translateX(-50%); /* Fine-tune horizontal centering */
    z-index: 1010; /* Ensure it overlays the side menu */
    background-color: white; /* Optional: Add a background color for better visibility */
    border-radius: 50%; /* Optional: Make it circular */
}


.prof_img_{
    margin: 2px; 
    width: 56px; height: 56px; 
    text-align: center; border-radius: 28px;
    background-color:#F3F3F3;
}

#menu_profile{
    margin-top: 3px;
}

.menu_item0{
    height: 150px;  width: 100%;
    margin-top: 20px;
    border-bottom: solid 1px #bdbdbd ;
    display: flex;
}

.username_sec{
    width: 100%;
}



.menu_btns{
   width: 100%;height: 50px;
    border-bottom: solid 1px #bdbdbd ;
    display: flex; padding-top: 25px;
    cursor: pointer;
}

.menu_btns img{  
    width: 30px; height: 30px;
   
}

.menu_txt{
    margin: 5px;  margin-left: 15px;
    height: 15px;
}

.notification_num{
   width: 15px; height: 15px; 
   background-color: red;
    border-radius: 7px;  display: flex;
   justify-content: center; 
   align-items: center;

}

.notification_num span{
  font-size: smaller;  color: #fff;
}

.menu_btnLast img{  
    width: 30px; height: 30px;
   
}

.menu_btnLast{
    border: none; width: 100%;height: 50px;
    display: flex; padding-top: 25px;
    cursor: pointer;

}

#menu_btnLast1{
     margin-top: 20px;

}

.username_sec{
    margin-top: 55px; font-size: 25px;
    font-weight: 700;

}

