*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-color: #464e7e;--secondary-color: #7069d5;--text-color: #ffffff;--background-color: #464e7e}html,body,#root{height:100%;width:100%;background-color:var(--background-color);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.menu-grid{display:grid;gap:16px;width:100%;margin:0 auto;justify-items:stretch;grid-template-columns:repeat(2,1fr)}@media(min-width:660px){.menu-grid{grid-template-columns:repeat(3,1fr);width:100%;margin:0}.navBar-right span{display:none}.layout-aside{width:160px}.home-container h1{font-size:20px}}@media(min-width:1000px){.menu-grid{grid-template-columns:repeat(4,1fr)}.navBar-right span{display:inline-block}.layout-aside{width:160px}}@media(min-width:1400px){.menu-grid{grid-template-columns:repeat(5,1fr)}.navBar-right span{display:inline-block}.layout-aside{width:160px}}@media(max-width:660px){.menu-grid{grid-template-columns:repeat(1,1fr);width:100%;margin:0}.navBar-right span{display:none}.layout-aside{width:80px}.home-container h1{font-size:20px}}#root{height:100vh;overflow-y:auto;scrollbar-width:none}#root::-webkit-scrollbar{width:0px;height:0px}.dataContainer{background-color:#fff;border-radius:8px;padding:20px;color:#000}
