.search-overlay {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f1014;
  z-index: 900;
  padding: 20px 4%;
  overflow-y: auto;
}

.search-header-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.close-search {
  font-size: 30px;
  cursor: pointer;
  color: #888;
}

.close-search:hover {
  color: #E50914;
}

.search-msg {
  color: #888;
  margin-top: 20px;
  text-align: center;
}