/* NAV BAR HORIZONTAL */
.nav_bar{
    z-index: 200;
    
    
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
align-items: center;
    background-color: white;
    
    
 
}



.navbar_logo_img{
    height: 35px;
    
}


.navbar_end_icons_wrapper{
    height: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;padding:0 1rem 0 1rem;
    /* background-color: #a77598; */
}

.navbar_menu_icon_controller{
    /* background-color: teal; */
    display: flex;
}

.navbar_menu_icon_controller,.navbar_icon{
    height: 2rem;
    width: 2rem;
}

