.search-history-container {
  background: #1a2028;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  padding: 10px 15px;
  -webkit-box-shadow: -3px 0px 1px 2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -3px 0px 1px 2px rgba(0, 0, 0, 0.28);
  -o-box-shadow: -3px 0px 1px 2px rgba(0, 0, 0, 0.28);
  box-shadow: -3px 0px 1px 2px rgba(0, 0, 0, 0.28);
  max-width: 950px;
  z-index: 1; }
  .search-history-container .search-history-header {
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    height: 20px;
    cursor: pointer; }
    .search-history-container .search-history-header .vicon-font {
      min-width: 20px;
      max-width: 20px; }
    .search-history-container .search-history-header:hover {
      color: #69b9ff; }
  .search-history-container .search-history-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 63px);
    min-width: 360px; }
  .search-history-container .search-history-item {
    padding: 0 18px 0 10px;
    line-height: 20px;
    white-space: nowrap;
    height: 20px;
    cursor: pointer; }
    .search-history-container .search-history-item.pop {
      background: #295287;
      color: #9597a7; }
    .search-history-container .search-history-item:hover {
      background: #295287;
      color: #ffffff; }

/*# sourceMappingURL=search.history.component.css.map */
