@CHARSET "UTF-8";
/* .loader {
  left: 50%;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 150px;
  z-index:99999;
}
.loader .ball {
  background: #38d368;
  border-radius: 5px;
  display: block;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: along;
  -webkit-animation-timing-function: linear;
}
.loader .ball2 {
  background: #6ab8fb;
  border-radius: 5px;
  display: block;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: along;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: -1s;
}
.loader ul {
  margin: 0;
  padding: 0;
}
.loader li {
  background-color: #00bff3;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  height: 10px;
  width: 30px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: around;
  -webkit-animation-timing-function: linear;
}
.loader li:nth-child(1) {
  -webkit-animation-delay: 0s;
}
.loader li:nth-child(2) {
  background-color: #82ca9c;
  -webkit-animation-delay: 0.2s;
}
.loader li:nth-child(3) {
  background-color: #f69679;
  -webkit-animation-delay: 0.4s;
}
.loader li:nth-child(4) {
  background-color: #acd373;
  -webkit-animation-delay: 0.6s;
}
.loader li:nth-child(5) {
  background-color: #636363;
  -webkit-animation-delay: 0.8s;
}
@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes along {
  0% {
    left: 0;
    top: 5px;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 5px;
  }
  15% {
    top: 3px;
  }
  20% {
    top: 5px;
  }
  25% {
    top: 3px;
  }
  30% {
    top: 5px;
  }
  35% {
    top: 3px;
  }
  40% {
    top: 5px;
  }
  45% {
    top: 3px;
  }
  50% {
    left: 100%;
    top: 5px;
  }
  100% {
    left: 100%;
  }
}

.sampleContainer {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  z-index:99999;
}
._loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 12px auto;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ccc;
  position: absolute;
}
.dot_1 {
  animation: animateDot1 1.5s linear infinite;
  left: 12px;
  background: #ab2525;
}
.dot_2 {
  animation: animateDot2 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}
.dot_3 {
  animation: animateDot3 1.5s linear infinite;
  left: 12px;
}
.dot_4 {
  animation: animateDot4 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}
@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(180deg) translateX(-12px);
  }
  75% {
    transform: rotate(180deg) translateX(-12px);
  }
  100% {
    transform: rotate(360deg) translateX(-12px);
  }
}
@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(-180deg) translateX(-12px);
  }
  75% {
    transform: rotate(-180deg) translateX(-12px);
  }
  100% {
    transform: rotate(-360deg) translateX(-12px);
  }
}
@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(180deg) translateX(12px);
  }
  75% {
    transform: rotate(180deg) translateX(12px);
  }
  100% {
    transform: rotate(360deg) translateX(12px);
  }
}
@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(-180deg) translateX(12px);
  }
  75% {
    transform: rotate(-180deg) translateX(12px);
  }
  100% {
    transform: rotate(-360deg) translateX(12px);
  }
}
*/

.__loader {
  left: 50%;
  overflow: hidden;
  padding: 10px 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%);
  width: 150px;
  z-index:99999;
}

.__loader-msg {
  left: 50%;
  overflow: hidden;
  padding: 10px 10px;
  position: fixed;
  top: 50%;
  transform: translate(-50%);
  z-index:99999;
  background: #f5f5f5;
  text-align: center;
  padding-bottom: 15px;
  -webkit-border-radius: 5px;
  border: 1px solid #ddd;
}

/* .__loader span {
  display: inline-block;
  width: 10px;
  height: 40px;
}

.__loader-msg span {
  display: inline-block;
  width: 10px;
  height: 40px;
  margin-top: 10px;
}

.__loader-msg strong {
	color: #043763;
}

.__loader span.item-1, .__loader-msg span.item-1 {
  background: #2ecc71;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.9s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.9s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.9s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.9s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.9s;
}
.__loader span.item-2, .__loader-msg span.item-2 {
  background: #3498db;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.8s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.8s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.8s;
}
.__loader span.item-3, .__loader-msg span.item-3 {
  background: #9b59b6;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.7s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.7s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.7s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.7s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.7s;
}
.__loader span.item-4, .__loader-msg span.item-4 {
  background: #e67e22;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.6s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.6s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.6s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.6s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.6s;
}
.__loader span.item-5, .__loader-msg span.item-5 {
  background: #c0392b;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.5s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.5s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.5s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.5s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.5s;
}
.__loader span.item-6, .__loader-msg span.item-6 {
  background: #e74c3c;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.4s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.4s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.4s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.4s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.4s;
}
.__loader span.item-7, .__loader-msg span.item-7 {
  background: #e74c8c;
  animation-name: scale;
  animation-timing-function: linear;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-delay: -0.3s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.3s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: -0.3s;
  -ms-animation-name: scale;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: -0.3s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: -0.3s;
}
@-webkit-keyframes scale {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  20%, 60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scale {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  20%, 60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
 */
