html{font-size:10px;font-size:62.5%}*{box-sizing:border-box;margin:0;padding:0}:root{--fs-xs:1rem;--fs-sm:1.4rem;--fs-md:1.6rem;--fs-lg:2rem;--fs-xl:2.4rem;--fs-xxl:2.6rem}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:1.6rem;font-size:var(--fs-md);overflow:hidden;height:100vh;width:100vw}@media (max-width:800px){:root{--fs-xs:0.8rem;--fs-sm:1.2rem;--fs-md:1.4rem;--fs-lg:1.8rem;--fs-xl:2.2rem;--fs-xxl:2.4rem}}.container{height:100vh;width:100%}@media (min-width:1200px){.container{display:grid;grid-template-columns:4% 96%;grid-template-rows:6% 94%;grid-template-areas:"sidebar header" "sidebar main"}.header{grid-area:header}.sidebar{grid-area:sidebar}}.header{background:#0071c5;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 3px #dcdcdc;height:50px;line-height:50px}.header-title{color:#fff;font-weight:700;margin-left:5rem;font-size:var(--fs-lg);letter-spacing:.2px}.header-section{display:none;flex-direction:column}.header-text{color:#71b0df;font-size:var(--fs-md);letter-spacing:-.5px;font-weight:700}.header-icons,.header-text{flex:1 1;display:flex;align-items:center;justify-content:center}.header-line{background:#71b0df;position:absolute;width:.5px;height:30px;top:-1000px;left:207px}.header-icons>svg{color:#bcdaf0;font-size:var(--fs-xxl);margin:auto 10px;cursor:pointer}.header button{position:relative;border:none;background:none;width:30px;height:20px;right:30px}.header button span,.header button span:after,.header button span:before{position:absolute;display:block;content:"";left:0;height:3px;background:#fff;width:100%}.header button span:before{top:0}.header button span{position:static;top:50%;margin-top:-1px}.header button span:after{top:auto;bottom:0}.header button:focus{outline:none}header button.open+.header-section{display:flex;position:absolute;top:50px;width:100%;height:150px;background-color:inherit;z-index:10}@media (min-width:550px){.header-icons>svg{margin:auto 30px}}@media (min-width:1200px){.header-title{margin-left:7rem}.header button{display:none}.header-section,.header button.close+.header-section .header button.open+.header-section{padding:0 20px;position:relative;display:inline}.header-text{display:inline;padding-right:20px;margin-right:10px;font-size:var(--fs-sm)}.header-line{top:10px}.header-icons{display:inline}.header-icons>svg{font-size:var(--fs-lg);margin:auto 10px;cursor:pointer}}.sidebar{background:#003c71;display:flex;flex-direction:row;position:absolute;bottom:0}.sidebar,.sidebar>div{width:100%;height:50px}.sidebar>div{border-right:1px solid #002d55;cursor:pointer}.sidebar>div:first-of-type{border-top:.5px solid #002d55}.sidebar>div:nth-child(4){background:#002d55}.sidebar>div>svg{display:block;color:#fff;font-size:var(--fs-xl);margin:15px auto}@media (min-width:1200px){.sidebar{flex-direction:column;padding-top:50px;height:100vh;position:relative}.sidebar>div{border-bottom:.5px solid #002d55}}.dashboard{width:100%;height:calc(100% - 100px);overflow-y:scroll}.dashboard-title{color:#555;font-weight:300;text-transform:uppercase;letter-spacing:1px;margin-top:2.5rem;padding:0 3% 1rem;font-size:var(--fs-xxl)}.dashboard-grey{background:#edecec;padding:1rem 3%}.dashboard-grey>section{display:flex;justify-content:space-between;align-items:center;color:#555}.dashboard-grey>section svg{font-size:2rem}.dashboard-grey>section>svg{color:#0071c5}.dashboard-subtitle{letter-spacing:1.2px;font-size:var(--fs-xxl);display:inline;font-weight:400;margin-left:.5rem}.dashboard-main{padding:3rem 3%;display:block;margin:0 auto}@media (min-width:1200px){.dashboard{height:100%}.dashboard-grey,.dashboard-main,.dashboard-title{padding-left:5%;padding-right:5%}.dashboard-main{display:grid;grid-template-columns:40% 60%;grid-template-rows:20% 80%;height:85%}}@media (min-width:1600px){.dashboard-grey,.dashboard-main,.dashboard-title{padding-left:17%;padding-right:17%}}.filters{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.filters-title{font-size:var(--fs-md);margin-bottom:1rem;width:100%;text-align:center}.filters-container{border:1.3px solid #ccc;border-radius:.5rem;width:270px;padding:2rem}.label-container{display:block;position:relative;margin-bottom:1rem;color:#555;letter-spacing:-1px;padding-left:2.5rem}.label-container input{position:absolute;opacity:0}.square{position:absolute;top:2px;left:0;height:1.3rem;width:1.3rem;background:#edecec;cursor:pointer}.label-container input:checked~.square{background:#0071c5}.label-container svg{margin-left:.8rem;cursor:pointer}@media (min-width:1200px){.filters{display:block}.filters-title{text-align:left}}.all-cards{display:flex;flex-wrap:wrap;margin-top:2rem}@media (min-width:1200px){.all-cards{grid-row:2/3;grid-column:1/2;height:430px}}.card{margin:1rem auto;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:120px;height:200px;border:solid #ccc;border-width:1px 1px 1.5px;border-radius:3px;cursor:pointer;position:relative}.card-text,.card-title{font-size:var(--fs-sm);font-weight:400;text-align:center}.card-title{letter-spacing:-.7px;color:#0071c5;margin-bottom:-2rem}.card-text{letter-spacing:-.5px;color:#555;margin-top:-2rem}.card-text>span{letter-spacing:normal}.card-middle{position:absolute;left:40%}.card-middle>p{color:#0071c5;font-size:var(--fs-md)}.card-middle>small{color:#b2aabd;font-size:var(--fs-sm);font-weight:500}.clicked{background:#f2fafe;border-color:#00aeef;box-shadow:inset 2px 2px 5px #ddd}.clicked,.clicked .card-title{color:#00aeef}.clicked>svg :first-child{fill:#00aeef}@media (min-width:1200px){.card{margin:0 1.5rem 0 0}}.graph{grid-row:1/3;grid-column:2/3;padding:1rem}.graph-nothing{display:flex;align-items:center}.nothing{color:#555;font-weight:400;letter-spacing:1px;font-size:var(--fs-xl)}.area-chart{width:100%;height:250px;position:relative}.svg-chart{display:inline-block;position:absolute;top:10px;left:5%}text{font-size:var(--fs-sm)}@media (min-width:1200px){.area-chart{width:90%;margin-top:10rem}}@media (min-width:1605px){.area-chart{width:100%;height:300px;margin-left:3rem}}@media (min-width:1890px){.area-chart{height:350px;margin-left:5rem}text{font-size:var(--fs-md)}}.graph-options{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-bottom:3rem;margin-top:3rem}.graph-title{color:#555;font-weight:300;text-transform:uppercase;letter-spacing:.5px;font-size:var(--fs-xl)}.graph-btn{background:#0071c5;color:#fff;font-weight:700;border:none;border-radius:3px;padding:8px;margin:10px 3px 0;cursor:pointer}.graph-btn:first-of-type{margin-left:0}.graph-btn:last-of-type{margin-right:0}.light{background:#c0dcf1}.dark{background:#043c65}@media (min-width:1200px){.graph-options{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}}
/*# sourceMappingURL=main.297b0855.chunk.css.map */