﻿.loading,.loading:after {border-radius: 50%; width: 10em;height: 10em;}.loading {width:60px !important;height:60px !important;margin: 0px auto;font-size: 10px;position: relative;text-indent: -9999em;border-top: 1.1em solid rgba(0,0,0, 0.2);border-right: 1.1em solid rgba(0,0,0, 0.2);border-bottom: 1.1em solid rgba(0,0,0, 0.2);border-left: 1.1em solid #03a9f3;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);-webkit-animation: load8 1.1s infinite linear;animation: load8 1.1s infinite linear;}
.miniloading,.miniloading:after {border-radius: 50%; width: 10em;height: 10em;}.miniloading {width:20px !important;height:20px !important;margin: 0px auto;font-size:5px;position: relative;text-indent: -9999em;border-top: 1.1em solid rgba(0,0,0, 0.2);border-right: 1.1em solid rgba(0,0,0, 0.2);border-bottom: 1.1em solid rgba(0,0,0, 0.2);border-left: 1.1em solid #03a9f3;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);-webkit-animation: load8 1.1s infinite linear;animation: load8 1.1s infinite linear;}

.loader {
    width: 60px !important;
    height: 60px !important;
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    top:0;
    left:0;
    text-indent: -9999em;
    border-top: 1.1em solid 
rgba(0,0,0, 0.2);
border-right: 1.1em solid
rgba(0,0,0, 0.2);
border-bottom: 1.1em solid
rgba(0,0,0, 0.2);
border-left: 1.1em solid
    #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader, .loader::after {
    border-radius: 50%;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
