Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                - var n = 1

.container
  while n < 10
    .spin-wrapper
      div(class="spinonediv-" + n)
    - n++


<div class="hero">
<div class="title">Spin One &lt;/div&gt;</div>
<div class="subtitle">Single Element pure CSS Spinners &amp; Loaders</div><a href="https://github.com/pavelivanov/spinonediv" target="_blank" class="github-button">
<svg class="github-button-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#github-icon"></use>
</svg>View on GitHub</a>
</div>


<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="github-icon" viewBox="0 0 32 32">
<title>github icon</title>
<path d="M16 0c-8.836 0-16 7.164-16 16 0 7.070 4.584 13.066 10.942 15.182 0.8 0.146 1.092-0.348 1.092-0.77 0-0.381-0.015-1.643-0.022-2.979-4.449 0.967-5.39-1.887-5.39-1.887-0.729-1.848-1.776-2.34-1.776-2.34-1.454-0.992 0.11-0.973 0.11-0.973 1.606 0.111 2.452 1.648 2.452 1.648 1.428 2.445 3.746 1.738 4.656 1.328 0.145-1.031 0.559-1.738 1.016-2.137-3.552-0.404-7.288-1.777-7.288-7.908 0-1.748 0.624-3.174 1.646-4.294-0.163-0.406-0.714-2.034 0.158-4.236 0 0 1.342-0.43 4.4 1.641 1.275-0.356 2.644-0.532 4.004-0.538 1.359 0.006 2.729 0.184 4.006 0.54 3.053-2.072 4.396-1.641 4.396-1.641 0.875 2.204 0.324 3.83 0.16 4.234 1.025 1.12 1.645 2.546 1.645 4.294 0 6.146-3.742 7.5-7.307 7.896 0.576 0.496 1.086 1.469 1.086 2.961 0 2.139-0.021 3.863-0.021 4.391 0 0.426 0.291 0.924 1.102 0.768 6.354-2.119 10.934-8.115 10.934-15.182 0-8.836-7.164-16-16-16z"></path>
</symbol>
</defs>
</svg>

              
            
!

CSS

              
                body {
  font-family: Geneva, Arial, Tahoma, sans-serif;
}

.hero {
  padding-top: 40px;
  margin-bottom: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  text-align: center;
}

.title {
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 50px;
  color: #9b31ff;
}

.subtitle {
  font-size: 15px;
}

