.explorer-element{box-sizing:border-box;width:100%;padding:10px}.explorer-container{box-sizing:content-box;height:auto;width:100%;background-color:#1d3249;box-shadow:0 5px 30px 8px #96969b;border-radius:8px;display:grid;grid-template-rows:auto 600px auto;grid-template-columns:1fr;grid-template-areas:"top-panel" "graph-panel" "side-panel";font-family:PPObjectSans,sans-serif;font-weight:400;color:#6b6b6b}.explorer__top-panel{grid-area:top-panel;margin:8px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.explorer__graph-panel{grid-area:graph-panel;box-sizing:border-box;margin:16px;margin-top:6px;position:relative;border-radius:8px;align-items:center;justify-content:center}.explorer__graph-panel,.explorer__side-panel{background-color:#f7f7f7;display:flex;flex-direction:column}.explorer__side-panel{grid-area:side-panel;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:16px;gap:20px}@media (min-width:900px){.explorer-container{height:600px;width:100%;margin:0;max-width:1200px;grid-template-rows:auto 1fr 60px;grid-template-columns:260px 1fr;grid-template-areas:"side-panel top-panel " "side-panel graph-panel" "side-panel graph-panel"}.explorer__top-panel{display:flex;flex-direction:row;margin-bottom:0}.explorer__side-panel{grid-area:side-panel;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:0;background-color:#f7f7f7;display:flex;flex-direction:column;padding:16px;gap:20px}}.selection-container{flex-grow:1}.explorer__utility-panel{display:flex;flex-direction:row;gap:10px;justify-content:space-between}.utility-button{height:50px;width:50px;background-color:#e2e2e8;border-radius:8px;display:flex;justify-content:center;align-items:center;border-width:0;cursor:pointer}.utility-button:hover{background-color:#b7c4ff;color:#fff}.option{box-sizing:border-box;height:60px;padding:10px;background-color:green}.dropdown-selector--top{height:50px;width:200px;background-color:none;display:flex;flex-direction:column}.dropdown-selector--side{height:60px;padding:8px;padding-left:20px;background-color:#fff;box-shadow:0 0 10px 0 #212b5754;justify-content:space-between}.chart-container,.dropdown-selector--side{box-sizing:border-box;display:flex;flex-direction:column}.chart-container{width:100%;height:100%;border-radius:8px;background-color:#f7f7f7;font-family:Source Sans Pro,sans-serif}.chart-toggle{position:absolute;top:8px;right:8px;z-index:1;display:flex;column-gap:15px}.chart-header{box-sizing:border-box;padding-top:30px;padding-left:16px;width:100%;display:flex;flex-direction:column;justify-content:left}.chart-title{font-size:1.6rem;color:#000;font-weight:700}.chart-subtitle{font-size:1rem;color:#333;font-weight:500}.chart-body{box-sizing:border-box;position:relative;flex-grow:1}.setting-header{font-size:.9em}.setting-header,.setting-header--large{color:#6b6b6b;margin-left:2px;font-weight:200}.setting-header--large{font-size:1.2em}.toggle--top{height:50px;width:180px;background-color:none;display:flex;flex-direction:column}.toggle__header--top{font-family:PPObjectSans-Light;font-size:12px;color:#fff;margin-left:2px;margin-bottom:3px;font-weight:400}#data-download-link{position:absolute;height:100%;width:100%;background-color:red}.selector__header{font-family:PPObjectSans-Light;font-size:12px;color:#fff;margin-left:2px;font-weight:400}.selector__dropdown{font-size:15px}.Select-menu.outer{z-index:1000}.chart{box-sizing:border-box;height:100%;width:100%;position:absolute;justify-content:center;align-items:center}.line-chart{padding-top:10px}svg.highcharts-root{font-family:Source Sans Pro,sans-serif}.highcharts-background{fill:#f7f7f7}.highcharts-legend-item{font-size:1rem;font-weight:400;color:#333}.map-chart{padding-left:10px}.marks{stroke-width:.2px;transform:translateX(0) translateY(-30px)}.marks .country{stroke:grey}.marks .interiors{fill:none;stroke:#9fd5d8;stroke-width:.5px}.country-selector{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.country-selector__instruction{font-size:15px;color:#6b6b6b;font-weight:500}.country-selector__search{display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;height:36px;width:100%;border-radius:8px;padding-left:5px;background-color:#e2e2e8}.AiOutlineSearch-symbol{width:25px}.country-selector__search-input{border:none;width:200px;font-size:15px;font-weight:600;background-color:#e2e2e8}.country-selector__search-input:focus{outline:none}.country-selector__display{overflow:auto;flex-grow:1;height:240px;overflow-y:scroll;border-radius:8px;background-image:linear-gradient(0deg,#e2e2e8,#e2e2e8),linear-gradient(0deg,#e2e2e8,#e2e2e8),linear-gradient(0deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0)),linear-gradient(180deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0));background-position:bottom,top,bottom,top;background-repeat:no-repeat;background-size:100% 20px,100% 20px,100% 20px,100% 20px;background-attachment:local,local,scroll,scroll;background-color:#e2e2e8}.country-selector__display--selected{height:35px;font-weight:600;display:flex;overflow-x:hidden;animation:alert-country-selector 1s}.country-selector__display--multi-selected,.country-selector__display--selected{background-color:#fff;color:#212b57;font-size:20px;box-shadow:0 0 0 2px #212b57,0 2px 2px #212b57;border-radius:8px;align-items:center}.country-selector__display--multi-selected{height:120px;overflow:auto;overflow-y:scroll;background-image:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,rgba(0,0,0,.15),hsla(0,0%,100%,0)),linear-gradient(180deg,rgba(0,0,0,.15),hsla(0,0%,100%,0));background-position:bottom,top,bottom,top;background-repeat:no-repeat;background-size:100% 20px,100% 20px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.country-selector__display--available{margin-top:5px}.list-item{padding:10px;font-size:15px}.list-item,.list-item--selected-single{width:100%;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-item--selected-single{padding-left:10px;font-size:20px}.list-item--selected{padding:10px;width:100%;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-item--selected:hover{background-color:#f4dcd3;cursor:pointer}.list-item:hover{background-color:#98de8d;cursor:pointer}@keyframes alert-country-selector{0%{background-color:#fff}50%{background-color:#13ce74}to{background-color:#fff}}.explorer-element .country-selector__search-input{height:inherit;border:0}