.bg-primary-light {
    background-color: var(--nobbno-palette-primary-light)
}

.bg-primary-lighter {
    background-color: var(--nobbno-palette-primary-lighter)
}

.bg-primary-lightest {
    background-color: var(--nobbno-palette-primary-lightest);
}

.center-content-wrapper {
    display: flex;
    max-width: 1920px;
    margin: 0 auto 0 auto;
    width: 100%;
}

.content-title-bar {
    background-color: var(--mud-palette-appbar-background);
    color: white;
}

.lower-app-bar-popover {
    clip-path: inset(0px 0px -20px 0px); /* Only show the shadow from the implicit box-shadow below the element */
    z-index: var(--nobbno-zindex-lower-appbar-popover) !important;
}

.lower-app-bar-popover .advanced-search-form {
    --advanced-search-label-bg-color: var(--nobbno-palette-primary-lighter);
}

.co2-leaf .st0 {
    fill: var(--mud-palette-success);
}

.dotted-border {
    border-bottom: 1px dotted var(--nobbno-palette-grey-light);
}

.menu-popover-width {
    width: 90%;
}

.text-red {
    color: red !important;
}

.grecaptcha-badge {
    visibility: hidden;
}