.sidebar__nav a, .sidebar__nav button {
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    height: 46px;
    border-radius: 8px;
    color: var(--tf-tc);
    background: transparent;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 14px;
}