.github-button {
  line-height: 24px;
  background-color: #9b31ff;
  padding: 16px 24px;
  margin-top: 30px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 999px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

.github-button:hover {
  background-color: #8c13ff;
}

.github-button-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  stroke-width: 0;
  fill: #fff;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}


.container {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
}

.spin-wrapper {
  width: 220px;
  height: 220px;
  background: -webkit-repeating-linear-gradient(left, #052c33, #052c33 1px, transparent 1px, transparent 12.5%), -webkit-repeating-linear-gradient(top, #052c33, #052c33 1px, transparent 1px, transparent 12.5%);
  background: -moz-repeating-linear-gradient(left, #052c33, #052c33 1px, transparent 1px, transparent 12.5%), -moz-repeating-linear-gradient(top, #052c33, #052c33 1px, transparent 1px, transparent 12.5%);
  background: -o-repeating-linear-gradient(left, #052c33, #052c33 1px, transparent 1px, transparent 12.5%), -o-repeating-linear-gradient(top, #052c33, #052c33 1px, transparent 1px, transparent 12.5%);
  background: -ms-repeating-linear-gradient(left, #052c33, #052c33 1px, transparent 1px, transparent 12.5%), -ms-repeating-linear-gradient(top, #052c33, #052c33 1px, transparent 1px, transparent 12.5%);
  background: repeating-linear-gradient(to right, #052c33, #052c33 1px, transparent 1px, transparent 12.5%), repeating-linear-gradient(to bottom, #052c33, #052c33 1px, transparent 1px, transparent 12.5%);
  background-color: #07303a;
  margin: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
}



/********************************************* 
Spinner 1 
*********************************************/

@-webkit-keyframes spinner-1--before {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes spinner-1--before {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes spinner-1--after {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes spinner-1--after {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.spinonediv-1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.spinonediv-1:before, .spinonediv-1:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #be65e2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: spinner-1--before 0.5s linear infinite;
  animation: spinner-1--before 0.5s linear infinite;
}

.spinonediv-1:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.spinonediv-1:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation-name: spinner-1--after;
  animation-name: spinner-1--after;
}



/********************************************* 
Spinner 2
*********************************************/

@-webkit-keyframes spinner-2--before {
  0% {
    width: 0;
    height: 0;
  }
  30% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    border-width: 5px;
    opacity: 0;
  }
}

@keyframes spinner-2--before {
  0% {
    width: 0;
    height: 0;
  }
  30% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    border-width: 5px;
    opacity: 0;
  }
}

@-webkit-keyframes spinner-2--after {
  0% {
    width: 0;
    height: 0;
  }
  30% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    border-width: 5px;
    opacity: 0;
  }
}

@keyframes spinner-2--after {
  0% {
    width: 0;
    height: 0;
  }
  30% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    border-width: 5px;
    opacity: 0;
  }
}

.spinonediv-2 {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinonediv-2:before, .spinonediv-2:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 solid #be65e2;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinner-2--before 1s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation: spinner-2--before 1s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.spinonediv-2:after {
  -webkit-animation-name: spinner-2--after;
  animation-name: spinner-2--after;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}



/********************************************* 
Spinner 3
*********************************************/

@-webkit-keyframes spinner-3--border-opacity {
  from {
    border-color: #be65e2;
  }
  to {
    border-color: rgba(190, 101, 226, 0);
  }
}

@keyframes spinner-3--border-opacity {
  from {
    border-color: #be65e2;
  }
  to {
    border-color: rgba(190, 101, 226, 0);
  }
}

.spinonediv-3 {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 8px solid transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinner-3--border-opacity 0.7s linear infinite;
  animation: spinner-3--border-opacity 0.7s linear infinite;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.spinonediv-3:before, .spinonediv-3:after {
  content: '';
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: spinner-3--border-opacity 0.7s linear infinite;
  animation: spinner-3--border-opacity 0.7s linear infinite;
}

.spinonediv-3:before {
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
}

.spinonediv-3:after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}



/********************************************* 
Spinner 4 
*********************************************/

@-webkit-keyframes spinner-4--balls {
  0% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  10% {
    box-shadow: #be65e2 -60px -36px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  20% {
    box-shadow: #be65e2 -60px -52px, #be65e2 -30px -36px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  30% {
    box-shadow: #be65e2 -60px -68px, #be65e2 -30px -52px, #be65e2 0 -36px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  40% {
    box-shadow: #be65e2 -60px -52px, #be65e2 -30px -68px, #be65e2 0 -52px, #be65e2 30px -36px, #be65e2 60px -20px;
  }
  50% {
    box-shadow: #be65e2 -60px -36px, #be65e2 -30px -52px, #be65e2 0 -68px, #be65e2 30px -52px, #be65e2 60px -36px;
  }
  60% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -36px, #be65e2 0 -52px, #be65e2 30px -68px, #be65e2 60px -52px;
  }
  70% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -36px, #be65e2 30px -52px, #be65e2 60px -68px;
  }
  80% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -36px, #be65e2 60px -52px;
  }
  90% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -36px;
  }
  100% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
}

@keyframes spinner-4--balls {
  0% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  10% {
    box-shadow: #be65e2 -60px -36px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  20% {
    box-shadow: #be65e2 -60px -52px, #be65e2 -30px -36px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  30% {
    box-shadow: #be65e2 -60px -68px, #be65e2 -30px -52px, #be65e2 0 -36px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
  40% {
    box-shadow: #be65e2 -60px -52px, #be65e2 -30px -68px, #be65e2 0 -52px, #be65e2 30px -36px, #be65e2 60px -20px;
  }
  50% {
    box-shadow: #be65e2 -60px -36px, #be65e2 -30px -52px, #be65e2 0 -68px, #be65e2 30px -52px, #be65e2 60px -36px;
  }
  60% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -36px, #be65e2 0 -52px, #be65e2 30px -68px, #be65e2 60px -52px;
  }
  70% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -36px, #be65e2 30px -52px, #be65e2 60px -68px;
  }
  80% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -36px, #be65e2 60px -52px;
  }
  90% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -36px;
  }
  100% {
    box-shadow: #be65e2 -60px -20px, #be65e2 -30px -20px, #be65e2 0 -20px, #be65e2 30px -20px, #be65e2 60px -20px;
  }
}

