.history-search {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-inline: 16px;
  padding: 8px 12px;
}
.history-search * {
  box-sizing: border-box;
}
.history-search:not(.dn) + * {
  margin-top: 16px;
}
.history-search button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}
.history-search button.btn-showHistory {
  position: relative;
}
.history-search button.btn-showHistory._showMore, .history-search button.btn-showHistory._openMore {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.history-search button.btn-showHistory._showMore::before, .history-search button.btn-showHistory._showMore::after, .history-search button.btn-showHistory._openMore::before, .history-search button.btn-showHistory._openMore::after {
  content: "";
  background-color: #2EA130;
  display: block;
}
.history-search button.btn-showHistory._showMore::before, .history-search button.btn-showHistory._openMore::before {
  width: 14px;
  height: 3px;
}
.history-search button.btn-showHistory._showMore::after, .history-search button.btn-showHistory._openMore::after {
  width: 3px;
  height: 14px;
  position: absolute;
  left: 5.5px;
}
.history-search button.btn-showHistory._openMore::after {
  background-color: transparent;
  transform: rotate(-90deg);
  transition: all 0.2s;
}
.history-search button.btn-closeHistory {
  width: 12px;
  height: 12px;
  position: relative;
}
.history-search button.btn-closeHistory::before, .history-search button.btn-closeHistory::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #999;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
}
.history-search button.btn-closeHistory::before {
  transform: rotate(45deg);
}
.history-search button.btn-closeHistory::after {
  transform: rotate(-45deg);
}
.history-search .history-search_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 4px;
}
.history-search .history > li:not(:first-child) {
  display: none;
}
.history-search._showAllHistory .history > li {
  display: list-item;
}
.history-search._showAllHistory .history > li + * {
  margin-top: 8px;
}
/*# sourceMappingURL=../../_mapDartSass/page/top/historySearch.css.map */
