.personal_menu_nickname {
    color: #27314A;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.personal_menu_phone {
    color: #BEC4D0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
}

.personal_menu_account {
    margin-top: 40px;
}
.personal_menu_account .title {
    color: #BAB9CA;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.personal_menu_account .amount {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #07B3E8;
    width: 150px;
    height: 24px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.menu_personal {
    /*
    position: sticky;
    top: 0;
    */
    margin-top: 20px;
}

.is-scrolled .menu_personal {
    top: 100px;
}

.menu_personal_list {
    padding-left: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.menu_personal_link {
    display: flex;
    gap: 20px;
    color: #27314A;
    font-size: 1rem;
    font-weight: 500;
}

.menu_personal_link .icon {
    width: 20px;
    height: 20px;
}

.menu_personal_link:hover,
.menu_personal_link.active {
    color: #BAB9CA;
}

.menu_personal_list li:last-child  .menu_personal_link {
    color: #BAB9CA;
}

#svg-inline {
    display: none;
}

/*
.menu_personal_link {
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    padding: 5px 1rem;
    border-radius: 2rem;
    background: transparent;
}

.menu_personal_link.active {
    color: var(--primary);
    font-weight: bold;
    background: #f4f4f4;
}
*/