/* Shared panel search shell, matching the reseller control deck. */
.nx-search-solo {
  position: relative;
  z-index: 2;
  display: block !important;
  margin: 0;
  padding: 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.085) !important;
  border-radius: 7px !important;
  background: rgba(12, 12, 12, 0.86) !important;
  box-shadow: none !important;
}

.nx-search-solo input {
  width: 100%;
  min-height: 44px;
  padding: 0 18px 0 46px !important;
  border: 1px solid rgba(255, 255, 255, 0.085) !important;
  border-radius: 5px !important;
  color: #d7d7d7;
  background: #101010 !important;
  font-size: 11px;
}

.nx-search-solo input:focus {
  border-color: rgba(248, 231, 28, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(248, 231, 28, 0.045) !important;
}

.nx-search-solo > .icon-search-normal,
.nx-search-solo > .search {
  left: 27px !important;
  z-index: 2;
}
