.topbar-profile .profile-avatar{background:linear-gradient(to top right,#10b981,#6ee7b7)!important;border:none!important}.topbar-profile .profile-avatar span{color:#fff!important}.topbar-profile .profile-avatar img{object-fit:cover!important}
.notifications-wrapper{background-color:var(--card-bg);z-index:1000;border:1px solid var(--border-color);border-radius:.5rem;width:24rem;max-height:80vh;padding-right:8px;position:absolute;top:calc(100% + 12px);right:0;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.dark .notifications-wrapper{box-shadow:0 4px 6px rgba(0,0,0,.3)}.notifications-wrapper .heading{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:20px;padding:1rem;display:flex}.notifications-wrapper .heading h1{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:800}.notifications-tabs{flex-direction:column;gap:.5rem;padding:0 1rem 1rem;display:flex;overflow-y:auto}.loader{text-align:center;color:color-mix(in srgb,var(--foreground)60%,transparent);padding:20px;font-size:14px}.no-notifications{text-align:center;color:color-mix(in srgb,var(--foreground)50%,transparent);padding:2rem;font-style:italic}.message-grid{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 4fr 1fr;align-items:center;column-gap:15px;padding:.75rem 0;display:grid}.message-grid:last-child{border-bottom:none}.message-grid-1{grid-area:1/1/3/2}.message-grid-1 img{object-fit:cover;border-radius:50%;width:40px;height:40px}.message-grid-2{color:var(--foreground);grid-area:1/2/2/6;font-size:.9rem;font-weight:600}.message-grid-3{color:color-mix(in srgb,var(--foreground)70%,transparent);grid-area:2/2/3/6;font-size:.7rem;font-weight:600}.message-grid-4{cursor:pointer;color:color-mix(in srgb,var(--foreground)60%,transparent);text-align:right;grid-area:1/6/2/7;font-size:.75rem;font-weight:600}.message-grid-5{grid-area:3/2/5/6;padding:12px 0}.message-grid-5 div{background-color:color-mix(in srgb,var(--card-bg)50%,#888);color:var(--foreground);border-radius:5px;padding:10px 8px;font-size:.8rem;font-weight:600}.dark .message-grid-5 div{background-color:color-mix(in srgb,var(--card-bg)50%,#000)}.create-notification-form{background-color:var(--card-bg);border-top:1px solid var(--border-color);padding:1rem}.create-notification-form h2{color:var(--foreground);margin:0 0 15px;font-size:.75rem;font-weight:700}.create-notification-form .form-group{margin-bottom:12px}.create-notification-form label{color:var(--foreground);margin-bottom:5px;font-size:.7rem;font-weight:600;display:block}.create-notification-form input,.create-notification-form textarea{border:1px solid var(--border-color);background-color:var(--background);width:100%;color:var(--foreground);border-radius:4px;padding:8px;font-size:.85rem}.create-notification-form input:focus,.create-notification-form textarea:focus{border-color:var(--theme-color);outline:none}.create-notification-form button{background-color:var(--theme-color);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:8px;padding:8px 16px;font-weight:600}.create-notification-form button:hover{background-color:var(--theme-color-dark)}
