.notificationBell{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:rgba(0,0,0,0);border:none;border-radius:4px;cursor:pointer}.notificationBell .notificationBellIcon{color:var(--exx-color-icon-button-icon-square-active)}.notificationBell .notificationBellDot{position:absolute;top:4px;right:4px;width:9px;height:9px;background:#f2c200;border:1.5px solid #fff;border-radius:50%;pointer-events:none}.notificationPopover{width:340px;min-width:256px;padding:0!important}.notificationPanel{display:flex;flex-direction:column;max-height:380px}.notificationPanel .notificationPanelHeader{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--exx-color-border-default,#e3e5e8)}.notificationPanel .notificationPanelTitle{font-size:13px;font-weight:600;color:var(--exx-color-main-text-default,#26282c)}.notificationPanel .notificationPanelCount{padding:1px 7px;font-size:11px;font-weight:600;color:#26282c;background:#f2c200;border-radius:10px}.notificationPanel .notificationEmpty{display:flex;flex-direction:column;gap:4px;padding:20px 12px;font-size:13px;color:#6b7076;text-align:center}.notificationPanel .notificationEmpty .notificationEmptyHint{font-size:12px;color:#9ba1a8}.notificationPanel .notificationList{display:flex;flex-direction:column;overflow-y:auto}.notificationPanel .notificationRow{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 12px;text-align:left;background:rgba(0,0,0,0);border:none;border-bottom:1px solid var(--exx-color-border-default,#e3e5e8);cursor:pointer}.notificationPanel .notificationRow:last-child{border-bottom:none}.notificationPanel .notificationRow:hover{background:#f7f8f9}.notificationPanel .notificationRowTop{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.notificationPanel .notificationRowRecord{font-size:12px;font-weight:600;color:#0069e5}.notificationPanel .notificationRowWhen{flex-shrink:0;font-size:11px;color:#9ba1a8;white-space:nowrap}.notificationPanel .notificationRowSender,.notificationPanel .notificationRowSubject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationPanel .notificationRowSubject{font-size:13px;color:#26282c}.notificationPanel .notificationRowSender{font-size:12px;color:#6b7076}