.nw-storelistmodal-loading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.nw-storelistmodal {
  .nwc-modal-children {
    min-height: 300px;
  }
}
