/* The native iOS app icon is the shared Bulitipps brand artwork. */
.brand-icon:has(.buli-brand-image),
.sidebar-brand-mark:has(.buli-brand-image) {
    overflow: hidden;
    background: #008f91;
    border: 0;
    padding: 0;
}
.buli-brand-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.auth-logo .brand-name {
    background-image: linear-gradient(90deg, var(--neutral-foreground-rest, #1a1a1a), #008f91);
}
.buli-loader__ball:has(.buli-brand-image) {
    background: #008f91;
    overflow: hidden;
    border-radius: 26%;
}
