.ssNavItem {
  display: flex;
  height: 60px;
  align-items: center;
}

.ssNavItem:hover {
  background-color: white;
  font-weight: bold;
}
.ssNavItem.active {
  background-color: #f8f9fc;  
}

.ssNavIcon {
  width: 60px;
  font-size: 16px;
  text-align: center;
  color: #4e4e4e !important;
  margin-left: 0px !important;
}

.ssNavIcon i {
    color:#4e4e4e !important;
}


.ssNavLink {
  text-decoration: none;
  color: #4e4e4e !important;
}

.ssNavLink:hover{
  font-size: 22px;
  transition: 0.2s;
  color:white !important;
}


#ssNavbarVertical {
}

#ssNavbarVertical.collapsed {
  width: 60px !important;
  transition: 0.3s;
}

#ssNavbarVertical.collapsed .ssNavLink {
  display: none;
}

.ssNavCollapseBtn:hover {
  color: #8f8f8f !important;
}