@import "font/font.css";html{display:flex;height:100%;font-family:Exo,sans-serif;font-size:18px;font-weight:300;color:#505050}html body{flex:1;display:flex;flex-direction:column;align-items:center;margin:0}html body main{width:100%;box-sizing:border-box;flex:1;display:flex;flex-direction:column;overflow:auto;background-color:#f5f5f5}html body main.padding{padding:25px}*.labelSize{font-size:16px}*.hintSize{font-size:14px}a{color:unset;text-decoration:none}p{margin:0}h1{font-size:24px;font-weight:400;margin:0}strong{font-weight:600}.top{margin-top:15px}div.folderTree{display:flex;align-items:center}div.folderTree span{display:flex;align-items:center}div.folderTree span p{cursor:pointer}div.folderTree p:not(:last-child):after{content:"/";margin:0 3px}.material-symbols-outlined{font-weight:200 !important}.hidden{display:none !important}.noSelect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.textAlignJustify{text-align:justify}@media print{html body nav{display:none}html body main{background:0;padding:0 !important}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeinSnackbar{from{top:0;opacity:0}to{top:30px;opacity:1}}@keyframes fadeinSnackbar{from{top:0;opacity:0}to{top:30px;opacity:1}}@-webkit-keyframes fadeoutSnackbar{from{top:30px;opacity:1}to{top:0;opacity:0}}@keyframes fadeoutSnackbar{from{top:30px;opacity:1}to{top:0;opacity:0}}