.quick-access {
  .selected {
    background-color: #f2f2f2 !important;
  }
  .quick-access-category {
    text-align: left !important;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
  }
  .result {
    cursor: pointer;
  }
  .quick-access-category:hover {
    background: none !important;
  }
  .no-result {
    padding-left: 27px;
  }
}