.jm-progress-spin-wrapper {
  position: relative;
}

.jm-progress-spin {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  position: absolute;
  z-index: 4;
  overflow: hidden;
}

.jm-progress-spin__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #29d;
}

.jm-progress-spin__peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

.jm-progress-spin .ant-spin {
}

.jm-progress-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}