*,
header,
ul {
  margin: 0;
}
*,
ul {
  padding: 0;
}
.card-text-quantity,
.recette,
.search-input,
.searchbar {
  color: #7a7a7a;
}
.clear-icon,
.search-icon {
  color: #7a7a7a !important;
  position: absolute;
}
.selected-tags-list-container > ul,
.time-overlay,
input:focus + .search_button svg path {
  background-color: #ffd15b;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: Anton, sans-serif;
  background-color: #ededed;
}
header {
  background-image: url(../assets/header.png);
  background-size: cover;
  height: 80vh;
  width: 100vw;
  min-width: 100%;
}
h1 {
  width: 80%;
  font-weight: 800;
  color: #ffd15b;
  font-size: 2.75rem;
  font-family: Anton;
}
main {
  min-height: 40vh;
}
.form {
  width: 80vw;
  height: 5rem;
  border-radius: 11px;
}
.searchbar {
  font-size: 1rem;
}
.search_button svg path {
  color: #fff;
}
input:focus + .search_button {
  background-color: #ffd15b;
  color: #000;
  border: none;
}
.container-img {
  height: 40vh;
  position: relative;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.time-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
}
.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.search-container,
.wrapper-category {
  position: relative;
  font-family: Manrope, sans-serif;
}
.clear-icon {
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
}
.search-icon {
  right: 15px;
  color: #7a7a7a !important;
  height: calc(14px + 1vh);
  font-size: 0.9rem;
}
.custom-margin {
  margin-left: 2rem;
}
.dropdown-content {
  width: 100%;
  background-color: #fff;
  display: none;
  flex-direction: column;
  position: absolute;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  top: 100%;
  left: 0;
  z-index: 1;
}
.item-list {
  width: 100%;
  max-height: 200px;
  padding: 0 !important;
  background-color: #fff;
  border: none;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  overflow-y: auto;
}
.item-list::-webkit-scrollbar {
  display: none;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.selected-tag-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 205px;
  min-height: 50px;
  padding: 0 10px;
  margin: 10px 0;
  background-color: #ffd15b;
  border-radius: 10px;
  border: none;
}
.tag_close-icon {
  font-size: 1.5rem;
  font-weight: 700;
}
.selected-tags {
  width: 100%;
  flex-direction: row;
}
.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
}
.filters_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-tag {
  min-width: 195px;
  min-height: 56px;
}
.btn.dropdown-toggle::after {
  display: none;
}
.tag {
  max-width: 100%;
  padding-left: 10%;
}
.search-input {
  width: 100%;
  min-height: calc(30px + 1vh);
  padding-right: 35px;
}
.search-icon {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.category_title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #1b1b1b;
}
.recipes_error-message {
  width: auto;
  font-size: 1em;
}
.tags-search-input {
  border: 1px solid #c6c6c6;
  color: #c6c6c6 !important;
  border-radius: 2px;
}
