/* Scope styles to the left sidebar only */
.sidebar-wide .input-group {
  width: 100%;
}

.sidebar-wide .input-group-text {
  min-width: 170px;          /* wider label so the input isn't squeezed */
  white-space: nowrap;
}

/* dbc.Input renders as <input class="form-control ..."> */
.sidebar-wide .form-control.wide-input {
  width: 100% !important;     /* fill remaining space */
  min-width: 0 !important;
  box-sizing: border-box;
  font-size: 0.95rem;
}

/* Dash dropdowns should expand fully */
.sidebar-wide .wide-dropdown {
  width: 100% !important;
}
.sidebar-wide .wide-dropdown .Select-control,
.sidebar-wide .wide-dropdown .Select__control,
.sidebar-wide .wide-dropdown .css-yk16xz-control,
.sidebar-wide .wide-dropdown .css-1wa3eu0-placeholder,
.sidebar-wide .wide-dropdown .css-1uccc91-singleValue,
.sidebar-wide .wide-dropdown .css-1aya2g8 {
  width: 100% !important;
}
