
@import "spinners.css";
@import "animate.css";

.preloader {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    z-index: 99999 !important;
    background: #fff;
    opacity: .8;
}

/* .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(46.5%);
    left: calc(46.5%);
} */

 /* .preloader{
    position: relative;
    margin: 0 auto;
    width: 100px;
} 
 .preloader:before{
      content: '';
      display: block;
      padding-top: 100%;
  }  */

/* .msg{
    position: absolute;
    top: 36%;
    color: #e80000;
    text-align: center !important;
    width: 100%;
    font-weight: bold;
} */

/*.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
} */