﻿:root{
    --bg: black;
}

#sidebar {
    border-radius: 25px;
    margin: 10px 0px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 10px;
}

.sidebar-header-new {
    border-radius: 25px;
    max-width: 200px;
    margin-top: 25px;
    margin-left: 25px;
    color: white;
}


.menu-items{
    border-radius: 26px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    margin: 0px 5px 15px; 
}

#horizental-nav {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 5px;
}

#content{
    background-color: white;
}

#sub-menu{
    margin-top: 5px;
    border-radius: 25px
}
