.dashboardHeaderWrapper{position:sticky;top:0;z-index:100;background:var(--myf-bg-surface,#fff);box-shadow:0 1px 4px var(--myf-shadow,rgba(0,0,0,.06));border-bottom:1px solid var(--myf-border-light,#eee);padding-bottom:8px}@media screen and (min-width:800px){.dashboardHeaderWrapper{margin-bottom:20px}}@media(max-width:800px){.dashboardHeaderWrapper{margin-left:-10px;margin-right:-10px;margin-bottom:12px;padding-left:10px;padding-right:10px;padding-top:env(safe-area-inset-top,0)}}.dashboardHeaderWrapper .dashboardHeader{display:flex;justify-content:space-between;align-items:center;width:100%}.dashboardHeaderWrapper .dashboardHeader .dashboardHeaderContent h1{font-size:32px;font-weight:700;line-height:42.34px;text-align:left;color:var(--myf-brand-primary-text,#6a0dad);margin-bottom:10px;margin-left:5px}.dashboardHeaderWrapper .dashboardHeader .dashboardHeaderContent p{font-size:12px;font-weight:400;line-height:100%;color:var(--myf-text-muted,#b1b1b1);margin-left:5px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot{padding:12px 0;display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:.5px solid var(--myf-border,#ddd);margin-bottom:16px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection{display:flex;align-items:center;gap:8px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection .image{height:44px;width:44px;min-width:44px;aspect-ratio:1;border-radius:50%;border:1.5px solid var(--myf-brand-primary,#6a0dad);overflow:hidden}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection .headDetails h3{font-size:22px;font-weight:700;line-height:29.11px;text-align:left;color:var(--myf-text-primary,#333)}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection .headDetails p{font-size:12px;font-weight:400;line-height:15.88px;color:var(--myf-text-muted,#b1b1b1)}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions{display:flex;align-items:center;gap:10px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions .creditsAmountContainer{display:flex;align-items:center;gap:6px;background-color:var(--myf-bg-accent,#f8eeff);border:.5px solid var(--myf-border,#ddd);border-radius:44px;padding:8px 12px;min-height:40px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions .creditsAmountContainer .icon{height:20px;width:20px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions .creditsAmountContainer .icon img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions .creditsAmountContainer .creditsAmount{font-size:14px;font-weight:500;text-align:left;color:var(--myf-text-primary,#333)}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions .notificationIcon{cursor:pointer;border-radius:50%;border:.5px solid var(--myf-border,#ddd);background-color:var(--myf-bg-secondary,#f5f5f5);height:40px;width:40px;position:relative}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .actions .notificationIcon img{position:absolute;height:24px;width:24px;top:50%;left:50%;transform:translate(-50%,-50%)}@media(max-width:800px){.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection .headDetails h3{font-size:22px;line-height:29.11px}.dashboardHeaderWrapper .dashboardHeaderMobileRoot .profileSection .headDetails p{font-size:12px;line-height:15.88px}}.dashboardHeaderWrapper .dashboardHeaderMobileSimple{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:12px 16px;width:100%;border-bottom:.5px solid var(--myf-border,#ddd);margin-bottom:16px;font-size:12px;font-weight:700}.dashboardHeaderWrapper .dashboardHeaderMobileSimple .left,.dashboardHeaderWrapper .dashboardHeaderMobileSimple .right{display:flex;align-items:center;justify-content:center;width:40px;height:32px}.dashboardHeaderWrapper .dashboardHeaderMobileSimple .center{text-align:center;overflow:hidden}.dashboardHeaderWrapper .dashboardHeaderMobileSimple.dynamic{position:sticky;top:0;z-index:100;background:var(--myf-bg-surface,#fff);padding:12px 16px;width:100%;min-height:56px;border-bottom:.5px solid var(--myf-border,#ddd);margin-bottom:16px}.dashboardHeaderWrapper .dashboardHeaderMobileSimple.dynamic .left,.dashboardHeaderWrapper .dashboardHeaderMobileSimple.dynamic .right{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px;cursor:pointer}.dashboardHeaderWrapper .dashboardHeaderMobileSimple.dynamic .left{left:0}.dashboardHeaderWrapper .dashboardHeaderMobileSimple.dynamic .right{right:0}.dashboardHeaderWrapper .dashboardHeaderMobileSimple.dynamic .title{position:absolute;top:50%;transform:translateY(-50%);left:var(--hdrInset,48px);right:var(--hdrInset,48px);margin:0;text-align:center;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--myf-text-primary,#333)}.dashboardHeaderWrapper .dashboardHeaderActions{margin-bottom:16px}.iconBtn--header{border:.5px solid var(--myf-border,#ddd);background:var(--myf-bg-secondary,#f5f5f5);border-radius:16px;padding:0;height:28px;width:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width:800px){.dashboardMobileSidebarWrapper{display:block}}.routeSpinnerOverlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--myf-overlay,hsla(0,0%,100%,.6));z-index:10000;pointer-events:all}html[data-theme=dark] .dashboardHeaderWrapper{background:var(--myf-bg-surface,#212132);box-shadow:0 1px 0 var(--myf-border,#2a2a40);border-bottom-color:var(--myf-border,#2a2a40)}html[data-theme=dark] .dashboardHeaderMobileSimple.dynamic{background:var(--myf-bg-surface)}html[data-theme=dark] .iconBtn--header,html[data-theme=dark] .iconBtn--header svg{color:var(--myf-text-primary)}