@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lds-double-ring {
  position: relative;
}
.lds-double-ring div {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #000;
  border-color: #006bb3 transparent #006bb3 transparent;
  -webkit-animation: lds-double-ring 1.6s linear infinite;
  animation: lds-double-ring 1.6s linear infinite;
}

.lds-double-ring-mini div {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #000;
  border-color: #006BB3 transparent #006BB3 transparent;
  -webkit-animation: lds-double-ring 1.6s linear infinite;
  animation: lds-double-ring 1.6s linear infinite;
}

.lds-double-ring-white div {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: lds-double-ring 1.6s linear infinite;
  animation: lds-double-ring 1.6s linear infinite;
}

.lds-double-ring div:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 4px;
  left: 4px;
  border-color: transparent #85919d transparent #85919d;
  -webkit-animation: lds-double-ring_reverse 1.6s linear infinite;
  animation: lds-double-ring_reverse 1.6s linear infinite;
}

.lds-double-ring-mini div:nth-child(2) {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
  border-color: transparent #85919d transparent #85919d;
  -webkit-animation: lds-double-ring_reverse 1.6s linear infinite;
  animation: lds-double-ring_reverse 1.6s linear infinite;
  position: relative;
}

.lds-double-ring-white div:nth-child(2) {
  width: 44px;
  height: 44px;
  top: 4px;
  left: 4px;
  border-color: transparent #ffffff transparent #ffffff;
  -webkit-animation: lds-double-ring_reverse 1.6s linear infinite;
  animation: lds-double-ring_reverse 1.6s linear infinite;
  position: relative;
}

.lds-double-ring {
  width: 53px !important;
  height: 53px !important;
  margin: 15px;
}

.lds-double-ring-mini {
  width: 25px !important;
  height: 25px !important;

}

.text-loading {
  margin-top: 25px;
  color: #85919d;
  font-size: 1.30rem;
}

.text-loading-white {
  margin-top: 11px;
  color: #ffffff;
  font-size: 1.30rem;
  margin-left: 25px;
}

.text-loading-black {
  margin-top: 25px;
  color: #8F8382;
  font-size: 1.30rem;
  margin-left: 25px;
}

.loading {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60% !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
}
