.rpv-icon,
.rpv-radicon{
  width:24px;
  height:24px;
  display:block;
  color:currentColor;
  flex:0 0 auto;
  overflow:visible;
}
/* raioss usa fill/currentColor; extensoes clinicas preservam stroke/currentColor quando necessario. */
.rpv-icon[fill="currentColor"]{ fill:currentColor !important; stroke:none !important; }
.rpv-icon[stroke="currentColor"],
.rpv-radicon[stroke="currentColor"]{ fill:none !important; stroke:currentColor !important; }
.nrv-ico .rpv-icon,
.nrv-ico .rpv-radicon{
  width:100%;
  height:100%;
}
.rpv-tool-btn,
#new-raioss-root .nrv-tool-btn,
#new-raioss-root .nrv-menu-item{
  color:rgba(245,247,250,.72);
}
.rpv-tool-btn:hover,
#new-raioss-root .nrv-tool-btn:hover,
#new-raioss-root .nrv-menu-item:hover{
  color:rgba(255,255,255,.96);
}
.rpv-tool-btn.is-active,
#new-raioss-root .nrv-tool-btn.is-active,
#new-raioss-root .nrv-menu-item.is-active{
  color:var(--raioss-accent,#4A9EFF);
}
.rpv-tool-btn.is-disabled,
#new-raioss-root .nrv-tool-btn.is-disabled,
#new-raioss-root .nrv-menu-item.is-disabled{
  opacity:.35;
  cursor:not-allowed;
}
#new-raioss-root .nrv-mouse-badge,
#nrv-floating-ui .nrv-radial-sector .nrv-mouse-badge{
  width:16px;
  height:16px;
  border:0;
  background:rgba(0,0,0,.7);
  color:var(--raioss-accent,#4A9EFF);
  box-shadow:none;
}
#new-raioss-root .nrv-mouse-badge::before,
#new-raioss-root .nrv-mouse-badge::after,
#nrv-floating-ui .nrv-radial-sector .nrv-mouse-badge::before,
#nrv-floating-ui .nrv-radial-sector .nrv-mouse-badge::after{
  display:none;
}
#new-raioss-root .nrv-mouse-badge .nrv-ico,
#nrv-floating-ui .nrv-radial-sector .nrv-mouse-badge .nrv-ico{
  width:15px;
  height:15px;
}
#new-raioss-root .nrv-mouse-badge .rpv-icon,
#nrv-floating-ui .nrv-radial-sector .nrv-mouse-badge .rpv-icon{
  width:15px;
  height:15px;
}
#new-raioss-root .nrv-menu-item.with-dropdown .nrv-chevron-tiny,
#new-raioss-root .nrv-menu-item.with-dropdown .nrv-chevron-tiny path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.rpv-mpr-tool-group button .rpv-mpr-icon,
.rpv-mpr-minimize-btn .rpv-mpr-icon,
.rpv-mpr-restore-badge .rpv-mpr-icon{
  width:18px;
  height:18px;
}
