
div.menu-items-directive-wrapper {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 12px;
}

.menu-items-directive-wrapper .menu-item {
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    width: 100%;
    outline: none;
    cursor: pointer;
}

.menu-items-directive-wrapper .menu-item:hover {
    background-color: #F1F1F1;
}

.menu-items-directive-wrapper .menu-item .item-title {
    font-family: PathwayGothicOne;
    font-size: 18px;
    color: #212121;
    letter-spacing: 0.36px;
    line-height: 18px;
    margin-right: 24px;
}

.menu-items-directive-wrapper .menu-item img {
    width: 40px;
    height: 40px;
    margin-left: 24px;
    margin-right: 12px;
    border-radius: 50%;
}