.mfo_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10000;
}


.mfo_loading.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.mfo_loading .close{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 2px;
    background-color: var( --colorOrange);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.mfo_loading .loading_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.mfo_loading .loading_img img{
    width: 120px;
/*    transform:rotate(-360deg);
    -webkit-animation: loading_auto 1s infinite steps(12);
    animation: loading_auto 1s infinite steps(12);*/
}

/*@-webkit-keyframes loading_auto {
    100% { transform:rotate(0deg);
            -webkit-transform:rotate(0deg);
           -moz-transform:rotate(0deg);}
}

@keyframes loading_auto {
    100%  { transform:rotate(0deg);
            -webkit-transform:rotate(0deg);
           -moz-transform:rotate(0deg);}
}*/



.mfo_loading .loading_img_gif{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.mfo_loading .loading_img_gif img{
    width: 100px;
    transform:rotate(-360deg);
    -webkit-animation: loading_auto 1s infinite steps(12);
    animation: loading_auto 1s infinite steps(12);
}



.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(1.3);
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
  background: #098979;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
  background: #0EAA7D;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
  background: #4286DE;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
  background: #624BEE;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
  background: #8773FF;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
  background: #CE2874;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
  background: #DD5298;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
  background: #F73603;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
  background: var( --colorOrange);
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
  background: #FF8F08;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
  background: #2D2D6C;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
  background: #024D59;
}
@keyframes lds-default {
   /* 0%{transform: scale(1);}
    8.3%{transform: scale(1.1);}
    16.6%{transform: scale(1.2);}
    24.9%{transform: scale(1.3);}
    33.2%{transform: scale(1.4);}
    41.5%{transform: scale(1.5);}
    50%{transform: scale(1.6);}
    58.3%{transform: scale(1.7);}
    66.6%{transform: scale(1.8);}
    74.9%{transform: scale(1.9);}
    83.2%{transform: scale(2.0);}
    91.5%{transform: scale(2.1);}
    100%{transform: scale(2.2);}*/

    0%{transform: scale(2.2);}
    8.3%{transform: scale(2.1);}
    16.6%{transform: scale(2.0);}
    24.9%{transform: scale(1.9);}
    33.2%{transform: scale(1.8);}
    41.5%{transform: scale(1.7);}
    50%{transform: scale(1.6);}
    58.3%{transform: scale(1.5);}
    66.6%{transform: scale(1.4);}
    74.9%{transform: scale(1.3);}
    83.2%{transform: scale(1.2);}
    91.5%{transform: scale(1.1);}
    100%{transform: scale(1);}


/*  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }*/
}
