/* SEARCH */
.search__form {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.search__form input {
  font-size: 18px;
  border-radius: 10px;
  outline: none;
  border: none;
  padding: 15px;
  /* padding-right: 160px; */
  width: 100%;
  border: 1px solid rgb(var(--main-color), 1);
}

.search__form input:focus {
  border-bottom: solid 2px rgb(var(--main-color), 1);
}

.btn_seacrh {
  position: absolute;
  top: 2.4px;
  right: 0;
}
.search_card {
  border: 1px solid rgb(var(--main-color), 1);
}

.search_card:hover {
  background-color: rgb(var(--main-color), 1) !important;
}

.search_card:hover * {
  color: rgb(var(--white-color), 1) !important;
}

.not_results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 400px);
  width: 100%;
}
