body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

.feature-image-container {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  position: relative;
}

.container-fluid {
  font-family: Arial, sans-serif;
}

main {
  margin: 20px 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.current-view-wrapper {
  margin-top: 10rem !important;
}

.current-view {
  /* border-radius: 8px; */
  /* padding: 20px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  margin: auto;
}

.similar-documents {
  background-color: #f3f4f6;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
}

.section {
  margin-bottom: 20px;
}

.section h2 {
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: dm-sans;
}

.info-item {
  margin-bottom: 10px;
  font-size: 12px;
}
.card-title {
  margin-bottom: 2rem;
  font-style: bold;
  font-weight: 700;
}

.researcher {
  margin-bottom: 20px;
}

.navigation a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.navigation a:hover {
  text-decoration: underline;
}

.similar-docs-list {
  list-style-type: none;
  padding: 0;
}

.similar-docs-list li {
  margin-bottom: 10px;
}

.similar-docs-list a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.similar-docs-list a:hover {
  text-decoration: underline;
}

.advanced-search-container {
  margin-top: 5rem;
  display: flex;
  margin: 20px;
  width: 100% !important;
}
.filters {
  width: 250px;
  background-color: #424242;
  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;
}
.remove-row {
  background-color: #242424 !important;
  color: #fff;
}
.remove-row:hover {
  background-color: #e2231b !important;
  color: #fff;
}
.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;
}
.create-btn {
  background-color: #242424 !important;
  color: #fff;
  margin-left: 10px;
}
.create-btn:hover {
  color: #fff;
  background-color: #e2231b !important;
}

.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;
}

#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;
}
