div#ppms_cm_consent_popup_adde6b9d-1cc4-4559-a395-1c3c891fdc98 {
    display: none;
}

div#ppms_cm_consent_bar_adde6b9d-1cc4-4559-a395-1c3c891fdc98 {
    display: none;
}

.loader-overlay {
  position: absolute; /* use fixed if popup is fullscreen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #e0e0e0;
  border-top: 5px solid #0073e6; /* brand color */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


@media (min-width: 992px) {
  .mobile-sticky {
    display: none !important;
  }
} 

@media (max-width: 992px) {
  .desktop-sticky {
    display: none !important;
  }
} 