.answer-loading-container{--uib-size:calc((55 / 375) * var(--screen-width-root));--uib-color:#ffedca;--uib-speed:1.1s;position:relative;display:inline-flex;align-items:center;justify-content:flex-start;height:var(--uib-size);width:var(--uib-size)}.answer-loading-dot{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%}.answer-loading-dot:before{content:"";height:20%;width:20%;border-radius:50%;background-color:var(--uib-color);transform:scale(0);opacity:.5;animation:pulse calc(var(--uib-speed)*1.111) ease-in-out infinite;transition:background-color .3s ease}.answer-loading-dot:nth-child(2){transform:rotate(45deg)}.answer-loading-dot:nth-child(2):before{animation-delay:calc(var(--uib-speed)*-.875)}.answer-loading-dot:nth-child(3){transform:rotate(90deg)}.answer-loading-dot:nth-child(3):before{animation-delay:calc(var(--uib-speed)*-.75)}.answer-loading-dot:nth-child(4){transform:rotate(135deg)}.answer-loading-dot:nth-child(4):before{animation-delay:calc(var(--uib-speed)*-.625)}.answer-loading-dot:nth-child(5){transform:rotate(180deg)}.answer-loading-dot:nth-child(5):before{animation-delay:calc(var(--uib-speed)*-.5)}.answer-loading-dot:nth-child(6){transform:rotate(225deg)}.answer-loading-dot:nth-child(6):before{animation-delay:calc(var(--uib-speed)*-.375)}.answer-loading-dot:nth-child(7){transform:rotate(270deg)}.answer-loading-dot:nth-child(7):before{animation-delay:calc(var(--uib-speed)*-.25)}.answer-loading-dot:nth-child(8){transform:rotate(315deg)}.answer-loading-dot:nth-child(8):before{animation-delay:calc(var(--uib-speed)*-.125)}@keyframes pulse{0%,to{transform:scale(0);opacity:.5}50%{transform:scale(1);opacity:1}}