﻿*{box-sizing:border-box;}html{height:100%;}body{margin:0;font-family:Inter,Roboto,system-ui,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:10pt;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;display:flex;flex-direction:column;}select,option{font-family:Inter,Roboto,system-ui,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:300;}select:focus,option:focus{border:0;}select:focus option:checked{background:inherit;color:inherit;}header{flex:0;background:#f5f5f5;padding:4px 12px;font-size:18pt;font-weight:300;}footer{flex:0;background:#f5f5f5;padding:4px 12px;}main{flex:1;display:flex;flex-direction:row;height:auto;}.sidebar{flex:0 0 auto;width:200px;background:#fafafa;}.sidebar select{width:100%;height:100%;background:none;border:0 !important;}.sidebar label{display:block;vertical-align:middle;margin:8px 2px;}.sidebar input{vertical-align:middle;}.dashboard{flex:1;height:100%;display:flex;flex-direction:column;padding:4px 12px;}.dashboard .chart-container{position:relative;width:100%;flex:1;}