@-webkit-keyframes spinner-4--shadows {
  0% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  10% {
    box-shadow: rgba(0, 0, 0, 0.4) -60px -16.66667px 6px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  20% {
    box-shadow: rgba(0, 0, 0, 0.3) -60px -16.66667px 10px, rgba(0, 0, 0, 0.4) -30px -16.66667px 6px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  30% {
    box-shadow: rgba(0, 0, 0, 0.2) -60px -16.66667px 14px, rgba(0, 0, 0, 0.3) -30px -16.66667px 10px, rgba(0, 0, 0, 0.4) 0 -16.66667px 6px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  40% {
    box-shadow: rgba(0, 0, 0, 0.3) -60px -16.66667px 10px, rgba(0, 0, 0, 0.2) -30px -16.66667px 14px, rgba(0, 0, 0, 0.3) 0 -16.66667px 10px, rgba(0, 0, 0, 0.4) 30px -16.66667px 6px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  50% {
    box-shadow: rgba(0, 0, 0, 0.4) -60px -16.66667px 6px, rgba(0, 0, 0, 0.3) -30px -16.66667px 10px, rgba(0, 0, 0, 0.2) 0 -16.66667px 14px, rgba(0, 0, 0, 0.3) 30px -16.66667px 10px, rgba(0, 0, 0, 0.4) 60px -16.66667px 6px;
  }
  60% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.4) -30px -16.66667px 6px, rgba(0, 0, 0, 0.3) 0 -16.66667px 10px, rgba(0, 0, 0, 0.2) 30px -16.66667px 14px, rgba(0, 0, 0, 0.3) 60px -16.66667px 10px;
  }
  70% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.4) 0 -16.66667px 6px, rgba(0, 0, 0, 0.3) 30px -16.66667px 10px, rgba(0, 0, 0, 0.2) 60px -16.66667px 14px;
  }
  80% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.4) 30px -16.66667px 6px, rgba(0, 0, 0, 0.3) 60px -16.66667px 10px;
  }
  90% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.4) 60px -16.66667px 6px;
  }
  100% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
}

@keyframes spinner-4--shadows {
  0% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  10% {
    box-shadow: rgba(0, 0, 0, 0.4) -60px -16.66667px 6px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  20% {
    box-shadow: rgba(0, 0, 0, 0.3) -60px -16.66667px 10px, rgba(0, 0, 0, 0.4) -30px -16.66667px 6px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  30% {
    box-shadow: rgba(0, 0, 0, 0.2) -60px -16.66667px 14px, rgba(0, 0, 0, 0.3) -30px -16.66667px 10px, rgba(0, 0, 0, 0.4) 0 -16.66667px 6px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  40% {
    box-shadow: rgba(0, 0, 0, 0.3) -60px -16.66667px 10px, rgba(0, 0, 0, 0.2) -30px -16.66667px 14px, rgba(0, 0, 0, 0.3) 0 -16.66667px 10px, rgba(0, 0, 0, 0.4) 30px -16.66667px 6px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
  50% {
    box-shadow: rgba(0, 0, 0, 0.4) -60px -16.66667px 6px, rgba(0, 0, 0, 0.3) -30px -16.66667px 10px, rgba(0, 0, 0, 0.2) 0 -16.66667px 14px, rgba(0, 0, 0, 0.3) 30px -16.66667px 10px, rgba(0, 0, 0, 0.4) 60px -16.66667px 6px;
  }
  60% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.4) -30px -16.66667px 6px, rgba(0, 0, 0, 0.3) 0 -16.66667px 10px, rgba(0, 0, 0, 0.2) 30px -16.66667px 14px, rgba(0, 0, 0, 0.3) 60px -16.66667px 10px;
  }
  70% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.4) 0 -16.66667px 6px, rgba(0, 0, 0, 0.3) 30px -16.66667px 10px, rgba(0, 0, 0, 0.2) 60px -16.66667px 14px;
  }
  80% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.4) 30px -16.66667px 6px, rgba(0, 0, 0, 0.3) 60px -16.66667px 10px;
  }
  90% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.4) 60px -16.66667px 6px;
  }
  100% {
    box-shadow: rgba(0, 0, 0, 0.5) -60px -16.66667px 2px, rgba(0, 0, 0, 0.5) -30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 0 -16.66667px 2px, rgba(0, 0, 0, 0.5) 30px -16.66667px 2px, rgba(0, 0, 0, 0.5) 60px -16.66667px 2px;
  }
}

