.dropdownmenu {
  display: none;
  margin-top: 0.5rem;
}

.dropdownmenu.showed {
  display: block;
}

.dropdownmenu li {
  /* padding: 0.5rem 1rem; */
  cursor: pointer;
  /* list-style: none; */
}

.dropdownmenu li:hover {
  background-color: #f8f9fa;
}

.subtype-button {
  background: none;
  border: none;
  color: #0d6efd;
  text-align: left;
  /* padding: 0.25rem 0; */
  width: auto;
  margin: 0;
  cursor: pointer;
}

.subtype-button:hover {
  color: #0a58ca;
  text-decoration: underline;
}

.options-container {
  margin-left: 1rem;
  margin-top: 1rem;
}

.checkbox-group {
  margin: 0.5rem 0;
}

.checkbox-group label {
  margin-left: 0.5rem;
}

.close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: #6c757d;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  width: auto;
}

.close-button:hover {
  color: #343a40;
}

.rotate-icon {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
