.text-theme,.text-theme:hover{
  color:#d27717;
}
.btn-primary,.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #d27717;
  border-color: #d27717;
}
.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: #ea9841;
    border-color: #ea9841;
}
.btn-link,.btn-link:hover{
  color: #d27717;
}
a {
    color: #d27717;
    cursor:pointer;
}
#sidebar::-webkit-scrollbar-track {
  background-color: #d27717;
}
.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 #d27717;
    border-right: 1px solid #eee;
    width: 180px;
    min-width: 275px;
    max-width: 275px;
    background: #d27717;
    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:#d27717!important;
}
#sidebar ul li a:hover {
  background-color:#ce710f;
	text-decoration:none;
}
