@import "https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;600;700&family=Roboto+Condensed:wght@300;400;500;600;700&display=swap";
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Roboto Condensed,Roboto,Helvetica,Arial,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body{height:100%}:root{--rally-primary:#1eb980;--rally-primary-light:#66ffc7;--rally-primary-dark:#045d56;--rally-green:#1eb980;--rally-green-dark:#045d56;--rally-orange:#ff6859;--rally-yellow:#ffcf44;--rally-purple:#b15dff;--rally-blue:#72deff;--rally-background:#33333d;--rally-background-dark:#26282f;--rally-background-light:#3d3d4e;--rally-surface:#2d2d3a;--rally-surface-light:#3a3a4a;--rally-text-primary:#fff;--rally-text-secondary:#ffffffb3;--rally-text-disabled:#ffffff80;--rally-error:#ff6859;--rally-warning:#ffcf44;--rally-success:#1eb980;--rally-info:#72deff}.App{background-color:var(--rally-background);flex-direction:column;min-height:100%;display:flex}.header{color:#fff;flex-direction:row;justify-content:space-between;height:40px;padding:0 5px;display:flex}.header>div{flex-direction:row;align-items:center;display:flex}.header>div>div{align-items:center;padding:0 5px;display:flex}.app_name{white-space:nowrap;align-items:center;font-size:28px;font-weight:700;display:flex}.footer{color:#fff;flex-direction:row;justify-content:space-between;padding:0 5px 5px;display:flex}.main{flex-direction:row;flex:1;display:flex}.main-content{flex-direction:column;flex:1;width:calc(100% - 60px);display:flex}.side-bar-left{color:#fff;width:50px;padding-left:10px}.menu{flex-direction:column;gap:10px;width:50px;padding:10px 0;display:flex;position:fixed}.menu>button{border-bottom:1px solid var(--rally-background-light)}.menu>button:hover{color:var(--rally-primary)}.content{flex-direction:column;align-items:center;gap:10px;width:calc(100% - 20px);padding:10px;display:flex}.content-header{color:#fff;flex-direction:column;font-size:calc(10px + 2vmin);display:flex}.content-header-minor{color:#fff;flex-direction:column;font-size:calc(5px + 2vmin);display:flex}.form{background-color:var(--rally-surface);border-radius:0;max-width:100%;padding:20px}.data{flex-direction:column;gap:10px;max-width:100%;display:flex}.col{flex-direction:column;gap:10px;display:flex}.row{flex-direction:row;gap:10px;display:flex}.flex{flex:1}.horizontalEnd{justify-content:flex-end}.horizontalCentre{justify-content:center}.integratedLabelContainer{margin-top:10px}.centre{text-align:center;align-items:center;display:flex}.centreContent{align-content:center}.narrowForm{width:350px}.mediumForm{width:500px}
