*{margin:0;padding:0;box-sizing:border-box}:root{--cases-color:#cc1034;--recovered-color:#7dd71d;--deaths-color:#303030}body{background-color:#f6f6f6}.app{padding:1.5rem;display:flex;flex-direction:row;justify-content:space-evenly}.app__left{margin:0 2%;width:60%}.app__right{margin:0 2%;width:30%}.app__right-content{display:flex;flex-direction:column}.app__graph{height:220px}.app__header{align-items:center;margin-bottom:20px}.app__header,.app__stats{display:flex;justify-content:space-between}@media screen and (max-width:1000px){.app{flex-direction:column}.app__left,.app__right{width:100%;margin:0}.app__stats{flex-direction:column}}.summaryBox{flex:1 1;cursor:pointer;margin-bottom:1rem}.summaryBox--selected{border-bottom-width:5px;border-bottom-style:solid}.summaryBox:not(:last-child){margin-right:10px}.summaryBox__title{color:#d3d3d3}.summaryBox__cases{color:var(--cases-color);border-color:var(--cases-color)}.summaryBox__recovered{color:var(--recovered-color);border-color:var(--recovered-color)}.summaryBox__deaths{color:var(--deaths-color);border-color:var(--deaths-color)}.summaryBox__total{color:#b4b4b4}.map{margin:1rem 0;padding:1rem;height:500px}.map .leaflet-container{height:100%}.tooltipContainer{width:100%}.tooltipFlag{height:80px;width:100%;background-size:cover;border-radius:8px}.leaflet-popup-content p{margin:0}.table{overflow:scroll;height:400px}.table tbody tr:nth-of-type(odd){background-color:#f3f2f8}
/*# sourceMappingURL=main.e4d5ab2d.chunk.css.map */