/* GZ_USER_DASHBOARD_SHARED_CSS_START */
<style>
:root{
  --gzc-bg:#070b14;
  --gzc-ink:#0f172a;
  --gzc-muted:#64748b;
  --gzc-soft:#f8fafc;
  --gzc-card:#ffffff;
  --gzc-line:rgba(15,23,42,.10);
  --gzc-brand:#3B71FE;
  --gzc-brand2:#14b8a6;
  --gzc-warning:#f59e0b;
  --gzc-danger:#ef4444;
  --gzc-purple:#8b5cf6;
  --gzc-radius:22px;
  --gzc-shadow:0 18px 50px rgba(15,23,42,.10);
  --gzc-shadow2:0 10px 28px rgba(15,23,42,.08);
  --gzc-nav-offset:92px;
}
.gzc-client-page{position:relative;overflow:hidden;color:var(--gzc-ink);background:
  radial-gradient(900px 420px at 8% 0%, rgba(59,113,254,.10), transparent 62%),
  radial-gradient(760px 360px at 96% 5%, rgba(20,184,166,.10), transparent 60%),
  #f5f7fb;
}
.gzc-client-page a{text-decoration:none;}
.gzc-hero{
  position:relative;color:#fff;padding-top:calc(var(--gzc-nav-offset) + 28px);padding-bottom:34px;overflow:hidden;
  background:
    radial-gradient(900px 430px at 12% 20%, rgba(59,113,254,.34), transparent 62%),
    radial-gradient(840px 420px at 88% 20%, rgba(20,184,166,.24), transparent 62%),
    radial-gradient(620px 330px at 50% 96%, rgba(139,92,246,.16), transparent 60%),
    linear-gradient(135deg, rgba(7,11,20,.98), rgba(10,17,31,.96));
}
.gzc-hero:before{
  content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:42px 42px;mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent 88%);
}
.gzc-hero .container{position:relative;z-index:2;}
.gzc-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);font-size:13px;font-weight:950;color:rgba(255,255,255,.92);}
.gzc-title{font-size:clamp(28px,3vw,46px);font-weight:950;letter-spacing:-.035em;line-height:1.08;margin:12px 0 10px;}
.gzc-sub{font-size:15.5px;line-height:1.7;color:rgba(255,255,255,.78);max-width:76ch;margin:0;}
.gzc-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.gzc-btn-pill{border-radius:999px;padding:12px 18px;font-weight:900;}
.gzc-user-card{border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(16px);padding:20px;overflow:hidden;position:relative;}
.gzc-user-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:999px;right:-95px;top:-100px;background:rgba(59,113,254,.18);}
.gzc-user-mini{position:relative;z-index:1;display:flex;align-items:center;gap:14px;}
.gzc-avatar{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#3B71FE,#14b8a6);display:grid;place-items:center;color:#fff;font-weight:950;font-size:22px;box-shadow:0 14px 35px rgba(59,113,254,.28);}
.gzc-status-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.20);color:#bbf7d0;font-size:12px;font-weight:950;}
.gzc-hero-service-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px;}
.gzc-hero-service{border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);padding:13px;}
.gzc-hero-service i{font-size:22px;color:#9bb6ff;}
.gzc-hero-service strong{display:block;font-weight:950;color:#fff;margin-top:4px;}
.gzc-hero-service span{font-size:12px;color:rgba(255,255,255,.68);font-weight:700;}
.gzc-hero-kpis{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.gzc-hero-kpi{border-radius:22px;padding:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px);}
.gzc-hero-kpi .top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;}
.gzc-hero-kpi i{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.10);color:#fff;font-size:20px;}
.gzc-hero-kpi small{color:rgba(255,255,255,.68);font-weight:850;}
.gzc-hero-kpi strong{display:block;font-size:26px;line-height:1;font-weight:950;letter-spacing:-.03em;color:#fff;}
.gzc-hero-kpi span{display:block;color:rgba(255,255,255,.72);font-size:12px;font-weight:750;margin-top:6px;}

.gzc-dashboard-wrap{padding:28px 0 72px;}
.gzc-shell{display:grid;grid-template-columns:310px minmax(0,1fr);gap:22px;align-items:start;}
.gzc-side-card,.gzc-card{border-radius:var(--gzc-radius);background:#fff;border:1px solid var(--gzc-line);box-shadow:var(--gzc-shadow2);overflow:hidden;}
.gzc-side-card{position:sticky;top:calc(var(--gzc-nav-offset) + 18px);}
.gzc-side-head{padding:20px;background:linear-gradient(135deg,rgba(59,113,254,.10),rgba(20,184,166,.08));border-bottom:1px solid var(--gzc-line);}
.gzc-brand-mini{display:flex;align-items:center;gap:12px;}
.gzc-brand-mark{width:46px;height:46px;border-radius:17px;background:linear-gradient(135deg,#3B71FE,#14b8a6);display:grid;place-items:center;color:#fff;font-weight:950;}
.gzc-side-section{padding:14px;}
.gzc-side-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#94a3b8;font-weight:950;margin:12px 10px 8px;}
.gzc-side-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:16px;color:#0f172a;margin-bottom:6px;transition:.18s ease;border:1px solid transparent;}
.gzc-side-link:hover,.gzc-side-link.active{background:rgba(59,113,254,.08);border-color:rgba(59,113,254,.14);color:#0f172a;transform:translateX(2px);}
.gzc-side-link .left{display:flex;align-items:center;gap:11px;min-width:0;}
.gzc-side-ico{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#f1f5f9;color:var(--gzc-brand);flex:0 0 auto;font-size:18px;}
.gzc-side-link.active .gzc-side-ico{background:linear-gradient(135deg,#3B71FE,#5f86ff);color:#fff;}
.gzc-side-link strong{display:block;font-size:14px;font-weight:950;line-height:1.2;}
.gzc-side-link small{display:block;color:#64748b;font-size:12px;font-weight:700;margin-top:2px;}
.gzc-side-link .arr{color:#94a3b8;font-size:18px;}

.gzc-main{display:grid;gap:20px;}
.gzc-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;}
.gzc-titlebox h2{margin:0;font-weight:950;letter-spacing:-.03em;font-size:clamp(22px,2.2vw,34px);}
.gzc-titlebox p{margin:4px 0 0;color:var(--gzc-muted);font-weight:700;}
.gzc-quick-buttons{display:flex;gap:10px;flex-wrap:wrap;}
.gzc-mini-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.gzc-mini-kpi{border-radius:20px;background:#fff;border:1px solid var(--gzc-line);box-shadow:var(--gzc-shadow2);padding:16px;position:relative;overflow:hidden;}
.gzc-mini-kpi:after{content:"";position:absolute;width:100px;height:100px;border-radius:999px;right:-48px;bottom:-48px;background:rgba(59,113,254,.08);}
.gzc-mini-kpi .ico{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:rgba(59,113,254,.10);color:var(--gzc-brand);font-size:21px;margin-bottom:12px;}
.gzc-mini-kpi strong{font-size:30px;line-height:1;font-weight:950;letter-spacing:-.035em;}
.gzc-mini-kpi span{display:block;color:var(--gzc-muted);font-weight:800;margin-top:6px;font-size:13px;}
.gzc-mini-kpi small{display:inline-flex;margin-top:12px;border-radius:999px;padding:6px 9px;background:#f8fafc;color:#64748b;font-weight:850;font-size:12px;}

.gzc-card .gzc-card-head{padding:18px 20px;border-bottom:1px solid var(--gzc-line);display:flex;align-items:center;justify-content:space-between;gap:12px;}
.gzc-card .gzc-card-head h4{margin:0;font-size:18px;font-weight:950;letter-spacing:-.015em;}
.gzc-card .gzc-card-head p{margin:4px 0 0;color:var(--gzc-muted);font-weight:700;font-size:13px;}
.gzc-card-body{padding:20px;}
.gzc-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.gzc-action-card{border-radius:20px;border:1px solid var(--gzc-line);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 26px rgba(15,23,42,.06);padding:16px;transition:.18s ease;color:#0f172a;height:100%;}
.gzc-action-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(15,23,42,.10);color:#0f172a;}
.gzc-action-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.gzc-action-card i{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:rgba(59,113,254,.10);color:var(--gzc-brand);font-size:21px;}
.gzc-action-card h5{font-weight:950;margin:0 0 6px;font-size:16px;}
.gzc-action-card p{margin:0;color:var(--gzc-muted);font-weight:700;font-size:13px;line-height:1.5;}
.gzc-row{display:grid;grid-template-columns:1.1fr .8fr .8fr auto;gap:12px;align-items:center;padding:14px;border-radius:18px;border:1px solid var(--gzc-line);background:#fff;margin-bottom:10px;}
.gzc-name{display:flex;align-items:center;gap:12px;}
.gzc-row-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:rgba(59,113,254,.10);color:var(--gzc-brand);font-size:20px;}
.gzc-name strong{display:block;font-weight:950;}
.gzc-name small,.gzc-row small{color:var(--gzc-muted);font-weight:750;}
.gzc-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;white-space:nowrap;}
.gzc-status.active{background:rgba(34,197,94,.12);color:#15803d;}
.gzc-status.pending{background:rgba(245,158,11,.13);color:#b45309;}
.gzc-status.review{background:rgba(59,113,254,.12);color:#1d4ed8;}
.gzc-status.paused{background:rgba(100,116,139,.12);color:#475569;}
.gzc-status.danger{background:rgba(239,68,68,.12);color:#b91c1c;}
.gzc-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;}
.gzc-billing-box{border-radius:22px;background:linear-gradient(135deg,#0b1220,#111c32 60%,#101827);color:#fff;padding:22px;position:relative;overflow:hidden;height:100%;}
.gzc-billing-box:after{content:"";position:absolute;width:220px;height:220px;border-radius:999px;background:rgba(59,113,254,.20);right:-90px;top:-100px;}
.gzc-billing-box>*{position:relative;z-index:1;}
.gzc-billing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px;}
.gzc-billing-metric{border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:14px;}
.gzc-billing-metric span{display:block;color:rgba(255,255,255,.70);font-size:12px;font-weight:850;}
.gzc-billing-metric strong{display:block;font-size:28px;font-weight:950;letter-spacing:-.03em;margin-top:6px;}
.gzc-progress-line{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden;}
.gzc-progress-line span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#3B71FE,#14b8a6);}
.gzc-usage-list{display:grid;gap:15px;}
.gzc-usage-item .rowline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;font-weight:850;font-size:13px;}
.gzc-usage-item small{color:var(--gzc-muted);font-weight:750;}
.gzc-table{width:100%;border-collapse:separate;border-spacing:0 10px;}
.gzc-table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:950;padding:0 12px;}
.gzc-table td{background:#fff;border-top:1px solid var(--gzc-line);border-bottom:1px solid var(--gzc-line);padding:14px 12px;font-weight:750;vertical-align:middle;}
.gzc-table td:first-child{border-left:1px solid var(--gzc-line);border-radius:16px 0 0 16px;}
.gzc-table td:last-child{border-right:1px solid var(--gzc-line);border-radius:0 16px 16px 0;}
.gzc-activity-list{display:grid;gap:12px;}
.gzc-activity{display:flex;gap:12px;padding:12px;border-radius:18px;border:1px solid var(--gzc-line);background:#fff;}
.gzc-activity i{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:rgba(59,113,254,.10);color:var(--gzc-brand);flex:0 0 auto;}
.gzc-activity strong{display:block;font-weight:950;}
.gzc-activity span{display:block;color:var(--gzc-muted);font-size:13px;font-weight:750;line-height:1.45;}
.gzc-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.gzc-feature{border-radius:18px;background:#f8fafc;border:1px solid var(--gzc-line);padding:14px;text-align:center;}
.gzc-feature i{font-size:25px;color:var(--gzc-brand);}
.gzc-feature strong{display:block;font-size:13px;font-weight:950;margin-top:6px;}
.gzc-feature span{display:block;font-size:12px;color:var(--gzc-muted);font-weight:750;margin-top:3px;}
.gzc-alert{border-radius:18px;padding:14px 16px;margin-bottom:16px;font-weight:850;}
.gzc-alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;}
.gzc-alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;}
.gzc-empty{padding:20px;border-radius:18px;background:#f8fafc;color:#64748b;font-weight:800;text-align:center;}
@media(max-width:1199.98px){
  .gzc-shell{grid-template-columns:280px minmax(0,1fr);}
  .gzc-hero-kpis,.gzc-mini-kpi-grid,.gzc-feature-strip{grid-template-columns:repeat(2,1fr);}
  .gzc-action-grid{grid-template-columns:repeat(2,1fr);}
  .gzc-two-col{grid-template-columns:1fr;}
}
@media(max-width:991.98px){
  .gzc-hero{padding-top:calc(var(--gzc-nav-offset) + 20px);}
  .gzc-shell{grid-template-columns:1fr;}
  .gzc-side-card{position:relative;top:auto;}
  .gzc-side-section{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}
  .gzc-side-label{grid-column:1/-1;}
  .gzc-side-link{margin-bottom:0;}
  .gzc-row{grid-template-columns:1fr;}
  .gzc-row .text-end{text-align:left!important;}
}
@media(max-width:575.98px){
  .gzc-hero{padding-top:calc(var(--gzc-nav-offset) + 14px);padding-bottom:26px;}
  .gzc-hero-service-grid,.gzc-hero-kpis,.gzc-mini-kpi-grid,.gzc-action-grid,.gzc-billing-grid,.gzc-feature-strip,.gzc-side-section{grid-template-columns:1fr;}
  .gzc-actions .btn{width:100%;}
  .gzc-dashboard-wrap{padding-top:18px;}
  .gzc-card .gzc-card-head{align-items:flex-start;flex-direction:column;}
  .gzc-quick-buttons .btn{width:100%;}
  .gzc-table{min-width:760px;}
  .table-responsive{border-radius:18px;}
}

/* GZ user dashboard sidebar dropdowns - phase61 */
.gzc-side-group{
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#fff;
  margin-bottom:8px;
  overflow:hidden;
}
.gzc-side-group summary{
  cursor:pointer;
  list-style:none;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:1000;
  color:#0f172a;
}
.gzc-side-group summary::-webkit-details-marker{display:none}
.gzc-side-group summary .sum-left{display:flex;align-items:center;gap:10px}
.gzc-side-group summary .uil-angle-down{transition:.18s ease;color:#94a3b8}
.gzc-side-group[open] summary .uil-angle-down{transform:rotate(180deg)}
.gzc-side-sub{display:grid;gap:6px;padding:0 10px 10px}
.gzc-side-sub a{
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 11px;
  border-radius:14px;
  color:#334155!important;
  background:#f8fafc;
  border:1px solid transparent;
  font-size:12.5px;
  font-weight:900;
  text-decoration:none!important;
}
.gzc-side-sub a:hover,
.gzc-side-sub a.active{
  background:rgba(59,113,254,.08);
  border-color:rgba(59,113,254,.12);
  color:#0f172a!important;
}
.gzc-side-sub i{
  width:24px;
  height:24px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:rgba(59,113,254,.10);
  color:#3B71FE;
  flex:0 0 auto;
}


/* GZ dashboard phase73: mobile 2-column cards + softer text */
.gzc-client-page *,
.gz-client-page *,
.client-page *{
  font-weight:400!important;
}

.gzc-client-page strong,
.gz-client-page strong,
.client-page strong,
.gzc-client-page b,
.gz-client-page b,
.client-page b{
  font-weight:500!important;
}

@media(max-width:991.98px){
  .gzc-side-card,
  .client-sidebar,
  .gz-client-sidebar,
  .gzu-client-sidebar{
    display:none!important;
  }

  .gzc-shell,
  .client-shell,
  .gz-client-shell{
    grid-template-columns:1fr!important;
    display:block!important;
  }
}

@media(max-width:575.98px){
  .gzc-client-page,
  .gz-client-page,
  .client-page{
    overflow-x:hidden!important;
  }

  .gzc-hero,
  .client-hero,
  .gz-client-hero{
    padding-left:0!important;
    padding-right:0!important;
  }

  .gzc-hero .container,
  .client-hero .container,
  .gz-client-hero .container,
  .gzc-client-page .container,
  .gz-client-page .container{
    max-width:100%!important;
    width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }

  .gzc-title,
  .client-title,
  .gz-client-title{
    font-size:29px!important;
    line-height:1.13!important;
    letter-spacing:-.025em!important;
    text-align:center!important;
    font-weight:500!important;
  }

  .gzc-sub,
  .client-sub,
  .gz-client-sub{
    font-size:13.5px!important;
    line-height:1.55!important;
    text-align:center!important;
    font-weight:400!important;
  }

  .gzc-hero-actions,
  .hero-actions,
  .client-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  .gzc-hero-service-grid,
  .hero-service-grid,
  .client-service-grid,
  .gzc-hero-kpis,
  .hero-kpis,
  .client-kpis,
  .gzc-mini-kpi-grid,
  .kpi-grid,
  .client-kpi-grid,
  .gzc-action-grid,
  .action-grid,
  .client-action-grid,
  .gzc-billing-grid,
  .billing-grid,
  .client-billing-grid,
  .gzc-feature-strip,
  .feature-strip,
  .client-feature-strip{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .gzc-hero-service,
  .hero-service,
  .client-service-card,
  .gzc-hero-kpi,
  .hero-kpi,
  .client-kpi,
  .gzc-mini-kpi,
  .kpi-card,
  .gzc-action-card,
  .action-card,
  .gzc-billing-metric,
  .billing-metric,
  .gzc-feature,
  .feature{
    min-width:0!important;
    width:100%!important;
    padding:12px!important;
    border-radius:18px!important;
  }

  .gzc-hero-service strong,
  .hero-service strong,
  .gzc-action-card h5,
  .action-card h5,
  .gzc-feature strong,
  .feature strong{
    font-size:12.5px!important;
    line-height:1.25!important;
    font-weight:500!important;
  }

  .gzc-hero-service span,
  .hero-service span,
  .gzc-action-card p,
  .action-card p,
  .gzc-feature span,
  .feature span{
    font-size:11.5px!important;
    line-height:1.35!important;
    font-weight:400!important;
  }

  .gzc-hero-kpi strong,
  .hero-kpi strong,
  .gzc-mini-kpi strong,
  .kpi-card strong,
  .gzc-billing-metric strong,
  .billing-metric strong{
    font-size:23px!important;
    line-height:1.05!important;
    font-weight:500!important;
  }

  .gzc-card,
  .client-card,
  .dashboard-card{
    border-radius:22px!important;
  }

  .gzc-card-body,
  .client-card-body,
  .dashboard-card-body{
    padding:14px!important;
  }

  .gzc-two-col,
  .two-col,
  .client-two-col{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .gzc-table,
  .client-table,
  .gzc-client-page table,
  .gz-client-page table{
    min-width:560px!important;
  }

  .gzc-table-wrap,
  .table-responsive{
    overflow-x:auto!important;
  }
}
/* End GZ dashboard phase73 */

</style>


/* GZ_USER_SHARED_DASHBOARD_COMPAT_START */
/* Old user pages support: this makes pages using legacy wrappers inherit dashboard look */
.gzc-client-page .gzu-page-wrap,
.gzc-client-page.gzu-page-wrap,
.gz-client-page .gzu-page-wrap,
.client-page .gzu-page-wrap{
  position:relative;
  color:var(--gzc-ink,#0f172a);
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(59,113,254,.10), transparent 62%),
    radial-gradient(760px 360px at 96% 5%, rgba(20,184,166,.10), transparent 60%),
    #f5f7fb;
}

.gz-user-dashboard-shared-wrap{
  min-height:100vh;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(59,113,254,.10), transparent 62%),
    radial-gradient(760px 360px at 96% 5%, rgba(20,184,166,.10), transparent 60%),
    #f5f7fb;
}

.gz-user-dashboard-shared-wrap > .gzc-client-page{
  background:transparent;
}

.gz-user-dashboard-shared-wrap .container{
  position:relative;
  z-index:2;
}

/* Help existing dashboard navbar-scroll code detect old user pages */
body:has(.gz-user-dashboard-shared-wrap) #gzNavbar.scrolled .nav-wrap,
body:has(.gz-user-dashboard-shared-wrap) .gz-navbar.scrolled .nav-wrap{
  background:#ffffff!important;
  background-color:#ffffff!important;
  background-image:none!important;
  border-color:rgba(15,23,42,.10)!important;
  box-shadow:0 14px 38px rgba(15,23,42,.13)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
/* GZ_USER_SHARED_DASHBOARD_COMPAT_END */

/* GZ_USER_DASHBOARD_SHARED_CSS_END */
