
.loader-overlay[data-v-7f4cc746] {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: inherit;
}
.loader-content[data-v-7f4cc746] {
  text-align: center;
}
.spinner-svg[data-v-7f4cc746] {
  width: 40px;
  height: 40px;
  animation: spin-7f4cc746 1.6s linear infinite;
  display: block;
  margin: 0 auto;
}
.spinner-track[data-v-7f4cc746] {
  fill: none;
  stroke: #e8f5e9;
  stroke-width: 4;
}
.spinner-arc[data-v-7f4cc746] {
  fill: none;
  stroke: url(#localSpinnerGrad);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 138;
  animation: arc-dash-7f4cc746 1.6s ease-in-out infinite;
}
@keyframes spin-7f4cc746 {
to { transform: rotate(360deg);
}
}
@keyframes arc-dash-7f4cc746 {
0%   { stroke-dashoffset: 115;
}
50%  { stroke-dashoffset: 28;
}
100% { stroke-dashoffset: 115;
}
}
.loader-message[data-v-7f4cc746] {
  margin-top: 0.75rem;
  color: #2e7d32;
  font-size: 0.85rem;
  font-weight: 500;
}
