html.educacaoemfoco-payload-active {
  overflow: hidden;
}

.educacaoemfoco-payload-loader {
  align-items: center;
  backdrop-filter: blur(3px);
  background: rgba(248, 249, 251, 0.94);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: auto;
  position: fixed;
  z-index: 2147483000;
}

.educacaoemfoco-payload-loader.is-closing {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.educacaoemfoco-payload-loader-card {
  background: #ffffff;
  border: 1px solid rgba(30, 45, 70, 0.12);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(20, 35, 60, 0.1);
  max-width: 28rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  width: 100%;
}

.educacaoemfoco-payload-loader-spinner {
  animation: eef-loader-spin 0.9s linear infinite;
  border: 3px solid rgba(30, 60, 120, 0.12);
  border-radius: 999px;
  border-top-color: #c41e3a;
  height: 2.5rem;
  margin: 0 auto 1rem;
  width: 2.5rem;
}

.educacaoemfoco-payload-loader-title {
  color: #1a2332;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.educacaoemfoco-payload-loader-text {
  color: #5a6472;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}

@keyframes eef-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
