.result{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;justify-content:center}.result[data-white-space]{padding:50px 0}.result__icon{animation:zoomIn .25s ease-in-out;backface-visibility:visible;border-radius:99px;height:130px;overflow:hidden;position:relative;width:130px}.result__icon:after,.result__icon:before{border-radius:10px;content:"";display:block;height:4px;position:absolute}.result__icon:before{animation-delay:.18s;transform:rotate(45deg)}.result__icon:after{animation-delay:.45s;transform:rotate(-45deg)}.result__icon[data-success]{border:4px solid var(--primaryColor)}.result__icon[data-success]:before{animation:tipSuccess .3s ease-in-out;animation-fill-mode:forwards;background-color:var(--primaryColor);left:1.4em;top:4.3em;width:2.4em}.result__icon[data-success]:after{animation:longSuccess .3s ease-in-out;animation-fill-mode:forwards;background-color:var(--primaryColor);left:2.75em;top:3.7em;width:4em}.result__icon[data-error]{border:4px solid var(--errorColor-500)}.result__icon[data-error]:before{animation:tipError .3s ease-in-out;animation-fill-mode:forwards;background-color:var(--errorColor-500);left:3em;top:4em;width:4em}.result__icon[data-error]:after{animation:longError .3s ease-in-out;animation-fill-mode:forwards;background-color:var(--errorColor-500);left:6em;top:4em;width:4em}.result__caption{color:var(--secondaryColor-900);font-size:32px}.result__caption,.result__desc{align-items:center;cursor:default;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;text-align:center;white-space:pre-line;width:100%}.result__desc{color:var(--secondaryColor-600);font-size:16px;line-height:1.4}.result__control{display:flex;justify-content:center;width:100%}@media (max-width:425px){.result__control{flex-direction:column}}[data-animations=on] .result__caption{animation-delay:0s;animation-duration:.35s;animation-fill-mode:both;animation-name:slideDown}[data-animations=on] .result_desc{animation-delay:.15s;animation-duration:.35s;animation-fill-mode:both;animation-name:slideUp}@keyframes tipSuccess{0%{left:-1.6em;top:0;width:0}to{left:1.4em;top:4.3em;visibility:visible;width:2.4em}}@keyframes longSuccess{0%{left:3.2em;top:5.1em;width:0}to{left:2.75em;top:3.7em;visibility:visible;width:4em}}@keyframes tipError{0%{left:3em;top:4em;width:0}to{left:1.8em;top:3.7em;width:4em}}@keyframes longError{0%{left:6em;top:1em;width:0}to{left:1.8em;top:3.7em;width:4em}}
