#dvComplianceDeposit {
  .loading {
    &__modal-frame {
      text-align: center;
      display: block;
      position: fixed;
      z-index: 1;
      padding-top: 40vh;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 10000;
    }
    &__spiner {
      width: 10rem;
      height: 10rem;
      color: rgb(228, 123, 3);
      font-size: xx-large;
    }
  }
}
