@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{font-family:"Poppins",sans-serif;margin:0;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;overflow-wrap:break-word}.app{display:flex;flex-direction:column;align-items:center;overflow:hidden}::-webkit-scrollbar{display:none}.top{background:#4144b9;background:linear-gradient(180deg,rgba(65,68,185,.1),#fff 50%);flex-direction:column;width:100vw}.cases,.top{display:flex}.cases{align-items:center;margin-top:40px}.cases_map{background-image:url(/static/media/1280px-World_map_with_points.svg.106abf58.png);background-repeat:no-repeat;background-size:contain;height:243px;width:500px;position:relative}.cases_map>.cases_box{background-color:#fff;border-radius:5px;box-shadow:2px 2px 20px rgba(0,0,0,.1),-2px -2px 20px rgba(0,0,0,.1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 25px;border:none;text-align:center}.cases_box>p{color:grey;font-weight:600;font-size:small}.cases_box>h1{font-size:large}.box_active,.box_cases,.box_deaths,.box_recovered{position:absolute}.box_cases{left:10px;top:0}.cases_map>.box_cases>h1{color:#1c78e8}.box_recovered{top:30px;right:77px}.cases_map>.box_recovered>h1{color:#83ce55}.box_deaths{top:125px;left:50px}.cases_map>.box_deaths>h1{color:#e14a42}.box_active{top:170px;right:25px}.cases_map>.box_active>h1{color:#fec933}.cases_update{display:flex;flex-direction:column;margin-left:40px;width:250px}.cases_update>h1{font-size:x-large;color:#09095b;text-align:center;margin-bottom:20px;font-weight:600}.box{display:flex;flex-wrap:wrap;justify-content:space-between}.box>.update_cases,.update_active,.update_deaths,.update_recovered{background-color:#fff;border-radius:5px;box-shadow:2px 2px 20px rgba(0,0,0,.1),-2px -2px 20px rgba(0,0,0,.1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 25px;margin:15px 5px;border:none;text-align:center;font-size:x-small}.box>h1{font-size:medium}.update_cases>h1{color:#09095b}.update_recovered>h1{color:#83ce55}.update_deaths>h1{color:#e14a42}.update_active>h1{color:#fec933}.MuiSelect-root{display:flex!important;align-items:center!important;flex-wrap:nowrap!important}.country_img{height:20px;object-fit:contain;margin-right:10px}@media (max-width:800px){.cases{flex-direction:column;padding:5px;width:100vw}.cases_map{width:100%}}.header{justify-content:space-evenly;padding-top:20px}.header,.header_left{display:flex;align-items:center}.header_left{cursor:pointer}.header_left>.header_logo{color:#4144b9;font-weight:700;font-size:x-large;margin-left:10px}.header_left>img{height:40px;object-fit:contain}.header_right{display:flex;justify-content:space-around}.header_right>p{margin-left:30px;color:#4144b9;font-size:small;cursor:pointer}.phone{color:#63c328!important}.menuMobile{display:none}@media (max-width:800px){.header{justify-content:space-between;width:100%}.menuMobile{display:block;margin-right:20px}.header_left{margin-left:20px}.header_right{display:none}}.present{display:flex;align-items:center;align-self:center;margin-top:30px}.present_para{margin-left:10px}.present_para>h1{color:#09095b;word-wrap:break-word;width:300px}.present_para>p{font-size:small;width:350px;word-wrap:break-word;margin-top:30px;color:rgba(0,0,0,.5)}.present_btn{display:flex;align-items:center;margin-top:20px;cursor:pointer}.present_btn>p{margin-left:10px;font-weight:500;color:#4144b9;font-size:small}.btn{background-color:#f0be42;border-radius:100px;height:30px;width:30px;align-content:center;justify-content:center;display:grid}.btn>.MuiSvgIcon-root{color:#fff}@media (max-width:800px){.present{align-items:flex-start}.present>.present_img>img{object-fit:contain;height:100px}}.card{background-color:#fff;border-radius:5px;box-shadow:2px 2px 20px rgba(0,0,0,.1),-2px -2px 20px rgba(0,0,0,.1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 25px;border:none;width:250px;margin:0 10px;display:flex;flex-direction:column;align-items:flex-start}.card:hover{border:1px solid #09095b}.card>p,h2{text-align:left}.card>img{object-fit:contain}.card>h2{font-size:medium;font-weight:800;color:grey;margin-bottom:10px}.card:hover>h2{color:#09095b}.card>p{font-size:small;font-weight:500;color:rgba(0,0,0,.4)}@media (max-width:800px){.card{margin:10px 0}}.symptoms{text-align:center}.symptoms>h1{color:#282872;margin:20px 0}.symptoms>h1,.symptoms>p{word-wrap:break-word;overflow-wrap:break-word}.symptoms>p{font-size:x-small;font-weight:600;width:700px;margin:20px auto;color:grey;text-align:center}.block_cards{display:flex;justify-content:center;margin:40px 0}.block_cards2{background-color:#fafafc;width:100vw;display:flex;flex-direction:column;align-items:center}.block_cards2>h1{color:#282872;word-wrap:break-word;margin:20px 0}.block_cards2>p{font-size:x-small;font-weight:600;width:700px;word-wrap:break-word;margin:20px auto;color:grey;text-align:center}.block_cards2>img{width:100%;height:300px}.block_cards3{display:flex;flex-direction:column;align-items:center}@media (max-width:800px){.symptoms{display:flex;flex-direction:column;align-items:center;text-align:center;width:100vw;padding:5px;overflow-wrap:break-word}.symptoms>p{width:100%;padding:0 5px}.symptoms>img{width:100%}.block_cards{flex-direction:column}.block_cards2{padding:0 5px}.block_cards2>p{width:100%;padding:0 5px}}.cardRow{display:flex;width:800px;align-items:center;margin-top:20px;margin-bottom:40px;justify-content:space-around}.cardRow:nth-child(odd){flex-direction:row-reverse}.cardRow>div{padding-left:30px;text-align:left}.cardRow>div>h2{color:#09095b;font-size:large}.cardRow>div>p{word-wrap:break-word;font-size:small;margin-top:10px;color:grey;width:400px}@media (max-width:800px){.cardRow,.cardRow:nth-child(odd){flex-direction:column;overflow-wrap:break-word;width:100%}.cardRow>div{overflow-wrap:break-word;word-wrap:break-word;width:100%}.cardRow>div>h2{margin:20px 0 10px}.cardRow>div>p,h2{text-align:center}.cardRow>div>p{width:100%}}.footer{width:100vw;background-color:#fafafc;display:flex;align-items:center;flex-direction:column}.footer>img{width:100%;height:300px}.footer_question{display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:10px}.footer_question>p{text-align:left}.footer_question>div>h1{color:#09095b;margin-bottom:10px;text-align:left}.footer_question>div>p{font-size:small;color:grey;text-align:left}.footer_question>.btn{background-color:#f0be42;border-radius:5px;border:none;padding:5px 20px;width:200px;height:50px;cursor:pointer;margin-left:50px}.btn>p{color:#fff!important;text-transform:uppercase}.menu_logo{display:flex;align-items:center;cursor:pointer}.menu_logo>img{height:30px;object-fit:contain}.menu_logo>.header_logo{color:#4144b9;font-weight:700;font-size:x-large;margin-left:10px}.menu_list{display:flex;justify-content:space-around;margin-left:170px}.menu_list>p{margin-left:30px;color:#4144b9;font-size:small;cursor:pointer}.footer_menu{display:flex;justify-content:space-evenly;align-items:center;padding-top:5px}.copyright{background-color:#4144b9;width:100%;color:#fff;font-size:small;font-weight:200;padding:10px 0;margin-top:10px}@media (max-width:800px){.footer{padding:0 5px}.footer_question{flex-direction:column}.footer_question>div>p,h1{text-align:center!important}.footer_question>div>p{margin-bottom:5px}.footer_question>.btn{margin-left:0}.footer_menu>.menu_list{display:none}}
/*# sourceMappingURL=main.b2865a2c.chunk.css.map */