.app-navbar{background:#fff;border-bottom:1px solid #eceef1;width:100%}.app-navbar-header{gap:4px;height:53px;padding:0 14px}.app-navbar-dropdown{background:var(--ant-color-bg-layout);border-bottom:1px solid var(--ant-color-border-secondary);padding:12px 16px}.app-navbar-scrollable-list{scrollbar-width:none;overflow-x:auto}.app-navbar-scrollable-list::-webkit-scrollbar{display:none}.app-navbar-item-link{color:inherit;align-items:center;height:100%;text-decoration:none;display:inline-flex}.app-navbar-item-link:hover{color:inherit;text-decoration:none}.app-navbar-item{color:#111827;-webkit-user-select:none;user-select:none;border-radius:7px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12.5px;font-weight:500;display:inline-flex}.app-navbar-item:hover:not(.active){background:#f5f5f7}.app-navbar-item-ico{justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.app-navbar-item-ico svg{width:14px;height:14px}.app-navbar-item.active .app-navbar-item-ico{color:var(--app-navbar-active-color,#2563eb)}.app-navbar-item-label{color:#111827;border-bottom:2px solid #0000;padding-bottom:2px;line-height:1}.app-navbar-item.active .app-navbar-item-label{border-bottom-color:var(--app-navbar-active-color,#2563eb)}.app-navbar-section-divider{background:#eceef1;width:1px;height:18px;margin:0 8px}.app-navbar-view-toggle{cursor:pointer;background:#fff;border:1px solid #eceef1;border-radius:7px;justify-content:center;align-items:center;height:28px;padding:3px;display:inline-flex}.app-navbar-view-toggle-icon{color:#1f2937;background:#f1f2f4;border-radius:5px;justify-content:center;align-items:center;width:24px;height:22px;display:inline-flex}.app-navbar-right-controls{align-items:center;gap:12px;display:inline-flex}.app-navbar-search-trigger{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #eceef1;border-radius:7px;justify-content:flex-start;align-items:center;gap:8px;width:380px;height:30px;padding:0 10px;font-size:12px;line-height:1;display:inline-flex}.app-navbar-plus-trigger{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #eceef1;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.app-navbar-plus-trigger svg,.app-navbar-search-trigger svg{width:14px;height:14px}.app-navbar-item-shaking{animation:.17s ease-in-out infinite alternate app-navbar-shake}@media (width<=1024px){.app-navbar-header{padding:0 10px}.app-navbar-right-controls{gap:4px}.app-navbar-search-trigger{width:260px}}@media (width<=768px){.app-navbar-header{padding:0 8px}.app-navbar-right-controls{gap:4px}.app-navbar-search-trigger{justify-content:center;gap:0;width:34px;padding:0}.app-navbar-search-trigger span{display:none}.app-navbar-plus-trigger{width:28px;height:28px}}@keyframes app-navbar-shake{0%{transform:rotate(-1.5deg)}to{transform:rotate(1.5deg)}}
