#loading-lightbox {
      background-color: #CCC;
      opacity: 0.5;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      position: fixed;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      z-index: 9998;
      display: block;
    }
    #loading-spinner {
      background-image: url('/marshal/growth/users/Eclipse.svg');
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      position: fixed;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      z-index: 9999;
      display: block;
    }
