.account-page .account-page-content>div{display:flex;height:100%;width:100%;gap:.4rem}.account-page .account-page-content>div .account-form-section{position:relative;flex:1 1 0%;background-color:var(--bg-21);padding-left:1.6rem;padding-right:1.6rem;padding-top:.8rem}.account-page .account-page-content>div .account-form-section>div,.account-page .account-page-content>div .account-form-section>form{display:flex;height:100%;width:100%;flex-direction:column}.account-page .account-page-content>div .account-form-section .account-form-header{border-bottom-width:1px;border-color:var(--border-16);padding-top:1.6rem;padding-bottom:1.6rem}.account-page .account-page-content>div .account-form-section .account-form-header .account-form-title{background:var(--gradient-1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-left:1.6rem;font-size:3.2rem;font-weight:500;line-height:4rem}.account-page .account-page-content>div .account-form-section .account-form-body{flex:1 1 0%;overflow-y:auto;padding:1.6rem 8.8rem 1.6rem 1.6rem}.account-page .account-page-content>div .account-table-section{width:40rem;background-color:var(--bg-21);padding-top:.8rem}.account-page .account-page-content>div .account-table-section>div{display:flex;flex-direction:column}.account-page .account-page-content>div .account-table-section .account-table-header{margin-left:1.6rem;margin-right:1.6rem;border-bottom-width:1px;border-bottom-color:var(--border-16);padding-top:1.6rem;padding-bottom:1.6rem}.account-page .account-page-content>div .account-table-section .account-table-header .account-table-title{padding-left:1.6rem;padding-right:1.6rem;font-size:3.2rem;font-weight:400;line-height:4rem}.account-page .account-page-content>div .account-table-section .account-table-body{display:flex;height:100%;flex:1 1 0%;flex-direction:column;overflow-y:auto;padding-top:1.6rem}