@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap";html[lang=ar],html[lang=ar] body,html[lang=ar] .frappe-control,html[lang=ar] .modal,html[lang=ar] .manzuma-sidebar,html[lang=ar] .manzuma-sidebar-panel,html[lang=ar] .manzuma-chat-panel,html[lang=ar] .navbar,html[lang=ar] .page-container,html[lang=ar] input,html[lang=ar] textarea,html[lang=ar] select,html[lang=ar] button{font-family:IBM Plex Sans Arabic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.body-sidebar-container,.navbar-home,#page-desktop .page-content .module-section,#page-desktop .page-content .desktop-container{display:none!important}a[href*="frappe.io"]:not([href*="/api/"]),a[href*="erpnext.com"]:not([href*="/api/"]),a[href*="frappecloud.com"],a[href*="frappe.cloud"]{display:none!important}.footer-powered,.about-app-link{display:none!important}.launcher-item:has(img[src*="erpnext"]),.app-item:has(img[src*="erpnext"]),a[href="/app/erpnext"],a[href="/app/erp-next"]{display:none!important}.manzuma-ai-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);box-shadow:0 4px 16px #0d948866;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1050;border:none;transition:transform .2s ease,box-shadow .2s ease;color:#fff}.manzuma-ai-fab:hover{transform:scale(1.05);box-shadow:0 6px 20px #0d948880}.manzuma-ai-fab.active{background:linear-gradient(135deg,#0f766e 0%,#0d9488 100%)}.manzuma-ai-fab svg{width:24px;height:24px;fill:#fff}.manzuma-chat-panel{position:fixed;bottom:90px;right:24px;width:380px;height:520px;background:var(--fg-color, white);border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;z-index:1049;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s ease;overflow:hidden}.manzuma-chat-panel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.manzuma-chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);color:#fff}.manzuma-chat-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px}.manzuma-chat-title svg{fill:#fff}.manzuma-chat-actions{display:flex;gap:8px}.manzuma-chat-btn{background:rgba(255,255,255,.2);border:none;border-radius:8px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.manzuma-chat-btn:hover{background:rgba(255,255,255,.3)}.manzuma-chat-btn svg{fill:#fff}.manzuma-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.manzuma-chat-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;color:var(--text-color, #333)}.manzuma-chat-welcome-icon{font-size:48px;margin-bottom:12px}.manzuma-chat-welcome h3{margin:0 0 8px;font-size:18px;font-weight:600}.manzuma-chat-welcome p{margin:0 0 16px;font-size:14px;color:var(--text-muted, #666)}.manzuma-chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.manzuma-suggestion{background:var(--control-bg, #f4f4f4);border:1px solid var(--border-color, #e0e0e0);border-radius:20px;padding:8px 14px;font-size:13px;cursor:pointer;transition:all .2s}.manzuma-suggestion:hover{background:var(--primary, #0d9488);color:#fff;border-color:var(--primary, #0d9488)}.manzuma-message{display:flex;gap:10px;max-width:90%}.manzuma-message-user{flex-direction:row-reverse;align-self:flex-end}.manzuma-message-assistant{align-self:flex-start}.manzuma-message-avatar{width:32px;height:32px;border-radius:50%;background:var(--control-bg, #f4f4f4);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.manzuma-message-user .manzuma-message-avatar{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%)}.manzuma-message-content{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5}.manzuma-message-user .manzuma-message-content{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);color:#fff;border-bottom-right-radius:4px}.manzuma-message-assistant .manzuma-message-content{background:var(--control-bg, #f4f4f4);color:var(--text-color, #333);border-bottom-left-radius:4px}.manzuma-message-content code{background:rgba(0,0,0,.1);padding:2px 6px;border-radius:4px;font-size:13px}.manzuma-typing-indicator{display:flex;gap:4px;padding:4px 0}.manzuma-typing-indicator span{width:8px;height:8px;background:var(--gray-500, #888);border-radius:50%;animation:typing 1.4s infinite ease-in-out}.manzuma-typing-indicator span:nth-child(1){animation-delay:-.32s}.manzuma-typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.manzuma-chat-input-container{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border-color, #e0e0e0);background:var(--fg-color, white)}.manzuma-chat-input{flex:1;border:1px solid var(--border-color, #e0e0e0);border-radius:12px;padding:10px 14px;font-size:14px;resize:none;max-height:120px;line-height:1.4;font-family:inherit}.manzuma-chat-input:focus{outline:none;border-color:var(--primary, #0d9488);box-shadow:0 0 0 2px #0d948833}.manzuma-chat-send{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s}.manzuma-chat-send:hover:not(:disabled){transform:scale(1.05)}.manzuma-chat-send:disabled{background:var(--gray-300, #ccc);cursor:not-allowed}.manzuma-chat-send svg{fill:#fff}@media (max-width: 480px){.manzuma-chat-panel{width:calc(100vw - 32px);right:16px;bottom:80px;height:60vh;max-height:500px}.manzuma-ai-fab{right:16px;bottom:16px;width:50px;height:50px}}.manzuma-sidebar{position:fixed;top:0;left:0;width:200px;height:100vh;background:#1e293b;display:flex;flex-direction:column;z-index:1040;transition:width .3s cubic-bezier(.4,0,.2,1);overflow:hidden;border-right:1px solid rgba(255,255,255,.06)}.manzuma-sidebar.collapsed{width:60px}.manzuma-sidebar-logo{height:48px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;cursor:pointer;overflow:hidden}.manzuma-sidebar-logo svg{width:22px;height:22px;fill:#14b8a6;flex-shrink:0}.manzuma-sidebar-brand{color:#f1f5f9;font-size:15px;font-weight:700;white-space:nowrap;letter-spacing:.2px;opacity:1;transition:opacity .2s ease}.manzuma-sidebar.collapsed .manzuma-sidebar-brand{opacity:0;pointer-events:none}.manzuma-sidebar-icons{flex:1;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overflow-x:hidden;padding:8px;scrollbar-width:none;-ms-overflow-style:none}.manzuma-sidebar-icons::-webkit-scrollbar{display:none}.manzuma-sidebar-icon-btn{width:100%;min-height:34px;height:34px;display:flex;align-items:center;gap:10px;cursor:pointer;position:relative;border:none;background:transparent;padding:0 10px;flex-shrink:0;transition:all .2s ease-in-out;text-align:left;overflow:hidden;border-radius:8px}.manzuma-sidebar-icon-btn:hover{background:rgba(255,255,255,.08)}.manzuma-sidebar-icon-btn.active{background:rgba(20,184,166,.15);box-shadow:0 1px 3px #00000026}.manzuma-sidebar-icon-btn.active:before{display:none}.manzuma-sidebar-icon-btn .icon-wrapper{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .2s ease-in-out}.manzuma-sidebar-icon-btn:hover .icon-wrapper{color:#e2e8f0}.manzuma-sidebar-icon-btn.active .icon-wrapper{color:#5eead4}.manzuma-sidebar-icon-btn .icon-wrapper svg{width:18px;height:18px;stroke-width:1.75}.manzuma-sidebar-icon-btn .icon-label{color:#94a3b8;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:1;transition:all .2s ease-in-out}.manzuma-sidebar-icon-btn:hover .icon-label{color:#e2e8f0}.manzuma-sidebar-icon-btn.active .icon-label{color:#5eead4;font-weight:600}.manzuma-sidebar.collapsed .icon-label{opacity:0;pointer-events:none}.manzuma-sidebar.collapsed .manzuma-sidebar-icon-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:54px;top:50%;transform:translateY(-50%);background:#334155;color:#f1f5f9;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1050;box-shadow:0 4px 12px #00000040}.manzuma-sidebar.collapsed .manzuma-sidebar-icon-btn:hover[data-tooltip]:after{opacity:1}.manzuma-sidebar.panel-open .manzuma-sidebar-icon-btn[data-tooltip]:after{display:none!important}.manzuma-sidebar-bottom{border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;position:relative;padding:4px 8px 6px}.manzuma-sidebar-collapse-btn{width:100%;height:30px;display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;cursor:pointer;color:#64748b;padding:0;border-radius:6px;transition:all .2s ease-in-out}.manzuma-sidebar-collapse-btn:hover{color:#94a3b8;background:rgba(255,255,255,.06)}.manzuma-sidebar-collapse-btn svg{width:14px;height:14px;stroke-width:2;flex-shrink:0}.manzuma-sidebar-divider{height:1px;background:rgba(255,255,255,.06);margin:4px 2px}.manzuma-sidebar-user-btn{width:100%;height:40px;display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;padding:0 6px;border-radius:8px;transition:all .2s ease-in-out;overflow:hidden}.manzuma-sidebar-user-btn:hover{background:rgba(255,255,255,.08)}.user-avatar{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#14b8a6,#0f766e);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.5px}.user-name{color:#cbd5e1;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:1;transition:opacity .2s ease}.manzuma-sidebar.collapsed .user-name{opacity:0;pointer-events:none}.manzuma-user-menu{position:absolute;bottom:52px;left:6px;right:6px;width:auto;background:#1e293b;border-radius:12px;padding:6px;box-shadow:0 8px 30px #00000073,0 0 0 1px #ffffff0f;border:none;opacity:0;transform:translateY(8px);pointer-events:none;transition:all .2s ease;z-index:1060}.manzuma-user-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}.manzuma-sidebar.collapsed .manzuma-user-menu{left:64px;bottom:8px;right:auto;width:220px}.manzuma-user-menu-header{display:flex;align-items:center;gap:10px;padding:10px 10px 8px}.manzuma-user-menu-header .user-avatar-lg{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#14b8a6,#0f766e);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.manzuma-user-menu-header .user-info{display:flex;flex-direction:column;min-width:0}.manzuma-user-menu-header .user-info-name{color:#f1f5f9;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manzuma-user-menu-header .user-info-email{color:#64748b;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manzuma-user-menu-item{display:flex;align-items:center;gap:10px;padding:8px 10px;color:#cbd5e1;text-decoration:none!important;font-size:13px;border-radius:8px;cursor:pointer;transition:all .15s ease}.manzuma-user-menu-item:hover{background:rgba(255,255,255,.08);color:#f1f5f9;text-decoration:none!important}.manzuma-user-menu-item svg{width:16px;height:16px;stroke-width:1.75;flex-shrink:0;color:#94a3b8}.manzuma-user-menu-item.logout{color:#f87171}.manzuma-user-menu-item.logout svg{color:#f87171}.manzuma-user-menu-item.logout:hover{background:rgba(248,113,113,.1);color:#fca5a5}.manzuma-user-menu-divider{height:1px;background:rgba(255,255,255,.06);margin:4px 6px}.manzuma-sidebar-panel{position:fixed;top:0;left:200px;width:240px;height:100vh;background:#ffffff;z-index:1039;transform:translate(-240px);transition:transform .25s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-right:1px solid #e5e7eb;box-shadow:4px 0 16px #0000000a}.manzuma-sidebar-panel.open{transform:translate(0)}body.manzuma-sidebar-collapsed .manzuma-sidebar-panel{left:60px}.manzuma-sidebar-panel-header{height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #f1f5f9;flex-shrink:0;background:#ffffff}.manzuma-sidebar-panel-title{color:#1e293b;font-size:14px;font-weight:600;flex:1;letter-spacing:-.01em}.manzuma-sidebar-panel-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#94a3b8;border-radius:8px;transition:all .2s ease}.manzuma-sidebar-panel-close:hover{background:#f1f5f9;color:#475569}.manzuma-sidebar-panel-items{flex:1;overflow-y:auto;padding:8px;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.manzuma-sidebar-panel-items::-webkit-scrollbar{width:4px}.manzuma-sidebar-panel-items::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.manzuma-panel-section{padding:16px 10px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8}.manzuma-panel-item{display:flex;align-items:center;padding:7px 10px;color:#475569;text-decoration:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;border:none;background:transparent;width:100%;text-align:left;border-radius:8px;margin-bottom:1px}.manzuma-panel-item:hover{background:#f1f5f9;color:#1e293b;text-decoration:none}.manzuma-panel-item.active-item{background:#f0fdf4;color:#0d9488;font-weight:600;box-shadow:0 1px 2px #0000000d}.manzuma-panel-item.child-item{padding-left:22px;font-size:12.5px;color:#64748b;font-weight:400}.manzuma-panel-item.child-item:hover{color:#334155}[data-theme=dark] .manzuma-sidebar-panel{background:#1e1e2e;border-right-color:#2a2a3d;box-shadow:4px 0 16px #0003}[data-theme=dark] .manzuma-sidebar-panel-header{background:#1e1e2e;border-bottom-color:#2a2a3d}[data-theme=dark] .manzuma-sidebar-panel-title{color:#f1f5f9}[data-theme=dark] .manzuma-sidebar-panel-close:hover{background:rgba(255,255,255,.08);color:#e2e8f0}[data-theme=dark] .manzuma-panel-section{color:#64748b}[data-theme=dark] .manzuma-panel-item{color:#cbd5e1}[data-theme=dark] .manzuma-panel-item:hover{background:rgba(255,255,255,.06);color:#f1f5f9}[data-theme=dark] .manzuma-panel-item.active-item{background:rgba(20,184,166,.12);color:#5eead4;box-shadow:none}[data-theme=dark] .manzuma-panel-item.child-item{color:#94a3b8}[data-theme=dark] .manzuma-panel-item.child-item:hover{color:#cbd5e1}body.has-manzuma-sidebar .navbar{padding-left:200px!important}body.has-manzuma-sidebar #body{margin-left:200px!important}body.has-manzuma-sidebar.manzuma-sidebar-collapsed .navbar{padding-left:60px!important}body.has-manzuma-sidebar.manzuma-sidebar-collapsed #body{margin-left:60px!important}body.has-manzuma-sidebar.manzuma-panel-expanded:not(.manzuma-sidebar-collapsed) .navbar{padding-left:440px!important}body.has-manzuma-sidebar.manzuma-panel-expanded:not(.manzuma-sidebar-collapsed) #body{margin-left:440px!important}body.has-manzuma-sidebar.manzuma-panel-expanded.manzuma-sidebar-collapsed .navbar{padding-left:300px!important}body.has-manzuma-sidebar.manzuma-panel-expanded.manzuma-sidebar-collapsed #body{margin-left:300px!important}html[dir=rtl] .manzuma-sidebar{left:auto;right:0;border-right:none;border-left:1px solid rgba(255,255,255,.06)}html[dir=rtl] .manzuma-sidebar-panel{left:auto;right:200px;transform:translate(240px);border-right:none;border-left:1px solid #e5e7eb;box-shadow:-4px 0 16px #0000000a;transition:transform .25s cubic-bezier(.4,0,.2,1),right .3s cubic-bezier(.4,0,.2,1)}html[dir=rtl] .manzuma-sidebar-panel.open{transform:translate(0)}html[dir=rtl] body.manzuma-sidebar-collapsed .manzuma-sidebar-panel{right:60px}html[dir=rtl] .manzuma-sidebar-icon-btn.active:before{left:auto;right:0;border-radius:3px 0 0 3px}html[dir=rtl] .manzuma-sidebar-icon-btn{text-align:right}html[dir=rtl] .manzuma-sidebar.collapsed .manzuma-sidebar-icon-btn[data-tooltip]:after{right:auto;left:-10px;transform:translateY(-50%) translate(-100%)}html[dir=rtl] .manzuma-sidebar.collapsed .manzuma-user-menu{right:auto;left:-10px;transform:translate(-100%);bottom:8px;width:220px}html[dir=rtl] .manzuma-panel-item{text-align:right}html[dir=rtl] .manzuma-panel-item.active-item{border-left:none;border-right:none}html[dir=rtl] .manzuma-panel-item.child-item{padding-left:10px;padding-right:22px}html[dir=rtl] .manzuma-panel-section{text-align:right}[data-theme=dark] html[dir=rtl] .manzuma-panel-item.active-item,html[dir=rtl] [data-theme=dark] .manzuma-panel-item.active-item{border-left:none;border-right:none}html[dir=rtl] body.has-manzuma-sidebar .navbar{padding-left:0!important;padding-right:200px!important}html[dir=rtl] body.has-manzuma-sidebar #body{margin-left:0!important;margin-right:200px!important}html[dir=rtl] body.has-manzuma-sidebar.manzuma-sidebar-collapsed .navbar{padding-left:0!important;padding-right:60px!important}html[dir=rtl] body.has-manzuma-sidebar.manzuma-sidebar-collapsed #body{margin-left:0!important;margin-right:60px!important}html[dir=rtl] body.has-manzuma-sidebar.manzuma-panel-expanded:not(.manzuma-sidebar-collapsed) .navbar{padding-left:0!important;padding-right:440px!important}html[dir=rtl] body.has-manzuma-sidebar.manzuma-panel-expanded:not(.manzuma-sidebar-collapsed) #body{margin-left:0!important;margin-right:440px!important}html[dir=rtl] body.has-manzuma-sidebar.manzuma-panel-expanded.manzuma-sidebar-collapsed .navbar{padding-left:0!important;padding-right:300px!important}html[dir=rtl] body.has-manzuma-sidebar.manzuma-panel-expanded.manzuma-sidebar-collapsed #body{margin-left:0!important;margin-right:300px!important}@media (max-width: 768px){.manzuma-sidebar,.manzuma-sidebar-panel{display:none!important}body.has-manzuma-sidebar .navbar{padding-left:0!important}body.has-manzuma-sidebar #body{margin-left:0!important}}body.has-manzuma-sidebar .navbar,body.has-manzuma-sidebar #body{transition:margin-left .25s cubic-bezier(.4,0,.2,1),padding-left .25s cubic-bezier(.4,0,.2,1),margin-right .25s cubic-bezier(.4,0,.2,1),padding-right .25s cubic-bezier(.4,0,.2,1)}
/*# sourceMappingURL=manzuma.bundle.YQN6HECE.css.map */
