/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.no-search-results-section {
  float: left;
  vertical-align: middle;
  width: 70%;
  width: 100%;
}

.no-search-results-section .info-name {
  font-size: 16px;
  font-weight: 400;
}

.no-search-results-section .info-description {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 14px;
  padding-top: 5px;
  text-align: justify;
}

.no-search-results-section .info-name .no-search-results-warning-icon {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  padding-top: 3px;
  padding-right: 7px;
}

.no-search-results-section .info-name .search-text {
  font-weight: 600;
}
