﻿
                #user-rights { background: var(--primary-blue); }
                #user-rights .user-rights-body { max-width: 1180px; margin: 0 auto; }
                #user-rights .btn-primary { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.28); }
                #user-rights .btn-primary:hover { background: rgba(255,255,255,0.24); }
                #user-rights .action-btn { width: 36px; height: 36px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; background: transparent; }
                #user-rights .action-btn:hover { background: rgba(11,97,255,0.08); }
            
