@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
header{width:100%;padding:12px 32px;background-color:#fff;box-shadow:0 0 2px 2px rgba(0,0,0,.15);display:flex;align-items:center;z-index:1;float:left}header h1{color:#12161f;font-size:20px}header button{color:#fff;font-size:14px;line-height:20px;margin-left:auto;padding:8px 12px;background-color:#c33741;border-radius:4px;float:left}header button:hover{background-color:#d15d65}header button:active{background-color:#9c2c34}
nav{min-height:100vh;width:84px;padding:16px;background-color:#12161f;position:fixed;top:0;left:0;z-index:2;display:flex;flex-direction:column;float:left}nav img{height:52px;width:52px}nav .items,nav .user-items{width:100%;margin-top:32px;float:left}nav .items a,nav .user-items a{height:52px;width:52px;margin:12px 0;padding:12px;text-decoration:none;float:left}nav .items a:hover svg,nav .items a.selected svg,nav .user-items a:hover svg,nav .user-items a.selected svg{fill:#fff}nav .items a svg,nav .user-items a svg{height:100%;width:100%;fill:#888;transition:fill .15s ease-out;float:left}nav .items{flex:1 1 auto}nav .user-items{flex:0 0 auto}
*{font-family:"Lato",sans-serif;margin:0;padding:0;border:0;box-sizing:border-box}body{background-color:#f9f9f9}div{position:relative}input,button,textarea,select{border:0;background-color:rgba(0,0,0,0);outline:none;box-shadow:none}button{cursor:pointer}#content{height:100vh;display:flex}#content nav{flex:0 0 auto}#content .page{max-height:100%;width:100%;flex:1 0 auto;display:flex;flex-direction:column;float:left}#content .page.has-navigation{padding-left:84px}#content .page .page-content{overflow-y:auto}#content .page .page-content section{width:100%;padding:16px;float:left}.Toastify__toast-body{padding:0 8px}
.page-content{flex:1 1 auto;display:flex;align-items:center}section.error{padding:16px;text-align:center}section.error img{height:128px;width:128px}section.error h1{color:#222;font-size:32px;line-height:36px}section.error .home{color:#222;font-size:20px;margin-top:16px;text-decoration:none;display:inline-block}section.error .home:hover{text-decoration:underline}
