.role-switch-wrapper{display:contents;position:relative}.role-switch-overlay{z-index:999999;background:var(--background-color,#fff);justify-content:center;align-items:center;animation:.15s rs-fade-in;display:flex;position:fixed;inset:0}@keyframes rs-fade-in{0%{opacity:0}to{opacity:1}}.role-switch-content{flex-direction:column;align-items:center;gap:20px;display:flex}.role-switch-spinner{gap:10px;display:flex}.role-switch-spinner span{background:var(--theme-color,#facc15);border-radius:50%;width:12px;height:12px;animation:1.2s ease-in-out infinite rs-pulse}.role-switch-spinner span:first-child{animation-delay:0s}.role-switch-spinner span:nth-child(2){animation-delay:.2s}.role-switch-spinner span:nth-child(3){animation-delay:.4s}@keyframes rs-pulse{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.role-switch-text{color:var(--topbar-text-active,#f1f5f9);letter-spacing:.01em;margin:0;font-size:15px;font-weight:600}
