.ccs-spin {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
