.sl-menu-item {
    margin: 2.5px 10px;
    width: calc(100% - 25px);
    background-color: transparent;
    color: #8E9297;
    font-family: "Roboto";
    border-radius: 5px;
    height: 36px !important;
    padding: 10px;
    cursor: pointer;
    border: none;
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 25px;
    padding-left: 35px;
    text-align: left;
}

.sl-menu-item:hover {
    background-color: #36393F;
}

.sl-menu-item.sl-menu-item-active {
    background-color: #36393F !important;
}