
.custom-blockui-overlay {
      position: absolute; /* position relative to parent */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 90;
}
.custom-blockui-wrapper {
    position: relative;
}
