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}*{margin:0;padding:0;box-sizing:border-box}.home{width:100%;height:100vh;background:url(/static/media/coronaBg.e9bc052a.png) no-repeat 50%;background-size:cover;background-blend-mode:overlay}.home_container{width:100%;height:100%;background:rgba(99,1,1,.8);display:flex;justify-content:center;align-items:center}.home_content{color:#fff;margin-left:-2rem}.home_content>h1{font-size:6em;background:#b30606;padding-bottom:20px;box-shadow:10px 30px 100px 120px #b30606}.home_content>h4{font-size:2em;font-weight:100;margin-top:-2rem;margin-bottom:2rem}.home_content>p{background:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:1rem;border-radius:2px;transition:background .5s ease,color .2s ease;color:#b30606;text-decoration:none;font-weight:700}.home_content>p:hover{background:#b30606;border:1px solid #fff;color:#fff;cursor:pointer}@media only screen and (max-width:700px){.home_content>h1{font-size:3em;box-shadow:0 30px 100px 90px #b30606}.home_content>h4{font-size:1.2em}.home_content>p{background:#fff;padding:.6rem}.home_content>a{font-weight:800}}.tester{background:url(/static/media/covid.8222cc8a.png);background-size:cover;width:100%;height:100vh}.splash{background:#fff;display:flex;justify-content:center;align-items:center;box-sizing:border-box;height:100vh;padding:2rem;transition:1s ease-out}.splash_svg{width:100%;height:400px;object-fit:contain;padding:2rem}.splash_svg>svg{width:100%;height:100%}.splash_text{padding:2rem}.splash_text>h2{color:#e81d21;font-size:2em;font-weight:800}#grey1{-webkit-animation:redchart 2s ease-in infinite;animation:redchart 2s ease-in infinite}#grey1,#grey2{transform-origin:center;transform-box:fill-box}#grey2{-webkit-animation:redchart 1s ease-in 1.5s infinite;animation:redchart 1s ease-in 1.5s infinite}#grey3{-webkit-animation:redchart 1s ease-in 2s infinite;animation:redchart 1s ease-in 2s infinite}#grey3,#tick{transform-origin:center;transform-box:fill-box}#tick{-webkit-animation:tick 1s ease-in 1s forwards;animation:tick 1s ease-in 1s forwards;opacity:0}@-webkit-keyframes tick{0%{opacity:0}20%{opacity:0}40%{opacity:0}80%{opacity:1}to{opacity:1}}@keyframes tick{0%{opacity:0}20%{opacity:0}40%{opacity:0}80%{opacity:1}to{opacity:1}}@-webkit-keyframes redchart{0%{opacity:0}20%{opacity:1}40%{opacity:1}80%{opacity:1}to{opacity:1}}@keyframes redchart{0%{opacity:0}20%{opacity:1}40%{opacity:1}80%{opacity:1}to{opacity:1}}#smallwhitechart,#whitechart{-webkit-animation:smallchart .5s ease-in;animation:smallchart .5s ease-in;transform-origin:center}#smallwhitechart{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes smallchart{0%{transform:translateX(-100%);opacity:0}to{transform:scale(1);transform:translateX(0);opacity:1}}@keyframes smallchart{0%{transform:translateX(-100%);opacity:0}to{transform:scale(1);transform:translateX(0);opacity:1}}@media only screen and (max-width:700px){.splash{flex-direction:column}.splash_text>h2{font-size:1.5em;font-weight:800}}.container{position:relative;display:block;padding-left:35px;margin-bottom:12px;cursor:pointer;font-weight:700}.container input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:50%}.container:hover input~.checkmark,.container input:checked~.checkmark{background-color:red}.checkmark:after{content:"";position:absolute;display:none}.container input:checked~.checkmark:after{display:block}.container .checkmark:after{top:9px;left:8px;width:8px;height:8px;border-radius:50%;background:#fff}.step1{height:100vh;display:flex;justify-content:center;align-items:center;transition:.5s ease}.step1:before{content:"";width:100%;height:100%;position:absolute;background:hsla(0,0%,100%,.692);z-index:0}.step1_container{display:flex;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content;z-index:1;border:1px solid #d3d3d3;width:400px;padding:20px}.step1_info{background:#ee0e0e;padding:1.5rem;color:#fff}.step1_info>h4{font-size:1.5em}.step1_info>p{font-size:small}.step1_forms{padding:1.5rem;background:hsla(0,0%,100%,.233)}.step1_forms input[type=number]{width:100%;padding:10px;border:none;color:#f01616;font-size:medium;font-weight:600;transition:.5s ease-in-out;border-radius:5px;margin-bottom:10px}.step1_forms input[type=number]:focus{outline:none;background:#dc1414;color:#fff}.step1_forms>p{color:#f80b0b;font-size:1.2em;font-weight:700;margin-bottom:.8rem}.step1_forms>p>span{display:block;color:#000;font-size:small}.step1_sumbit{padding:2rem}button{color:#fff;background:red;border:none;padding:10px;width:40%;margin-left:30%;cursor:pointer;font-weight:600;transition:.5s ease;margin-top:10px}button:focus{outline:none}button:hover{background:#fff;color:red;border:1px solid red;border-radius:5px}.checkbox_container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:15px;font-weight:700;-webkit-user-select:none;-ms-user-select:none;user-select:none}.checkbox_container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cb_checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff}.checkbox_container:hover input~.cb_checkmark{background-color:red}.checkbox_container input:checked~.cb_checkmark{background-color:#ee0505}.cb_checkmark:after{content:"";position:absolute;display:none}.checkbox_container input:checked~.cb_checkmark:after{display:block}.checkbox_container .cb_checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.result{width:100%;height:100%}.result_bg button{margin:20px;width:250px}.result_bg{width:100%;height:100%;background:hsla(0,0%,100%,.8);display:flex;flex-direction:column}.result_bg,.result_view{justify-content:center;align-items:center}.result_view{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.result_image img{width:100%;height:100%;object-fit:cover}.result_info>h1{text-align:center}.result_info>p{text-align:justify;padding:0 60px}
/*# sourceMappingURL=main.9bc54309.chunk.css.map */