.notif-toggle-row{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.notif-toggle-row:hover{background-color:#fafafa}[data-theme=dark] .notif-toggle-row:hover{background-color:#2626264d}.notif-icon{font-size:calc(1.125rem * var(--font-scale));background-color:#6366f11a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.notif-switch-wrapper{flex-shrink:0;position:relative}.notif-switch{background-color:#d1d5db;border-radius:9999px;width:2.75rem;height:1.5rem;transition:background-color .2s;position:relative}[data-theme=dark] .notif-switch{background-color:#404040}.notif-switch.is-checked{background-color:#4f46e5}.notif-switch:after{content:"";background-color:#fff;border-radius:9999px;width:1.25rem;height:1.25rem;transition:transform .2s;position:absolute;top:.125rem;left:.125rem;box-shadow:0 1px 2px #0003}.notif-switch.is-checked:after{transform:translate(1.25rem)}
