.card-search-lg {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 99999;
  width: 350px;
  height: 3rem;
  background-color: #fff;
  padding: 3px;
  overflow: hidden;
}

.card-search-lg .container-search-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-search-lg .container-search-action .btn-no-radius {
  border-radius: 0;
}

.card-search-lg .results-content strong {
  color: gray;
}

.card-search-lg .results-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-search-lg.active {
  height: auto;
  max-height: calc(100% - 30px);
  overflow-y: auto;
}
/*# sourceMappingURL=map_style.css.map */