.ogr-preloader {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: -9999px;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.ogr-preloader.ogr-is-visible {
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
}

.ogr-preloader__inner {
    position: relative;
    top: 50%;
    left: 50%;
    margin: -3.23076923em 0 0 -3.61538462em;
    width: 7.15384615em;
    height: 6.38461538em;
    border-radius: 3px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 50px;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  margin: 5px;
  border: 4px solid #0066B3;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0066B3 transparent transparent transparent;
}

.psd .lds-ring div {
  border: 4px solid #009966;
  border-color: #009966 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

#_3ip_div_loadingCircle {
  /* background-color: #F7F7F7 !important; */
  opacity: 1 !important;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}