/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #000000;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

a, a:hover, a:focus {
   
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
   /*  background: #7386D5; 
    color: #fff;*/
    transition: all 0.3s;
    min-width: 50% !important;
    max-width: 100%% !important;
    min-height: 50% !important;
    
}

#sidebar {
  
}

.sidebar-header {
   	padding-bottom: 1%;
    padding-top: 16%;
    
    width: 96%;
}

#sidebar ul.components {
    padding: 10px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    /* color: #fff; */
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
   /*  color: #7386D5; */
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000000;
   /*  background: #6d7fcc; */
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}