@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Open+Sans:wght@300;400;700&display=swap";body{background:#fefefe;margin:0}h1,h2,h3,h4,h5,h6,p{font-family:Open Sans,sans-serif;margin:0}h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue,p.blue{color:#3742fa}section{font-family:Open Sans,sans-serif;width:100%;min-height:100vh}section h1{font-size:3em;font-weight:400}section h2{font-size:2.4em;font-weight:lighter}section a{text-decoration:none;color:inherit}section .box{padding:35px;position:relative;border-radius:6px;margin:20px;max-height:77.5vh}section .box.animated{transition:.25s all ease}section .box.animated:hover{transform:translateY(-10px)}section .box.shadowed{box-shadow:0 3px 6px #0000000f,0 3px 6px #00000021}section .box.decorated:before{position:absolute;width:60px;height:1px;top:0;left:0;content:"";background:#3742fa}section .box.decorated:after{position:absolute;width:1px;height:60px;top:0;left:0;content:"";background:#3742fa}section .box.w400{max-width:400px;min-width:150px;width:100%}section .box.w500{max-width:500px;min-width:200px;width:100%}section .box.wflex{flex:1;min-width:200px}section .sidebar{padding-top:30px;width:350px;background:#3742fa;color:#fefefe;position:fixed;height:100vh;overflow-y:scroll}section .view{width:calc(100% - 350px);margin-left:350px;overflow:auto}section .padview{padding-left:30px;padding-top:30px}section ul{width:100%;padding:0;list-style-type:none}section ul.fancy-list li{border-bottom:1px solid #212121!important}section ul.fancy-list.boxed li{width:30px;height:30px;margin:10px;padding:5px 0 0;text-align:center}section ul.fancy-list.boxed li.clicked{background:#dedede}section ul a{text-decoration:none;color:#fefefe}section ul a.outer{color:inherit!important}section ul.tool li{cursor:pointer;width:calc(100% - 60px)}section ul.tool li:hover{background:#dedede}section ul li{width:100%;width:calc(100% - 100px);padding:20px}section ul li.bordered{border-bottom:1px solid #212121}section ul li.selected{background:#dedede}section ul li.centered{margin:0 auto}section ul li.separator{font-weight:bolder;border-bottom:1px solid white}form{font-family:Open Sans,sans-serif}form .input-row{position:relative;margin-top:30px;margin-bottom:40px}form .input-row:before{top:-25px;position:absolute;z-index:100;content:attr(over);color:#212121;text-transform:uppercase;font-weight:lighter;font-size:.89em;letter-spacing:2px}input:not(.numb,.check),select,textarea{position:relative;display:block;background:#fefefe;height:50px;text-indent:20px;max-width:800px;width:100%;margin-top:20px;outline:none;font-size:.9em;border:none;border-radius:4px;box-shadow:0 3px 6px #0000000f,0 3px 3px #00000021}input.numb{border:none;width:50px;font-family:Noto Sans,sans-serif;font-weight:700}textarea{height:250px;width:calc(100% - 40px);text-indent:0;font-family:Open Sans,sans-serif;font-size:.89em;padding:20px}button{background:#3742fa;color:#fefefe;font-size:.9em;border:none;border-radius:4px;margin-top:20px;max-width:200px;width:100%;padding:15px;cursor:pointer}button.red{background:#ff6348}button.green{background:#009432}button.disabled{opacity:.8;pointer-events:none}@keyframes rot{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotating{animation:1.25s rot linear infinite}.flexbox{display:flex}.flexbox.layout{width:100%}.flexbox.column{flex-direction:column}.flexbox.gap-12{gap:12px}.flexbox.gap-8{gap:8px}.flexbox.justify-center{justify-content:center}.flexbox.justify-between{justify-content:space-between}.flexbox.align-center{align-items:center}.flexbox.align-start{align-items:flex-start}.flexbox.wrap{flex-wrap:wrap}
