.rp-plan-camera-loader{position:absolute;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;gap:12px;background:#f2f6f8;color:#31586a;font:600 14px Arial,sans-serif}
.rp-plan-camera-loader[hidden]{display:none!important}
.rp-plan-camera-loader:before{content:'';width:22px;height:22px;border:3px solid #cfdee5;border-top-color:#1785a2;border-radius:50%;animation:rpPlanCameraLoading .7s linear infinite}
.rp-camera-point-pending{opacity:0!important}
.rp-webview-plan[data-rp-camera-phase=loading] .plan-transform{visibility:hidden}
#rpSelPlan[data-rp-camera-phase=loading] #planzoom{visibility:hidden!important}
@keyframes rpPlanCameraLoading{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.rp-plan-camera-loader:before{animation:none}}
