.suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 999999;
}

.suggestion-item {
  padding: 1px;
  cursor: pointer;
  list-style: none;
  cursor: pointer;
  margin-bottom: 1px;
  
}
  
 .suggestion-title-form {
    color: rgb(0, 0, 71);
    font-size: 12px;
  }
 
ul .suggestion-list {
    /* background: lightgray; */
    /* padding: 10px; */
    list-style: none;
   
  }

  
 h6 .suggestion-title {
    color: rgb(0, 0, 71);
    font-size: 12px;

  }
  