.file-search-dropdown-title {
  width: 50%;
}

.file-search-dropdown-title:hover {
  color: var(--secondary-color) !important;
}

.file-search-dropdown-title::after {
  width: 15px;
  height: 15px;
  margin-top: 7px;
  margin-left: 7px;
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012.5%207.5'%3E%3Cpath%20fill='%23333'%20d='M6.1%207.5L0%201l1.1-1%205.1%205.4L11.5.2l1%201.1z'/%3E%3C/svg%3E") no-repeat;
}

.file-search-dropdown-title-active::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012.5%207.5'%3E%3Cpath%20fill='%23333'%20d='M6.4%200l6.1%206.5-1.1%201-5.1-5.4L1%207.3%200%206.2%206.4%200z'/%3E%3C/svg%3E") no-repeat !important;
}

.file-search-dropdown-title:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012.5%207.5'%3E%3Cpath%20fill='%23028317'%20d='M6.1%207.5L0%201l1.1-1%205.1%205.4L11.5.2l1%201.1z'/%3E%3C/svg%3E") no-repeat;
  cursor: pointer;
}

.file-search-dropdown-title-active:hover::after {
  background:  url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012.5%207.5'%3E%3Cpath%20fill='%23028317'%20d='M6.4%200l6.1%206.5-1.1%201-5.1-5.4L1%207.3%200%206.2%206.4%200z'/%3E%3C/svg%3E") no-repeat !important;
  cursor: pointer;
}


.file-search-dropdown-title:hover {
  cursor: pointer;
}

.file-search-dropdown-content {
  margin-bottom: 20px;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;  
}