body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}::-webkit-scrollbar-track{background-color:#ddd;border-radius:20px}::-webkit-scrollbar{background:#f4f4f4;height:100%;width:10px}::-webkit-scrollbar-thumb{background:#851f82;border-radius:20px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{box-sizing:border-box;display:grid;grid-template-areas:"sidebar head head head" "sidebar main main main";grid-template-columns:240px 1fr;grid-template-rows:72px 1fr;height:100vh;outline:none;overflow-y:auto}.grid-sidebar{grid-area:sidebar}.header{background-color:#fff;box-shadow:4px 4px 10px 0 #d1d1d1;grid-area:head;height:72px;width:100%;z-index:0}.header #btn{display:flex;flex-direction:row-reverse;margin-right:40px;margin-top:26px}.content{background-color:#fff;grid-area:main}