.pp-radio input{position:absolute;opacity:0;cursor:pointer}.loading{position:relative}.loading:before{content:"";position:absolute;width:100%;height:100%;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8)}.loading-answer-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.loading-answer{background:#eee;height:50px;margin:10px 0;padding:0;border:none;width:100%}@keyframes pulse{0%{background:#eee}50%{background:var(--color-light-border)}to{background:#eee}}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.progress{width:0;height:100%;background-color:#4caf50;border-radius:10px}.progress-bar{transition:background-color .2s ease;width:31px;height:39px;position:absolute;top:0;left:0}input[type=radio],label{cursor:pointer}