.advanced-search-container {
  margin-top: 5rem;
  display: flex;
  margin: 20px;
  width: 100% !important;
}
.category h3 {
  color: #e2231b !important;
}

.filters {
  width: 250px;
  /* background-color: #f8f9fa; */
  background-color: #242424;
  color: #fff;
  padding: 15px;
  border-right: 1px solid #ccc;
}
.filters h5 {
  margin-bottom: 15px;
  font-size: 20px !important;
  font-family: dm-sans !important;
  color: #fff;
}
.filters a {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  color: #fff;
}
.filters a:hover {
  background-color: red !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.active-filter {
  border: none;
  color: #e2231b !important;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition-duration: 0.2s;
  cursor: pointer;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* margin-left: 10px; */
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 160px;
}
.query-section {
  flex-grow: 1;
  padding: 20px;
  background-color: #ffffff;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
}
.query-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.query-row select,
.query-row input {
  margin-right: 10px;
}
.query-row button {
  margin-left: 5px;
}
.btn-add-row {
  background-color: #e2231b !important;
  color: #fff;
  text-decoration: none !important;
}
.create-btn {
  background-color: #242424 !important;
  color: #fff;
  /* margin-left: 10px; */
}
.create-btn:hover {
  color: #fff;
  background-color: #e2231b !important;
  text-decoration: none;
}
.create-btn:focus {
  color: #fff !important;
}
.btn-cancel {
  background-color: #242424 !important;
  color: #fff;
  /* margin-left: 10px; */
}
.btn-cancel:hover {
  color: #fff;
  background-color: #e2231b !important;
  text-decoration: none;
}
.remove-row {
  background-color: #242424 !important;
  color: #fff;
}
.remove-row:hover {
  background-color: #e2231b !important;
  color: #fff;
}
.search-results {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  width: 95%;
  margin-left: 4px;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.search-results li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-menu {
  position: absolute;
  z-index: 1050;
  background-color: white;
  border: 1px solid #ddd;
}
.modal-title {
  font-weight: 700 !important;
  font-style: bold;
}

#search_concept {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23343a40" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 5h13l-6.5 6L1.5 5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
  width: 120px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
}
