/********************************************************************************
 * Copyright (C) 2025 M. Kachurin and others.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v. 2.0 which is available at
 * http://www.eclipse.org/legal/epl-2.0.
 *
 * This Source Code may also be made available under the following Secondary
 * Licenses when the conditions for such availability set forth in the Eclipse
 * Public License v. 2.0 are satisfied: GNU General Public License, version 2
 * with the GNU Classpath Exception which is available at
 * https://www.gnu.org/software/classpath/license.html.
 *
 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
 ********************************************************************************/

#debugConsoleSeverity {
  margin-right: 4px;
}

.debug-console-filter-container {
  display: flex;
  align-items: center;
  background: var(--theia-input-background);
  border: solid var(--theia-border-width) var(--theia-dropdown-border);
  border-radius: var(--theia-search-box-radius);
  height: var(--theia-content-line-height);
}

.debug-console-filter-container:focus-within {
  border-color: var(--theia-focusBorder);
}

.debug-console-filter-container input.theia-input {
  flex: 1;
  min-width: 175px;
  box-sizing: border-box;
  background: none;
  border: none !important;
  outline: none;
  text-overflow: ellipsis;
}

.debug-console-filter-btn {
  box-sizing: border-box;
  align-items: center;
}
