.drawer_menu_title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e3e3e3;
}

.drawer__content .menu-item svg.last {
    margin-left: 1rem;
}

.drawer__content .menu-item svg.first {
    margin-right: 1rem;
}

.drawer__content .menu-item .nav-link-icon {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--theme-skit-color-2);
    border-radius: 50%;
    margin-right: 0.5rem;
}