



.field__misc, .field__tech {
    padding: 3px 8px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    color: #656565;
    /* font-size: 11px; */
    /* font-weight: 700; */
    width: fit-content;
}


.field__operation {
/* 	color: rgb(189 133 135);
    background-color: rgb(255 238 239);
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    border: 1px solid rgb(189 133 135);
 */
    padding: 3px 8px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    /* font-size: 11px; */
    font-weight: 700;
    width:fit-content;
}

.field__category {
    padding: 3px 8px;
    border-radius: 999px;
    background: #f1e5ff;
    color: #6b21a8;
    width:fit-content;    
  /* font-size: 11px; */
  /* font-weight: 700; */
}


/* ------------------------------------------------- product selector ------------------------------------------------- */

.product-selector__product {
  	padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: background .15s, border-color .15s, box-shadow .15s, transform .15s;
    display: flex;
    gap: 10px;
    line-height: 20px;

}

.product-selector__product:hover {
  background: #dcdcdc;
  /* border-color: #d1d5db; */
  border : 1px solid #d1d5db;
  /* transform: translateY(-1px); */
}


.product-selector__featuredimage {
  width: 130px;
  /* height: 96px; */
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  /* background: #f3f4f6;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 11px;
  text-align: center; */
}



/* ------------------------------------------------- search input box ------------------------------------------------- */

.search-box {
  display: flex;
  align-items: center;
  width: 220px;
  /* height: 48px; */
  /* padding: 0 16px; */
  border: 1px solid #d7dde8;
  border-radius: 8px;
  background: white;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.search-box__icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  fill: #4b5563;
  flex-shrink: 0;
}

.search-box__input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 12px;
  color: #111827;
  background: transparent;
}


.search-box__input::placeholder {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    color: #8b95a7;

}

.search-box__input:focus {
    width: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    color: #111827;
    background: transparent;
}



/* ------------------------------------------------- filter input box ------------------------------------------------- */
.filter-input {
  display: flex;
  align-items: center;
  width: 150px;
  /* height: 44px; */
  /* padding: 0 14px; */
  border: 0px solid #d7dde8;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); */
}

.filter-input__icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #6b7280;
  flex-shrink: 0;
}

.filter-input__input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  color: #111827;
}

.filter-input__input::placeholder {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    color: #8b95a7;
}
