@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap);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}:root{--qr-primary:#ff7233;--qr-radius-paper:20px;--qr-radius-button:10px}.App{display:block;max-width:100vw;min-height:100vh;text-align:center}.App,body,html{margin:0;overflow-x:hidden;padding:0}@media (prefers-color-scheme:dark){#app,body,html{background:#1a1a1a}}@media (prefers-color-scheme:no-preference){#app,body,html{background:#f5f5f5}}@media (prefers-color-scheme:light){#app,body,html{background:#f5f5f5}}.Md-InputSearch,.MuiButtonBase-root,.MuiInputBase-root,.MuiPaper-rounded{border-radius:20px!important;border-radius:var(--qr-radius-paper)!important}.MuiButton-root{border-radius:10px!important;border-radius:var(--qr-radius-button)!important}.Md-Button-color{color:#ff7233!important;color:var(--qr-primary)!important}.Md-Button-color:hover{background:#ff72330d!important}.Md-Button-Add{border:1px solid #ff7233!important;border:1px solid var(--qr-primary)!important;color:#ff7233!important;color:var(--qr-primary)!important}.Md-Button-Add:hover{background:#ff72330d!important}.Md-Sidebar-Computer{height:95vh}.Md-Sidebar-Computer,.Md-Sidebar-mobile{box-sizing:border-box;margin-left:15px;margin-top:15px;position:fixed;white-space:nowrap}.Md-Sidebar-mobile{align-items:center;border-radius:20px;border-radius:var(--qr-radius-paper);display:flex;height:40px;justify-content:center;width:40px}.Md-Sidebar-Computer.activated{animation:Md-Sidebar-Computer-activated .3s forwards}.Md-Sidebar-Computer.disactivated{animation:Md-Sidebar-Computer-disactivated 1s forwards}@keyframes Md-Sidebar-Computer-activated{0%{width:65px}to{width:275px}}@keyframes Md-Sidebar-Computer-disactivated{0%{width:275px}to{width:65px}}#Md-Container{display:flex;min-height:calc(100vh - 30px);padding:15px 50px}#Md-Container.mobile{margin-left:5%;padding:15px}#Md-Container.activated{animation:Md-Container-activated .3s forwards}#Md-Container.disactivated{animation:Md-Container-disactivated 1s forwards}@keyframes Md-Container-activated{0%{margin-left:90px;padding-left:25px}to{margin-left:25px;padding-left:300px}}@keyframes Md-Container-disactivated{0%{margin-left:25px;padding-left:300px}to{margin-left:150px;padding-left:25px}}.waves{bottom:0;height:150px;left:0;position:fixed;width:100vw}.parallax>use{animation:move-forever 25s cubic-bezier(.5,.5,.45,.5) infinite}.parallax>use:first-child{animation-delay:-2s;animation-duration:20s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:23s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:26s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:29s}@keyframes move-forever{0%{transform:translate3d(85px,0,0)}to{transform:translate3d(-90px,0,0)}}@media (max-width:1000px){.waves{width:200vw}}@media (max-width:500px){.waves{width:400vw}}
/*# sourceMappingURL=main.f3683352.css.map*/