/* Loader styles moved from index.html for CSP: avoid 'unsafe-inline' in style-src */
.mainLoader {
  position: fixed;
  min-width: 100% !important;
  height: 100%;
  z-index: 1030;
}

.loadingGiffy {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
