/**
 * @version     CVS: 1.0.0
 * @package     com_jnforum
 * @copyright   2024 Jean Christopher Navarro
 * @license     Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt
 * @author      Jean Christopher Navarro <navarrojean018@gmail.com>
 */

.ordering-select,
.filter-search-actions {
  display: none !important;
}
.filter-search-bar.btn-group {
  width: 100%;
}

.filter-search-bar.btn-group .input-group {
  display: flex;
}

.filter-search-bar.btn-group .input-group input,
.filter-search-bar.btn-group .input-group button {
  box-sizing: border-box;
  height: 50px;
}

.filter-search-bar.btn-group .input-group input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #007bff;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  color: #495057;
  background-color: #fff;
}

.filter-search-bar.btn-group .input-group button {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  cursor: pointer;
  background-image: none;
  box-shadow: none;
  filter: none;
}

.filter-search-bar.btn-group .input-group label {
  display: none;
}
