@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.rotating-circle{width:4.25em;animation:rotate4 4s linear infinite}.background-circle{fill:rgba(48,190,184,.2)}.circle{fill:#fff;stroke:#30beb8;stroke-width:4;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}.loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.2);z-index:51;min-height:100%;display:flex;justify-content:center;align-items:center}.loader{display:inline-block;width:80px;height:80px}.loader:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:6px;animation:loader 1.2s linear infinite}@keyframes loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.l,.l:after,.l:before{border-radius:50%;width:13px;height:13px;animation-fill-mode:both;animation:load7 1.8s ease-in-out infinite}.l{color:#fff;font-size:10px;margin:0 auto;position:relative;text-indent:-9999em;transform:translateY(-100%);animation-delay:-.16s}.l:after,.l:before{content:"";position:absolute;top:0}.l:before{left:-17px;animation-delay:-.32s}.l:after{left:17px}@keyframes load7{0%,80%,to{box-shadow:0 13px 0 -7px}40%{box-shadow:0 13px 0 0}}