.app-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.app-loader > img {
  height: 4rem;
  margin-bottom: 2rem;
}

.ag-popup > div {
  z-index: 5000 !important;
}