.spinonediv-4 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.spinonediv-4:before, .spinonediv-4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: spinner-4--balls 1.1s linear infinite;
  animation: spinner-4--balls 1.1s linear infinite;
}

.spinonediv-4:before {
  width: 20px;
  height: 20px;
  z-index: 20;
}

.spinonediv-4:after {
  width: 20px;
  height: 6.66667px;
  z-index: 10;
  -webkit-animation-name: spinner-4--shadows;
  animation-name: spinner-4--shadows;
}



/********************************************* 
Spinner 5 
*********************************************/

@-webkit-keyframes spinner-5--before-balls {
  0% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  11.11111% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  22.22222% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 29.27422px -29.27422px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  33.33333% {
    box-shadow: #be65e2 0px -52.2px, #be65e2 33.0926px -33.0926px, #be65e2 41.4px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  44.44444% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 36.91097px -36.91097px, #be65e2 46.8px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  55.55556% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 33.0926px -33.0926px, #be65e2 52.2px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 41.4px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  66.66667% {
    box-shadow: #be65e2 0px -36px, #be65e2 29.27422px -29.27422px, #be65e2 46.8px 0px, #be65e2 36.91097px 36.91097px, #be65e2 0px 46.8px, #be65e2 -29.27422px 29.27422px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  77.77778% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 41.4px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 52.2px, #be65e2 -33.0926px 33.0926px, #be65e2 -41.4px 0px, #be65e2 -25.45584px -25.45584px;
  }
  88.88889% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 46.8px, #be65e2 -36.91097px 36.91097px, #be65e2 -46.8px 0px, #be65e2 -29.27422px -29.27422px;
  }
  100% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 41.4px, #be65e2 -33.0926px 33.0926px, #be65e2 -52.2px 0px, #be65e2 -33.0926px -33.0926px;
  }
}

@keyframes spinner-5--before-balls {
  0% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  11.11111% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  22.22222% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 29.27422px -29.27422px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  33.33333% {
    box-shadow: #be65e2 0px -52.2px, #be65e2 33.0926px -33.0926px, #be65e2 41.4px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  44.44444% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 36.91097px -36.91097px, #be65e2 46.8px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  55.55556% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 33.0926px -33.0926px, #be65e2 52.2px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 41.4px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  66.66667% {
    box-shadow: #be65e2 0px -36px, #be65e2 29.27422px -29.27422px, #be65e2 46.8px 0px, #be65e2 36.91097px 36.91097px, #be65e2 0px 46.8px, #be65e2 -29.27422px 29.27422px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  77.77778% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 41.4px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 52.2px, #be65e2 -33.0926px 33.0926px, #be65e2 -41.4px 0px, #be65e2 -25.45584px -25.45584px;
  }
  88.88889% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 46.8px, #be65e2 -36.91097px 36.91097px, #be65e2 -46.8px 0px, #be65e2 -29.27422px -29.27422px;
  }
  100% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 41.4px, #be65e2 -33.0926px 33.0926px, #be65e2 -52.2px 0px, #be65e2 -33.0926px -33.0926px;
  }
}

