*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    /* --bg-main: (180deg, #3baed5, #023a8a); */
    --bg-main: (180deg, #8a80e8, #88d6e2);
    /* url("https://source.unsplash.com/1920x1080/?Cleaning") */
}

.text-white {
    color: #fefefe;
}

body:has([data-hide-header-building-select="true"]) .header-building-select {
    display: none;
}

body:has([data-hide-header-customer-select="true"]) .header-customer-select {
    display: none;
}

body:has([data-disable-header-building-select="true"]) .header-building-select {
    pointer-events: none;
    opacity: 0.6;
}

body:has([data-disable-header-customer-select="true"]) .header-customer-select {
    pointer-events: none;
    opacity: 0.6;
}

body .header-index-back-button {
    display: none;
}

body:has([data-hide-header-customer-select="true"]):has([data-hide-header-building-select="true"]) .header-index-back-button {
    display: flex !important;
}