/***BEGIN ViewFilterItem.css***/
.search-view-filter-item {
  margin: 7px 15px 6px 13px; }
/***END ViewFilterItem.css***/

/***BEGIN SearchResultsList.css***/
.package-search-results .result-container {
  padding: 6px 0px 12px 32px;
  flex: auto 1 1; }

.package-search-results .loading-spinner {
  margin-top: 10px; }

.package-search-results .highlighthit {
  font-weight: 600; }

.package-search-results .result-title {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }

.bolt-focus-visible .result-container:focus {
  outline: 1px solid rgba( 102, 102, 102 ,  1 );
  outline: 1px solid rgba( var(--palette-neutral-60,102, 102, 102) ,  1 ); }
/***END SearchResultsList.css***/

/***BEGIN PackageItem.css***/
.NugetLogo {
  color: #2b88d8; }

.NPMLogo {
  color: #da0a00; }

.ApacheMavenLogo {
  color: #ff9d00; }

.GradleLogo32 {
  color: #6e6e6e; }

.package-icon {
  font-size: 1.5rem;
  height: 24px;
  width: 24px;
  top: 20px;
  left: 18px;
  margin-top: 6px; }

.package-result .result-title-container {
  max-width: 792px; }

.package-result .search-result-title {
  font-size: 0.9375rem;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
  left: 54px;
  top: 12px;
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
  border: none !important; }

.package-result .result-description {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  /* @TODO: The max-width overriding should be removed. */
  max-width: 825px; }
/***END PackageItem.css***/

/***BEGIN FilterPane.css***/
.search-filters-container .results-info {
  padding: 12px 20px 15px 20px;
  border-bottom: 0px; }

.search-filters-container .info-message {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
/***END FilterPane.css***/

