/* Global Font Enforced */
body,
html {
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fix Dropdown Fonts and Layout */
.dash-dropdown,
.Select,
.Select-control,
.Select-menu-outer,
.Select-value-label,
.Select-placeholder,
.Select-input input {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.95rem;
}

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

/* Sidebar Dropdown Specifics to match screenshots better */
.sidebar-dropdown .Select-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 38px;
    /* Standard height */
}

.sidebar-dropdown .Select-value {
    line-height: 38px !important;
}

.filter-label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
}