div.searchPNET {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: visible;
  z-index: 20001;
}

div.searchPNET div.searchPNET_input input,
div.searchPNET select,
div.searchPNET div.searchCategoryStartSearch,
div.searchPNET div.searchCategoryClearSearch {
  height: 53px;
}

div.searchPNET div.searchPNET_input {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: 0;
  min-width: 0;
  width: auto;
}

div.searchPNET div.searchPNET_input input {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 15px 36px 15px 15px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: baseline;
  background-color: white;
  color: #666;
}

div.searchPNET div.searchPNET_input.hasSearchHistory input {
  border-radius: 4px 4px 0 0;
}

div.searchPNET input,
div.searchPNET div.searchCategoryDisplay,
div.searchPNET div.searchCategoryDisplayCurrent,
div.searchPNET div.searchCategoryDisplay div.searchCategoryDisplayChoice,
div.searchPNET div.searchCategoryStartSearch,
div.searchPNET div.searchCategoryClearSearch,
div.searchPNET div.searchCategoryLabel {
  box-sizing: border-box;
  margin-right: 0;
}

div.searchPNET div.pnetSpinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: none;
  font-size: 28px;
  color: var(--lor-color);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
}

div.searchPNET div.pnetSpinner.isVisible {
  opacity: 1;
  visibility: visible;
}

div.searchPNET div.searchHistoryDropdown {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  z-index: 20002;
}

div.searchPNET div.searchHistoryDropdown button.searchHistoryItem {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 9px 12px;
  border: none;
  border-bottom: 1px solid #ececec;
  background-color: white;
  color: #444;
  text-align: left;
  cursor: pointer;
}

div.searchPNET div.searchHistoryDropdown button.searchHistoryItem:last-child {
  border-bottom: none;
}

div.searchPNET div.searchHistoryDropdown button.searchHistoryItem:hover,
div.searchPNET div.searchHistoryDropdown button.searchHistoryItem:focus {
  outline: none;
  background-color: var(--lor-color-dark);
  color: white;
}

div.searchPNET span.searchHistoryLine {
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.searchPNET div.pnetSpinner svg.svg-inline--fa,
div.searchPNET div.pnetSpinner i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
}

div.searchPNET select,
div.searchPNET div.searchCategoryDisplay {
  min-width: 0;
}

div.searchPNET select {
  display: block !important;
  flex: 0 0 280px;
  width: 280px;
  font-size: 1.1em;
  min-height: 53px;
  margin-right: 0;
  padding: 0 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  background-color: white;
  color: #666;
}

div.searchPNET input {
  font-size: 16px;
  font-weight: bold;
}

div.searchPNET div.searchCategoryLabel {
  flex: 0 0 auto;
  width: auto;
  min-width: 90px;
  padding: 0 10px 0 0;
  white-space: nowrap;
  background-color: transparent;
  color: white;
  text-align: right;
}

div.searchPNET div.searchCategoryDisplay {
  display: none;
}

div.searchPNET div.searchCategoryStartSearch,
div.searchPNET div.searchCategoryClearSearch {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  margin-right: 0;
  padding: 0;
  min-width: 50px;
  min-height: 53px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  vertical-align: baseline;
  background-color: white;
  color: #666;
}

div.searchPNET div.searchCategoryStartSearch i,
div.searchPNET div.searchCategoryClearSearch i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1;
  text-align: center;
}

div.searchPNET div.searchCategoryStartSearch svg.svg-inline--fa,
div.searchPNET div.searchCategoryClearSearch svg.svg-inline--fa {
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1;
  vertical-align: middle;
}

div.searchPNET div.searchCategoryStartSearch {
  color: green;
  border-radius: 0;
}

div.searchPNET div.searchCategoryClearSearch {
  color: red;
  border-radius: 0 4px 4px 0;
}

div.searchPNET div.searchCategoryStartSearch:hover,
div.searchPNET div.searchCategoryClearSearch:hover {
  background-color: var(--lor-color-dark);
  color: white;
}

div.searchPNET_searchResults {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 65px);
  margin-top: 0;
  max-height: none;
  overflow: auto;
  z-index: 20000;
}

@media (max-width: 900px) {

  div.searchPNET select {
    flex-basis: 220px;
    width: 220px;
  }
}

@media (max-width: 640px) {

  div.searchPNET div.searchPNET_input {
    min-width: 160px;
  }

  div.searchPNET input {
    font-size: 16px;
  }

  div.searchPNET select {
    flex-basis: 200px;
    width: 200px;
  }
}

@media (max-width: 1000px) {

  div.searchPNET div.searchCategoryLabel {
    display: none;
  }
}