@font-face {
  font-family: Rubik-Regular;
  src: url(../../../assets/fonts/Rubik-Regular.ttf);
}

.search_d {
  width: 90%;
  height: 72px;
  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; */
  padding: 12px 20px;
  align-items: flex-start;
  /* display: flex; */
  flex-direction: column;
  position: relative;
}

.search_d .search-form {
  width: 100%;
  height: 48px;
  position: relative;
}

.search_d .search-form .btn-search {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: url(../../../assets/img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.search_d .search-form #search {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: whitesmoke;
  border: none;
  outline: none;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  border-radius: 8px;
  padding-right: 50px;
}

.search_d .search-form #search::-webkit-input-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #959595;
}

.search_d .search-form #search:-ms-input-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #959595;
}

.search_d .search-form #search::-ms-input-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #959595;
}

.search_d .search-form #search::-moz-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #959595;
}

.search_d .search-form #search::placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #959595;
}

.search {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 769px) {
  .header .show {
    display: none !important;
  }
}



.search .search-form {
  width: 100%;
  height: 48px;
  position: relative;
}

.search .search-form .btn-search {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: url(../../../assets/img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.search .search-form #search {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: whitesmoke;
  border: none;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #020202;
  outline: none;
  border-radius: 8px;
  padding-right: 50px;
}

.search .search-form #search::-webkit-input-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #959595;
}

.search .search-form #search:-ms-input-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #959595;
}

.search .search-form #search::-ms-input-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #959595;
}

.search .search-form #search::-moz-placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #959595;
}

.search .search-form #search::placeholder {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #959595;
}

@media screen and (min-width: 0px) {
  /* .search_d {
    display: none;
  } */

  .search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .search_d {
   display: none;
  }

  .search {
    display: none;
  }

}

@media screen and (min-width: 768px) {
  /* .search_d {
   display: none;
  } */

  .search {
    display: none;
  }

}
/* @media screen and (min-width: 720.75px) {
  .search_d {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search {
    width: 100%;
    display: none;
  }
} */

@media screen and (min-width: 1024.75px) {
  .search_d {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@supports (-webkit-appearance:none){
.search_d .search-form .btn-search{background:url(../../../assets/img/icon/search.svg)}
.search .search-form .btn-search{background:url(../../../assets/img/icon/search.svg)}
}

 @media screen and (min-width: 0px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (min-width: 720.75px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (min-width: 1024.75px){

@supports (-webkit-appearance:none){

}

}

/* .search_d {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
} */

.search_d__history {
  width: 93%;
  height: 400px;
  overflow-y: scroll;
  padding: 20px 10px;
  background-color: white;
  box-shadow: 0px 2px 2px rgb(50 50 71 / 6%), 0px 2px 4px rgb(50 50 71 / 6%);
  border-radius: 8px;
  position: absolute;
  top: 60px;
}
.search_d__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.search_d__link a {
  color: #454545;
}
.close_f {
  min-width: 14px;
  min-height: 14px;
  display: block;
  cursor: pointer;
  margin-left: 10px;
  background: url(../../../../assets/img/icon/x.svg) center/contain no-repeat;
}

.search_d__item {
  align-items: flex-start;
  display: flex;
  margin-bottom: 12px;
}

.search_d__item a:hover {
transition: all 0.4s ease-in-out;
color: #00D8CF;
}
.search_d__img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  cursor: pointer;
  margin-right: 10px;
 
}
.search_d__img img {
  object-fit: contain;
}