@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}
.sidebar::-webkit-scrollbar{
    width:10px;
}
.sidebar::-webkit-scrollbar-track{
    background: #dddddd;
}
.sidebar::-webkit-scrollbar-thumb{
    background: #6a6aff;
    border-radius: 0px 0px 17px 17px;
}
.navbar {
    border-radius: 0px !important;
}
.navbar-inverse {
    background-color: #6a6aff;
    border-color: #6a6aff;
}
h1,h2,h3,h4,h5,h6{
	color:#8080ff;
	font-weight:bold;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    color: white !important;
}


.sidebar {
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #f1f1f1;
  position: fixed;
  top:50px;
  left:0;
  bottom:40px;
  height: 100%;
  overflow: auto;
  padding-bottom:70px;
}

.sidebar hr{
	border-top: 3px solid #a8a8a8;
}

.sidebar a{
	text-indent:20px;
}

.sidebar a,h4 {
  display: block;
  color: black;
  padding: 8px;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #6a6aff;
  color: white;
  
}

.sidebar a.h_active {
 color: #6a6aff;
 padding:10px;
font-weight:600; 
text-indent:0px;
}


.sidebar a:hover:not(.active) {
  background-color: #e6e6e6;
  color: #3a3a3a;
}

.col-md-9{
	margin-top:50px !important;
}

@media screen and (max-width:980px){
	.sidebar{
		display:none;
	}
}

.err{
	color:#ff0000;
}
