#ps-dopedfinder-searchbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 45px;
}

#ps-dopedfinder-buttons {
  display: flex;
  gap: 10px;
}

#ps-dopedfinder-searchbar .input-group {
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  position: relative;
  padding-left: 50px;
}

#ps-dopedfinder-searchbar .input-group img.input-group-icon {
  position: absolute;
  left: 10px;
  height: 30px;
  width: auto;
  pointer-events: none;
}

#ps-dopedfinder-searchbar .input-group input {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  margin-right: 5px;
}

#ps-dopedfinder-searchbar .input-group button {
  color: white;
  height: 35px;
  width: 35px;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  left: -4px;
}

#ps-dopedfinder-searchbar .input-group button i {
  font-size: 16px;
}

#ps-dopedfinder-searchbar .input-group-sealed {
  box-shadow: 0 0 6px #d65f00cc;
  border: 1px solid #d65f00;
}

#ps-dopedfinder-searchbar .input-group-cards {
  box-shadow: 0 0 6px #009baccc;
  border: 1px solid #009bac;
}

#ps-dopedfinder-searchbar .search-icon-button-sealed {
  background-color: #d65f00;
}

#ps-dopedfinder-searchbar .search-icon-button-cards {
  background-color: #009bac;
}

#ps-dopedfinder-buttons .sealed-button,
#ps-dopedfinder-buttons .single-cards-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  padding: 5px;
  line-height: 16px;
  border: 1px solid #dadada;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
  flex: 1;
  height: 45px;
  width: 100px;
  box-sizing: border-box;
  opacity: 0.5;
}

#ps-dopedfinder-buttons .sealed-button {
  background-color: #d65f00;
  color: white;
}

#ps-dopedfinder-buttons .single-cards-button {
  background-color: #009bac;
  color: white;
}

#ps-dopedfinder-buttons .sealed-button.active,
#ps-dopedfinder-buttons .single-cards-button.active {
  opacity: 1 !important;
  box-shadow: 0 0 6px currentColor !important;
}

#ps-dopedfinder-buttons .sealed-button:hover {
  background-color: #a64b00;
}

#ps-dopedfinder-buttons .single-cards-button:hover {
  background-color: #007885;
}

#ps-dopedfinder-buttons .button-image {
  height: 23px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#search-context-sealed {
  display: flex;
}

#search-context-cards {
  display: none;
}

#ps-dopedfinder-searchbar .input-group .cross-icon-button-sealed {
  display: none;
}

#ps-dopedfinder-searchbar .input-group .cross-icon-button-cards {
  display: none;
}

#ps-dopedfinder-searchbar .input-group .cross-icon-button-sealed {
  display: none;
  background-color: #d65f00;
}

#ps-dopedfinder-searchbar .input-group .cross-icon-button-cards {
  display: none;
  background-color: #009bac;
}
