$namespace: re-loading-container;

.#{$namespace} {
  position: relative;

  &-active {
    user-select: none;
    pointer-events: none;
  }

  &-icon-box {
    position: absolute;
    background-color: rgba(#fff, .7);
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
  }

  &-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}