body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:rgb(247,249,252)}a{color:inherit;text-decoration:none}*{box-sizing:border-box}#__next{height:100vh}:root{--app-padding:12px}#notistack-snackbar{font-size:15px}.notistack-SnackbarContainer{overflow-y:auto!important;max-height:640px!important}#notistack-snackbar>:first-child,.notistack-MuiContent>:nth-child(2){top:14px;position:-webkit-sticky;position:sticky;align-self:flex-start}#notistack-snackbar>:first-child{margin-right:12px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(191,196,204,.2);border-radius:8px}::-webkit-scrollbar-thumb{background:rgba(72,83,102,.2);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:rgba(72,83,102,.5)}.rotating-icon{animation:rotate 1.5s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}#nprogress .bar{transition:all .3s cubic-bezier(.4,0,.2,1)}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}