*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Courier New,Courier,monospace;font-size:17px;background-color:navy;color:#fff;overflow:hidden}body{display:flex;flex-direction:column}app-root{display:flex;flex-direction:column;height:100vh}app-chart-of-accounts{flex:1;min-height:0;display:flex;flex-direction:column}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000060}::-webkit-scrollbar-thumb{background:#0aa}
