.processing{
  position: relative;
}
.blockOverlay {
  background: url(../images/loader.svg) no-repeat center center;
  background-color: rgba(9, 9, 9, 0.2);
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999 !important;
}
