#root .desktop .body .content.user-page-content {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    justify-content: center;
    /* overflow: visible; */
    overflow: scroll;
    margin-bottom: 15px;
}

#root .desktop .body .user-area {
    width: 100%;
}

#root .desktop .body .user-area app-widget-host {
    width: unset;
}

/* disable the rule below to make full width */
#root .desktop .user-area .body .content.user-page-content>app-widget-host {
    max-width: 720px !important;
    height: 100%;
    padding: 16px;
    /* enable the lines below to center content */
    /* margin-left: auto;
    margin-right: auto; */
}

#root .desktop .user-page-content .user-top {
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

#root .desktop .user-page-content .user-top .show-hide-funds {
    width: 21px;
    height: 11px;
    top: 23px;
    right: 31px;
}

#root .desktop .user-page-content .user-top {
    background-color: var(--c-paper);
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    border-bottom: 1px solid var(--c-emphasis);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
}

#root .desktop .user-menu {
    margin-top: 30px;
}

#root .desktop .default-overlay .menu-list-block {
    padding: 8px;
}

#root .desktop .total-net-balance-header {
    justify-content: unset;
}

#root .desktop app-change-password-form form ui-button {
    text-align: left;
}

#root .desktop .header .user .account-info.link app-content-block {
    align-items: normal;
}

#root .desktop .header .user .account-info.link .username {
    line-height: unset;
}

#root .desktop .user-area .user-nav>ul>li>a {
    border-radius: 5px;
    background: var(--c-primary);
    border-bottom: none;
    font-weight: 600;
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#root .desktop .user-nav ul,
#root .user-nav-container,
#root .desktop .user-nav .menu li .menu li a {
    background: transparent !important;
}

#root .desktop .user-nav ul li ul li a.active {
    color: #1D58FF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#root .desktop .user-nav ul li a {
    background-color: unset;
    color: var(--c-white-text);
    border-bottom: none;
    /* font-weight: 600; */
    /* color: #FFF; */
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#root .desktop.device-desktop .user-nav ul li a span:hover {
    color: var(--c-white-text);
}

#root .desktop .user-nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#root div.desktop[class*="view-page-metra"],
#root div.desktop[class*="view-page-user"] {
    background: var(--c-bg-gradient) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

#root .desktop .user-nav-container .attention {
    top: 232px;
}

#root .desktop .attention {
    top: 245px;
}

#root .desktop .user-nav-container .attention,
#root .desktop .attention,
#root .desktop .attention-header {
    background-image: url("/v1.048/r/images/site/icons/Attention_Triangle_red.svg");
}

#root .desktop .default-overlay {
    border-radius: 15px;
}