.covid__poll{display:flex;flex-direction:column;margin:20px auto 0;border-radius:10px;padding:15px;background-color:#fff;font-family:sans-serif;font-weight:700;overflow:hidden}.covid__poll .covid__text--welcome{display:flex;flex-direction:column;width:100%;padding:12px;box-sizing:border-box}.covid__poll .covid__btn,.covid__poll .next{display:inline-block;width:100%;-webkit-appearance:none;-moz-appearance:none;outline:none;border:0;background-color:#1d9a73;color:#fff;padding:6px;border-radius:4px;box-shadow:0 0 3px rgba(0,0,0,.3);font-size:16px;cursor:pointer;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.covid__poll .covid__btn:focus,.covid__poll .covid__btn:hover,.covid__poll .next:focus,.covid__poll .next:hover{background-color:#1d9a73}.covid__poll .covid__btn:disabled,.covid__poll .next:disabled{cursor:no-drop;background-color:#888}.covid__question{display:flex;flex-direction:column;width:100%}.covid__question .question--header{display:flex;border-radius:5px;margin-bottom:10px;padding:10px;flex-direction:row-reverse;align-items:center;justify-content:space-between;background:#1d9a73;color:#fff}.covid__question .question--header button{width:15px;height:15px;background-color:transparent;outline:none;border:0;background-size:15px 17px;background-repeat:no-repeat;display:flex;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDMuNTIgNDQzLjUyJz48cGF0aCBmaWxsPScjMzQzNDM0JyBkPSdNMTQzLjQ5MiAyMjEuODYzTDMzNi4yMjYgMjkuMTI5YzYuNjYzLTYuNjY0IDYuNjYzLTE3LjQ2OCAwLTI0LjEzMi02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyIDBsLTIwNC44IDIwNC44Yy02LjY2MiA2LjY2NC02LjY2MiAxNy40NjggMCAyNC4xMzJsMjA0LjggMjA0LjhjNi43OCA2LjU0OCAxNy41ODQgNi4zNiAyNC4xMzItLjQyIDYuMzg3LTYuNjE0IDYuMzg3LTE3LjA5OSAwLTIzLjcxMkwxNDMuNDkyIDIyMS44NjN6Jy8+PC9zdmc+)}.covid__question .answers__container{display:flex;flex-direction:column;padding:12px}.covid__question .answers{display:flex;flex-direction:column;margin-bottom:12px}.covid__question .answers .answer--line{display:flex;flex-direction:row}.covid__question .answers .answer--line+.answer--line{margin-top:8px}.covid__question .answers .answer--line .covid__title{padding-right:12px;font-size:14px}.covid__question .answers .answer__line__date{display:flex;flex-direction:column;color:#4e5049}.covid__question .answers .answer__line__date .input-date__error{color:red;font-size:10px;margin-top:2px}.covid__question .answers .answer__line__date .input--wrapper{display:flex;flex-direction:column;margin-bottom:4px}.covid__question .answers .answer__line__date .input--wrapper.covid_in_error input{border-bottom:1px solid red}.covid__question .answers .answer__line__date .input--wrapper label{font-size:12px}.covid__question .answers .answer__line__date .input--wrapper input{border:0;outline:0;-webkit-appearance:none;border-radius:0;border-bottom:1px solid #888;padding:4px 0;min-height:20px}.covid__question .answers .answer__line__date .help{font-size:10px}.covid__question .covid__radio{border:1px solid #888;width:20px;height:20px;min-width:20px;min-height:20px;border-radius:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}.covid__question .covid__radio input{position:absolute;width:20px;height:20px;z-index:5;opacity:0}.covid__question .covid__radio input:checked+span{width:14px;height:14px}.covid__question .covid__radio span{width:0;height:0;display:flex;flex-direction:column;background-color:#1d9a73;border-radius:20px;position:absolute;z-index:3;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.covid__comment{font-size:16px;font-weight:700;padding:12px 0}.covid__comment ul{padding-right:30px}.covid__progress{min-width:10px;height:4px;border-radius:5px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:#1d9a73}.covid_result{display:flex;flex-direction:column;width:100%;padding:12px;box-sizing:border-box}.covid_result h3{font-size:2em;font-weight:600}.covid_result .recommendations{margin-bottom:20px;width:100%}.covid_result p{font-size:13px;font-weight:400;line-height:1.5;white-space:pre-wrap}.question__title{background:#1d9a73;color:#fff}