:root{--majus-green-regular: #375326;--majus-green-light: #b6d4a3;--majus-foreground: #222222;--majus-foreground-light: #555555;--majus-backgrond: white;--majus-shadow-color: #091b33;--majus-foreground-inverted: white;--majus-debug-border: 1px solid red;--majus-shadow: 0px 5px 15px var(--majus-shadow-color);--majus-font-xxl: 100px;--majus-font-xl: 70px;--majus-font-l: 50px;--majus-font-m: 30px;--majus-font-r: 20px;--majus-font-s: 16px;--majus-font-xs: 12px;--majus-font-xxs: 10px}html *{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif}.debug{border:1px solid red}.login-page{display:flex;flex-flow:row;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:var(--majus-green-light)}.login-container{display:flex;flex-flow:column;justify-content:space-between;align-items:stretch;width:500px;background-color:var(--majus-green-regular);color:var(--majus-foreground-inverted);padding:3vw;border-radius:30px;box-shadow:var(--majus-shadow)}.title-login{font-size:100px;font-weight:700;text-align:center;font-family:Arial,Helvetica,sans-serif}.credential-container{display:flex;flex-flow:column;align-items:stretch}.input{flex:1 1 auto;margin:10px 0;height:40px;font-size:20px}.input:focus{outline:none}.login-button{height:50px;border-radius:5px;font-size:24px;background-color:var(--majus-green-light);color:var(--majus-foreground);margin:20px 0}.page-container{display:flex;flex-flow:column;justify-content:space-between;width:100vw;height:100vh}.bar-container{display:flex;flex-flow:row nowrap;justify-content:flex-start;background:var(--majus-green-regular)}.title-container{font-family:Titillium,sans-serif;background:var(--majus-green-regular);width:100%}.title{font-size:var(--majus-font-xl);font-weight:700;color:var(--majus-foreground-inverted)}.subtitle{font-size:var(--majus-font-m);color:var(--majus-foreground-inverted)}.logo{height:100px;margin:0 10px}.footer{display:flex;justify-content:center;align-items:center;background-color:var(--majus-foreground);color:var(--majus-foreground-inverted);font-family:Titillium,sans-serif;font-size:2vh;height:5vh;width:100vw}.row-container{display:flex;flex-flow:row;justify-content:space-between}.column{flex:1 0 auto;padding:10px}.section-title{color:var(--majus-foreground);font-size:40px;font-weight:700;margin:10px 10px 10px 15px}.section-subtitle{color:var(--majus-foreground);font-size:var(-majus-font-l);font-style:italic;margin:10px 10px 10px 15px}.general-section{width:700px;display:flex;flex-flow:column;justify-content:space-between}.table{width:100%;background-color:var(--majus-green-light)}th{text-align:left;background-color:var(--majus-green-regular);color:#fff;font-size:24px;font-weight:700}td{font-size:20px}.td-header{width:400px}.daily-chart-container,.daily-chart{width:100%}.stats-container{display:flex;justify-content:stretch;color:#1d1d1d}.graphs-container{width:100%;display:flex;flex-flow:row;justify-content:space-between;align-items:stretch}.graph-item{flex:0 0 900px}.graph{border:1px solid gray}.button{display:inline-block;justify-content:center;background-color:var(--majus-green-regular);width:300px;min-height:35px;color:#fff;font-size:20px;margin:10px 0;border-radius:5px;cursor:pointer}.button:hover{background-color:var(--majus-green-light);color:var(--majus-foreground)}.button-label{display:flex;justify-content:center;align-items:center;background-color:var(--majus-green-regular);width:100%;height:50px;color:#fff;font-size:20px;border-radius:5px;cursor:pointer}.button-label:hover{background-color:var(--majus-green-light);color:var(--majus-foreground)}.select-container{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.select{width:400px;height:35px;background-color:var(--majus-green-light);font-size:24px;margin:10px 10px 10px 0}.select:focus{outline:none}a{color:#fff;text-decoration:none}.invisible{display:none}.divider{margin:12px;border-bottom:.5px solid gray}.error{color:orange}
