.circle-loader{border:1px solid rgba(0,0,0,.2);border-left-color:#5cb85c;-webkit-animation:loader-spin 1.2s linear infinite;animation:loader-spin 1.2s linear infinite;position:relative;display:inline-block;vertical-align:top;border-radius:50%;width:7em;height:7em}.load-complete{-webkit-animation:none;animation:none;transition:border .5s ease-out}.load-complete.success{border-color:#5cb85c}.load-complete.error{border-color:red}.checkmark{display:none}.checkmark.success:after{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-name:checkmark-success;animation-name:checkmark-success;transform:scaleX(-1) rotate(135deg);opacity:1;height:3.5em;width:1.75em;transform-origin:left top;border-right:3px solid #5cb85c;border-top:3px solid #5cb85c;content:"";left:1.75em;top:3.5em;position:absolute}.checkmark.error span{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-name:checkmark-error;animation-name:checkmark-error;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:5px;background:red}.checkmark.error span.line-1{transform:translate(-50%,-50%) rotate(45deg)}.checkmark.error span.line-2{transform:translate(-50%,-50%) rotate(-45deg)}@-webkit-keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes checkmark-success{0%{height:0;width:0;opacity:1}20%{height:0;width:1.75em;opacity:1}40%{height:3.5em;width:1.75em;opacity:1}to{height:3.5em;width:1.75em;opacity:1}}@keyframes checkmark-success{0%{height:0;width:0;opacity:1}20%{height:0;width:1.75em;opacity:1}40%{height:3.5em;width:1.75em;opacity:1}to{height:3.5em;width:1.75em;opacity:1}}@-webkit-keyframes checkmark-error{0%{width:0}20%{width:20px}40%{width:40px}to{width:60px}}@keyframes checkmark-error{0%{width:0}20%{width:20px}40%{width:40px}to{width:60px}}.content{display:flex;flex-wrap:wrap;justify-content:center}.tile{text-align:center;padding:10px}.tile-img{width:300px}
/*# sourceMappingURL=main.73548b6d.chunk.css.map */