.notification-menu-wrap{position:relative}.notification-dropdown{position:absolute;z-index:130;top:47px;left:0;width:min(370px,calc(100vw - 24px));overflow:hidden;border:1px solid #dce5de;border-radius:14px;color:#26372d;background:#fff;box-shadow:0 18px 50px #162d1d33;direction:rtl;font-family:Cairo,Tahoma,sans-serif}.notification-dropdown>header{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ede9}.notification-dropdown>header>div{display:grid}.notification-dropdown header strong{font-size:13px}.notification-dropdown header small{color:#7b867f;font-size:8px}.notification-dropdown header button{display:flex;align-items:center;gap:3px;border:0;color:#377e4f;background:none;font:inherit;font-size:8px}.notification-dropdown header svg{width:13px}.dropdown-notices{max-height:360px;overflow-y:auto}.dropdown-notices>button{width:100%;padding:10px 12px;display:flex;align-items:center;gap:8px;border:0;border-bottom:1px solid #edf1ee;background:#fff;text-align:right;font:inherit}.dropdown-notices>button.unread{background:#f0f8f2}.dropdown-notices>button>span{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:50%;color:#397c4e;background:#e8f3eb}.dropdown-notices>button>span.message{color:#297ca5;background:#e6f5fb}.dropdown-notices>button>span.review{color:#a8781d;background:#fff3d7}.dropdown-notices>button>div{min-width:0;display:grid;flex:1}.dropdown-notices strong{font-size:9px}.dropdown-notices p{margin:2px 0;overflow:hidden;color:#6f7b73;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.dropdown-notices small{color:#959e98;font-size:7px}.dropdown-notices svg{width:15px}.dropdown-state{min-height:130px;display:grid;place-content:center;justify-items:center;color:#7b867f;text-align:center;font-size:9px}.dropdown-state button{padding:7px 11px;border:0;border-radius:7px;color:#fff;background:#377e4f}.all-notifications{width:100%;height:39px;display:flex;align-items:center;justify-content:center;gap:3px;border:0;color:#377e4f;background:#f7faf8;font:inherit;font-size:9px;font-weight:800}.all-notifications svg{width:13px}@media(max-width:500px){.notification-dropdown{position:fixed;top:67px;left:12px;right:12px;width:auto}}.theme-toggle{z-index:190;width:39px;height:39px;display:grid;place-items:center;flex:none;border:1px solid #dce5df!important;border-radius:50%!important;color:#315f40!important;background:#ffffffed!important;box-shadow:0 5px 18px #172d1e24!important;backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease,color .2s ease}.theme-toggle-floating{position:fixed;top:14px;left:14px}.theme-toggle-header{position:relative;width:36px;height:36px;box-shadow:none!important}.theme-toggle:hover{transform:rotate(-10deg) scale(1.04)}.theme-toggle svg{grid-area:1/1}.theme-sun{display:none}html[data-theme=dark] .theme-toggle{border-color:#405148!important;color:#f3c96b!important;background:#202923ed!important}html[data-theme=dark] .theme-moon{display:none}html[data-theme=dark] .theme-sun{display:block}body:has(.topbar) .theme-toggle-floating{display:none}