.loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(25, 25, 25, 0.134);
  backdrop-filter: blur(5px);
  z-index: 50;
}

.loading-notifier {
  padding: 50px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
