.loader-container{justify-content:center;align-items:center;transition:all .5s;display:flex}.spinner{border:6px solid #ccc;border-top-color:#072f74;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.icon-wrapper{justify-content:center;align-items:center;width:72px;height:72px;display:flex}.checkmark,.cross{stroke-width:4px;stroke-miterlimit:10;stroke-dasharray:48;stroke-dashoffset:48px;width:66px;height:66px;animation:.8s forwards draw}.checkmark-circle,.cross-circle{stroke-width:4px;stroke-miterlimit:10;stroke-dasharray:160;stroke-dashoffset:160px;animation:.6s ease-in-out forwards draw-circle}.success .checkmark,.success .checkmark-circle{stroke:#072f74}.error .cross,.error .cross-circle{stroke:#f44336}@keyframes draw{to{stroke-dashoffset:0}}@keyframes draw-circle{to{stroke-dashoffset:0}}.cross-check{stroke-width:4px;stroke:#f44336;stroke-miterlimit:10;stroke-dasharray:32;stroke-dashoffset:32px;animation:.8s forwards draw-check}@keyframes draw-check{to{stroke-dashoffset:0}}.digi-loader{box-sizing:border-box;display:inline-grid}.digi-loader-square{will-change:background-color, opacity, transform, box-shadow;box-sizing:border-box}@keyframes digi-loader-pulse{0%,to{background-color:var(--digi-inactive-color,#94a3b84d);opacity:.4;transform:scale(.8);box-shadow:0 0 #0000}50%{background-color:var(--digi-lit-color,var(--digi-active-color,currentColor));opacity:1;box-shadow:0 0 6px 0 var(--digi-glow-color,#fff6);transform:scale(1)}}@keyframes digi-loader-blip{0%{background-color:var(--digi-inactive-color,#94a3b84d);opacity:.3;transform:scale(.85);box-shadow:0 0 #0000}15%{background-color:var(--digi-lit-color,var(--digi-active-color,currentColor));opacity:.6;box-shadow:0 0 3px 0 var(--digi-glow-color,#fff3);transform:scale(.92)}30%,40%{background-color:var(--digi-lit-color,var(--digi-active-color,currentColor));opacity:1;box-shadow:0 0 6px 0 var(--digi-glow-color,#fff6);transform:scale(1)}55%{background-color:var(--digi-lit-color,var(--digi-active-color,currentColor));opacity:.6;box-shadow:0 0 3px 0 var(--digi-glow-color,#fff3);transform:scale(.92)}70%,to{background-color:var(--digi-inactive-color,#94a3b84d);opacity:.3;transform:scale(.85);box-shadow:0 0 #0000}}
