.corpme-processing {
  position: relative;
}
.corpme-processing .loading-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

:not(.inline-item) > .corpme-processing .loading-animation {
  margin-bottom: 0;
  margin-top: 0;
}