.main-profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    gap: 10px;
    background: var(--color-white);
    align-self: stretch;
    padding-bottom: 10px;
}

.menu-list-item .title { line-height: 22px; height: 22px; font-size: 18px; font-weight: 600; margin-left: 16px;}

.main-body-scroll { position: absolute; right: 0; left: 0; top:0px; overflow-y: auto; height: calc(100vh - 120px);}