body {
  overflow: hidden; }

.nav-search-btn {
  background-color: #ffffff;
  color: #888; }
  .nav-search-btn:hover {
    background-color: #e6ffff; }

.search-input {
  border: 0;
  box-shadow: none !important; }

.search-group {
  display: flex;
  padding: 0.5rem;
  border-bottom: 1px solid #888;
  position: fixed;
  width: 100%;
  background: #ffffff; }

.search-title {
  font-size: 13px;
  color: #666;
  padding: 0.5rem; }

.nav-search {
  list-style: none;
  overflow-y: scroll;
  height: 34rem;
  position: absolute;
  top: 4rem;
  width: 100%;
  right: -0.05rem;
  padding-left: 10px; }

.nav-search li {
  border-bottom: 1px solid #e9ecef;
  padding: 0.8rem; }

.back {
  text-align: center; }

.back-to-site {
  color: #888;
  text-decoration: none !important;
  font-size: 19px; }
  .back-to-site:hover {
    color: #888; }

/*# sourceMappingURL=maps/search.css.map */
