.theme-sidebar-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/theme/bourn/image/bourn-app-logo-v2-white.png');
}

.theme-sidebar-background {
    background-color: #04063b;
}

.theme-sidebar-layout-background {
    background-attachment: fixed;
    background-size: 150%;
    background-image: url('/theme/bourn/image/bourn-bg-light.jpg');
}

.theme-body-background {
    background-size: cover;
    background-image: url('/theme/bourn/image/bourn-bg-light.jpg');
}

.theme-sidebar-filter {
    filter: brightness(0) invert(1);
}

:root {
    --intercom-action-color: #1d18a9;
    --intercom-action-background: #f5ede9;
}