@-webkit-keyframes square-loader-enter {
  0% {
    opacity: 0;
    top: -10px; }
  5% {
    opacity: 1;
    top: 0px; }
  50.9% {
    opacity: 1;
    top: 0px; }
  55.9% {
    opacity: 0;
    top: 10px; } }

@keyframes square-loader-enter {
  0% {
    opacity: 0;
    top: -10px; }
  5% {
    opacity: 1;
    top: 0px; }
  50.9% {
    opacity: 1;
    top: 0px; }
  55.9% {
    opacity: 0;
    top: 10px; } }

@-moz-keyframes square-loader-enter {
  0% {
    opacity: 0;
    top: -10px; }
  5% {
    opacity: 1;
    top: 0px; }
  50.9% {
    opacity: 1;
    top: 0px; }
  55.9% {
    opacity: 0;
    top: 10px; } }

.square-loader-loader {
/*  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px; */
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    height: 55px;
}

.square-loader-square {
  background: var(--primary-color);
  width: 15px;
  height: 15px;
  float: left;
  top: -10px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  opacity: 0;
  -webkit-animation: square-loader-enter 6s infinite;
  animation: square-loader-enter 6s infinite; }

.square-loader-enter {
  top: 0px;
  opacity: 1; }

.square-loader-square:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.square-loader-square:nth-child(2) {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.square-loader-square:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
 }

.square-loader-square:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.square-loader-square:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.square-loader-square:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.square-loader-square:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.square-loader-square:nth-child(9) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.square-loader-clear {
  clear: both; }

.square-loader-last {
  margin-right: 0; }


.square-loader-page-loader{
    display: none;
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21050;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.square-loader-page-loader .square-loader-page-loader-overlay {
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.4);
}

.square-loader-page-loader .square-loader-page-loader-container {
    position: fixed;
    padding: 20px;
    top: 50%;
    left: 50%;
    /*    width: 60px;
        height: 60px;*/
    min-width: 70px;
    min-height: 70px;
/*    line-height: 68px;*/
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px #DDD;
    -moz-box-shadow: 0 0 2px #DDD;
    box-shadow: 0 0 2px #DDD;
}
.square-loader-page-loader .square-loader-page-loader-container .square-loader-page-loader-text {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-top: 20px;
    /* padding: 5px 20px; */
    font-size: 110%;
}

