img {
    -webkit-backface-visibility: hidden;
  }
a:hover {
    text-decoration: none;
    color: black;
  }
.menu-icon{
    height: 18px;
    width: 18px;
    padding: 0px;
    margin-bottom: 5px;
}
.side-menu:hover{
    background-color: #ffe279;
}
.side-bar {
  min-height: 100vh;
}

.text-limit{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}