:root{--brand:#0f766e;--brand2:#14b8a6;--brand3:#0ea5e9;--dark:#0f172a;--muted:#64748b;--bg:#f3f7fb;--card:#fff;--line:#e2e8f0;--primary:#2563eb;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--purple:#7c3aed;--orange:#f97316;--shadow:0 16px 42px rgba(15,23,42,.08)}*{box-sizing:border-box}body{background:var(--bg);color:#0f172a;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:14px}.app-loader{position:fixed;inset:0;background:#f8fafc;z-index:3000;display:flex;align-items:center;justify-content:center;gap:14px;color:#0f766e;transition:.25s}.app-loader.hide{opacity:0;visibility:hidden}.spinner{width:26px;height:26px;border:3px solid #ccfbf1;border-top-color:#0f766e;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{position:fixed;left:292px;right:0;top:0;height:74px;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.85);display:flex;align-items:center;justify-content:space-between;padding:0 28px;z-index:50}.topbar b{font-size:16px}.user-pill{display:inline-flex;gap:6px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 12px;font-weight:800;color:#334155}.sidebar{position:fixed;top:0;left:0;bottom:0;width:292px;background:radial-gradient(circle at top left,rgba(20,184,166,.5),transparent 28%),linear-gradient(180deg,#0f172a 0%,#134e4a 100%);padding:18px 14px;overflow:auto;box-shadow:16px 0 40px rgba(15,23,42,.12);z-index:60}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:20px}.sidebar .brand{color:#fff;font-size:20px;font-weight:900;margin:8px 10px 18px;letter-spacing:.2px;display:flex;align-items:center}.sidebar .brand i{background:rgba(255,255,255,.14);width:44px;height:44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.sidebar-caption{color:#99f6e4;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;margin:18px 12px 7px}.sidebar a{display:flex;align-items:center;color:#dbeafe;text-decoration:none;padding:11px 13px;border-radius:15px;margin-bottom:3px;transition:.18s ease;font-weight:700;position:relative}.sidebar a:hover,.sidebar a.active{background:rgba(255,255,255,.16);color:#fff;transform:translateX(3px)}.sidebar a.active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;background:#5eead4;border-radius:0 8px 8px 0}.sidebar i{width:26px}.sidebar-backdrop{display:none}.content{margin-left:292px;padding:100px 30px 36px}body.dp-no-sidebar .topbar{left:0!important}body.dp-no-sidebar .content{margin-left:0!important}body.dp-no-sidebar .sidebar,body.dp-no-sidebar .sidebar-backdrop,body.dp-no-sidebar .sidebar-toggle{display:none!important}.card{border:0;border-radius:24px;box-shadow:var(--shadow);background:var(--card)}.btn{border-radius:12px;font-weight:800}.btn-primary{background:var(--brand);border-color:var(--brand)}.btn-primary:hover{background:#115e59;border-color:#115e59}.btn-outline-primary{border-color:#99f6e4;color:#0f766e}.btn-outline-primary:hover{background:#0f766e;border-color:#0f766e}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 18% 12%,rgba(20,184,166,.65),transparent 27%),linear-gradient(135deg,#0f172a,#0f766e)}.login-card{width:430px;background:#fff;border-radius:30px;padding:38px;box-shadow:0 32px 80px rgba(2,6,23,.28)}.login-logo{width:78px;height:78px;border-radius:25px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:34px;margin-bottom:14px}.dashboard-hero{min-height:188px;border-radius:30px;padding:32px;color:#fff;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 10% 10%,rgba(255,255,255,.26),transparent 23%),linear-gradient(135deg,#0f172a 0%,#0f766e 55%,#14b8a6 100%);box-shadow:0 22px 55px rgba(15,118,110,.25);overflow:hidden;position:relative}.dashboard-hero:after{content:"";position:absolute;right:-80px;bottom:-110px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.13)}.dashboard-hero>*{position:relative;z-index:1}.dashboard-hero h3{font-weight:900;font-size:34px}.dashboard-hero p{color:rgba(255,255,255,.84);max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:#ccfbf1;margin-bottom:8px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.metric-card{overflow:hidden;position:relative}.metric-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,118,110,.12),transparent 58%);pointer-events:none}.metric-card .card-body{position:relative}.metric-label{text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.08em;color:#64748b}.metric-value{font-size:25px;font-weight:900;margin-top:7px}.metric-icon{width:50px;height:50px;border-radius:17px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:21px;background:var(--brand);box-shadow:0 14px 28px rgba(15,118,110,.22)}.metric-foot{margin-top:16px;color:#94a3b8;font-size:12px}.metric-primary .metric-icon{background:var(--primary)}.metric-success .metric-icon{background:var(--success)}.metric-warning .metric-icon{background:var(--warning)}.metric-danger .metric-icon{background:var(--danger)}.metric-info .metric-icon{background:#0284c7}.metric-purple .metric-icon{background:var(--purple)}.metric-orange .metric-icon{background:var(--orange)}.metric-profit .metric-icon{background:linear-gradient(135deg,#0f766e,#22c55e)}.chart-card,.table-card{padding:18px}.card-header-clean{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:16px}.card-header-clean h5{font-weight:900;margin:0 0 4px}.card-header-clean span{color:#64748b;font-size:13px}.badge-soft{background:#ecfdf5;color:#0f766e;border:1px solid #ccfbf1;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px!important}.chart-wrap{height:350px;position:relative}.chart-wrap.small{height:310px}.table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.table td{border-color:#eef2f7;vertical-align:middle}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#e2e8f0;color:#334155}.status-delivered,.status-completed,.status-approved,.status-paid,.status-received,.status-active{background:#dcfce7;color:#166534}.status-pending,.status-assigned{background:#fef3c7;color:#92400e}.status-cancelled,.status-returned,.status-rejected,.status-inactive{background:#fee2e2;color:#991b1b}.status-processing,.status-out-for-delivery,.status-on-the-way,.status-open,.status-in-progress{background:#dbeafe;color:#1d4ed8}.form-control,.form-select{border-radius:12px;border-color:#dbe3ef}.form-control:focus,.form-select:focus{border-color:#14b8a6;box-shadow:0 0 0 .2rem rgba(20,184,166,.15)}.page-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.page-title h4{font-weight:900;margin:0}.toolbar-card{padding:16px;margin-bottom:18px}.action-btns .btn{margin-left:4px}.mini-stat{background:#f8fafc;border:1px solid #eef2f7;border-radius:18px;padding:14px}.mini-stat .label{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.mini-stat .value{font-weight:900;font-size:20px}.print-area{background:white;border-radius:20px;padding:24px}.invoice-title{font-weight:900;color:#0f766e}.data-empty{padding:36px;text-align:center;color:#94a3b8}.table-search{max-width:320px}.chip{display:inline-flex;border-radius:999px;padding:5px 10px;background:#ecfeff;color:#0e7490;font-size:12px;font-weight:900}.required:after{content:' *';color:#ef4444}.modal-content{border:0;border-radius:24px}.quick-link{display:block;text-decoration:none;color:#0f172a;border:1px solid #e2e8f0;border-radius:20px;padding:17px;background:#fff;transition:.15s;height:100%}.quick-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.08);color:#0f766e}.quick-link i{width:40px;height:40px;border-radius:15px;background:#ecfdf5;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.section-heading{font-weight:900;margin-bottom:12px;color:#0f172a}.hero-mini{border-radius:24px;padding:22px;background:linear-gradient(135deg,#f0fdfa,#eff6ff);border:1px solid #ccfbf1;margin-bottom:18px}.progress-soft{height:10px;border-radius:20px;background:#e2e8f0;overflow:hidden}.progress-soft span{display:block;height:100%;border-radius:20px;background:linear-gradient(90deg,#0f766e,#14b8a6)}.module-card{padding:20px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;height:100%;box-shadow:0 12px 30px rgba(15,23,42,.04)}.module-card .icon{width:46px;height:46px;border-radius:16px;background:#ecfdf5;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.shop-body{background:#f8fafc}.shop-hero{background:linear-gradient(135deg,#0f172a,#0f766e);color:#fff;border-radius:30px;padding:36px;margin:24px 0}.product-tile{border:1px solid #e2e8f0;border-radius:24px;background:#fff;padding:18px;height:100%;box-shadow:0 12px 30px rgba(15,23,42,.05)}.product-tile .img{height:120px;border-radius:18px;background:linear-gradient(135deg,#ecfdf5,#e0f2fe);display:flex;align-items:center;justify-content:center;color:#0f766e;font-size:38px;margin-bottom:14px}@media(max-width:1100px){body.dp-no-sidebar .topbar{left:0!important}body.dp-no-sidebar .content{margin-left:0!important}.sidebar{width:92px}.sidebar a span,.sidebar .brand span,.sidebar-caption{display:none}.sidebar a{justify-content:center}.sidebar a i{font-size:18px;width:auto}.sidebar .brand{justify-content:center}.sidebar .brand i{margin-right:0}.topbar{left:92px}.content{margin-left:92px}.dashboard-hero{display:block}.hero-actions{margin-top:18px}.topbar .text-muted{display:none}}@media(max-width:760px){body.dp-no-sidebar .content{padding-left:14px!important;padding-right:14px!important}.topbar{left:0;padding:0 14px}.sidebar{transform:translateX(-105%);transition:.22s}.sidebar.show{transform:translateX(0);width:292px}.sidebar.show a span,.sidebar.show .brand span,.sidebar.show .sidebar-caption{display:block}.sidebar.show a{justify-content:flex-start}.sidebar.show a i{width:26px}.sidebar-backdrop.show{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:55}.content{margin-left:0;padding:92px 16px 24px}.dashboard-hero{padding:24px}.dashboard-hero h3{font-size:25px}.chart-wrap{height:300px}.page-title{display:block}.page-title>div{margin-top:12px}.table-search{max-width:100%;width:100%;margin-bottom:10px}}

.eyebrow-dark{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#0f766e;margin-bottom:5px}.module-card.compact{display:flex;align-items:center;gap:14px;padding:16px}.module-card.compact span{display:block;color:#64748b;font-size:12px;text-transform:uppercase;font-weight:900}.module-card.compact b{font-size:22px}.table-card .table tbody tr:hover{background:#f8fafc}.quick-link b{font-size:15px}.quick-link p{font-size:13px}.print-only{display:none}@media print{.sidebar,.topbar,.hero-actions,.btn,.sidebar-backdrop,.app-loader{display:none!important}.content{margin:0!important;padding:0!important}.card,.module-card,.dashboard-hero{box-shadow:none!important}.print-only{display:block}.no-print{display:none!important}}

/* Global Enterprise polish */
.glass-card{background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.55);box-shadow:0 24px 60px rgba(15,23,42,.10)}
.enterprise-ribbon{display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:18px;background:linear-gradient(135deg,#ecfdf5,#eff6ff);border:1px solid #dbeafe;color:#0f172a;font-weight:900}
.enterprise-ribbon i{color:#0f766e}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.subtle-card{border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.045)}
.timeline{position:relative;padding-left:28px}.timeline:before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:2px;background:#ccfbf1}.timeline-item{position:relative;margin-bottom:16px}.timeline-item:before{content:"";position:absolute;left:-25px;top:4px;width:12px;height:12px;border-radius:50%;background:#0f766e;box-shadow:0 0 0 5px #ccfbf1}.premium-tag{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase}.sidebar a span{white-space:nowrap}.form-label{font-weight:800;color:#334155}.card .card-body{padding:22px}.table-card{overflow:hidden}.table-card table{min-width:720px}.badge-soft-blue{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px}.badge-soft-orange{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px}
@media(max-width:992px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.kpi-grid{grid-template-columns:1fr}}

/* Professional Products & Stock module */
.product-page-title h4{font-size:28px}.product-section-card{padding:22px;border:1px solid #e2e8f0}.product-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.product-section-head b{display:block;font-size:16px;font-weight:900}.product-section-head span{display:block;color:#64748b;font-size:13px}.product-side-card{top:96px}.product-image-preview{height:230px;border:2px dashed #cbd5e1;border-radius:24px;background:linear-gradient(135deg,#f8fafc,#ecfdf5);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#64748b;text-align:center}.product-image-preview img{width:100%;height:100%;object-fit:cover}.product-image-preview i{font-size:38px;color:#0f766e;display:block;margin-bottom:10px}.profit-preview{border-radius:20px;padding:18px;background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #dbeafe}.profit-preview.green{background:linear-gradient(135deg,#ecfdf5,#f8fafc);border-color:#ccfbf1}.profit-preview span{display:block;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:11px;font-weight:900}.profit-preview b{display:block;font-size:26px;font-weight:900;color:#0f172a;margin-top:5px}.profit-preview small{color:#64748b}.stock-status-preview{height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;background:#dcfce7;color:#166534}.stock-status-preview.low{background:#fef3c7;color:#92400e}.stock-status-preview.out{background:#fee2e2;color:#991b1b}.stock-status-preview.ok{background:#dcfce7;color:#166534}.product-checks .check-line{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:16px;padding:11px 12px;background:#f8fafc;font-weight:800;color:#334155}.product-checks input{width:16px;height:16px;accent-color:#0f766e}.product-save-card{padding:18px;background:linear-gradient(135deg,#fff,#f0fdfa)}.product-kpi{position:relative;overflow:hidden;border-radius:24px;background:#fff;border:1px solid #e2e8f0;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.055)}.product-kpi:after{content:"";position:absolute;right:-25px;bottom:-28px;width:90px;height:90px;border-radius:50%;background:#ccfbf1}.product-kpi span{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:#64748b;font-weight:900}.product-kpi b{display:block;font-size:26px;font-weight:900;margin-top:6px}.product-kpi i{position:absolute;right:18px;top:18px;width:44px;height:44px;border-radius:16px;background:#ecfdf5;color:#0f766e;display:flex;align-items:center;justify-content:center;font-size:19px;z-index:2}.product-kpi.success i{background:#dcfce7;color:#166534}.product-kpi.warning i{background:#fef3c7;color:#92400e}.product-kpi.danger i{background:#fee2e2;color:#991b1b}.product-name-cell{display:flex;align-items:center;gap:12px;min-width:280px}.product-name-cell b{display:block;font-weight:900}.product-name-cell small{display:block;color:#64748b}.product-mini-img{width:50px;height:50px;border-radius:17px;background:linear-gradient(135deg,#ecfdf5,#dbeafe);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}.product-mini-img img{width:100%;height:100%;object-fit:cover}.product-mini-img span{font-weight:900;color:#0f766e}.stock-badge{display:inline-flex;border-radius:999px;padding:6px 10px;font-weight:900}.stock-badge.ok{background:#dcfce7;color:#166534}.stock-badge.low{background:#fef3c7;color:#92400e}.stock-badge.out{background:#fee2e2;color:#991b1b}.status-pill.in-stock{background:#dcfce7;color:#166534}.status-pill.low-stock{background:#fef3c7;color:#92400e}.status-pill.out-of-stock{background:#fee2e2;color:#991b1b}@media(max-width:1200px){.product-side-card{position:relative!important;top:auto}}
/* Product gallery / dynamic category polish */
.product-gallery-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gallery-thumb{position:relative;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#f8fafc;min-height:82px;display:flex;align-items:center;justify-content:center}
.gallery-thumb img{width:100%;height:82px;object-fit:cover;display:block}
.gallery-remove{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:999px;background:#fff;color:#dc2626;text-align:center;line-height:22px;text-decoration:none;font-weight:800;box-shadow:0 8px 20px rgba(15,23,42,.18)}
.gallery-remove:hover{background:#fee2e2;color:#991b1b}
.badge-soft-muted{display:inline-flex;align-items:center;border-radius:999px;background:#f1f5f9;color:#475569;padding:5px 10px;font-size:12px;font-weight:700}
@media(max-width:768px){.product-gallery-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-thumb img{height:74px}}

/* Professional local DataTable */
.dt-pro-wrap{background:#fff;border-radius:22px;overflow:hidden}
.dt-pro-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#ffffff)}
.dt-pro-left,.dt-pro-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.dt-pro-title{font-weight:900;color:#0f172a}
.dt-pro-toolbar label{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:800;margin:0}
.dt-pro-toolbar select{border:1px solid #cbd5e1;border-radius:11px;padding:7px 10px;background:#fff;font-weight:800;color:#0f172a}
.dt-search-box{position:relative;min-width:260px}
.dt-search-box i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}
.dt-search{width:100%;border:1px solid #cbd5e1;border-radius:999px;padding:9px 13px 9px 36px;outline:0;background:#fff;font-weight:700}
.dt-search:focus{border-color:#14b8a6;box-shadow:0 0 0 .2rem rgba(20,184,166,.13)}
.data-table-pro thead th.dt-sortable{cursor:pointer;position:relative;user-select:none;padding-right:24px}
.data-table-pro thead th.dt-sortable:after{content:'⇅';position:absolute;right:8px;color:#94a3b8;font-size:11px}
.data-table-pro thead th.dt-asc:after{content:'↑';color:#0f766e}.data-table-pro thead th.dt-desc:after{content:'↓';color:#0f766e}
.dt-pro-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-top:1px solid #e2e8f0;background:#fff;flex-wrap:wrap}
.dt-info{color:#64748b;font-weight:800;font-size:13px}.dt-pager{display:flex;gap:6px;align-items:center}
.dt-page{border:1px solid #cbd5e1;background:#fff;border-radius:11px;min-width:34px;height:34px;padding:0 10px;font-weight:900;color:#334155}
.dt-page:hover{border-color:#0f766e;color:#0f766e}.dt-page.active{background:#0f766e;color:#fff;border-color:#0f766e}.dt-page:disabled{opacity:.45;cursor:not-allowed}
.visibility-badge{white-space:nowrap}.action-btns{white-space:nowrap}.action-btns .btn{margin:2px}.btn-outline-warning{border-color:#fde68a;color:#a16207}.btn-outline-warning:hover{background:#f59e0b;border-color:#f59e0b;color:#fff}.btn-outline-success{border-color:#bbf7d0;color:#166534}.btn-outline-success:hover{background:#16a34a;border-color:#16a34a;color:#fff}
@media(max-width:768px){.dt-pro-toolbar{display:block}.dt-pro-right{margin-top:10px}.dt-search-box{min-width:100%;width:100%}.dt-pro-bottom{display:block}.dt-pager{margin-top:10px;flex-wrap:wrap}}
/* Purchase professional module v17 */
.fw-black{font-weight:900;letter-spacing:-.03em}.kpi-card{height:100%;background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 12px 35px rgba(15,23,42,.06)}.kpi-card span{display:block;color:#64748b;font-size:.83rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.kpi-card b{font-size:1.35rem;color:#0f172a}.kpi-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;font-size:1.2rem}.summary-line{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px dashed #e2e8f0}.summary-line.grand{border-bottom:0;padding:14px 0;font-size:1.15rem}.summary-line.grand b{font-size:1.35rem;color:#0f766e}.mini-label{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800;margin-bottom:4px}.purchase-items-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#475569}.purchase-items-table td{vertical-align:middle}.purchase-form .card{border-radius:22px}.table-card{border-radius:22px;overflow:hidden}.badge{border-radius:999px;padding:.48rem .68rem}.print-card{border-radius:22px}@media print{.no-print,.topbar,.sidebar,.sidebar-backdrop,.app-loader{display:none!important}.content{margin:0!important;padding:0!important}.print-card{box-shadow:none!important;border:0!important}.card{box-shadow:none!important}}
.price-search-box{max-width:360px}.price-history-list{display:grid;gap:12px}.price-history-item{border:1px solid #e2e8f0;border-radius:16px;padding:12px;background:linear-gradient(135deg,#fff,#f8fafc)}.price-history-item b{display:block;font-weight:900;color:#0f172a}.price-history-item small{display:block;color:#64748b;margin-top:2px}.price-history-item span{display:block;color:#334155;margin-top:6px;font-size:13px}.server-pager .btn{border-radius:12px}.is-invalid{border-color:#ef4444!important;box-shadow:0 0 0 .2rem rgba(239,68,68,.12)!important}
/* Purchase create product price panel */
.purchase-items-table td:first-child{min-width:360px}.purchase-price-panel{margin-top:12px;border:1px solid #dbeafe;background:linear-gradient(135deg,#f8fafc,#eff6ff);border-radius:16px;padding:12px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.purchase-price-panel.d-none{display:none!important}.pp-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.pp-head b{font-weight:950;color:#0f172a;font-size:13px}.pp-stock-badge{font-size:11px;font-weight:950;border-radius:999px;padding:5px 9px;border:1px solid #bbf7d0;background:#ecfdf5;color:#047857;white-space:nowrap}.pp-stock-badge.warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.pp-stock-badge.danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}.pp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pp-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:9px}.pp-grid span{display:block;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:900}.pp-grid b{display:block;margin-top:4px;font-size:13px;color:#0f766e;font-weight:950}.pp-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.pp-meta span{background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;font-size:11px;color:#475569}.pp-meta b{color:#0f172a}@media(max-width:992px){.pp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-items-table td:first-child{min-width:320px}}@media(max-width:576px){.pp-grid{grid-template-columns:1fr}.pp-head{align-items:flex-start;flex-direction:column}}

/* Purchase row product prices near delete button */
.purchase-action-cell{min-width:310px;vertical-align:top!important}
.purchase-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-start}
.product-price-toggle{font-weight:800;border-radius:12px;white-space:nowrap}
.row-price-editor{margin-top:10px;border:1px solid #dbeafe;background:linear-gradient(135deg,#ffffff,#f8fafc);border-radius:16px;padding:12px;box-shadow:0 12px 28px rgba(15,23,42,.06);min-width:290px}
.row-price-editor.d-none,.product-price-toggle.d-none{display:none!important}
.price-editor-title{font-size:12px;font-weight:950;color:#0f172a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:9px}
.price-editor-grid{display:grid;grid-template-columns:1fr;gap:8px}
.price-editor-grid label{font-size:11px;font-weight:900;color:#334155;margin-bottom:4px}
.price-editor-grid .form-control{border-radius:12px;font-weight:800;background:#fff}
@media(min-width:1400px){.price-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.purchase-action-cell{min-width:620px}.row-price-editor{min-width:590px}}
@media(max-width:992px){.purchase-action-cell{min-width:320px}.row-price-editor{min-width:300px}}
/* Global SweetAlert professional styling */
.erp-swal-popup{border-radius:22px!important;padding:8px!important;box-shadow:0 24px 70px rgba(15,23,42,.18)!important}.erp-swal-confirm{border-radius:12px!important;font-weight:800!important;padding:.68rem 1.35rem!important}.invalid-field{border-color:#ef4444!important;box-shadow:0 0 0 .22rem rgba(239,68,68,.16)!important}

/* Support Tickets Professional Module */
.support-kpi{position:relative;overflow:hidden;min-height:120px;background:linear-gradient(135deg,#ffffff,#f8fafc);border:1px solid #e5e7eb;border-radius:22px;padding:22px;box-shadow:0 14px 30px rgba(15,23,42,.06)}
.support-kpi span{display:block;color:#64748b;font-weight:700;font-size:.86rem;text-transform:uppercase;letter-spacing:.05em}.support-kpi b{display:block;font-size:2rem;color:#0f172a;margin-top:8px}.support-kpi i{position:absolute;right:20px;bottom:18px;font-size:2.3rem;color:#e2e8f0}.support-kpi.danger i{color:#fecaca}.support-kpi.warning i{color:#fde68a}.support-kpi.success i{color:#bbf7d0}
.support-filter{border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.05)}
.tickets-table td{vertical-align:middle}.soft-chip{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:999px;padding:7px 11px;font-weight:700;font-size:.78rem}.ticket-detail-card h2{font-size:1.45rem;font-weight:800;color:#0f172a}.support-message{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:20px;line-height:1.75;color:#334155;min-height:150px}.resolution-box{margin-top:18px;border-left:5px solid #16a34a;background:#f0fdf4;border-radius:16px;padding:18px;color:#14532d}.resolution-box p{margin:8px 0 0}.support-side-card{border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.05);padding:22px}.customer-mini{display:flex;align-items:center;gap:12px}.avatar-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#14b8a6);color:#fff;font-weight:900;font-size:1.2rem}.info-list{display:grid;gap:10px}.info-list>div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #f1f5f9;padding:10px 0}.info-list span{color:#64748b;font-size:.85rem}.info-list b{color:#0f172a;text-align:right}.support-form .form-label{font-weight:800;color:#334155}.support-form .form-control,.support-form .form-select{border-radius:14px;border:1px solid #dbe3ef;padding:12px 14px}.no-scroll-table{overflow-x:visible!important}@media(max-width:900px){.no-scroll-table{overflow-x:auto!important}.support-kpi b{font-size:1.55rem}.info-list>div{display:block}.info-list b{text-align:left;display:block;margin-top:4px}}

/* Marketing Campaigns Professional Module v117 */
.mc-hero,.mc-form-hero{position:relative;overflow:hidden;border-radius:30px;padding:30px;color:#fff;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.24),transparent 25%),linear-gradient(135deg,#0f172a 0%,#0f766e 58%,#14b8a6 100%);box-shadow:0 22px 55px rgba(15,118,110,.22);display:flex;align-items:center;justify-content:space-between;gap:18px}.mc-hero:after,.mc-form-hero:after{content:"";position:absolute;right:-70px;bottom:-110px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.13)}.mc-hero>*{position:relative;z-index:1}.mc-hero h2,.mc-form-hero h2{font-size:32px;font-weight:950;margin:0 0 8px}.mc-hero p,.mc-form-hero p{max-width:760px;color:rgba(255,255,255,.84);margin:0}.mc-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:950;color:#ccfbf1;margin-bottom:8px}.mc-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.mc-kpi{height:100%;position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 16px 38px rgba(15,23,42,.06);padding:20px}.mc-kpi:after{content:"";position:absolute;right:-38px;bottom:-55px;width:125px;height:125px;border-radius:50%;background:#ecfeff}.mc-kpi-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-size:21px;box-shadow:0 14px 28px rgba(15,118,110,.2);margin-bottom:14px}.mc-kpi.success .mc-kpi-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}.mc-kpi.warning .mc-kpi-icon{background:linear-gradient(135deg,#f59e0b,#f97316)}.mc-kpi.info .mc-kpi-icon{background:linear-gradient(135deg,#2563eb,#0ea5e9)}.mc-kpi span{display:block;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:12px;font-weight:950}.mc-kpi b{display:block;margin-top:7px;font-size:26px;font-weight:950;color:#0f172a}.mc-kpi small{position:relative;z-index:1;display:block;color:#94a3b8;font-weight:800;margin-top:8px}.mc-toolbar{border-radius:24px}.mc-mini{border:1px solid #e2e8f0;background:#f8fafc;border-radius:18px;padding:13px 15px}.mc-mini span{display:block;color:#64748b;text-transform:uppercase;font-size:11px;font-weight:950;letter-spacing:.06em}.mc-mini b{font-size:22px;font-weight:950;color:#0f766e}.mc-table-card,.mc-form-card{border-radius:24px;overflow:hidden}.mc-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eef2f7;background:linear-gradient(135deg,#f8fafc,#fff)}.mc-card-head h5{margin:0 0 4px;font-weight:950}.mc-card-head span{color:#64748b;font-size:13px}.mc-campaign-title{display:flex;align-items:center;gap:12px;min-width:260px}.mc-avatar{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;display:grid;place-items:center;box-shadow:0 12px 22px rgba(15,118,110,.18)}.mc-campaign-title b{display:block;font-weight:950;color:#0f172a}.mc-campaign-title small{display:block;color:#64748b;max-width:330px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-channel{display:inline-flex;align-items:center;gap:7px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-weight:900;font-size:12px}.mc-reach b{display:block}.mc-reach small{display:block;color:#94a3b8;font-weight:800}.mc-progress{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden;min-width:105px}.mc-progress span{display:block;height:100%;background:linear-gradient(90deg,#0f766e,#14b8a6);border-radius:999px}.mc-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;background:#e2e8f0;color:#334155}.mc-status i{font-size:7px}.mc-status-running{background:#dcfce7;color:#166534}.mc-status-planned{background:#fef3c7;color:#92400e}.mc-status-completed{background:#dbeafe;color:#1d4ed8}.mc-status-stopped{background:#fee2e2;color:#991b1b}.mc-form-card .card-body{padding:20px}.campaign-form .form-label{color:#334155}.campaign-form .form-control,.campaign-form .form-select{padding:12px 14px;border-radius:14px}.mc-savebar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:16px 18px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.mc-savebar b{display:block;font-weight:950}.mc-savebar span{display:block;color:#64748b;font-weight:700;font-size:13px}@media(max-width:992px){.mc-hero,.mc-form-hero,.mc-savebar{display:block}.mc-hero-actions{margin-top:16px}.mc-savebar .btn{margin-top:12px;width:100%}.mc-campaign-title small{max-width:210px}}@media print{.mc-toolbar,.mc-hero-actions,.action-btns,.sidebar,.topbar,.app-loader{display:none!important}.content{margin:0!important;padding:0!important}.card,.mc-hero{box-shadow:none!important}}

.mc-report-hero{position:relative;overflow:hidden;border-radius:30px;padding:30px;color:#fff;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.24),transparent 27%),linear-gradient(135deg,#111827 0%,#1d4ed8 52%,#0ea5e9 100%);box-shadow:0 22px 55px rgba(37,99,235,.22);display:flex;align-items:center;justify-content:space-between;gap:18px}.mc-report-hero:after{content:"";position:absolute;right:-75px;bottom:-115px;width:290px;height:290px;border-radius:50%;background:rgba(255,255,255,.12)}.mc-report-hero>*{position:relative;z-index:1}.mc-report-hero h2{font-size:32px;font-weight:950;margin:0 0 8px}.mc-report-hero p{max-width:780px;color:rgba(255,255,255,.86);margin:0}.mc-report-filter{border:0;border-radius:24px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.mc-report-filter .form-control,.mc-report-filter .form-select{border-radius:14px;padding:12px 14px}.mc-report-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border:1px solid #e2e8f0;border-radius:22px;background:linear-gradient(135deg,#fff,#f8fafc)}.mc-report-title h4{font-weight:950;margin:0 0 4px;color:#0f172a}.mc-report-title span{color:#64748b;font-weight:800}.mc-report-badge{display:inline-flex;align-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:950;padding:9px 13px}.mc-report-metric{height:100%;display:flex;align-items:center;gap:14px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:18px 20px;box-shadow:0 14px 34px rgba(15,23,42,.05)}.mc-report-metric i{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-size:20px}.mc-report-metric span{display:block;color:#64748b;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.06em}.mc-report-metric b{display:block;color:#0f172a;font-size:22px;font-weight:950}.badge-soft{display:inline-flex;align-items:center;border-radius:999px;background:#ecfeff;color:#0f766e;font-weight:950;padding:8px 12px}@media(max-width:992px){.mc-report-hero,.mc-report-title{display:block}.mc-report-hero .mc-hero-actions{margin-top:16px}.mc-report-badge{margin-top:12px}}@media print{.no-print,.mc-hero-actions,.sidebar,.topbar,.app-loader{display:none!important}.mc-report-hero{background:#fff!important;color:#0f172a!important;box-shadow:none!important;border:1px solid #e2e8f0}.mc-report-hero p{color:#475569!important}.content{margin:0!important;padding:0!important}.card,.mc-kpi,.mc-report-metric,.mc-report-title{box-shadow:none!important}.table{font-size:12px}}

/* Finance Professional Module v119 */
.finance-hero,.finance-form-hero{position:relative;overflow:hidden;border-radius:30px;padding:30px;color:#fff;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.24),transparent 25%),linear-gradient(135deg,#111827 0%,#0f766e 56%,#14b8a6 100%);box-shadow:0 22px 55px rgba(15,118,110,.22);display:flex;align-items:center;justify-content:space-between;gap:18px}.finance-hero:after,.finance-form-hero:after{content:"";position:absolute;right:-75px;bottom:-115px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.12)}.finance-hero>*,.finance-form-hero>*{position:relative;z-index:1}.finance-hero h2,.finance-form-hero h2{font-size:32px;font-weight:950;margin:0 0 8px}.finance-hero p,.finance-form-hero p{max-width:780px;color:rgba(255,255,255,.86);margin:0}.finance-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:950;color:#ccfbf1;margin-bottom:8px}.finance-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.finance-filter{border:0;border-radius:24px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.finance-filter .form-control,.finance-filter .form-select{border-radius:14px;padding:12px 14px}.finance-kpi{height:100%;position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 16px 38px rgba(15,23,42,.06);padding:20px}.finance-kpi:after{content:"";position:absolute;right:-42px;bottom:-58px;width:130px;height:130px;border-radius:50%;background:#ecfeff}.finance-kpi i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-size:21px;box-shadow:0 14px 28px rgba(15,118,110,.2);margin-bottom:14px}.finance-kpi.success i{background:linear-gradient(135deg,#16a34a,#22c55e)}.finance-kpi.danger i{background:linear-gradient(135deg,#dc2626,#f97316)}.finance-kpi.info i{background:linear-gradient(135deg,#2563eb,#0ea5e9)}.finance-kpi.warning i{background:linear-gradient(135deg,#f59e0b,#f97316)}.finance-kpi.purple i{background:linear-gradient(135deg,#7c3aed,#a855f7)}.finance-kpi.orange i{background:linear-gradient(135deg,#ea580c,#f97316)}.finance-kpi.dark i{background:linear-gradient(135deg,#0f172a,#334155)}.finance-kpi span{display:block;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:12px;font-weight:950}.finance-kpi b{display:block;margin-top:7px;font-size:25px;font-weight:950;color:#0f172a}.finance-kpi small{position:relative;z-index:1;display:block;color:#94a3b8;font-weight:800;margin-top:8px}.finance-card{border-radius:24px;overflow:hidden}.finance-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eef2f7;background:linear-gradient(135deg,#f8fafc,#fff)}.finance-card-head h5{margin:0 0 4px;font-weight:950}.finance-card-head span{color:#64748b;font-size:13px}.finance-badge{display:inline-flex;align-items:center;border-radius:999px;background:#ecfeff;color:#0f766e;font-weight:950;padding:8px 12px;font-size:12px}.finance-table thead th{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#64748b;background:#f8fafc}.finance-account{display:flex;align-items:center;gap:12px}.finance-account>span{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#ecfeff,#dbeafe);color:#0f766e;display:grid;place-items:center}.finance-account b{display:block;font-weight:950;color:#0f172a}.finance-account small{display:block;color:#94a3b8;font-weight:800}.finance-soft-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-weight:900;font-size:12px}.finance-progress-row{border-bottom:1px solid #eef2f7;padding:12px 0}.finance-progress-row:last-child{border-bottom:0}.finance-progress-row span{font-weight:900;color:#0f766e}.finance-savebar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:16px 18px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.finance-savebar b{display:block;font-weight:950}.finance-savebar span{display:block;color:#64748b;font-weight:700;font-size:13px}.finance-report-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border:1px solid #e2e8f0;border-radius:22px;background:linear-gradient(135deg,#fff,#f8fafc)}.finance-report-title h4{font-weight:950;margin:0 0 4px;color:#0f172a}.finance-report-title span{color:#64748b;font-weight:800}.fw-black{font-weight:950}@media(max-width:992px){.finance-hero,.finance-form-hero,.finance-savebar,.finance-report-title{display:block}.finance-hero-actions{margin-top:16px}.finance-savebar .btn{width:100%;margin-top:12px}.finance-kpi b{font-size:21px}}@media print{.no-print,.finance-hero-actions,.sidebar,.topbar,.app-loader,.finance-filter{display:none!important}.finance-hero{background:#fff!important;color:#0f172a!important;box-shadow:none!important;border:1px solid #e2e8f0}.finance-hero p{color:#475569!important}.content{margin:0!important;padding:0!important}.card,.finance-kpi,.finance-report-title{box-shadow:none!important}.table{font-size:12px}}

/* Finance Expense Categories v121 */
.finance-pro-table{border-collapse:separate;border-spacing:0 8px;padding:0 12px 12px}.finance-pro-table thead th{border:0!important;background:#f1f5f9!important;padding:14px 16px}.finance-pro-table tbody tr{background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.045);transition:.18s ease}.finance-pro-table tbody tr:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.08)}.finance-pro-table tbody td{border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;padding:14px 16px}.finance-pro-table tbody td:first-child{border-left:1px solid #eef2f7!important;border-radius:16px 0 0 16px}.finance-pro-table tbody td:last-child{border-right:1px solid #eef2f7!important;border-radius:0 16px 16px 0}.finance-row-no{width:34px;height:34px;border-radius:12px;background:#ecfeff;color:#0f766e;display:inline-grid;place-items:center;font-weight:950}.finance-textarea{border-radius:18px;padding:14px 16px;font-weight:700}.finance-help-box{display:flex;gap:12px;align-items:flex-start;border:1px solid #dbeafe;background:#eff6ff;border-radius:18px;padding:14px;color:#1e40af}.finance-help-box.soft{background:#f8fafc;border-color:#e2e8f0;color:#334155}.finance-help-box i{width:36px;height:36px;border-radius:13px;background:#fff;display:grid;place-items:center;color:#0f766e}.finance-help-box b{display:block;font-weight:950}.finance-help-box span{display:block;font-size:13px;font-weight:700;color:#64748b}.finance-table-search{max-width:360px;margin:16px 20px 0 auto;border-radius:14px;padding:12px 14px}.status-inactive{background:#fee2e2!important;color:#991b1b!important}.status-active{background:#dcfce7!important;color:#166534!important}@media print{.finance-table-search{display:none!important}.finance-pro-table tbody tr{box-shadow:none!important;transform:none!important}}

/* HRM & Payroll Professional Module v122 */
.hrm-hero{position:relative;overflow:hidden;border-radius:30px;padding:30px;color:#fff;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.24),transparent 25%),linear-gradient(135deg,#111827 0%,#7c3aed 52%,#0ea5e9 100%);box-shadow:0 22px 55px rgba(124,58,237,.22);display:flex;align-items:center;justify-content:space-between;gap:18px}.hrm-hero:after{content:"";position:absolute;right:-75px;bottom:-115px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.12)}.hrm-hero>*{position:relative;z-index:1}.hrm-hero h2{font-size:32px;font-weight:950;margin:0 0 8px}.hrm-hero p{max-width:780px;color:rgba(255,255,255,.86);margin:0}.hrm-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:950;color:#e9d5ff;margin-bottom:8px}.hrm-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hrm-filter,.hrm-form-card{border:0;border-radius:24px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.hrm-filter .form-control,.hrm-filter .form-select,.hrm-form-card .form-control,.hrm-form-card .form-select{border-radius:14px;padding:12px 14px}.hrm-kpi{height:100%;position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 16px 38px rgba(15,23,42,.06);padding:20px}.hrm-kpi:after{content:"";position:absolute;right:-42px;bottom:-58px;width:130px;height:130px;border-radius:50%;background:#f3e8ff}.hrm-kpi i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:21px;box-shadow:0 14px 28px rgba(124,58,237,.2);margin-bottom:14px}.hrm-kpi.success i{background:linear-gradient(135deg,#16a34a,#22c55e)}.hrm-kpi.danger i{background:linear-gradient(135deg,#dc2626,#f97316)}.hrm-kpi.info i{background:linear-gradient(135deg,#2563eb,#0ea5e9)}.hrm-kpi.warning i{background:linear-gradient(135deg,#f59e0b,#f97316)}.hrm-kpi.purple i{background:linear-gradient(135deg,#7c3aed,#a855f7)}.hrm-kpi.orange i{background:linear-gradient(135deg,#ea580c,#f97316)}.hrm-kpi.dark i{background:linear-gradient(135deg,#0f172a,#334155)}.hrm-kpi span{display:block;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:12px;font-weight:950}.hrm-kpi b{display:block;margin-top:7px;font-size:25px;font-weight:950;color:#0f172a}.hrm-kpi small{position:relative;z-index:1;display:block;color:#94a3b8;font-weight:800;margin-top:8px}.hrm-card{border-radius:24px;overflow:hidden;border:0;box-shadow:0 16px 38px rgba(15,23,42,.06)}.hrm-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eef2f7;background:linear-gradient(135deg,#f8fafc,#fff)}.hrm-card-head h5{margin:0 0 4px;font-weight:950}.hrm-card-head span{color:#64748b;font-size:13px}.hrm-search{max-width:360px;border-radius:14px;padding:12px 14px}.hrm-table thead th{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#64748b;background:#f8fafc;border:0!important}.hrm-table td{vertical-align:middle}.hrm-person{display:flex;align-items:center;gap:12px}.hrm-person>span{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#f3e8ff,#dbeafe);color:#7c3aed;display:grid;place-items:center;font-weight:950}.hrm-person b{display:block;font-weight:950;color:#0f172a}.hrm-person small{display:block;color:#94a3b8;font-weight:800}.hrm-chip{display:inline-flex;align-items:center;border-radius:999px;font-weight:950;padding:8px 12px;font-size:12px}.hrm-chip.success{background:#dcfce7;color:#166534}.hrm-chip.danger{background:#fee2e2;color:#991b1b}.hrm-chip.warning{background:#fef3c7;color:#92400e}.hrm-pro-table{border-collapse:separate;border-spacing:0 8px;padding:0 12px 12px}.hrm-pro-table tbody tr{background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.045);transition:.18s ease}.hrm-pro-table tbody tr:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.08)}.hrm-pro-table tbody td{border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;padding:14px 16px}.hrm-pro-table tbody td:first-child{border-left:1px solid #eef2f7!important;border-radius:16px 0 0 16px}.hrm-pro-table tbody td:last-child{border-right:1px solid #eef2f7!important;border-radius:0 16px 16px 0}.hrm-row-no{width:34px;height:34px;border-radius:12px;background:#f3e8ff;color:#7c3aed;display:inline-grid;place-items:center;font-weight:950}.hrm-mini-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #eef2f7;border-radius:18px;padding:13px 14px;margin-bottom:10px;background:linear-gradient(135deg,#fff,#f8fafc)}.hrm-mini-row b{display:block;font-weight:950;color:#0f172a}.hrm-mini-row span{display:block;color:#64748b;font-weight:700;font-size:13px}.hrm-mini-row strong{font-weight:950;color:#7c3aed}.hrm-progress-row{border-bottom:1px solid #eef2f7;padding:13px 0}.hrm-progress-row:last-child{border-bottom:0}.hrm-progress-row span{font-weight:900;color:#7c3aed}.hrm-savebar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:16px 18px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.hrm-savebar b,.fw-black{font-weight:950}.hrm-savebar span{display:block;color:#64748b;font-weight:700;font-size:13px}@media(max-width:992px){.hrm-hero,.hrm-savebar,.hrm-card-head{display:block}.hrm-hero-actions{margin-top:16px}.hrm-savebar .btn{width:100%;margin-top:12px}.hrm-kpi b{font-size:21px}.hrm-search{max-width:100%;margin-top:12px}}@media print{.no-print,.sidebar,.topbar,.app-loader{display:none!important}.hrm-hero{background:#fff!important;color:#0f172a!important;box-shadow:none!important;border:1px solid #e2e8f0}.hrm-hero p{color:#475569!important}.content{margin:0!important;padding:0!important}.card,.hrm-kpi,.hrm-card{box-shadow:none!important}.table{font-size:12px}.hrm-pro-table tbody tr{box-shadow:none!important;transform:none!important}}

/* HRM Professional Tables / Leaves Select2 v123 */
.hrm-info-box{display:flex;gap:12px;align-items:flex-start;border:1px solid #dbeafe;background:#eff6ff;border-radius:18px;padding:14px;color:#1e40af}.hrm-info-box.danger{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hrm-info-box i{width:38px;height:38px;border-radius:14px;background:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(15,23,42,.05)}.hrm-info-box b{display:block;font-weight:950}.hrm-info-box span{display:block;font-weight:700;font-size:13px;color:#64748b}.hrm-soft-badge{display:inline-flex;align-items:center;gap:4px;border:1px solid #e0e7ff;background:#eef2ff;color:#3730a3;border-radius:999px;padding:7px 10px;font-weight:950;font-size:12px}.hrm-modal{border:0;border-radius:24px;overflow:hidden;box-shadow:0 24px 80px rgba(15,23,42,.18)}.hrm-modal .modal-header{background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #eef2f7}.hrm-modal .modal-footer{background:#f8fafc;border-top:1px solid #eef2f7}.hrm-modal .form-control,.hrm-modal .form-select{border-radius:14px;padding:12px 14px}.hrm-table tbody tr td:first-child,.hrm-table tbody tr td:last-child{white-space:nowrap}.hrm-pro-table tbody tr.empty-row{box-shadow:none}.hrm-form-card label,.hrm-filter label{color:#334155}.hrm-card .btn-sm{border-radius:12px;font-weight:900}.hrm-table small{font-weight:800}.hrm-card-head .btn{border-radius:14px;font-weight:900}@media print{.modal{display:none!important}.hrm-info-box{box-shadow:none!important}}
.hrm-schedule-preview{display:flex;align-items:center;gap:14px;border:1px dashed #c4b5fd;background:linear-gradient(135deg,#faf5ff,#eff6ff);border-radius:18px;padding:14px}.hrm-schedule-preview>div:first-child{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:20px}.hrm-schedule-preview b{display:block;font-weight:950;color:#0f172a}.hrm-schedule-preview span{display:block;color:#64748b;font-weight:800}.hrm-chip.info{background:#dbeafe;color:#1d4ed8}.hrm-soft-badge.mt-1{margin-top:6px!important;display:inline-flex}

/* Branches Professional Module v137 */
.branch-hero{position:relative;overflow:hidden;border-radius:30px;padding:30px;color:#fff;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.24),transparent 25%),linear-gradient(135deg,#0f172a 0%,#0f766e 52%,#0ea5e9 100%);box-shadow:0 22px 55px rgba(15,118,110,.22);display:flex;align-items:center;justify-content:space-between;gap:18px}.branch-hero:after{content:"";position:absolute;right:-75px;bottom:-115px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.13)}.branch-hero>*{position:relative;z-index:1}.branch-hero h2{font-size:32px;font-weight:950;margin:0 0 8px}.branch-hero p{max-width:760px;color:rgba(255,255,255,.86);margin:0}.branch-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:950;color:#ccfbf1;margin-bottom:8px}.branch-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.branch-kpi{height:100%;position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 16px 38px rgba(15,23,42,.06);padding:20px}.branch-kpi:after{content:"";position:absolute;right:-42px;bottom:-58px;width:130px;height:130px;border-radius:50%;background:#ccfbf1}.branch-kpi i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#0ea5e9);color:#fff;font-size:21px;box-shadow:0 14px 28px rgba(15,118,110,.2);margin-bottom:14px}.branch-kpi.success i{background:linear-gradient(135deg,#16a34a,#22c55e)}.branch-kpi.danger i{background:linear-gradient(135deg,#dc2626,#f97316)}.branch-kpi.info i{background:linear-gradient(135deg,#2563eb,#0ea5e9)}.branch-kpi span{display:block;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:12px;font-weight:950}.branch-kpi b{display:block;margin-top:7px;font-size:25px;font-weight:950;color:#0f172a}.branch-kpi small{position:relative;z-index:1;display:block;color:#94a3b8;font-weight:800;margin-top:8px}.branch-card,.branch-filter,.branch-form-card{border-radius:24px;overflow:hidden;border:0;box-shadow:0 16px 38px rgba(15,23,42,.06)}.branch-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eef2f7;background:linear-gradient(135deg,#f8fafc,#fff)}.branch-card-head h5{margin:0 0 4px;font-weight:950}.branch-card-head span{color:#64748b;font-size:13px}.branch-badge{display:inline-flex;align-items:center;gap:5px;background:#ecfdf5;color:#0f766e;border:1px solid #ccfbf1;border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px}.branch-search{max-width:310px;border-radius:14px;padding:11px 14px}.branch-table{border-collapse:separate;border-spacing:0 8px;padding:0 12px 12px}.branch-table thead th{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#64748b;background:#f8fafc;border:0!important}.branch-table tbody tr{background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.045);transition:.18s ease}.branch-table tbody tr:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.08)}.branch-table tbody td{border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;padding:14px 16px}.branch-table tbody td:first-child{border-left:1px solid #eef2f7!important;border-radius:16px 0 0 16px}.branch-table tbody td:last-child{border-right:1px solid #eef2f7!important;border-radius:0 16px 16px 0}.branch-person{display:flex;align-items:center;gap:12px}.branch-person>span{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#ccfbf1,#dbeafe);color:#0f766e;display:grid;place-items:center;font-weight:950}.branch-person b{display:block;font-weight:950;color:#0f172a}.branch-person small{display:block;color:#94a3b8;font-weight:800}.branch-status{display:inline-flex;align-items:center;border-radius:999px;font-weight:950;padding:8px 12px;font-size:12px}.branch-status.active{background:#dcfce7;color:#166534}.branch-status.inactive{background:#fee2e2;color:#991b1b}.branch-filter .form-control,.branch-filter .form-select,.branch-form-card .form-control,.branch-form-card .form-select{border-radius:14px;padding:12px 14px}.branch-form-card .input-group-text{border-radius:14px 0 0 14px;background:#f8fafc;border-color:#dbe3ef;color:#0f766e}.branch-preview-icon{width:70px;height:70px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#0ea5e9);color:#fff;font-size:30px;box-shadow:0 18px 38px rgba(15,118,110,.22);margin-bottom:16px}.branch-info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #eef2f7;border-radius:16px;padding:12px 14px;margin-bottom:10px;background:linear-gradient(135deg,#fff,#f8fafc)}.branch-info-row span{color:#64748b;font-weight:800}.branch-info-row b{font-weight:950;color:#0f172a}.fw-black{font-weight:950}@media(max-width:992px){.branch-hero,.branch-card-head{display:block}.branch-hero-actions{margin-top:16px}.branch-search{max-width:100%;margin-top:12px}.branch-kpi b{font-size:21px}}@media print{.no-print,.sidebar,.topbar,.app-loader{display:none!important}.content{margin:0!important;padding:0!important}.branch-hero{background:#fff!important;color:#0f172a!important;box-shadow:none!important;border:1px solid #e2e8f0}.branch-hero p{color:#475569!important}.card,.branch-kpi,.branch-card{box-shadow:none!important}.branch-table tbody tr{box-shadow:none!important;transform:none!important}.table{font-size:12px}}

/* Branches Professional Design v138 */
.branch-pro-hero{position:relative;overflow:hidden;border-radius:32px;padding:34px;color:#fff;background:radial-gradient(circle at 16% 16%,rgba(255,255,255,.22),transparent 26%),radial-gradient(circle at 88% 10%,rgba(14,165,233,.35),transparent 28%),linear-gradient(135deg,#071525 0%,#0f766e 55%,#2563eb 100%);box-shadow:0 24px 65px rgba(15,118,110,.26);display:flex;align-items:center;justify-content:space-between;gap:22px}.branch-pro-hero:before{content:"";position:absolute;inset:1px;border-radius:31px;border:1px solid rgba(255,255,255,.18);pointer-events:none}.branch-pro-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.12)}.branch-pro-hero>*{position:relative;z-index:1}.branch-pro-hero h2{font-size:36px;font-weight:950;letter-spacing:-.03em;margin:8px 0}.branch-pro-hero p{max-width:780px;color:rgba(255,255,255,.84);margin:0;font-weight:600}.branch-pro-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.14);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.branch-pro-mini{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.branch-pro-mini span{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:9px 12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-weight:900;font-size:12px}.branch-pro-hero-right{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.branch-pro-kpi{height:100%;display:flex;align-items:center;gap:15px;border:1px solid #e9eef7;border-radius:24px;background:linear-gradient(135deg,#ffffff,#f8fafc);box-shadow:0 16px 40px rgba(15,23,42,.06);padding:18px;position:relative;overflow:hidden}.branch-pro-kpi:after{content:"";position:absolute;right:-40px;bottom:-45px;width:120px;height:120px;border-radius:50%;background:#ecfdf5}.branch-pro-kpi .kpi-icon{position:relative;z-index:1;width:56px;height:56px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#0ea5e9);color:#fff;font-size:22px;box-shadow:0 14px 30px rgba(15,118,110,.22);flex:0 0 auto}.branch-pro-kpi.good .kpi-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}.branch-pro-kpi.warn .kpi-icon{background:linear-gradient(135deg,#f59e0b,#f97316)}.branch-pro-kpi.info .kpi-icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.branch-pro-kpi div:last-child{position:relative;z-index:1}.branch-pro-kpi span{display:block;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:950;font-size:11px}.branch-pro-kpi b{display:block;font-size:26px;font-weight:950;color:#0f172a;line-height:1.1;margin:4px 0}.branch-pro-kpi small{color:#94a3b8;font-weight:800}.branch-pro-panel,.branch-pro-card{border:1px solid #e9eef7;border-radius:26px;background:#fff;box-shadow:0 16px 42px rgba(15,23,42,.06);overflow:hidden}.branch-pro-panel{padding:18px}.branch-pro-panel .form-label,.branch-pro-form-wrap .form-label{font-weight:900;color:#334155}.branch-pro-panel .form-select,.branch-pro-form-wrap .form-select,.branch-pro-form-wrap .form-control{border-radius:15px;padding:12px 14px;border-color:#dbe3ef}.branch-pro-input{display:flex;align-items:center;gap:10px;border:1px solid #dbe3ef;border-radius:15px;background:#fff;padding:0 13px}.branch-pro-input i{color:#0f766e}.branch-pro-input input{border:0;outline:0;width:100%;padding:13px 2px;background:transparent}.branch-pro-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:20px 22px;background:linear-gradient(135deg,#f8fafc,#ffffff);border-bottom:1px solid #edf2f7}.branch-pro-card-head h5{margin:0 0 5px;font-weight:950;color:#0f172a}.branch-pro-card-head p{margin:0;color:#64748b;font-size:13px;font-weight:700}.branch-pro-card-tools{display:flex;align-items:center;gap:10px}.branch-pro-card-tools input{border-radius:14px;min-width:260px;padding:11px 13px}.branch-pro-card-tools span,.branch-pro-soft-badge{display:inline-flex;align-items:center;gap:7px;background:#ecfdf5;color:#0f766e;border:1px solid #ccfbf1;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;white-space:nowrap}.branch-pro-table{border-collapse:separate;border-spacing:0 9px;padding:0 14px 14px;margin:0}.branch-pro-table thead th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;background:#f8fafc;border:0!important;padding:13px 16px}.branch-pro-table tbody tr{background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.045);transition:.18s ease}.branch-pro-table tbody tr:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(15,23,42,.08)}.branch-pro-table tbody td{padding:15px 16px;border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;vertical-align:middle}.branch-pro-table tbody td:first-child{border-left:1px solid #eef2f7!important;border-radius:18px 0 0 18px}.branch-pro-table tbody td:last-child{border-right:1px solid #eef2f7!important;border-radius:0 18px 18px 0}.branch-pro-person{display:flex;align-items:center;gap:12px}.branch-pro-person>span,.branch-view-avatar{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,#ccfbf1,#dbeafe);color:#0f766e;display:grid;place-items:center;font-weight:950;box-shadow:inset 0 0 0 1px rgba(15,118,110,.08)}.branch-view-avatar{width:92px;height:92px;border-radius:30px;font-size:30px}.branch-pro-person b,.branch-pro-table td>b{display:block;color:#0f172a;font-weight:950}.branch-pro-person small,.branch-pro-table small{display:block;color:#64748b;font-weight:750;margin-top:3px}.branch-pro-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;font-weight:950;padding:9px 12px;font-size:12px}.branch-pro-status.active{background:#dcfce7;color:#166534}.branch-pro-status.inactive{background:#fee2e2;color:#991b1b}.branch-date{display:inline-flex;align-items:center;gap:7px;font-weight:900;color:#334155}.branch-actions .btn{border-radius:12px!important;margin-left:4px}.branch-empty{display:grid;place-items:center;gap:7px;color:#64748b}.branch-empty i{font-size:34px;color:#94a3b8}.branch-empty b{font-weight:950;color:#334155}.branch-form-section-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;color:#0f766e;margin:4px 0 14px}.branch-form-section-title i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#ecfdf5}.branch-pro-form-wrap .input-group-text{border-radius:15px 0 0 15px;border-color:#dbe3ef;background:#f8fafc;color:#0f766e}.branch-sticky-card{position:sticky;top:88px}.branch-profile-icon{width:76px;height:76px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#0ea5e9);color:#fff;font-size:32px;box-shadow:0 18px 38px rgba(15,118,110,.24);margin-bottom:16px}.branch-sticky-card h4{font-weight:950;color:#0f172a}.branch-side-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #edf2f7;border-radius:17px;padding:13px 14px;margin-bottom:10px;background:linear-gradient(135deg,#fff,#f8fafc)}.branch-side-row span{display:flex;align-items:center;gap:8px;color:#64748b;font-weight:850}.branch-side-row b{font-weight:950;color:#0f172a;text-align:right}.branch-detail-box{height:100%;border:1px solid #edf2f7;border-radius:20px;padding:17px;background:linear-gradient(135deg,#fff,#f8fafc)}.branch-detail-box i{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#ecfdf5;color:#0f766e;margin-bottom:12px}.branch-detail-box span{display:block;color:#64748b;text-transform:uppercase;letter-spacing:.07em;font-weight:950;font-size:11px}.branch-detail-box b{display:block;color:#0f172a;font-weight:950;margin-top:4px}.branch-note-box{border:1px solid #edf2f7;border-radius:20px;padding:18px;background:#f8fafc}.branch-note-box b{display:block;color:#0f172a;font-weight:950;margin-bottom:8px}.branch-note-box p{margin:0;color:#475569;line-height:1.7}.fw-black{font-weight:950}@media(max-width:992px){.branch-pro-hero,.branch-pro-card-head{display:block}.branch-pro-hero-right,.branch-pro-card-tools{margin-top:16px;justify-content:flex-start}.branch-pro-card-tools input{min-width:0;width:100%}.branch-pro-kpi b{font-size:23px}.branch-sticky-card{position:static}}@media print{.no-print,.sidebar,.topbar,.app-loader{display:none!important}.content{margin:0!important;padding:0!important}.branch-pro-hero{background:#fff!important;color:#0f172a!important;box-shadow:none!important;border:1px solid #e2e8f0}.branch-pro-hero p{color:#475569!important}.branch-pro-card,.branch-pro-kpi,.branch-pro-panel{box-shadow:none!important}.branch-pro-table tbody tr{box-shadow:none!important;transform:none!important}.branch-pro-table{font-size:12px}.branch-pro-chip,.branch-pro-mini span{background:#f8fafc!important;color:#0f172a!important;border-color:#e2e8f0!important}}

/* Subscriptions professional UI v139 */
.subs-hero{background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 48%,#0ea5e9 100%);border-radius:28px;padding:30px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 24px 60px rgba(15,23,42,.22);position:relative;overflow:hidden}.subs-hero:before{content:"";position:absolute;right:-90px;top:-110px;width:310px;height:310px;background:rgba(255,255,255,.14);border-radius:50%}.subs-hero:after{content:"";position:absolute;right:120px;bottom:-130px;width:220px;height:220px;background:rgba(34,211,238,.18);border-radius:50%}.subs-hero>*{position:relative;z-index:1}.subs-hero h2{font-weight:900;margin:10px 0 6px;font-size:32px;letter-spacing:-.04em}.subs-hero p{margin:0;max-width:720px;color:rgba(255,255,255,.86)}.subs-chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.subs-mini{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.subs-mini span{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-weight:800;font-size:12px}.subs-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.subs-kpi{height:100%;display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;box-shadow:0 14px 34px rgba(15,23,42,.07)}.subs-kpi-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:22px}.subs-kpi.good .subs-kpi-icon{background:#ecfdf5;color:#059669}.subs-kpi.warn .subs-kpi-icon{background:#fffbeb;color:#d97706}.subs-kpi.info .subs-kpi-icon{background:#f0f9ff;color:#0284c7}.subs-kpi span{display:block;color:#64748b;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.subs-kpi b{display:block;font-size:24px;font-weight:900;color:#0f172a;letter-spacing:-.03em}.subs-kpi small{color:#94a3b8;font-weight:700}.subs-panel,.subs-card,.subs-mini-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.06)}.subs-panel{padding:20px}.subs-input{height:44px;border:1px solid #e5e7eb;border-radius:16px;display:flex;align-items:center;padding:0 14px;background:#f8fafc}.subs-input i{color:#64748b;margin-right:10px}.subs-input input{border:0;background:transparent;outline:0;width:100%;font-weight:700}.subs-card-head{padding:20px 22px;border-bottom:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between;gap:16px}.subs-card-head h5{margin:0;font-weight:900;color:#0f172a}.subs-card-head p{margin:4px 0 0;color:#64748b}.subs-tools{display:flex;align-items:center;gap:10px}.subs-tools input{min-width:220px;border-radius:14px}.subs-tools span{font-weight:800;color:#64748b;font-size:12px;white-space:nowrap}.subs-table{margin:0}.subs-table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px 18px}.subs-table tbody td{padding:16px 18px;border-color:#eef2f7;vertical-align:middle}.subs-table tbody tr:hover{background:#f8fafc}.subs-client{display:flex;align-items:center;gap:12px}.subs-client>span{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#dbeafe,#e0f2fe);display:grid;place-items:center;color:#2563eb;font-size:18px}.subs-client b{display:block;color:#0f172a;font-weight:900}.subs-client small{display:block;color:#64748b;margin-top:2px}.subs-package{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:900;padding:7px 11px}.subs-limits{display:grid;gap:4px}.subs-limits span{font-size:12px;font-weight:800;color:#475569}.subs-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px}.subs-status.active{background:#dcfce7;color:#166534}.subs-status.trial{background:#e0f2fe;color:#075985}.subs-status.suspended{background:#fef3c7;color:#92400e}.subs-status.expired,.subs-status.cancelled{background:#fee2e2;color:#991b1b}.subs-actions .btn{border-radius:10px!important;margin-left:4px}.subs-empty{display:grid;place-items:center;gap:8px;color:#64748b}.subs-empty i{font-size:34px;color:#cbd5e1}.subs-empty b{font-size:16px;color:#334155}.subs-mini-card{padding:18px}.subs-mini-card h6{font-weight:900;margin-bottom:14px}.subs-summary-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border:1px solid #eef2f7;border-radius:15px;padding:10px 12px;margin-bottom:8px;background:#f8fafc}.subs-summary-row span{font-weight:900;color:#0f172a}.subs-summary-row b{background:#dbeafe;color:#1d4ed8;border-radius:999px;padding:3px 9px}.subs-summary-row small{color:#059669;font-weight:900}.subs-form-wrap .form-control,.subs-form-wrap .form-select{border-radius:14px;border-color:#e5e7eb}.subs-section-title{font-weight:900;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:8px}.subs-soft-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#ecfeff;color:#0e7490;font-weight:900;font-size:12px;padding:7px 11px}.subs-profile-icon{width:68px;height:68px;border-radius:24px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;display:grid;place-items:center;font-size:28px;margin-bottom:16px}.subs-sticky{position:sticky;top:95px}.subs-side-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #eef2f7;padding:12px 0}.subs-side-row span{color:#64748b;font-weight:800}.subs-side-row b{color:#0f172a;font-weight:900;text-align:right}.subs-detail{border:1px solid #e5e7eb;border-radius:18px;padding:16px;background:#f8fafc;height:100%}.subs-detail span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:900}.subs-detail b{display:block;margin-top:6px;font-size:18px;color:#0f172a;font-weight:900}.subs-note{border:1px dashed #cbd5e1;background:#f8fafc;border-radius:18px;padding:16px}.subs-note p{margin:8px 0 0;color:#475569}.select2-lite-container{width:100%}@media(max-width:768px){.subs-hero{display:block;padding:22px}.subs-hero-actions{margin-top:18px;justify-content:flex-start}.subs-card-head{display:block}.subs-tools{margin-top:14px}.subs-tools input{min-width:0;width:100%}}

/* DalabPlus Admin Top Notifications */
.admin-notification-top{position:relative;display:inline-flex;align-items:center}.admin-notification-bell{width:39px;height:39px;border-radius:14px;display:grid;place-items:center;text-decoration:none;background:#f8fafc;border:1px solid #dbeafe;color:#0f766e;position:relative;box-shadow:0 8px 20px rgba(15,23,42,.05);transition:.18s ease}.admin-notification-bell:hover{background:#0f766e;color:#fff;transform:translateY(-1px)}.admin-notification-bell em{position:absolute;right:-6px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-style:normal;font-size:11px;font-weight:950;display:grid;place-items:center;border:2px solid #fff}.admin-notification-dropdown{position:absolute;right:0;top:48px;width:390px;max-width:calc(100vw - 28px);background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 28px 70px rgba(15,23,42,.18);overflow:hidden;z-index:999;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.admin-notification-top:hover .admin-notification-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.admin-notif-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 13px;background:linear-gradient(135deg,#0f172a,#0f766e);color:#fff}.admin-notif-head b{display:block;font-weight:950}.admin-notif-head span{display:block;color:rgba(255,255,255,.75);font-size:12px;margin-top:2px}.admin-notif-head a{color:#fff;text-decoration:none;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;white-space:nowrap}.admin-notif-item{display:flex;gap:12px;padding:13px 15px;text-decoration:none;color:#0f172a;border-bottom:1px solid #eef2f7;background:#fff;transition:.15s ease}.admin-notif-item:hover{background:#f8fafc;color:#0f766e}.admin-notif-item.unread{background:linear-gradient(135deg,#eff6ff,#ffffff)}.admin-notif-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;background:#ecfdf5;color:#0f766e}.admin-notif-item.unread .admin-notif-icon{background:#dbeafe;color:#2563eb}.admin-notif-text b{display:block;font-size:13px;font-weight:950;color:#0f172a;margin-bottom:2px}.admin-notif-text small{display:block;color:#475569;line-height:1.35}.admin-notif-text em{display:block;color:#94a3b8;font-size:11px;font-style:normal;font-weight:800;margin-top:5px}.admin-notif-empty{padding:30px 18px;text-align:center;color:#64748b}.admin-notif-empty i{font-size:30px;color:#94a3b8;margin-bottom:8px}.admin-notif-empty b{display:block;color:#334155;font-weight:950}.admin-notif-empty small{display:block;margin-top:4px}@media(max-width:760px){.admin-notification-dropdown{right:-92px;width:330px}.topbar .admin-notification-top{display:inline-flex}.admin-notif-head{padding:14px}.admin-notif-item{padding:12px}}

/* Campaign multi assigned employees */
.mc-assigned-list{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:160px;max-width:280px}.mc-assigned-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #ccfbf1;background:#f0fdfa;color:#0f766e;border-radius:999px;padding:6px 9px;font-weight:900;font-size:12px}.mc-assigned-more{display:inline-flex;align-items:center;border-radius:999px;background:#e2e8f0;color:#334155;padding:6px 9px;font-weight:950;font-size:12px}.campaign-assigned-select{min-height:148px}.select2-container--default .select2-selection--multiple{border-radius:14px;border-color:#dee2e6;min-height:48px;padding:5px 8px}.select2-container--default .select2-selection--multiple .select2-selection__choice{border-radius:999px;background:#f0fdfa;border:1px solid #99f6e4;color:#0f766e;font-weight:900;padding:4px 8px}

/* V256 - Professional multiple Assigned To design for Marketing Campaign */
.assigned-pro-box{position:relative;border:1px solid #dbeafe;border-radius:22px;padding:16px;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 55%,#eff6ff 100%);box-shadow:0 14px 34px rgba(15,23,42,.06)}
.assigned-pro-box:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:22px 22px 0 0;background:linear-gradient(90deg,#0f766e,#14b8a6,#2563eb)}
.assigned-pro-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.assigned-pro-head label{color:#0f172a}.assigned-pro-head label small{color:#0f766e;font-weight:950}.assigned-pro-head p{margin:0;color:#64748b;font-size:13px;font-weight:750;line-height:1.35}.assigned-counter{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;border:1px solid #ccfbf1;background:#ecfdf5;color:#0f766e;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950}.assigned-counter b{font-size:16px;line-height:1}.campaign-assigned-select{min-height:56px}.assigned-pro-box .select2-container--default .select2-selection--multiple{border:1px solid #cbd5e1!important;border-radius:18px!important;min-height:56px!important;padding:7px 9px!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(15,23,42,.03)}.assigned-pro-box .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#14b8a6!important;box-shadow:0 0 0 .22rem rgba(20,184,166,.13)!important}.assigned-pro-box .select2-container--default .select2-selection--multiple .select2-selection__choice{border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#0f766e,#14b8a6)!important;color:#fff!important;font-weight:900;padding:7px 12px 7px 28px!important;box-shadow:0 8px 18px rgba(15,118,110,.18)}.assigned-pro-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff!important;border:0!important;left:8px!important;top:6px!important;font-size:18px!important;line-height:1}.assigned-option{display:flex;align-items:center;gap:12px;padding:8px 4px}.assigned-avatar{flex:0 0 38px;width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-weight:950;box-shadow:0 10px 22px rgba(15,118,110,.18)}.assigned-option-info b{display:block;color:#0f172a;font-size:14px;font-weight:950}.assigned-option-info small{display:block;color:#64748b;font-size:12px;font-weight:800}.assigned-option-info em{display:flex;gap:8px;align-items:center;color:#0f766e;font-style:normal;font-size:12px;font-weight:900;margin-top:2px}.assigned-selected-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.assigned-mini-card{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:18px;background:rgba(255,255,255,.86);padding:10px;box-shadow:0 8px 18px rgba(15,23,42,.04)}.assigned-mini-card .assigned-avatar{width:34px;height:34px;flex-basis:34px;border-radius:12px;font-size:13px}.assigned-mini-card b{display:block;color:#0f172a;font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:135px}.assigned-mini-card small{display:block;color:#64748b;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:135px}.assigned-empty{grid-column:1/-1;display:flex;align-items:center;gap:10px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;color:#94a3b8;font-weight:900;padding:13px}.assigned-empty i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#f1f5f9;color:#64748b}.assigned-help-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:12px;color:#64748b;font-size:12px;font-weight:850}.assigned-help-row span{display:inline-flex;align-items:center;gap:7px}.assigned-help-row i{color:#0f766e}@media(max-width:768px){.assigned-pro-head{display:block}.assigned-counter{margin-top:10px}.assigned-selected-preview{grid-template-columns:1fr}.assigned-mini-card b,.assigned-mini-card small{max-width:220px}.assigned-pro-box .select2-container{width:100%!important}}


/* V257 - Campaign Assigned To Select2 Professional Multi Select */
.assigned-pro-box .campaign-assigned-select{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.dp-multi-select2{position:relative;width:100%;font-family:inherit}
.dp-multi-control{min-height:58px;border:1px solid #cbd5e1;border-radius:18px;background:#fff;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:9px 44px 9px 12px;transition:.18s;box-shadow:0 1px 2px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.9)}
.dp-multi-select2.open .dp-multi-control,.dp-multi-control:focus-within{border-color:#14b8a6;box-shadow:0 0 0 .22rem rgba(20,184,166,.14),0 12px 28px rgba(15,23,42,.06)}
.dp-multi-placeholder{color:#94a3b8;font-weight:850;font-size:13px;display:flex;align-items:center;gap:8px}.dp-multi-placeholder i{color:#0f766e}
.dp-multi-search{border:0!important;outline:0!important;box-shadow:none!important;min-width:170px;flex:1;background:transparent!important;padding:6px 2px!important;font-weight:850;color:#0f172a}
.dp-multi-search::placeholder{color:#94a3b8;font-weight:800}
.dp-multi-arrow{position:absolute;right:13px;top:17px;color:#64748b;transition:.18s}.dp-multi-select2.open .dp-multi-arrow{transform:rotate(180deg);color:#0f766e}
.dp-multi-clear{position:absolute;right:36px;top:14px;border:0;width:28px;height:28px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:18px;line-height:1;display:none}.dp-multi-clear.show{display:grid;place-items:center}.dp-multi-clear:hover{background:#fee2e2;color:#b91c1c}
.dp-multi-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid #99f6e4;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);color:#0f766e;border-radius:999px;padding:6px 8px 6px 7px;font-size:12px;font-weight:950;max-width:100%}
.dp-multi-chip .mini-avatar{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-size:11px;font-weight:950;box-shadow:0 7px 14px rgba(15,118,110,.18)}
.dp-multi-chip span{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-multi-chip button{border:0;background:rgba(15,118,110,.12);color:#0f766e;width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:14px;line-height:1;padding:0}.dp-multi-chip button:hover{background:#fee2e2;color:#b91c1c}
.dp-multi-dropdown{position:absolute;z-index:1070;left:0;right:0;top:calc(100% + 10px);background:#fff;border:1px solid #dbeafe;border-radius:20px;box-shadow:0 24px 65px rgba(15,23,42,.18);padding:9px;max-height:330px;overflow:auto;display:none}.dp-multi-select2.open .dp-multi-dropdown{display:block}
.dp-multi-option{display:flex;align-items:center;gap:12px;border-radius:16px;padding:10px;cursor:pointer;border:1px solid transparent;transition:.15s;color:#0f172a}.dp-multi-option:hover{background:#f0fdfa;border-color:#ccfbf1}.dp-multi-option.selected{background:#ecfeff;border-color:#99f6e4}
.dp-multi-option .assigned-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:15px}.dp-multi-option-info{min-width:0;flex:1}.dp-multi-option-info b{display:block;font-size:14px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-multi-option-info small{display:block;color:#64748b;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-multi-option-info em{font-style:normal;color:#0f766e;font-size:12px;font-weight:900;display:inline-flex;gap:6px;align-items:center;margin-top:2px}.dp-multi-check{width:24px;height:24px;border-radius:999px;border:1px solid #cbd5e1;color:transparent;display:grid;place-items:center;flex:0 0 24px}.dp-multi-option.selected .dp-multi-check{background:#0f766e;border-color:#0f766e;color:#fff}.dp-multi-empty{padding:18px;text-align:center;color:#64748b;font-weight:900}.dp-multi-topnote{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px 11px;border-bottom:1px solid #eef2f7;margin-bottom:6px;color:#64748b;font-size:12px;font-weight:900}.dp-multi-topnote b{color:#0f766e}
@media(max-width:576px){.dp-multi-control{min-height:54px;padding-right:40px}.dp-multi-search{min-width:120px}.dp-multi-chip span{max-width:115px}.dp-multi-dropdown{position:fixed;left:12px!important;right:12px!important;top:auto!important;bottom:18px;max-height:58vh;border-radius:24px}}

/* V259 - Compact Select2 Assigned To design */
.assigned-pro-box{border-radius:14px!important;padding:9px 10px!important;background:#fff!important;box-shadow:0 6px 18px rgba(15,23,42,.05)!important;border-color:#e2e8f0!important}
.assigned-pro-box:before{height:0!important;background:none!important}
.assigned-pro-head{align-items:center!important;margin-bottom:6px!important;gap:8px!important}
.assigned-pro-head label{font-size:13px!important;margin:0!important;line-height:1.1!important}
.assigned-pro-head label small{font-size:11px!important;color:#64748b!important;font-weight:800!important}
.assigned-counter{padding:4px 8px!important;font-size:10.5px!important;gap:5px!important;border-radius:999px!important;background:#f8fafc!important;border-color:#e2e8f0!important;color:#475569!important}
.assigned-counter b{font-size:12px!important}
.assigned-selected-preview{display:none!important}
.assigned-pro-box .select2-container--default .select2-selection--multiple{min-height:40px!important;border-radius:12px!important;padding:4px 7px!important}
.assigned-pro-box .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 8px 3px 22px!important;font-size:11px!important;box-shadow:none!important;background:#ecfdf5!important;color:#0f766e!important;border:1px solid #99f6e4!important}
.assigned-pro-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#0f766e!important;left:7px!important;top:3px!important;font-size:14px!important}
.assigned-option{gap:8px!important;padding:5px 2px!important}.assigned-avatar{width:28px!important;height:28px!important;flex-basis:28px!important;border-radius:10px!important;font-size:11px!important;box-shadow:none!important}.assigned-option-info b{font-size:12.5px!important}.assigned-option-info small{font-size:11px!important}.assigned-option-info em{display:none!important}
.dp-multi-control{min-height:40px!important;border-radius:12px!important;padding:5px 34px 5px 7px!important;gap:5px!important;box-shadow:none!important}.dp-multi-select2.open .dp-multi-control,.dp-multi-control:focus-within{box-shadow:0 0 0 .14rem rgba(20,184,166,.10)!important}.dp-multi-placeholder{font-size:12px!important;gap:6px!important}.dp-multi-search{min-width:110px!important;padding:3px 1px!important;font-size:12px!important}.dp-multi-arrow{right:10px!important;top:12px!important;font-size:11px!important}.dp-multi-clear{right:26px!important;top:8px!important;width:22px!important;height:22px!important;font-size:14px!important}.dp-multi-chip{gap:4px!important;padding:3px 6px 3px 4px!important;font-size:11px!important;box-shadow:none!important}.dp-multi-chip .mini-avatar{width:18px!important;height:18px!important;font-size:9px!important;box-shadow:none!important}.dp-multi-chip span{max-width:110px!important}.dp-multi-chip button{width:16px!important;height:16px!important;font-size:12px!important}.dp-multi-dropdown{top:calc(100% + 5px)!important;border-radius:14px!important;padding:5px!important;max-height:230px!important;box-shadow:0 14px 36px rgba(15,23,42,.14)!important}.dp-multi-topnote{display:none!important}.dp-multi-option{gap:8px!important;border-radius:11px!important;padding:6px!important}.dp-multi-option .assigned-avatar{width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:10px!important}.dp-multi-option-info b{font-size:12px!important}.dp-multi-option-info small{font-size:10.5px!important}.dp-multi-option-info em{display:none!important}.dp-multi-check{width:18px!important;height:18px!important;flex:0 0 18px!important;font-size:10px!important}.dp-multi-empty{padding:10px!important;font-size:12px!important}
@media(max-width:576px){.assigned-pro-box{padding:8px!important}.assigned-pro-head{display:flex!important}.assigned-counter{margin-top:0!important}.dp-multi-control{min-height:38px!important}.dp-multi-dropdown{bottom:12px!important;max-height:48vh!important;border-radius:16px!important}}

/* Product gallery captions and video media admin */
.product-gallery-existing,.product-gallery-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gallery-existing-item,.gallery-preview-item{min-width:0}.gallery-video-icon{width:100%;height:82px;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;font-size:24px}.gallery-existing-item .gallery-thumb,.gallery-preview-item .gallery-thumb{min-height:82px}.gallery-existing-item input,.gallery-preview-item input{font-size:12px}@media(max-width:768px){.product-gallery-existing,.product-gallery-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* V420 Add Product right panel follows normal document scroll */
.product-pro-form .product-form-right-column,
.product-pro-form .product-form-right-column>.card,
.product-pro-form .product-form-right-column .product-side-card{
position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;inset:auto!important;
height:auto!important;max-height:none!important;overflow:visible!important;transform:none!important
}
.product-pro-form .product-form-right-column{align-self:flex-start!important}
