.form-check {
    margin-bottom: 0;
}

.form-label {
    margin-bottom: 0;
    margin-top: 8px;
}

#_dash-app-content > div {
    display: flex;
    flex-wrap: nowrap;
    height: 100svh;
}

.sidebar {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    padding: 1rem;
    max-height: 100%;
    overflow: scroll;
}

@media (max-width: 800px) {
    #_dash-app-content > div {
        display: block;
    }
    .sidebar {
        max-height: none;
        overflow: visible;
    }
}

.graph-container {
    flex-grow: 100;
    flex-shrink: 1;
    flex-basis: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dash-dropdown {
    accent-color: var(--bs-primary);
    outline-color: var(--bs-primary);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 0.375rem 0 0.375rem 0;

    &:focus {
        border-color: var(--bs-primary);
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
    }
}

.dash-dropdown-grid-container {
    padding-right: 8px;
    min-height: 1.5rem;
}

svg.dash-dropdown-trigger-icon {
    width: 22px;
    height: 22px;
}

:root {
    --Dash-Fill-Interactive-Strong: var(--bs-primary);
}
