:root{
 --wbx-sidebar-width:78px;--wbx-sidebar-compact:78px;--wbx-radius-sm:12px;--wbx-radius-md:16px;--wbx-radius-lg:22px;
 --wbx-space-1:4px;--wbx-space-2:8px;--wbx-space-3:12px;--wbx-space-4:16px;--wbx-space-5:24px;--wbx-space-6:32px;
 --wbx-bg:#f5f7fb;--wbx-surface:rgba(255,255,255,.82);--wbx-border:rgba(112,129,155,.16);--wbx-text:#172033;--wbx-muted:#758198;
 --wbx-primary:#5167ff;--wbx-sidebar:#090f2d;--wbx-sidebar-2:#101943;--wbx-sidebar-text:#aab5d2;--wbx-sidebar-active:#fff;
 --wbx-shadow:0 18px 45px rgba(36,52,88,.10);--wbx-ease:cubic-bezier(.2,.8,.2,1)
}
body{background:var(--wbx-bg)}
/* Global SVG icon system: font icon glyphs are never rendered. */
body.wbx-gds i[class*="bi-"],body.wbx-gds i[class^="bi-"],body.wbx-gds .feather-icon,body.wbx-gds i[class*="fa-"],body.wbx-gds i[class^="fa-"],body.wbx-gds i[class*="mdi-"],body.wbx-gds i[class^="mdi-"]{font-family:inherit!important;font-style:normal!important}
body.wbx-gds .wbx-svg-icon,body.wbx-gds [data-lucide],body.wbx-gds svg.lucide{width:20px;height:20px;min-width:20px;stroke-width:1.8;vertical-align:middle}
body.wbx-gds .wbx-old-icon-hidden{display:none!important}
/* New unified fixed icon-only desktop sidebar — admin and client */
@media (min-width:992px){
 body.wbx-gds #left-menu,body.wbx-gds #sidebar-menu,body.wbx-gds #client-sidebar,body.wbx-gds .sidebar-menu,body.wbx-gds .client-menu{
  width:var(--wbx-sidebar-compact)!important;min-width:var(--wbx-sidebar-compact)!important;max-width:var(--wbx-sidebar-compact)!important;
  background:linear-gradient(180deg,var(--wbx-sidebar),var(--wbx-sidebar-2))!important;border:0!important;box-shadow:18px 0 50px rgba(7,13,40,.16)!important;
  overflow-x:hidden!important
 }
 body.wbx-gds #left-menu ul,body.wbx-gds #sidebar-menu ul,body.wbx-gds #client-sidebar ul,body.wbx-gds .client-menu ul{padding:12px 9px!important}
 body.wbx-gds #left-menu li,body.wbx-gds #sidebar-menu li,body.wbx-gds #client-sidebar li,body.wbx-gds .client-menu li{margin:4px 0!important;width:60px!important;max-width:60px!important}
 body.wbx-gds #left-menu a,body.wbx-gds #sidebar-menu a,body.wbx-gds #client-sidebar a,body.wbx-gds .client-menu a{
  width:60px!important;min-height:48px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  color:var(--wbx-sidebar-text)!important;padding:0!important;gap:0!important;font-size:0!important;overflow:hidden!important;transition:.22s var(--wbx-ease)!important
 }
 body.wbx-gds #left-menu a:hover,body.wbx-gds #sidebar-menu a:hover,body.wbx-gds #client-sidebar a:hover,body.wbx-gds .client-menu a:hover{background:rgba(255,255,255,.085)!important;color:#fff!important;transform:translateY(-1px)}
 body.wbx-gds #left-menu li.active>a,body.wbx-gds #sidebar-menu li.active>a,body.wbx-gds #client-sidebar li.active>a,body.wbx-gds .client-menu li.active>a,body.wbx-gds a.active{background:linear-gradient(135deg,#5268ff,#724cff)!important;color:#fff!important;box-shadow:0 10px 26px rgba(81,103,255,.30)!important}
 body.wbx-gds #left-menu a svg,body.wbx-gds #sidebar-menu a svg,body.wbx-gds #client-sidebar a svg,body.wbx-gds .client-menu a svg{width:22px!important;height:22px!important;min-width:22px!important;margin:0!important;color:currentColor!important;stroke:currentColor!important}
 body.wbx-gds #left-menu a>*:not(svg):not(.wbx-svg-host):not(.badge):not(.menu-arrow):not(.wbx-nav-label),body.wbx-gds #sidebar-menu a>*:not(svg):not(.wbx-svg-host):not(.badge):not(.menu-arrow):not(.wbx-nav-label),body.wbx-gds #client-sidebar a>*:not(svg):not(.wbx-svg-host):not(.badge):not(.menu-arrow):not(.wbx-nav-label),body.wbx-gds .client-menu a>*:not(svg):not(.wbx-svg-host):not(.badge):not(.menu-arrow):not(.wbx-nav-label){display:none!important}
 body.wbx-gds .sidebar-brand-text,body.wbx-gds .menu-text,body.wbx-gds .title,body.wbx-gds .menu-title,body.wbx-gds .sidebar-menu-title{display:none!important}
 body.wbx-gds .sidebar-toggle,body.wbx-gds .sidebar-toggler,body.wbx-gds #sidebar-toggle,body.wbx-gds #sidebarCollapse,body.wbx-gds [data-action="toggle-sidebar"]{display:none!important}
}
/* Remove all brand switching UI */
#wbx-client-brand-switcher,.wbx-client-brand-switcher-floating,[data-wbx-cbs-holder="1"],.wbx-brand-switcher,.brand-switcher{display:none!important}
/* Global glass surfaces */
body.wbx-gds .card,body.wbx-gds .panel,body.wbx-gds .modal-content,body.wbx-gds .wbx-glass{background:var(--wbx-surface)!important;border:1px solid var(--wbx-border)!important;border-radius:var(--wbx-radius-lg)!important;box-shadow:var(--wbx-shadow)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
body.wbx-gds .btn{border-radius:12px!important;min-height:40px;display:inline-flex;align-items:center;gap:8px}
body.wbx-gds .form-control,body.wbx-gds .select2-selection{border-radius:12px!important;border-color:var(--wbx-border)!important}
@media(max-width:991.98px){body.wbx-gds #left-menu,body.wbx-gds #sidebar-menu,body.wbx-gds #client-sidebar,body.wbx-gds .client-menu{background:linear-gradient(180deg,#071027,#0d1739)!important}}

/* v16.1.1 — suppress legacy pseudo glyphs and guarantee one visible SVG icon. */
body.wbx-gds #left-menu a::before,
body.wbx-gds #left-menu a::after,
body.wbx-gds #sidebar-menu a::before,
body.wbx-gds #sidebar-menu a::after,
body.wbx-gds #client-sidebar a::before,
body.wbx-gds #client-sidebar a::after,
body.wbx-gds .sidebar-menu a::before,
body.wbx-gds .sidebar-menu a::after,
body.wbx-gds .client-menu a::before,
body.wbx-gds .client-menu a::after,
body.wbx-gds .navbar a::before,
body.wbx-gds .navbar button::before{content:none!important;display:none!important}
body.wbx-gds [data-wbx-icon-normalized="1"]>.wbx-svg-host,
body.wbx-gds [data-wbx-icon-normalized="1"]>svg.lucide{display:inline-flex!important;flex:0 0 auto!important}
body.wbx-gds [data-wbx-icon-normalized="1"]>svg:not(.lucide){display:none!important}

/* Phase 3 — remove sidebar submenus and render them as module cards */
body.wbx-gds [data-wbx-module-submenu="1"],
body.wbx-gds .wbx-module-root > ul,
body.wbx-gds .wbx-module-root > .submenu,
body.wbx-gds .wbx-module-root > .sub-menu,
body.wbx-gds .wbx-module-root > .nav-treeview{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}
body.wbx-gds .wbx-module-root > a .menu-arrow,
body.wbx-gds .wbx-module-root > a .dropdown-toggle,
body.wbx-gds .wbx-module-root > a .submenu-arrow{display:none!important}
.wbx-module-navigation-cards{margin:18px 0 24px;padding:22px;border:1px solid rgba(112,129,155,.16);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,249,255,.82));box-shadow:0 18px 50px rgba(36,52,88,.09);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.wbx-module-cards-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.wbx-module-eyebrow{display:block;margin-bottom:5px;color:#6e7b93;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.wbx-module-cards-head h2{margin:0;color:#172033;font-size:24px;font-weight:800;letter-spacing:-.025em}
.wbx-module-cards-head p{margin:5px 0 0;color:#7b879d;font-size:13px}
.wbx-module-count{padding:8px 12px;border:1px solid rgba(81,103,255,.14);border-radius:999px;background:rgba(81,103,255,.07);color:#5167ff;font-size:12px;font-weight:750;white-space:nowrap}
.wbx-module-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.wbx-module-card{position:relative;display:flex;align-items:center;gap:13px;min-height:88px;padding:16px;border:1px solid rgba(112,129,155,.14);border-radius:18px;background:rgba(255,255,255,.76);color:#172033;text-decoration:none!important;box-shadow:0 8px 24px rgba(31,48,83,.055);transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s,background .22s;overflow:hidden}
.wbx-module-card:before{content:"";position:absolute;inset:auto -20px -32px auto;width:92px;height:92px;border-radius:50%;background:radial-gradient(circle,rgba(81,103,255,.12),transparent 68%);pointer-events:none}
.wbx-module-card:hover{transform:translateY(-3px);border-color:rgba(81,103,255,.28);background:#fff;box-shadow:0 15px 34px rgba(43,61,105,.12);color:#172033}
.wbx-module-card.is-active{border-color:rgba(81,103,255,.34);background:linear-gradient(135deg,rgba(81,103,255,.11),rgba(114,76,255,.07));box-shadow:0 13px 32px rgba(81,103,255,.13)}
.wbx-module-card-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;min-width:46px;border-radius:14px;background:linear-gradient(135deg,#edf0ff,#f4efff);color:#5167ff;box-shadow:inset 0 0 0 1px rgba(81,103,255,.08)}
.wbx-module-card-icon svg{width:22px;height:22px}
.wbx-module-card-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}
.wbx-module-card-copy strong{overflow:hidden;color:inherit;font-size:14px;font-weight:780;text-overflow:ellipsis;white-space:nowrap}
.wbx-module-card-copy small{overflow:hidden;color:#8a95a9;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.wbx-module-card-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;color:#9aa4b5;transition:.2s}
.wbx-module-card:hover .wbx-module-card-arrow{background:rgba(81,103,255,.08);color:#5167ff;transform:translate(1px,-1px)}
.wbx-module-card-arrow svg{width:16px;height:16px}
@media(max-width:1399px){.wbx-module-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991px){.wbx-module-navigation-cards{padding:18px;border-radius:20px}.wbx-module-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.wbx-module-cards-head{align-items:flex-start;flex-direction:column}.wbx-module-card-grid{grid-template-columns:1fr}.wbx-module-card{min-height:78px}.wbx-module-count{display:none}}

/* v18.3.0 — preserved module actions and expanded workspace cards */
.wbx-module-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.wbx-module-action{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid rgba(81,103,255,.18);border-radius:11px;background:#fff;color:#4054d6!important;font-size:12px;font-weight:750;text-decoration:none!important;box-shadow:0 5px 15px rgba(47,65,110,.07);transition:.2s}
.wbx-module-action:hover{transform:translateY(-1px);border-color:rgba(81,103,255,.34);box-shadow:0 9px 22px rgba(47,65,110,.12)}
.wbx-module-action svg{width:16px;height:16px}
body.wbx-gds .wbx-preserved-action{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important}
@media(max-width:767px){.wbx-module-cards-head{align-items:flex-start}.wbx-module-head-actions{justify-content:flex-start}.wbx-module-action span{display:none}.wbx-module-action{width:38px;padding:0;justify-content:center}}


/* v18.4.1 — WB Enterprise Module Workspaces */
.wbx-module-workspace{margin:18px 0 26px;padding:24px;border:1px solid rgba(112,129,155,.16);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,248,255,.86));box-shadow:0 20px 58px rgba(36,52,88,.10);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.wbx-module-workspace-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:20px}
.wbx-module-workspace-hero h2{display:flex;align-items:center;gap:10px;margin:0;color:#172033;font-size:26px;font-weight:800;letter-spacing:-.03em}
.wbx-module-workspace-hero h2 svg{width:24px;height:24px;color:#5167ff}
.wbx-module-workspace-hero p{margin:6px 0 0;color:#7b879d;font-size:13px}
.wbx-module-intelligence{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px;margin-top:18px}
.wbx-module-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.wbx-module-stat{position:relative;min-height:116px;padding:18px;border:1px solid rgba(112,129,155,.14);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(31,48,83,.05);overflow:hidden}
.wbx-module-stat span{display:block;color:#7f8ba1;font-size:12px;font-weight:700}
.wbx-module-stat strong{display:block;margin-top:10px;color:#172033;font-size:28px;font-weight:800;letter-spacing:-.04em}
.wbx-module-stat>svg{position:absolute;right:16px;bottom:16px;width:24px;height:24px;color:#5167ff;opacity:.75}
.wbx-module-activity{padding:18px;border:1px solid rgba(112,129,155,.14);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(31,48,83,.05)}
.wbx-module-panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.wbx-module-panel-title span{display:block;color:#172033;font-size:14px;font-weight:800}.wbx-module-panel-title small{display:block;margin-top:3px;color:#8b96aa;font-size:11px}.wbx-module-panel-title svg{width:20px;height:20px;color:#5167ff}
.wbx-module-activity-list{display:flex;flex-direction:column;gap:10px}.wbx-module-activity-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid rgba(112,129,155,.10)}.wbx-module-activity-row:last-child{border-bottom:0}.wbx-module-activity-dot{width:8px;height:8px;margin-top:6px;border-radius:50%;background:linear-gradient(135deg,#5167ff,#7a4cff);box-shadow:0 0 0 5px rgba(81,103,255,.08)}.wbx-module-activity-row div{min-width:0}.wbx-module-activity-row strong{display:block;color:#263047;font-size:12px;font-weight:780}.wbx-module-activity-row small{display:block;overflow:hidden;margin-top:3px;color:#8792a6;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.wbx-module-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;min-height:150px;color:#8c97aa;text-align:center;font-size:12px}.wbx-module-empty svg{width:28px;height:28px;color:#a4aec0}
body.wbx-gds .wbx-preserved-action{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
@media(max-width:1100px){.wbx-module-intelligence{grid-template-columns:1fr}.wbx-module-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:767px){.wbx-module-workspace{padding:18px;border-radius:20px}.wbx-module-workspace-hero{align-items:flex-start;flex-direction:column}.wbx-module-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.wbx-module-stats{grid-template-columns:1fr}.wbx-module-workspace-hero h2{font-size:22px}}


/* v18.4.6 — dedicated Sales and Team workspace pages */
.wbx-native-workspace-page{padding:8px 0 28px}
.wbx-native-workspace-hero{display:flex;align-items:center;gap:18px;padding:26px 28px;margin-bottom:22px;border:1px solid rgba(112,129,155,.16);border-radius:26px;background:linear-gradient(145deg,#fff,#f5f7ff);box-shadow:0 18px 50px rgba(36,52,88,.09)}
.wbx-native-workspace-icon{display:flex;align-items:center;justify-content:center;flex:0 0 58px;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#0057d9,#1b75ff);color:#fff;box-shadow:0 12px 28px rgba(0,87,217,.26)}
.wbx-native-workspace-icon svg{width:27px;height:27px}
.wbx-native-workspace-eyebrow{display:block;margin-bottom:5px;color:#65738b;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.wbx-native-workspace-hero h1{margin:0;color:#172033;font-size:29px;font-weight:850;letter-spacing:-.035em}
.wbx-native-workspace-hero p{margin:7px 0 0;color:#718096;font-size:14px}
.wbx-native-workspace-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.wbx-native-workspace-card{display:flex;align-items:center;gap:15px;min-height:126px;padding:20px;border:1px solid rgba(112,129,155,.16);border-radius:22px;background:#fff;color:inherit;text-decoration:none!important;box-shadow:0 12px 34px rgba(36,52,88,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.wbx-native-workspace-card:hover{transform:translateY(-4px);border-color:rgba(0,87,217,.32);box-shadow:0 20px 45px rgba(36,52,88,.13)}
.wbx-native-workspace-card-icon{display:flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#eef4ff;color:#0057d9}
.wbx-native-workspace-card-icon svg{width:23px;height:23px}
.wbx-native-workspace-card-content{display:flex;flex:1;min-width:0;flex-direction:column;gap:6px}
.wbx-native-workspace-card-content strong{color:#172033;font-size:15px;font-weight:800}
.wbx-native-workspace-card-content small{color:#7a879b;font-size:12px;line-height:1.55}
.wbx-native-workspace-card-arrow{display:flex;align-items:center;justify-content:center;color:#9aa7ba}
.wbx-native-workspace-card-arrow svg{width:18px;height:18px}
@media(max-width:991px){.wbx-native-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wbx-native-workspace-hero{align-items:flex-start;padding:20px}.wbx-native-workspace-grid{grid-template-columns:1fr}.wbx-native-workspace-hero h1{font-size:24px}}


/* v18.5.3 — Larger sidebar icons with compact labels */
@media (min-width:992px){
 body.wbx-gds #left-menu li,
 body.wbx-gds #sidebar-menu li,
 body.wbx-gds #client-sidebar li,
 body.wbx-gds .sidebar-menu li,
 body.wbx-gds .client-menu li,
 body.wbx-gds .main-sidebar li,
 body.wbx-gds .sidebar-nav li{
  width:68px!important;max-width:68px!important;margin:5px auto!important
 }
 body.wbx-gds #left-menu a,
 body.wbx-gds #sidebar-menu a,
 body.wbx-gds #client-sidebar a,
 body.wbx-gds .sidebar-menu a,
 body.wbx-gds .client-menu a,
 body.wbx-gds .main-sidebar a,
 body.wbx-gds .sidebar-nav a{
  width:68px!important;min-height:76px!important;height:auto!important;padding:9px 3px 8px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  overflow:visible!important;text-align:center!important;line-height:1!important;font-size:0!important
 }
 body.wbx-gds #left-menu a svg,
 body.wbx-gds #sidebar-menu a svg,
 body.wbx-gds #client-sidebar a svg,
 body.wbx-gds .sidebar-menu a svg,
 body.wbx-gds .client-menu a svg,
 body.wbx-gds .main-sidebar a svg,
 body.wbx-gds .sidebar-nav a svg,
 body.wbx-gds #left-menu a i,
 body.wbx-gds #sidebar-menu a i,
 body.wbx-gds #client-sidebar a i,
 body.wbx-gds .sidebar-menu a i,
 body.wbx-gds .client-menu a i,
 body.wbx-gds .main-sidebar a i,
 body.wbx-gds .sidebar-nav a i,
 body.wbx-gds #left-menu a .wbx-svg-host,
 body.wbx-gds #sidebar-menu a .wbx-svg-host,
 body.wbx-gds #client-sidebar a .wbx-svg-host,
 body.wbx-gds .sidebar-menu a .wbx-svg-host,
 body.wbx-gds .client-menu a .wbx-svg-host{
  width:28px!important;height:28px!important;min-width:28px!important;flex:0 0 28px!important;margin:0!important;stroke-width:2.2!important
 }
 body.wbx-gds #left-menu a>.wbx-nav-label,
 body.wbx-gds #sidebar-menu a>.wbx-nav-label,
 body.wbx-gds #client-sidebar a>.wbx-nav-label,
 body.wbx-gds .sidebar-menu a>.wbx-nav-label,
 body.wbx-gds .client-menu a>.wbx-nav-label,
 body.wbx-gds .main-sidebar a>.wbx-nav-label,
 body.wbx-gds .sidebar-nav a>.wbx-nav-label{
  display:-webkit-box!important;width:64px!important;max-width:64px!important;min-height:11px!important;margin:0!important;padding:0!important;
  color:currentColor!important;font-family:inherit!important;font-size:9px!important;font-weight:600!important;line-height:1.15!important;
  letter-spacing:0!important;text-align:center!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;
  -webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;word-break:break-word!important;visibility:visible!important;opacity:1!important
 }
 body.wbx-gds #left-menu a:hover,
 body.wbx-gds #sidebar-menu a:hover,
 body.wbx-gds #client-sidebar a:hover,
 body.wbx-gds .sidebar-menu a:hover,
 body.wbx-gds .client-menu a:hover,
 body.wbx-gds .main-sidebar a:hover,
 body.wbx-gds .sidebar-nav a:hover{transform:translateY(-2px) scale(1.03)!important}
 body.wbx-gds #left-menu a:hover svg,body.wbx-gds #sidebar-menu a:hover svg,body.wbx-gds #client-sidebar a:hover svg,body.wbx-gds .sidebar-menu a:hover svg,body.wbx-gds .client-menu a:hover svg,body.wbx-gds #left-menu a:hover i,body.wbx-gds #sidebar-menu a:hover i,body.wbx-gds #client-sidebar a:hover i{transform:scale(1.07)!important;transition:transform .18s ease!important}
}

/* v18.5.4 — One centered vertical axis for brand logo, icons and labels */
@media (min-width:992px){
  body.wbx-gds #left-menu,
  body.wbx-gds #sidebar-menu,
  body.wbx-gds #client-sidebar,
  body.wbx-gds .sidebar-menu,
  body.wbx-gds .client-menu,
  body.wbx-gds .main-sidebar,
  body.wbx-gds .sidebar-nav{
    text-align:center!important;
  }

  body.wbx-gds #left-menu>ul,
  body.wbx-gds #sidebar-menu>ul,
  body.wbx-gds #client-sidebar>ul,
  body.wbx-gds .sidebar-menu>ul,
  body.wbx-gds .client-menu>ul,
  body.wbx-gds .main-sidebar>ul,
  body.wbx-gds .sidebar-nav>ul{
    width:100%!important;
    margin:0 auto!important;
    padding-left:5px!important;
    padding-right:5px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }

  body.wbx-gds #left-menu li,
  body.wbx-gds #sidebar-menu li,
  body.wbx-gds #client-sidebar li,
  body.wbx-gds .sidebar-menu li,
  body.wbx-gds .client-menu li,
  body.wbx-gds .main-sidebar li,
  body.wbx-gds .sidebar-nav li{
    float:none!important;
    left:auto!important;
    right:auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
  }

  body.wbx-gds #left-menu li>a,
  body.wbx-gds #sidebar-menu li>a,
  body.wbx-gds #client-sidebar li>a,
  body.wbx-gds .sidebar-menu li>a,
  body.wbx-gds .client-menu li>a,
  body.wbx-gds .main-sidebar li>a,
  body.wbx-gds .sidebar-nav li>a{
    margin-left:auto!important;
    margin-right:auto!important;
    transform-origin:center center!important;
  }

  /* Center all known brand/logo holders over the same sidebar axis. */
  body.wbx-gds .sidebar-brand,
  body.wbx-gds .sidebar-logo,
  body.wbx-gds .brand-logo,
  body.wbx-gds #sidebar-logo,
  body.wbx-gds #left-menu .logo,
  body.wbx-gds #sidebar-menu .logo,
  body.wbx-gds #client-sidebar .logo,
  body.wbx-gds .main-sidebar .logo,
  body.wbx-gds .client-menu .logo,
  body.wbx-gds .sidebar-header,
  body.wbx-gds .client-sidebar-header{
    width:var(--wbx-sidebar-compact)!important;
    min-width:var(--wbx-sidebar-compact)!important;
    max-width:var(--wbx-sidebar-compact)!important;
    margin:0 auto!important;
    padding-left:0!important;
    padding-right:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.wbx-gds .sidebar-brand>a,
  body.wbx-gds .sidebar-logo>a,
  body.wbx-gds #sidebar-logo>a,
  body.wbx-gds .sidebar-header>a,
  body.wbx-gds .client-sidebar-header>a{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.wbx-gds .sidebar-brand img,
  body.wbx-gds .sidebar-logo img,
  body.wbx-gds .brand-logo img,
  body.wbx-gds #sidebar-logo img,
  body.wbx-gds #left-menu .logo img,
  body.wbx-gds #sidebar-menu .logo img,
  body.wbx-gds #client-sidebar .logo img,
  body.wbx-gds .main-sidebar .logo img,
  body.wbx-gds .client-menu .logo img,
  body.wbx-gds .sidebar-header img,
  body.wbx-gds .client-sidebar-header img{
    display:block!important;
    width:auto!important;
    max-width:48px!important;
    max-height:48px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  /* RISE often places the compact logo in the first top-navbar cell. */
  body.wbx-gds .navbar-brand,
  body.wbx-gds a.navbar-brand{
    width:var(--wbx-sidebar-compact)!important;
    min-width:var(--wbx-sidebar-compact)!important;
    max-width:var(--wbx-sidebar-compact)!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  body.wbx-gds .navbar-brand img,
  body.wbx-gds a.navbar-brand img{
    display:block!important;
    max-width:48px!important;
    max-height:48px!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }
}

/* v18.7.2 — Zoho CRM inspired module workspace (scoped to CRM routes only) */
body.wbx-gds.wbx-crm-module-page{
  --wbx-crm-blue:#246bfd;
  --wbx-crm-blue-soft:#eef4ff;
  --wbx-crm-border:#e3e8ef;
  --wbx-crm-text:#172b4d;
  --wbx-crm-muted:#64748b;
  --wbx-crm-bg:#f6f8fb;
  background:var(--wbx-crm-bg)!important;
}
body.wbx-gds.wbx-crm-module-page .page-content,
body.wbx-gds.wbx-crm-module-page .content-wrapper,
body.wbx-gds.wbx-crm-module-page #page-content{
  background:var(--wbx-crm-bg)!important;
}
body.wbx-gds.wbx-crm-module-page .page-title,
body.wbx-gds.wbx-crm-module-page .page-header{
  min-height:68px!important;
  padding:14px 20px!important;
  margin:0 0 14px!important;
  border:1px solid var(--wbx-crm-border)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(15,23,42,.04)!important;
  display:flex!important;
  align-items:center!important;
}
body.wbx-gds.wbx-crm-module-page .page-title h1,
body.wbx-gds.wbx-crm-module-page .page-title h2,
body.wbx-gds.wbx-crm-module-page .page-header h1,
body.wbx-gds.wbx-crm-module-page .page-header h2{
  color:var(--wbx-crm-text)!important;
  font-size:20px!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
}
body.wbx-gds.wbx-crm-module-page .card,
body.wbx-gds.wbx-crm-module-page .panel,
body.wbx-gds.wbx-crm-module-page .widget-container{
  border:1px solid var(--wbx-crm-border)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(15,23,42,.035)!important;
}
body.wbx-gds.wbx-crm-module-page .card-header,
body.wbx-gds.wbx-crm-module-page .panel-heading{
  min-height:52px!important;
  padding:12px 16px!important;
  border-bottom:1px solid var(--wbx-crm-border)!important;
  background:#fff!important;
  border-radius:10px 10px 0 0!important;
}
body.wbx-gds.wbx-crm-module-page .nav-tabs{
  gap:4px!important;
  padding:0 8px!important;
  border-bottom:1px solid var(--wbx-crm-border)!important;
}
body.wbx-gds.wbx-crm-module-page .nav-tabs>li>a{
  margin:0!important;
  padding:13px 12px!important;
  border:0!important;
  border-bottom:2px solid transparent!important;
  border-radius:0!important;
  color:#52627a!important;
  font-weight:600!important;
  background:transparent!important;
}
body.wbx-gds.wbx-crm-module-page .nav-tabs>li.active>a,
body.wbx-gds.wbx-crm-module-page .nav-tabs>li>a:hover{
  color:var(--wbx-crm-blue)!important;
  border-bottom-color:var(--wbx-crm-blue)!important;
}
body.wbx-gds.wbx-crm-module-page .btn-primary,
body.wbx-gds.wbx-crm-module-page .btn-success{
  background:var(--wbx-crm-blue)!important;
  border-color:var(--wbx-crm-blue)!important;
  border-radius:7px!important;
  box-shadow:none!important;
  font-weight:600!important;
}
body.wbx-gds.wbx-crm-module-page .btn-default,
body.wbx-gds.wbx-crm-module-page .btn-secondary{
  background:#fff!important;
  border:1px solid #cfd7e3!important;
  color:#334155!important;
  border-radius:7px!important;
}
body.wbx-gds.wbx-crm-module-page table.dataTable,
body.wbx-gds.wbx-crm-module-page .table{
  border-collapse:separate!important;
  border-spacing:0!important;
}
body.wbx-gds.wbx-crm-module-page .table>thead>tr>th,
body.wbx-gds.wbx-crm-module-page table.dataTable thead th{
  padding:12px 14px!important;
  border-bottom:1px solid var(--wbx-crm-border)!important;
  background:#f8fafc!important;
  color:#52627a!important;
  font-size:11px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
body.wbx-gds.wbx-crm-module-page .table>tbody>tr>td,
body.wbx-gds.wbx-crm-module-page table.dataTable tbody td{
  padding:12px 14px!important;
  border-bottom:1px solid #edf1f5!important;
  color:#26364d!important;
  vertical-align:middle!important;
}
body.wbx-gds.wbx-crm-module-page .table>tbody>tr:hover>td,
body.wbx-gds.wbx-crm-module-page table.dataTable tbody tr:hover td{
  background:#f7faff!important;
}
body.wbx-gds.wbx-crm-module-page .form-control,
body.wbx-gds.wbx-crm-module-page .select2-selection,
body.wbx-gds.wbx-crm-module-page input[type=text],
body.wbx-gds.wbx-crm-module-page input[type=email],
body.wbx-gds.wbx-crm-module-page input[type=number],
body.wbx-gds.wbx-crm-module-page textarea,
body.wbx-gds.wbx-crm-module-page select{
  border:1px solid #cfd7e3!important;
  border-radius:7px!important;
  box-shadow:none!important;
  background:#fff!important;
}
body.wbx-gds.wbx-crm-module-page .form-control:focus,
body.wbx-gds.wbx-crm-module-page input:focus,
body.wbx-gds.wbx-crm-module-page textarea:focus,
body.wbx-gds.wbx-crm-module-page select:focus{
  border-color:var(--wbx-crm-blue)!important;
  box-shadow:0 0 0 3px rgba(36,107,253,.10)!important;
}
body.wbx-gds.wbx-crm-module-page .label,
body.wbx-gds.wbx-crm-module-page .badge{
  border-radius:999px!important;
  padding:5px 9px!important;
  font-weight:650!important;
}
body.wbx-gds.wbx-crm-module-page .modal-content{
  border:0!important;
  border-radius:12px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.22)!important;
}
body.wbx-gds.wbx-crm-module-page .modal-header{
  padding:16px 20px!important;
  border-bottom:1px solid var(--wbx-crm-border)!important;
  background:#fff!important;
}
body.wbx-gds.wbx-crm-module-page .pagination>li>a,
body.wbx-gds.wbx-crm-module-page .pagination>li>span{
  border-radius:6px!important;
  margin:0 2px!important;
  border-color:#d9e0e9!important;
  color:#52627a!important;
}
body.wbx-gds.wbx-crm-module-page .pagination>.active>a,
body.wbx-gds.wbx-crm-module-page .pagination>.active>span{
  background:var(--wbx-crm-blue)!important;
  border-color:var(--wbx-crm-blue)!important;
  color:#fff!important;
}

/* v18.7.3 — Zoho-inspired UI across every admin module page */
body.wbx-gds.wbx-zoho-module-page{
  --wbx-zoho-blue:#246bfd;
  --wbx-zoho-blue-dark:#1557d6;
  --wbx-zoho-blue-soft:#eef4ff;
  --wbx-zoho-border:#dfe5ec;
  --wbx-zoho-border-soft:#edf1f5;
  --wbx-zoho-text:#172b4d;
  --wbx-zoho-muted:#64748b;
  --wbx-zoho-bg:#f5f7fa;
  background:var(--wbx-zoho-bg)!important;
}
body.wbx-gds.wbx-zoho-module-page .page-content,
body.wbx-gds.wbx-zoho-module-page #page-content,
body.wbx-gds.wbx-zoho-module-page .content-wrapper,
body.wbx-gds.wbx-zoho-module-page .main-content{
  background:var(--wbx-zoho-bg)!important;
}
body.wbx-gds.wbx-zoho-module-page .container-fluid,
body.wbx-gds.wbx-zoho-module-page .page-content>.content,
body.wbx-gds.wbx-zoho-module-page #page-content>.content{
  max-width:none!important;
}
body.wbx-gds.wbx-zoho-module-page .page-title,
body.wbx-gds.wbx-zoho-module-page .page-header,
body.wbx-gds.wbx-zoho-module-page .content-header{
  position:relative!important;
  z-index:1!important;
  min-height:64px!important;
  padding:12px 18px!important;
  margin:0 0 12px!important;
  border:1px solid var(--wbx-zoho-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 1px 3px rgba(15,23,42,.04)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
body.wbx-gds.wbx-zoho-module-page .page-title h1,
body.wbx-gds.wbx-zoho-module-page .page-title h2,
body.wbx-gds.wbx-zoho-module-page .page-header h1,
body.wbx-gds.wbx-zoho-module-page .page-header h2,
body.wbx-gds.wbx-zoho-module-page .content-header h1,
body.wbx-gds.wbx-zoho-module-page .content-header h2{
  margin:0!important;
  color:var(--wbx-zoho-text)!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
}
body.wbx-gds.wbx-zoho-module-page .card,
body.wbx-gds.wbx-zoho-module-page .panel,
body.wbx-gds.wbx-zoho-module-page .widget-container,
body.wbx-gds.wbx-zoho-module-page .tab-content{
  border:1px solid var(--wbx-zoho-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 1px 3px rgba(15,23,42,.035)!important;
}
body.wbx-gds.wbx-zoho-module-page .card-header,
body.wbx-gds.wbx-zoho-module-page .panel-heading{
  min-height:50px!important;
  padding:11px 15px!important;
  border-bottom:1px solid var(--wbx-zoho-border-soft)!important;
  border-radius:8px 8px 0 0!important;
  background:#fff!important;
}
body.wbx-gds.wbx-zoho-module-page .card-body,
body.wbx-gds.wbx-zoho-module-page .panel-body{
  padding:16px!important;
}
body.wbx-gds.wbx-zoho-module-page .btn{
  min-height:36px!important;
  padding:7px 13px!important;
  border-radius:6px!important;
  font-weight:600!important;
  box-shadow:none!important;
}
body.wbx-gds.wbx-zoho-module-page .btn-primary,
body.wbx-gds.wbx-zoho-module-page .btn-success{
  color:#fff!important;
  background:var(--wbx-zoho-blue)!important;
  border-color:var(--wbx-zoho-blue)!important;
}
body.wbx-gds.wbx-zoho-module-page .btn-primary:hover,
body.wbx-gds.wbx-zoho-module-page .btn-success:hover{
  background:var(--wbx-zoho-blue-dark)!important;
  border-color:var(--wbx-zoho-blue-dark)!important;
}
body.wbx-gds.wbx-zoho-module-page .btn-default,
body.wbx-gds.wbx-zoho-module-page .btn-secondary{
  color:#334155!important;
  background:#fff!important;
  border:1px solid #cbd5e1!important;
}
body.wbx-gds.wbx-zoho-module-page .nav-tabs{
  display:flex!important;
  gap:2px!important;
  padding:0 8px!important;
  border-bottom:1px solid var(--wbx-zoho-border)!important;
  background:#fff!important;
}
body.wbx-gds.wbx-zoho-module-page .nav-tabs>li>a{
  margin:0!important;
  padding:12px 11px!important;
  border:0!important;
  border-bottom:2px solid transparent!important;
  border-radius:0!important;
  color:#52627a!important;
  background:transparent!important;
  font-weight:600!important;
}
body.wbx-gds.wbx-zoho-module-page .nav-tabs>li.active>a,
body.wbx-gds.wbx-zoho-module-page .nav-tabs>li>a:hover{
  color:var(--wbx-zoho-blue)!important;
  border-bottom-color:var(--wbx-zoho-blue)!important;
}
body.wbx-gds.wbx-zoho-module-page table.dataTable,
body.wbx-gds.wbx-zoho-module-page .table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
}
body.wbx-gds.wbx-zoho-module-page .table>thead>tr>th,
body.wbx-gds.wbx-zoho-module-page table.dataTable thead th{
  padding:11px 13px!important;
  border-top:0!important;
  border-bottom:1px solid var(--wbx-zoho-border)!important;
  background:#f8fafc!important;
  color:#52627a!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  white-space:nowrap!important;
}
body.wbx-gds.wbx-zoho-module-page .table>tbody>tr>td,
body.wbx-gds.wbx-zoho-module-page table.dataTable tbody td{
  padding:11px 13px!important;
  border-top:0!important;
  border-bottom:1px solid var(--wbx-zoho-border-soft)!important;
  color:#26364d!important;
  vertical-align:middle!important;
  background:#fff!important;
}
body.wbx-gds.wbx-zoho-module-page .table>tbody>tr:hover>td,
body.wbx-gds.wbx-zoho-module-page table.dataTable tbody tr:hover td{
  background:#f6f9ff!important;
}
body.wbx-gds.wbx-zoho-module-page .dataTables_wrapper .dataTables_filter input,
body.wbx-gds.wbx-zoho-module-page .form-control,
body.wbx-gds.wbx-zoho-module-page .select2-selection,
body.wbx-gds.wbx-zoho-module-page input[type=text],
body.wbx-gds.wbx-zoho-module-page input[type=email],
body.wbx-gds.wbx-zoho-module-page input[type=number],
body.wbx-gds.wbx-zoho-module-page input[type=password],
body.wbx-gds.wbx-zoho-module-page textarea,
body.wbx-gds.wbx-zoho-module-page select{
  min-height:36px!important;
  border:1px solid #cbd5e1!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.wbx-gds.wbx-zoho-module-page .form-control:focus,
body.wbx-gds.wbx-zoho-module-page input:focus,
body.wbx-gds.wbx-zoho-module-page textarea:focus,
body.wbx-gds.wbx-zoho-module-page select:focus{
  border-color:var(--wbx-zoho-blue)!important;
  box-shadow:0 0 0 3px rgba(36,107,253,.10)!important;
  outline:0!important;
}
body.wbx-gds.wbx-zoho-module-page .label,
body.wbx-gds.wbx-zoho-module-page .badge,
body.wbx-gds.wbx-zoho-module-page [class*="status"]{
  border-radius:999px!important;
}
body.wbx-gds.wbx-zoho-module-page .modal-content{
  border:0!important;
  border-radius:10px!important;
  box-shadow:0 22px 64px rgba(15,23,42,.24)!important;
}
body.wbx-gds.wbx-zoho-module-page .modal-header,
body.wbx-gds.wbx-zoho-module-page .modal-footer{
  border-color:var(--wbx-zoho-border)!important;
  background:#fff!important;
}
body.wbx-gds.wbx-zoho-module-page .pagination>li>a,
body.wbx-gds.wbx-zoho-module-page .pagination>li>span{
  min-width:32px!important;
  margin:0 2px!important;
  border:1px solid #d7dee8!important;
  border-radius:6px!important;
  color:#52627a!important;
  background:#fff!important;
}
body.wbx-gds.wbx-zoho-module-page .pagination>.active>a,
body.wbx-gds.wbx-zoho-module-page .pagination>.active>span{
  color:#fff!important;
  background:var(--wbx-zoho-blue)!important;
  border-color:var(--wbx-zoho-blue)!important;
}
/* Replace the oversized floating workspace with a compact, in-flow module toolbar. */
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace{
  position:relative!important;
  inset:auto!important;
  z-index:1!important;
  width:auto!important;
  max-width:none!important;
  min-height:0!important;
  margin:0 0 12px!important;
  padding:12px 16px!important;
  border:1px solid var(--wbx-zoho-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 1px 3px rgba(15,23,42,.035)!important;
  backdrop-filter:none!important;
  transform:none!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero{
  min-height:0!important;
  margin:0!important;
  align-items:center!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-eyebrow,
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero p,
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-card-grid{
  display:none!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero h2{
  margin:0!important;
  font-size:17px!important;
  font-weight:700!important;
  color:var(--wbx-zoho-text)!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero h2 svg{
  width:19px!important;
  height:19px!important;
  color:var(--wbx-zoho-blue)!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-head-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-left:auto!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-action{
  min-height:34px!important;
  padding:7px 12px!important;
  border:1px solid var(--wbx-zoho-blue)!important;
  border-radius:6px!important;
  color:#fff!important;
  background:var(--wbx-zoho-blue)!important;
  box-shadow:none!important;
}
@media(max-width:767px){
  body.wbx-gds.wbx-zoho-module-page .page-title,
  body.wbx-gds.wbx-zoho-module-page .page-header,
  body.wbx-gds.wbx-zoho-module-page .content-header{align-items:flex-start!important;flex-direction:column!important}
  body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero{align-items:flex-start!important;flex-direction:column!important}
  body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-head-actions{margin-left:0!important}
}

/* v18.7.4 — Professional module shell, direct navigation and persistent Back action */
body.wbx-gds.wbx-zoho-module-page{
  --wbx-z-blue:#1769ff;
  --wbx-z-blue-soft:#eef4ff;
  --wbx-z-bg:#f4f6f9;
  --wbx-z-surface:#ffffff;
  --wbx-z-border:#dfe5ee;
  --wbx-z-text:#182230;
  --wbx-z-muted:#687386;
  background:var(--wbx-z-bg)!important;
}
body.wbx-gds.wbx-zoho-module-page .page-content,
body.wbx-gds.wbx-zoho-module-page #page-content,
body.wbx-gds.wbx-zoho-module-page .content-wrapper,
body.wbx-gds.wbx-zoho-module-page .main-content{background:var(--wbx-z-bg)!important}
body.wbx-gds.wbx-zoho-module-page .content,
body.wbx-gds.wbx-zoho-module-page .container-fluid{max-width:1600px;margin-inline:auto}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace{
  position:relative!important;inset:auto!important;z-index:auto!important;
  display:flex!important;align-items:center!important;gap:12px!important;
  min-height:62px!important;margin:18px 0!important;padding:10px 14px!important;
  border:1px solid var(--wbx-z-border)!important;border-radius:12px!important;
  background:#fff!important;box-shadow:0 2px 8px rgba(15,23,42,.04)!important;
  backdrop-filter:none!important;overflow:visible!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero{
  width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:14px!important;margin:0!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero>div:first-child{
  display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-eyebrow,
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero p,
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-card-grid{display:none!important}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace h2{
  margin:0!important;font-size:18px!important;line-height:1.2!important;font-weight:700!important;color:var(--wbx-z-text)!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace h2 svg{width:20px!important;height:20px!important;color:var(--wbx-z-blue)!important}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-head-actions{display:flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-action,
.wbx-page-back{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  min-height:36px!important;padding:7px 12px!important;border:1px solid var(--wbx-z-border,#dfe5ee)!important;
  border-radius:7px!important;background:#fff!important;color:#334155!important;text-decoration:none!important;
  font-size:12px!important;font-weight:650!important;box-shadow:none!important;transition:.15s ease!important;
}
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-action:hover,
.wbx-page-back:hover{border-color:#b9c7da!important;background:#f8fafc!important;color:var(--wbx-z-blue,#1769ff)!important;transform:none!important}
.wbx-page-back svg{width:16px!important;height:16px!important}
.wbx-page-back.is-fixed{position:fixed!important;right:22px!important;bottom:22px!important;z-index:1050!important;box-shadow:0 8px 24px rgba(15,23,42,.14)!important}
body.wbx-gds.wbx-zoho-module-page .card,
body.wbx-gds.wbx-zoho-module-page .panel,
body.wbx-gds.wbx-zoho-module-page .widget-container{
  border:1px solid var(--wbx-z-border)!important;border-radius:10px!important;background:#fff!important;
  box-shadow:0 2px 8px rgba(15,23,42,.035)!important;overflow:hidden;
}
body.wbx-gds.wbx-zoho-module-page .card-header,
body.wbx-gds.wbx-zoho-module-page .panel-heading{
  min-height:54px!important;padding:12px 16px!important;background:#fff!important;border-bottom:1px solid var(--wbx-z-border)!important;
}
body.wbx-gds.wbx-zoho-module-page .table-responsive{border-radius:0 0 10px 10px!important}
body.wbx-gds.wbx-zoho-module-page table.dataTable,
body.wbx-gds.wbx-zoho-module-page .table{margin-bottom:0!important;background:#fff!important}
body.wbx-gds.wbx-zoho-module-page .table>thead>tr>th,
body.wbx-gds.wbx-zoho-module-page table.dataTable thead th{
  padding:12px 14px!important;background:#f7f9fc!important;color:#526075!important;
  font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.035em!important;
  border-bottom:1px solid var(--wbx-z-border)!important;white-space:nowrap!important;
}
body.wbx-gds.wbx-zoho-module-page .table>tbody>tr>td,
body.wbx-gds.wbx-zoho-module-page table.dataTable tbody td{
  padding:13px 14px!important;color:#27364a!important;border-bottom:1px solid #edf1f6!important;vertical-align:middle!important;
}
body.wbx-gds.wbx-zoho-module-page .table>tbody>tr:hover>td,
body.wbx-gds.wbx-zoho-module-page table.dataTable tbody tr:hover td{background:#f8fbff!important}
body.wbx-gds.wbx-zoho-module-page .btn{border-radius:7px!important;font-weight:650!important;box-shadow:none!important}
body.wbx-gds.wbx-zoho-module-page .btn-primary{background:var(--wbx-z-blue)!important;border-color:var(--wbx-z-blue)!important}
body.wbx-gds.wbx-zoho-module-page .form-control,
body.wbx-gds.wbx-zoho-module-page .select2-selection{min-height:38px!important;border:1px solid #cfd8e5!important;border-radius:7px!important;box-shadow:none!important}
body.wbx-gds.wbx-zoho-module-page .form-control:focus,
body.wbx-gds.wbx-zoho-module-page .select2-container--focus .select2-selection{border-color:var(--wbx-z-blue)!important;box-shadow:0 0 0 3px rgba(23,105,255,.10)!important}
body.wbx-gds.wbx-zoho-module-page .nav-tabs{gap:22px!important;border-bottom:1px solid var(--wbx-z-border)!important;background:#fff!important;padding:0 16px!important}
body.wbx-gds.wbx-zoho-module-page .nav-tabs>li>a{padding:14px 2px 12px!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:#667085!important}
body.wbx-gds.wbx-zoho-module-page .nav-tabs>li.active>a{color:var(--wbx-z-blue)!important;border-bottom-color:var(--wbx-z-blue)!important;background:transparent!important}
.wbx-direct-loading{pointer-events:none!important;opacity:.68!important}
.wbx-direct-loading:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.25)}
@media(max-width:767px){
 body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace{margin:12px 0!important;padding:10px!important}
 body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-workspace-hero{align-items:flex-start!important;flex-direction:column!important}
 body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace .wbx-module-head-actions{margin-left:0!important;flex-wrap:wrap!important}
 .wbx-page-back.is-fixed{right:14px!important;bottom:14px!important}
}

/* v18.7.5 — clean module canvas, no floating workspace overlay */
body.wbx-gds.wbx-zoho-module-page #wbx-module-workspace{display:none!important}
body.wbx-gds.wbx-zoho-module-page .page-content,
body.wbx-gds.wbx-zoho-module-page #page-content{padding-top:20px!important}
body.wbx-gds.wbx-zoho-module-page .page-title,
body.wbx-gds.wbx-zoho-module-page .page-header,
body.wbx-gds.wbx-zoho-module-page .content-header{border-radius:12px!important;box-shadow:0 6px 20px rgba(15,23,42,.05)!important}
body.wbx-gds.wbx-zoho-module-page .card,
body.wbx-gds.wbx-zoho-module-page .panel,
body.wbx-gds.wbx-zoho-module-page .tab-content{border-radius:12px!important;box-shadow:0 8px 24px rgba(15,23,42,.045)!important;overflow:hidden}
body.wbx-gds.wbx-zoho-module-page .dataTables_wrapper{padding:0!important}
body.wbx-gds.wbx-zoho-module-page .dataTables_wrapper>.row:first-child{padding:14px 16px!important;border-bottom:1px solid #edf1f5!important;background:#fff!important}
body.wbx-gds.wbx-zoho-module-page .table>tbody>tr>td,
body.wbx-gds.wbx-zoho-module-page table.dataTable tbody td{min-height:54px!important;padding-top:14px!important;padding-bottom:14px!important}
body.wbx-gds.wbx-zoho-module-page .wbx-page-back:not(.is-fixed){margin-left:auto!important;position:relative!important;inset:auto!important}
body.wbx-gds.wbx-zoho-module-page .wbx-page-back.is-fixed{right:22px!important;bottom:22px!important;z-index:1200!important}

/* v18.8.0 — CRM Module Experience */
body.wbx-gds.wbx-crm-experience{background:#f5f7fb!important;color:#172033!important}
body.wbx-gds.wbx-crm-experience .wbx-crm-module-shell{max-width:1600px;margin:18px auto 16px;padding:0 18px;position:relative;z-index:5}
.wbx-crm-module-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;background:#fff;border:1px solid #e4e8f0;border-radius:16px;box-shadow:0 10px 28px rgba(17,24,39,.055)}
.wbx-crm-module-heading{display:flex;align-items:center;gap:14px;min-width:0}.wbx-crm-module-heading h1{margin:2px 0 3px!important;font-size:24px!important;line-height:1.15!important;color:#172033!important;font-weight:750!important}.wbx-crm-module-heading p{margin:0!important;color:#667085!important;font-size:13px!important}.wbx-crm-eyebrow{font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--wbx-module-accent,#2f6fed)}
.wbx-crm-module-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:color-mix(in srgb,var(--wbx-module-accent,#2f6fed) 12%,white);color:var(--wbx-module-accent,#2f6fed);flex:0 0 auto}.wbx-crm-module-icon svg{width:25px!important;height:25px!important}
.wbx-crm-back{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e4e8f0;border-radius:9px;background:#fff;color:#475467;text-decoration:none!important;font-size:12px;font-weight:700}.wbx-crm-back:hover{color:var(--wbx-module-accent,#2f6fed);border-color:color-mix(in srgb,var(--wbx-module-accent,#2f6fed) 35%,#e4e8f0)}.wbx-crm-back svg{width:15px!important;height:15px!important}
.wbx-crm-module-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.wbx-crm-action{min-height:38px;padding:8px 13px;border:1px solid #d7dee9;border-radius:9px;background:#fff;color:#344054;font-size:12px;font-weight:700;cursor:pointer}.wbx-crm-action:hover{background:#f8fafc;border-color:#bdc8d8}.wbx-crm-action.is-primary{background:var(--wbx-module-accent,#2f6fed);border-color:var(--wbx-module-accent,#2f6fed);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--wbx-module-accent,#2f6fed) 22%,transparent)}
.wbx-crm-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}.wbx-crm-kpi{position:relative;min-height:100px;padding:17px 18px;background:#fff;border:1px solid #e4e8f0;border-radius:14px;box-shadow:0 5px 16px rgba(17,24,39,.035);overflow:hidden}.wbx-crm-kpi span{display:block;color:#667085;font-size:11px;font-weight:650}.wbx-crm-kpi strong{display:block;margin-top:9px;color:#172033;font-size:25px;line-height:1;font-weight:780}.wbx-crm-kpi>svg{position:absolute;right:15px;top:15px;width:20px!important;height:20px!important;color:var(--wbx-module-accent,#2f6fed);opacity:.75}
.wbx-crm-smartbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:11px 13px;background:#fff;border:1px solid #e4e8f0;border-radius:13px;box-shadow:0 4px 14px rgba(17,24,39,.03)}.wbx-crm-search{display:flex;align-items:center;gap:9px;min-width:280px;flex:1;max-width:520px}.wbx-crm-search svg{width:17px!important;height:17px!important;color:#98a2b3}.wbx-crm-search input{width:100%;height:34px;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#172033;font-size:13px}.wbx-crm-smart-actions{display:flex;gap:8px}.wbx-crm-smart-actions button{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 11px;border:1px solid #dce3ec;border-radius:8px;background:#fff;color:#475467;font-size:11px;font-weight:700}.wbx-crm-smart-actions svg{width:15px!important;height:15px!important}
body.wbx-gds.wbx-crm-experience .page-title,body.wbx-gds.wbx-crm-experience .page-header,body.wbx-gds.wbx-crm-experience .content-header{margin-top:0!important;border-radius:14px!important;border:1px solid #e4e8f0!important;box-shadow:none!important;background:#fff!important}
body.wbx-gds.wbx-crm-experience .card,body.wbx-gds.wbx-crm-experience .panel,body.wbx-gds.wbx-crm-experience .tab-content{border-radius:14px!important;border:1px solid #e4e8f0!important;box-shadow:0 8px 22px rgba(17,24,39,.04)!important;background:#fff!important}
body.wbx-gds.wbx-crm-experience table.dataTable thead th,body.wbx-gds.wbx-crm-experience .table>thead>tr>th{height:44px!important;background:#f8fafc!important;color:#5d6b82!important;font-size:10px!important;letter-spacing:.055em!important}
body.wbx-gds.wbx-crm-experience table.dataTable tbody td,body.wbx-gds.wbx-crm-experience .table>tbody>tr>td{padding:15px 14px!important;border-bottom:1px solid #edf1f6!important;background:#fff!important}body.wbx-gds.wbx-crm-experience table.dataTable tbody tr:hover td,body.wbx-gds.wbx-crm-experience .table>tbody>tr:hover>td{background:#f8fbff!important}
body.wbx-gds.wbx-crm-experience .nav-tabs>li.active>a{color:var(--wbx-module-accent,#2f6fed)!important;border-bottom-color:var(--wbx-module-accent,#2f6fed)!important}
body.wbx-gds.wbx-crm-experience .btn-primary{background:var(--wbx-module-accent,#2f6fed)!important;border-color:var(--wbx-module-accent,#2f6fed)!important}
@media(max-width:980px){.wbx-crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wbx-crm-module-header{align-items:flex-start;flex-direction:column}.wbx-crm-module-actions{justify-content:flex-start}}
@media(max-width:640px){body.wbx-gds.wbx-crm-experience .wbx-crm-module-shell{padding:0 10px;margin-top:10px}.wbx-crm-module-header{padding:16px}.wbx-crm-module-heading{align-items:flex-start;flex-wrap:wrap}.wbx-crm-module-heading>div{width:calc(100% - 64px)}.wbx-crm-back{width:100%;justify-content:center}.wbx-crm-kpi-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.wbx-crm-kpi{min-width:180px;scroll-snap-align:start}.wbx-crm-smartbar{align-items:stretch;flex-direction:column}.wbx-crm-search{min-width:0;max-width:none}.wbx-crm-smart-actions{width:100%}.wbx-crm-smart-actions button{flex:1;justify-content:center}body.wbx-gds.wbx-crm-experience .table-responsive{border-radius:12px!important}body.wbx-gds.wbx-crm-experience table.dataTable tbody tr{display:block;margin:10px;border:1px solid #e4e8f0;border-radius:12px;overflow:hidden}body.wbx-gds.wbx-crm-experience table.dataTable tbody td{display:block!important;width:100%!important;border-bottom:1px solid #f0f2f5!important}}

/* v18.8.1 — real CRM module page composition */
body.wbx-gds.wbx-crm-experience{background:#f5f7fb!important}
.wbx-crm-original-header-hidden{display:none!important}
.wbx-crm-experience-shell{max-width:1540px;margin:22px auto 38px;padding:0 24px;position:relative;z-index:4}
.wbx-crm-x-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;background:#fff;border:1px solid #dde4ee;border-radius:18px;box-shadow:0 12px 32px rgba(17,24,39,.055)}
.wbx-crm-x-title{display:flex;align-items:center;gap:14px;min-width:0}.wbx-crm-x-title h1{margin:2px 0 4px!important;font-size:25px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.025em;color:#172033!important}.wbx-crm-x-title p{margin:0!important;font-size:12.5px!important;color:#667085!important}.wbx-crm-x-eyebrow{display:block;color:var(--wbx-module-accent,#2f6fed);font-size:9px;font-weight:850;letter-spacing:.14em}.wbx-crm-x-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:color-mix(in srgb,var(--wbx-module-accent,#2f6fed) 12%,white);color:var(--wbx-module-accent,#2f6fed);flex:0 0 auto}.wbx-crm-x-icon svg{width:25px!important;height:25px!important}.wbx-crm-x-back{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 12px;border:1px solid #d9e1ec;border-radius:9px;color:#475467!important;background:#fff;text-decoration:none!important;font-size:11px;font-weight:750;white-space:nowrap}.wbx-crm-x-back:hover{color:var(--wbx-module-accent,#2f6fed)!important;border-color:color-mix(in srgb,var(--wbx-module-accent,#2f6fed) 35%,#d9e1ec)}.wbx-crm-x-back svg{width:15px!important;height:15px!important}
.wbx-crm-x-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.wbx-crm-x-action{height:38px;padding:0 13px;border:1px solid #d7dee9;border-radius:9px;background:#fff;color:#344054;font-size:11.5px;font-weight:750;cursor:pointer}.wbx-crm-x-action:hover{background:#f8fafc}.wbx-crm-x-action.is-primary{background:var(--wbx-module-accent,#2f6fed);border-color:var(--wbx-module-accent,#2f6fed);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--wbx-module-accent,#2f6fed) 20%,transparent)}
.wbx-crm-x-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}.wbx-crm-x-kpis article{position:relative;min-height:104px;padding:17px 18px;border:1px solid #e1e7ef;border-radius:15px;background:#fff;box-shadow:0 6px 18px rgba(17,24,39,.035)}.wbx-crm-x-kpis article span{display:block;color:#667085;font-size:10.5px;font-weight:700}.wbx-crm-x-kpis article strong{display:block;margin-top:10px;color:#172033;font-size:27px;line-height:1;font-weight:820}.wbx-crm-x-kpis article>svg{position:absolute;right:16px;top:16px;width:20px!important;height:20px!important;color:var(--wbx-module-accent,#2f6fed);opacity:.78}
.wbx-crm-x-tabs{padding:0 16px;background:#fff;border:1px solid #e1e7ef;border-bottom:0;border-radius:15px 15px 0 0}.wbx-crm-x-tabs .nav-tabs{margin:0!important;border:0!important;background:transparent!important}.wbx-crm-x-tabs .nav-tabs>li>a{min-height:48px!important;padding:15px 13px 11px!important}.wbx-crm-x-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#fff;border:1px solid #e1e7ef;border-radius:15px;box-shadow:0 5px 16px rgba(17,24,39,.03);margin-bottom:12px}.wbx-crm-x-tabs+.wbx-crm-x-toolbar{border-radius:0 0 15px 15px;margin-top:0}.wbx-crm-x-toolbar label{display:flex;align-items:center;gap:8px;min-width:300px;max-width:520px;flex:1;margin:0}.wbx-crm-x-toolbar label svg{width:17px!important;height:17px!important;color:#98a2b3}.wbx-crm-x-toolbar input{width:100%;height:34px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:12.5px;color:#172033}.wbx-crm-x-toolbar>div{display:flex;gap:8px}.wbx-crm-x-toolbar button{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 11px;border:1px solid #dce3ec;border-radius:8px;background:#fff;color:#475467;font-size:11px;font-weight:700}.wbx-crm-x-toolbar button svg{width:15px!important;height:15px!important}
.wbx-crm-x-content{overflow:hidden;border:1px solid #e1e7ef;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.04)}.wbx-crm-x-content>.card,.wbx-crm-x-content>.panel,.wbx-crm-x-content>.tab-content,.wbx-crm-x-content>.table-responsive{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}.wbx-crm-x-content table.dataTable thead th,.wbx-crm-x-content .table>thead>tr>th{height:46px!important;background:#f8fafc!important;color:#56657b!important;font-size:10px!important;letter-spacing:.055em!important}.wbx-crm-x-content table.dataTable tbody td,.wbx-crm-x-content .table>tbody>tr>td{padding:16px 14px!important;border-bottom:1px solid #edf1f6!important}.wbx-crm-x-content table.dataTable tbody tr:hover td,.wbx-crm-x-content .table>tbody>tr:hover>td{background:#f8fbff!important}
@media(max-width:980px){.wbx-crm-x-header{align-items:flex-start;flex-direction:column}.wbx-crm-x-actions{justify-content:flex-start}.wbx-crm-x-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wbx-crm-experience-shell{padding:0 10px;margin-top:12px}.wbx-crm-x-header{padding:16px}.wbx-crm-x-title{align-items:flex-start;flex-wrap:wrap}.wbx-crm-x-title>div{width:calc(100% - 64px)}.wbx-crm-x-back{width:100%;justify-content:center}.wbx-crm-x-kpis{display:flex;overflow-x:auto;padding-bottom:4px}.wbx-crm-x-kpis article{min-width:180px}.wbx-crm-x-toolbar{align-items:stretch;flex-direction:column}.wbx-crm-x-toolbar label{min-width:0;max-width:none}.wbx-crm-x-toolbar>div{width:100%}.wbx-crm-x-toolbar button{flex:1;justify-content:center}}

/* v19.0.0 — WB Module Layout Engine */
body.wbx-gds.wbx-module-engine-active{background:#f5f7fb!important;color:#13213c!important}
.wbx-engine-hidden{display:none!important}
.wbx-module-engine{max-width:1660px;margin:18px auto 40px;padding:0 22px;position:relative;z-index:5}
.wbx-engine-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.wbx-engine-title{min-width:0}.wbx-engine-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;color:#1557ff!important;font-size:12px;font-weight:700;text-decoration:none!important}.wbx-engine-back svg{width:16px!important;height:16px!important}
.wbx-engine-title-row{display:flex;align-items:center;gap:16px}.wbx-engine-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--wbx-module-accent),color-mix(in srgb,var(--wbx-module-accent) 68%,#8ba8ff));box-shadow:0 10px 22px color-mix(in srgb,var(--wbx-module-accent) 25%,transparent)}.wbx-engine-icon svg{width:28px!important;height:28px!important}.wbx-engine-title h1{margin:0 0 5px!important;font-size:27px!important;font-weight:800!important;letter-spacing:-.025em;color:#13213c!important}.wbx-engine-title p{margin:0!important;color:#6a7891!important;font-size:13px!important}
.wbx-engine-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.wbx-engine-action{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 15px;border:1px solid #dce4f0;border-radius:9px;background:#fff;color:#34425b;font-size:12px;font-weight:750;box-shadow:0 2px 6px rgba(17,32,61,.025)}.wbx-engine-action svg{width:16px!important;height:16px!important}.wbx-engine-action.primary{background:var(--wbx-module-accent);border-color:var(--wbx-module-accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--wbx-module-accent) 24%,transparent)}
.wbx-engine-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.wbx-engine-kpis article{position:relative;display:flex;align-items:center;gap:14px;min-height:126px;padding:18px 18px;background:#fff;border:1px solid #e1e7f0;border-radius:14px;box-shadow:0 8px 22px rgba(17,32,61,.045);overflow:hidden}.wbx-kpi-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--wbx-module-accent) 10%,#fff);color:var(--wbx-module-accent);flex:0 0 auto}.wbx-kpi-icon svg{width:24px!important;height:24px!important}.wbx-engine-kpis small{display:block;color:#53627c;font-size:11px;font-weight:700}.wbx-engine-kpis strong{display:block;margin:8px 0 9px;font-size:27px;line-height:1;color:#13213c;font-weight:800}.wbx-engine-kpis em{font-style:normal;color:#8390a5;font-size:9px}.wbx-engine-kpis article>svg{position:absolute;right:16px;bottom:18px;width:84px;height:30px;color:var(--wbx-module-accent);opacity:.9}
.wbx-engine-tabs{display:flex;align-items:center;min-height:52px;margin-bottom:14px;border-bottom:1px solid #dce3ee;background:transparent}.wbx-engine-tabs>button{height:52px;padding:0 18px;border:0;border-bottom:2px solid transparent;background:transparent;color:#5d6b83;font-size:12px;font-weight:700}.wbx-engine-tabs>button.active{color:var(--wbx-module-accent);border-bottom-color:var(--wbx-module-accent)}.wbx-engine-native-tabs{margin:0!important;border:0!important;background:transparent!important}.wbx-engine-native-tabs>li>a{min-height:52px!important;padding:17px 16px 13px!important;border:0!important;border-bottom:2px solid transparent!important;background:transparent!important}.wbx-engine-native-tabs>li.active>a{color:var(--wbx-module-accent)!important;border-bottom-color:var(--wbx-module-accent)!important}
.wbx-engine-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:18px;align-items:start}.wbx-engine-filter{display:grid;grid-template-columns:minmax(240px,1.3fr) repeat(3,minmax(125px,.7fr)) auto auto auto;gap:10px;align-items:center;padding:15px;background:#fff;border:1px solid #e1e7f0;border-radius:13px 13px 0 0}.wbx-engine-search{height:43px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #dce4ef;border-radius:8px;margin:0}.wbx-engine-search svg{width:17px!important;height:17px!important;color:#8190a8}.wbx-engine-search input{width:100%;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;font-size:12px;color:#26344d}.wbx-engine-filter select,.wbx-engine-filter button{height:43px;border:1px solid #dce4ef;border-radius:8px;background:#fff;color:#46556f;font-size:11px;font-weight:650;padding:0 11px}.wbx-engine-filter button{display:flex;align-items:center;justify-content:center;gap:7px}.wbx-engine-filter button svg{width:16px!important;height:16px!important}
.wbx-engine-records{background:#fff;border:1px solid #e1e7f0;border-top:0;border-radius:0 0 14px 14px;box-shadow:0 10px 28px rgba(17,32,61,.045);overflow:hidden}.wbx-records-head{display:flex;align-items:center;gap:10px;padding:13px 17px;border-bottom:1px solid #e7ecf3;color:#60708a;font-size:10px}.wbx-records-head strong{color:#1f2d46;font-size:11px}.wbx-engine-content>.card,.wbx-engine-content>.panel,.wbx-engine-content>.tab-content,.wbx-engine-content>.table-responsive{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}.wbx-engine-content table.dataTable thead th,.wbx-engine-content .table>thead>tr>th{height:46px!important;background:#f8fafd!important;color:#4e5d75!important;font-size:9.5px!important;letter-spacing:.045em!important;border-bottom:1px solid #dfe6f0!important}.wbx-engine-content table.dataTable tbody td,.wbx-engine-content .table>tbody>tr>td{padding:15px 13px!important;border-bottom:1px solid #edf1f6!important;background:#fff!important}.wbx-engine-content table.dataTable tbody tr:hover td,.wbx-engine-content .table>tbody>tr:hover>td{background:#f8fbff!important}.wbx-engine-content .dataTables_wrapper>.row,.wbx-engine-content .card-header{margin:0!important;padding-left:15px!important;padding-right:15px!important}
.wbx-engine-rail{display:flex;flex-direction:column;gap:15px}.wbx-rail-card{background:#fff;border:1px solid #e1e7f0;border-radius:13px;box-shadow:0 8px 22px rgba(17,32,61,.04);overflow:hidden}.wbx-rail-card>header{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid #edf1f6;color:#1c2941;font-size:11px;font-weight:800}.wbx-rail-card>header svg{width:16px!important;height:16px!important;color:#78869c}.wbx-rail-list{padding:4px 0}.wbx-rail-item{display:flex;gap:10px;padding:11px 14px;border-bottom:1px solid #f0f3f7}.wbx-rail-item:last-child{border-bottom:0}.wbx-rail-dot{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:color-mix(in srgb,var(--wbx-module-accent) 9%,#fff);color:var(--wbx-module-accent);flex:0 0 auto}.wbx-rail-dot svg{width:13px!important;height:13px!important}.wbx-rail-item strong{display:block;color:#26344d;font-size:10px;line-height:1.3;font-weight:750}.wbx-rail-item small{display:block;margin-top:3px;color:#8190a8;font-size:9px;line-height:1.35}.wbx-rail-card>footer{padding:11px;text-align:center;border-top:1px solid #edf1f6;color:var(--wbx-module-accent);font-size:10px;font-weight:750}.wbx-rail-empty{padding:22px 14px;text-align:center;color:#8a97aa;font-size:10px}
@media(max-width:1180px){.wbx-engine-layout{grid-template-columns:1fr}.wbx-engine-rail{display:grid;grid-template-columns:repeat(3,1fr)}.wbx-engine-filter{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(120px,.6fr)) auto auto}.wbx-engine-filter select:nth-of-type(3){display:none}}
@media(max-width:900px){.wbx-engine-kpis{grid-template-columns:repeat(2,1fr)}.wbx-engine-head{align-items:flex-start;flex-direction:column}.wbx-engine-actions{justify-content:flex-start}.wbx-engine-rail{grid-template-columns:1fr}.wbx-engine-filter{display:flex;flex-wrap:wrap}.wbx-engine-search{flex:1 1 100%}.wbx-engine-filter select{flex:1}}
@media(max-width:600px){.wbx-module-engine{padding:0 10px;margin-top:10px}.wbx-engine-kpis{display:flex;overflow-x:auto}.wbx-engine-kpis article{min-width:230px}.wbx-engine-title-row{align-items:flex-start}.wbx-engine-actions{width:100%}.wbx-engine-action{flex:1;justify-content:center}.wbx-engine-filter select{display:none}.wbx-engine-filter button{flex:1}.wbx-engine-tabs{overflow-x:auto}.wbx-engine-layout{display:block}.wbx-engine-rail{margin-top:14px}}

/* v20.5.0 Performance Engine: floating Back removed globally */
.wbx-page-back.is-fixed{display:none!important}
