/* LetsAIM Focus authentication-shell branding. */
.sticky.top-0 a[href="/"] > svg {
  display: none !important;
}

.sticky.top-0 a[href="/"] {
  display: block;
  width: 220px;
  height: 44px;
  background: url('/brand/focus-lockup-v2.svg') left center / contain no-repeat;
}

[data-theme="dark"] .sticky.top-0 a[href="/"] {
  filter: invert(1) hue-rotate(160deg);
}

.relative.flex.h-full.w-full > .hidden.h-full.w-1\/2,
.relative.flex.h-full.w-full > .hidden.h-full.w-full,
.relative.flex.h-full.w-full > [class*="lg:w-1/2"][class*="bg-onboarding-background"] {
  display: none !important;
}

.relative.flex.h-full.w-full > .h-full.w-full.overflow-auto,
.relative.flex.h-full.w-full > [class*="lg:w-1/2"]:not([class*="bg-onboarding-background"]) {
  width: 100% !important;
}

.relative.flex.h-full.w-full > .hidden.h-full.w-1\/2 + div,
.relative.flex.h-full.w-full > [class*="bg-onboarding-background"] + div {
  width: 100% !important;
}

.relative.flex.h-full.w-full span.whitespace-nowrap + div {
  display: none !important;
}
