.feedback-emotions .feedback-emotion{position:relative;left:0}.feedback-emotions .feedback-emotion .emotion-result-label,.feedback-emotions .feedback-emotion .feedback-successful-text{width:0;visibility:hidden;opacity:0;display:none;overflow:hidden}@keyframes emotion-hiding{to{visibility:hidden;opacity:0}}.feedback-emotions.feedback-result{position:relative}.feedback-emotions.feedback-result .feedback-emotion:not(.selected){animation:emotion-hiding .5s forwards}.feedback-emotions.feedback-result .feedback-emotion.selected{transition:left 1s ease-in-out}.feedback-emotions.feedback-result .feedback-emotion.selected:nth-child(1){left:150px}.feedback-emotions.feedback-result .feedback-emotion.selected:nth-child(2){left:75px}.feedback-emotions.feedback-result .feedback-emotion.selected:nth-child(3){left:0}.feedback-emotions.feedback-result .feedback-emotion.selected:nth-child(4){left:-75px}.feedback-emotions.feedback-result .feedback-emotion.selected:nth-child(5){left:-150px}.feedback-emotions.feedback-result .feedback-emotion.selected .emotion-box{flex-direction:row;justify-content:center}.feedback-emotions.feedback-result .feedback-emotion.selected .emotion-label{display:none}.feedback-emotions.feedback-result .feedback-emotion.selected .emotion-icon{background-color:transparent;border:none;box-shadow:none;animation:emotion-icon 1s forwards}.feedback-emotions.feedback-result .feedback-emotion.selected .emotion-result-label{max-width:-moz-fit-content;max-width:fit-content}.feedback-emotions.feedback-result .feedback-emotion.selected .feedback-successful-text,.feedback-emotions.feedback-result .feedback-emotion.selected .emotion-result-label{display:block;animation:emotion-successful-text 1s forwards;animation-delay:.6s}@keyframes emotion-icon{to{padding:0;width:40px;height:40px}}@keyframes emotion-label{0%{margin-left:10px}to{margin-left:10px;width:100%;visibility:visible;opacity:1}}@keyframes emotion-successful-text{0%{width:-moz-fit-content;width:fit-content}to{margin-left:11px;width:-moz-fit-content;width:fit-content;visibility:visible;opacity:1}}@keyframes spinning-normal{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinning-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.import-spinner svg path{transform-origin:center;transform-box:fill-box}.import-spinner svg path:nth-child(odd){animation:spinning-normal 3s linear infinite}.import-spinner svg path:nth-child(2n){animation:spinning-reverse 3s linear infinite}@keyframes pulse{0%{opacity:0}50%{opacity:.7}to{opacity:0}}.blurred-container:not(.loaded){background-size:cover;background-repeat:no-repeat;background-position:center}.blurred-container:not(.loaded):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;animation:pulse 3s infinite;background-color:#fff}