div#ManageProfile                       											{ display: flex; flex-direction: row; position: absolute; left: 0; right: 0; top: 0; bottom: 0; font-family: Barlow; }

div#ManageProfile fieldset															{ border: 1px #EEE solid; }

div#ManageProfile > div#menuManageProfile              	 							{ flex: 0 0 300px; display: flex; flex-direction: column; }
div#ManageProfile > div#menuManageProfile > ul										{ list-style: none; margin: 0; padding: 24px 0 0 0; display: flex; flex-direction: column; width: 100%; align-items: center; font: 20px Barlow; gap: 20px; }
div#ManageProfile > div#menuManageProfile > ul > li									{ color: #666; }
div#ManageProfile > div#menuManageProfile > ul > li.active							{ font-weight: bold; color: #000; }
div#ManageProfile > div#menuManageProfile > ul > li:hover							{ cursor: pointer; color: #000; }
div#ManageProfile > div#menuManageProfile > ul > li.disabled						{ color: #bbb; }
div#ManageProfile > div#mainManageProfile           	 							{ flex: 1 1 auto; display: flex; flex-direction: column; }