/*
.loader {
  position: relative;
  margin: 0 auto;
  width: 70px;
  top: 45%;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}

 .loading-container {
  left: 50%;
  margin: auto -50px;
  position: absolute;
  top: 50%;
}
.swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}
.swing div:nth-of-type(1) {
  background: linear-gradient(to right, #385c78 0%, #325774 100%);
}
.swing div:nth-of-type(2) {
  background: linear-gradient(to right, #325774 0%, #47536a 100%);
}
.swing div:nth-of-type(3) {
  background: linear-gradient(to right, #4a5369 0%, #6b4d59 100%);
}
.swing div:nth-of-type(4) {
  background: linear-gradient(to right, #744c55 0%, #954646 100%);
}
.swing div:nth-of-type(5) {
  background: linear-gradient(to right, #9c4543 0%, #bb4034 100%);
}
.swing div:nth-of-type(6) {
  background: linear-gradient(to right, #c33f31 0%, #d83b27 100%);
}
.swing div:nth-of-type(7) {
  background: linear-gradient(to right, #da3b26 0%, #db412c 100%);
}
.shadow {
  clear: left;
  padding-top: 1.5em;
}
.shadow div {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  float: left;
  width: 1em;
  height: .25em;
  border-radius: 50%;
  background: #e3dbd2;
}
.shadow .shadow-l {
  background: #d5d8d6;
}
.shadow .shadow-r {
  background: #eed3ca;
}
@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0)
  }
}
@-webkit-keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.57em);
    transform: translateX(-1.75em);
  }
}
@keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75);
    transform: translateX(-1.75em);
  }
}
@-webkit-keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.swing-l {
  -webkit-animation: ball-l .425s ease-in-out infinite alternate;
  animation: ball-l .425s ease-in-out infinite alternate;
}
.swing-r {
  -webkit-animation: ball-r .425s ease-in-out infinite alternate;
  animation: ball-r .425s ease-in-out infinite alternate;
}
.shadow-l {
  -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
  animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.shadow-r {
  -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
  animation: shadow-r-n .425s ease-in-out infinite alternate;
}

.loading-progress{
  height: 40px;
  position: absolute;
  top: 50%;
  left: 45%;
  margin: -20px 0 0 -50px;
}
.loading-progress span{
  transition: all 500ms ease;
  background: #4A72DA;
  box-shadow: 1px 2px 3px #999;
  height: 10px;
  width: 10px;  
  display: inline-block;
  border-radius: 10px;
  animation: wave 2s ease  infinite;
  margin-left:7px;
}  

.loading-progress span:nth-child(1){  animation-delay: 0; }
.loading-progress span:nth-child(2){  animation-delay: 100ms; }
.loading-progress span:nth-child(3){  animation-delay: 200ms; }
.loading-progress span:nth-child(4){  animation-delay: 300ms; }
.loading-progress span:nth-child(5){  animation-delay: 400ms; }
.loading-progress span:nth-child(6){  animation-delay: 500ms; }
.loading-progress span:nth-child(7){  animation-delay: 600ms; }
.loading-progress span:nth-child(8){  animation-delay: 700ms; }

@keyframes wave{
  0%, 40%, 100% { 
    transform: translate(0, 0);
    background-color: #4A72DA;    
  }
  10% { 
    transform: translate(0, -15px); 
    background-color: red;    
  }  
}
 */
 
.sk-folding-cube {
  margin: 20px auto;
  width: 50px;
  height: 50px;
  background: #05367b;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;  
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b2d233;
  -webkit-animation: sk-foldCubeAngle 0.9s infinite linear both;
  animation: sk-foldCubeAngle 0.9s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.files-upload-loading {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  left : 50%;
  top : 25%;
}
.files-upload-loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: files-upload-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.files-upload-loading div:nth-child(1) {
  animation-delay: -0.45s;
}
.files-upload-loading div:nth-child(2) {
  animation-delay: -0.3s;
}
.files-upload-loading div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes files-upload-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}