@-webkit-keyframes spinner-5--after-balls {
  0% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 41.4px, #be65e2 -33.0926px 33.0926px, #be65e2 -52.2px 0px, #be65e2 -33.0926px -33.0926px;
  }
  12.5% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 29.27422px -29.27422px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -29.27422px 29.27422px, #be65e2 -46.8px 0px, #be65e2 -36.91097px -36.91097px;
  }
  25% {
    box-shadow: #be65e2 0px -52.2px, #be65e2 33.0926px -33.0926px, #be65e2 41.4px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -41.4px 0px, #be65e2 -33.0926px -33.0926px;
  }
  37.5% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 36.91097px -36.91097px, #be65e2 46.8px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -29.27422px -29.27422px;
  }
  50% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 33.0926px -33.0926px, #be65e2 52.2px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 41.4px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  62.5% {
    box-shadow: #be65e2 0px -36px, #be65e2 29.27422px -29.27422px, #be65e2 46.8px 0px, #be65e2 36.91097px 36.91097px, #be65e2 0px 46.8px, #be65e2 -29.27422px 29.27422px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  75% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 41.4px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 52.2px, #be65e2 -33.0926px 33.0926px, #be65e2 -41.4px 0px, #be65e2 -25.45584px -25.45584px;
  }
  87.5% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 46.8px, #be65e2 -36.91097px 36.91097px, #be65e2 -46.8px 0px, #be65e2 -29.27422px -29.27422px;
  }
  100% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 41.4px, #be65e2 -33.0926px 33.0926px, #be65e2 -52.2px 0px, #be65e2 -33.0926px -33.0926px;
  }
}

@keyframes spinner-5--after-balls {
  0% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 41.4px, #be65e2 -33.0926px 33.0926px, #be65e2 -52.2px 0px, #be65e2 -33.0926px -33.0926px;
  }
  12.5% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 29.27422px -29.27422px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -29.27422px 29.27422px, #be65e2 -46.8px 0px, #be65e2 -36.91097px -36.91097px;
  }
  25% {
    box-shadow: #be65e2 0px -52.2px, #be65e2 33.0926px -33.0926px, #be65e2 41.4px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -41.4px 0px, #be65e2 -33.0926px -33.0926px;
  }
  37.5% {
    box-shadow: #be65e2 0px -46.8px, #be65e2 36.91097px -36.91097px, #be65e2 46.8px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 36px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -29.27422px -29.27422px;
  }
  50% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 33.0926px -33.0926px, #be65e2 52.2px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 41.4px, #be65e2 -25.45584px 25.45584px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  62.5% {
    box-shadow: #be65e2 0px -36px, #be65e2 29.27422px -29.27422px, #be65e2 46.8px 0px, #be65e2 36.91097px 36.91097px, #be65e2 0px 46.8px, #be65e2 -29.27422px 29.27422px, #be65e2 -36px 0px, #be65e2 -25.45584px -25.45584px;
  }
  75% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 41.4px 0px, #be65e2 33.0926px 33.0926px, #be65e2 0px 52.2px, #be65e2 -33.0926px 33.0926px, #be65e2 -41.4px 0px, #be65e2 -25.45584px -25.45584px;
  }
  87.5% {
    box-shadow: #be65e2 0px -36px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 29.27422px 29.27422px, #be65e2 0px 46.8px, #be65e2 -36.91097px 36.91097px, #be65e2 -46.8px 0px, #be65e2 -29.27422px -29.27422px;
  }
  100% {
    box-shadow: #be65e2 0px -41.4px, #be65e2 25.45584px -25.45584px, #be65e2 36px 0px, #be65e2 25.45584px 25.45584px, #be65e2 0px 41.4px, #be65e2 -33.0926px 33.0926px, #be65e2 -52.2px 0px, #be65e2 -33.0926px -33.0926px;
  }
}

.spinonediv-5 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinonediv-5:before, .spinonediv-5:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.spinonediv-5:before {
  -webkit-animation: spinner-5--before-balls 0.8s linear;
  animation: spinner-5--before-balls 0.8s linear;
}

.spinonediv-5:after {
  -webkit-animation: spinner-5--after-balls 0.8s 0.8s linear infinite;
  animation: spinner-5--after-balls 0.8s 0.8s linear infinite;
}



/********************************************* 
Spinner 6
*********************************************/

@-webkit-keyframes spinner-6 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-6 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinonediv-6 {
  width: 68px;
  height: 68px;
  border: 2px solid #be65e2;
  margin: -34px 0 0 -34px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -webkit-animation: spinner-6 2.6s linear infinite;
  animation: spinner-6 2.6s linear infinite;
}

.spinonediv-6:before, .spinonediv-6:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #be65e2;
  box-sizing: border-box;
  -webkit-animation: spinner-6 1.3s linear infinite;
  animation: spinner-6 1.3s linear infinite;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.spinonediv-6:before {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}

