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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sidebar{background-color:#e0e0e0;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;overflow-y:auto;padding:20px;width:200px}.main-button{align-items:center;background-color:#f0f0f0;border:.1px solid #5555554d;border-radius:3px;color:#000;cursor:pointer;display:flex;justify-content:space-between;margin-top:-1px;padding:15px;text-align:center;text-decoration:none;transition:background-color .3s,color .3s;width:95%}.main-button.active{background-color:#555;color:#fff}.sub-button{background-color:#d1ecf1;border:.1px solid #007bff4d;border-radius:2px;color:#000;cursor:pointer;display:block;margin-top:0;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .3s,color .3s;width:90%}.sub-button.active{background-color:#0033ffb0;color:#fff}.logout-button{background-color:#d63737;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:-13px;padding:10px}.submenu{margin-left:-10px;margin-right:-20px;margin-top:0;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.submenu.open{max-height:500px;transition:max-height .5s ease-in}.icon{margin-left:10px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{display:flex;flex-direction:column;height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:36px;margin-left:5px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f0192608.css.map*/