.side-nav-light .side-nav-link.active,.side-nav-light .side-nav-link:hover {
    color: #4CAF50;
}

.side-nav-light .side-nav-link {
    color: #a2a3b7;
}

a:hover {
    color: #4CAF50;
    text-decoration: none;
}

a {
    color: #4CAF50;
    text-decoration: none;
    background-color: transparent;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4CAF50;
}

.btn-link {
    font-weight: 400;
    color: #4CAF50;
}

.unseen-notif{
    background-color: #ececec;
}

.left-side-menu-light {
    background: #141423;
}

.text-black{
    color:#6c757d;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  color:#6c757d;
  background-color: #fff;
  box-shadow: 0px 0px 4px #6c757d;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
 border-left-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
 border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
 border-top-color: #fff !important;
}