.spinonediv-6:after {
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
}



/********************************************* 
Spinner 7 
*********************************************/

@-webkit-keyframes spinner-7--container {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  16.666% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  33.333% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  49.999% {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  66.666% {
    -webkit-transform: rotate(-210deg);
    transform: rotate(-210deg);
  }
  83.333% {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-330deg);
    transform: rotate(-330deg);
  }
}

@keyframes spinner-7--container {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  16.666% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  33.333% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  49.999% {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  66.666% {
    -webkit-transform: rotate(-210deg);
    transform: rotate(-210deg);
  }
  83.333% {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-330deg);
    transform: rotate(-330deg);
  }
}

@-webkit-keyframes spinner-7--before {
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes spinner-7--before {
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@-webkit-keyframes spinner-7--after {
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes spinner-7--after {
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.spinonediv-7 {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation: spinner-7--container 3s steps(1) infinite;
  animation: spinner-7--container 3s steps(1) infinite;
}

.spinonediv-7:before, .spinonediv-7:after {
  content: '';
  display: block;
  border-bottom: 60px solid #be65e2;
  border-left: 34.5px solid transparent;
  border-right: 34.5px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -69px;
  margin-top: -60px;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: spinner-7--before 0.5s linear infinite;
  animation: spinner-7--before 0.5s linear infinite;
}

.spinonediv-7:after {
  -webkit-animation-name: spinner-7--after;
  animation-name: spinner-7--after;
}



/********************************************* 
Spinner 8 
*********************************************/

@-webkit-keyframes spinner-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinonediv-8 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  box-shadow: #b8d721 0px 1px 1px, #6fbd23 0.5px 0.866px 1px, #44a559 0.866px 0.5px 1px, #3d76b7 1px 0px 1px, #9f57ef 0.866px -0.5px 1px, #fb69c8 0.5px -0.866px 1px, #ff90c7 0px -1px 1px, #ffa481 -0.5px -0.866px 1px, #ff9c5b -0.866px -0.5px 1px, #ffcc6c -1px 0px 1px, #f6cb26 -0.866px 0.5px 1px, #fff019 -0.5px 0.866px 1px;
  -webkit-filter: saturate(400%) contrast(0.9);
  filter: saturate(400%) contrast(0.9);
  -webkit-animation: spinner-8 0.46s linear infinite;
  animation: spinner-8 0.46s linear infinite;
}



/********************************************* 
Spinner 9 
*********************************************/

@-webkit-keyframes spinner-9-container {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes spinner-9-container {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes spinner-9-after {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: rotate(0deg) translate(48px, 32px);
    transform: rotate(0deg) translate(48px, 32px);
  }
  25.001% {
    -webkit-transform: rotate(90deg) translate(80px, 0px);
    transform: rotate(90deg) translate(80px, 0px);
  }
  75% {
    -webkit-transform: rotate(-90deg) translate(80px, 0px);
    transform: rotate(-90deg) translate(80px, 0px);
  }
  75.001% {
    -webkit-transform: rotate(0deg) translate(48px, -32px);
    transform: rotate(0deg) translate(48px, -32px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes spinner-9-after {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: rotate(0deg) translate(48px, 32px);
    transform: rotate(0deg) translate(48px, 32px);
  }
  25.001% {
    -webkit-transform: rotate(90deg) translate(80px, 0px);
    transform: rotate(90deg) translate(80px, 0px);
  }
  75% {
    -webkit-transform: rotate(-90deg) translate(80px, 0px);
    transform: rotate(-90deg) translate(80px, 0px);
  }
  75.001% {
    -webkit-transform: rotate(0deg) translate(48px, -32px);
    transform: rotate(0deg) translate(48px, -32px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
}

.spinonediv-9 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation: spinner-9-container 1.6s steps(1) infinite;
  animation: spinner-9-container 1.6s steps(1) infinite;
}

.spinonediv-9:after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-color: #be65e2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform-origin: 170% 50%;
  transform-origin: 170% 50%;
  -webkit-animation: spinner-9-after 0.8s linear infinite;
  animation: spinner-9-after 0.8s linear infinite;
}


              
            
!

JS

              
                
              
            
!
999px

Console