.dashboard-notifications{box-sizing:border-box;min-width:0;overflow:hidden;border:1px solid #e8e8e8;border-radius:12px;background:#fff;color:#262626;font:14px/1.5715 var(--ui-font-family,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);transition:box-shadow .2s,border-color .2s}.dashboard-notifications.is-highlighted{border-color:#69b1ff;box-shadow:0 0 0 3px rgba(22,119,255,.12)}.dashboard-notifications *{box-sizing:border-box}.dashboard-notifications__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border-bottom:1px solid #f0f0f0}.dashboard-notifications__head>div{display:flex;align-items:center;gap:8px}.dashboard-notifications__head h3{margin:0;font-size:15px}.dashboard-notifications__head span{padding:2px 7px;border-radius:999px;background:#fff1f0;color:#cf1322;font-size:11px}.dashboard-notifications__head button{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:#0958d9;font:600 12px/1.4 inherit;cursor:pointer}.dashboard-notifications__head svg{width:13px;height:13px}.dashboard-notifications ul{margin:0;padding:0;list-style:none}.dashboard-notifications li[data-title=""]{display:none}.dashboard-notifications li button{display:grid;grid-template-columns:8px minmax(0,1fr) 15px;align-items:start;gap:10px;width:100%;padding:13px 18px;border:0;border-bottom:1px solid #f5f5f5;background:#fff;color:#262626;text-align:left;cursor:pointer}.dashboard-notifications li[data-read=no] button{background:#f7fbff}.dashboard-notifications li:last-child button{border-bottom:0}.dashboard-notifications__dot{width:7px;height:7px;margin-top:5px;border-radius:50%;background:#bfbfbf}.dashboard-notifications li[data-read=no] .dashboard-notifications__dot{background:var(--ui-color-primary-text,#0958d9)}.dashboard-notifications li[data-tone=success] .dashboard-notifications__dot{background:var(--ui-color-success-text,#237804)}.dashboard-notifications li[data-tone=warning] .dashboard-notifications__dot{background:#ad4e00}.dashboard-notifications li[data-tone=reward] .dashboard-notifications__dot{background:#722ed1}.dashboard-notifications li div{display:grid;min-width:0}.dashboard-notifications li strong{font-size:13px}.dashboard-notifications li p{margin:2px 0 0;color:#595959;font-size:12px}.dashboard-notifications li small{margin-top:4px;color:#595959;font-size:11px}.dashboard-notifications li>button>svg{width:14px;height:14px;margin-top:3px;color:#bfbfbf}@media(max-width:520px){.dashboard-notifications__head{align-items:flex-start}.dashboard-notifications__head>div{display:grid}.dashboard-notifications li button{padding:12px 14px}}.dashboard-notifications__head button:disabled{color:#595959;cursor:not-allowed;opacity:.72}