*{margin:0;padding:0;box-sizing:border-box}body{background-color:#edf1f2;font-family:system-ui,sans-serif}.dashboard{display:flex;flex-direction:column;place-items:center;gap:.5rem;padding:.8rem .8rem 1.6rem;background-color:#4343b6;color:#ebebff}.dashboard .container{display:flex;flex-direction:row;flex-wrap:wrap;gap:.6rem .8rem;max-width:72rem}.dashboard .container .card{flex-basis:20rem;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;gap:.4rem;padding:1rem;background-color:#2f216e;border-radius:.6rem}.dashboard .container .card .title{font-size:1.1rem;font-weight:400}.dashboard .container .card .current-year{font-size:1.2rem;font-weight:700}.dashboard .container .card select{margin-top:.4rem;padding:.2rem;font-size:1rem}.app{display:flex;flex-wrap:wrap;flex-direction:row;text-align:center;padding:1rem}.app .error{flex:1;text-align:center;font-size:1.5rem;padding:1rem}.app .main-chart{flex-basis:50%}.app .side-chart{display:flex;flex-direction:column;justify-content:space-between}.arc{stroke:#e0f2ff;stroke-width:.25px}.country{stroke:#666;stroke-width:.2px;cursor:pointer}.country.active{stroke:#2b3d4f;stroke-width:1px}.title{text-anchor:middle;font-size:1.4rem;font-weight:600}.tooltip{opacity:0;position:absolute;pointer-events:none;border:.2rem solid hsl(240,29%,47%);background-color:#fafafa;border-radius:.4rem;padding:.4rem}.tooltip:after{content:" ";position:absolute;bottom:-1.125rem;left:50%;margin-left:-4px;border:.5rem solid transparent;border-top-color:inherit}
