/* --- Region Dashboard styles --- */
.rd-output { position: relative; min-height: 120px; }

.rd-output .rd-overlay {
  position: absolute; inset: 0;
  background: rgba(255,255,255,.45);
  z-index: 1000; display: none;
}

.rd-output .rd-spinner {
  position: absolute; inset: 0;
  z-index: 1001; display: none;
  text-align: center; line-height: 160px;
  font-size: 14px; pointer-events: none;
}

/* Select styling */
.rd-region, .template-selector {
        background-color: #ffffff;
        color: #009cde;
        font-family: "Helvetica", Sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        border: 1px solid #009cde;
}

.rd-region:focus, .template-selector:focus {
  outline: none; border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.15);
}

.rd-region:disabled, .template-selector:disabled {
  opacity: .6; cursor: progress;
}