.text-theme,.text-theme:hover{
  color:rgb(43, 38, 85);
}
.btn-primary,.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: rgb(43, 38, 85);
  border-color: rgb(43, 38, 85);
}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(72 64 137);
    border-color: rgb(72 64 137);
}
.btn-link,.btn-link:hover{
  color: #f39208;
}
a {
    color: #f39208;
    cursor:pointer;
}
#sidebar::-webkit-scrollbar-track {
  background-color: rgb(43, 38, 85);
}
.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #ab6214 rgb(43, 38, 85);
    border-right: 1px solid #eee;
    width: 180px;
    min-width: 275px;
    max-width: 275px;
    background:rgb(43, 38, 85);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebar span.rounded-circle{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 33px;
	height: 33px;
	font-size: 14px;
	color:rgb(43, 38, 85)!important;
}
#sidebar ul li a:hover {
  background-color:#f39208;
	text-decoration:none;
}
