/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    min-height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Remove custom navbar styling to restore DevExtreme defaults */
/* Intentionally blank - using theme defaults for navbar and overflow icon */

/* DevExtreme help icon → brand color */
.dx-viewport .dx-icon.dx-icon-help {
    color: var(--xsoft-red, #880707);
}

/* Navbar icons → brand color */
.xeng-navbtn .dx-icon,
#dxNavbar .dx-icon {
    color: white;
}

/* Navbar county/assessor layout */
.xeng-county-assessor {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: dimgray;
}

.xeng-county-assessor .xeng-county {
    font-weight: 600;
}

.xeng-county-assessor .xeng-assessor {
    /*opacity: 0.9;*/
}

@media (max-width: 767px) {
    .xeng-county-assessor {
        display: inline-grid;
        grid-auto-flow: row;
        gap: 2px;
    }
}
