#mainPopover{background-color:var(--Colors-Generic-White);box-shadow:none;border-radius:30px;text-transform:capitalize;color:var(--Colors-Generic-Black);font-family:var(--figtree-font);font-size:14px;font-weight:600;line-height:130%;width:193px;height:48px;display:flex;align-items:center;justify-content:space-between;padding:4px 10px 4px 4px}#mainPopover .bttnTxt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}#mainPopover .userInfo{display:flex;flex-direction:column;gap:4px;text-align:left}#mainPopover .userInfo .userName{color:var(--Colors-Generic-Black);font-size:14px;font-weight:400;line-height:130%}#mainPopover .userInfo .userRole{color:var(--Colors-Neutral-500);font-size:14px;font-weight:400;line-height:130%}#mainPopover .logoImg{margin-left:10px}#mainPopover .iconCircle{width:28px;height:28px;border-radius:50%;border:1px solid var(--Colors-Neutral-100);background:var(----Colors-Generic-White);display:flex;justify-content:center;align-items:center;color:var(--Colors-Generic-Black);transition:all .3s ease-in-out}#mainPopover .iconCircle.active{transform:rotate(180deg)}