<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-search-result {
  /* background-color: #171717 !important; */
  cursor: pointer;
  position: relative !important;
}

.modal-search-field {
  background-color: black !important;
  color: white !important;
}

.row-search-result:hover {
  color: #45ff4d !important;
}

.row-search-result:hover img {
  border: 1px solid #45ff4d;
}

.row-search-result-title {
  padding-left: 105px;
}

.row-search-result-creator {
  padding-left: 105px;
}

.row-search-result-first {
  margin-top: 15px;
}


.search-main-container {
  width: 100%;
  background-color: #171717 !important;
}

.search-main {
  width: 100%;
  background-color: #171717 !important;
  color: white;
  padding-left: 0px !important;
  color: white !important;
  font-weight: bold;
}

.search-row {
  background-color: #171717 !important;
  width: 100%;
  display: block;
  margin-top: -10px;
}

.search-row-top {
  background-color: #171717 !important;
  width: 100%;
  display: block;
  margin-top: -10px;
}


#shulker_results {
  display: inline-block;
  width: 100%;
  /* border: 2px solid red; */
}

.search-result-image {
  background-color: black;
  width: 100px;
  height: 56px;
  border: 1px solid transparent;
}

iframe {
  background-color: transparent;
}

.btn-group-filters {
  width: 100%;
  display: flex !important;
  white-space: nowrap;
  margin-top: 5px;
}

.btn-filter-active {
  /* background-color: black !important; */
  color: lime !important;
  font-weight: bold !important;
}

.btn-filter-active:hover {
  color: lime !important;
  font-weight: bold !important;
}

/* Styles for wrapping the search box */

.main {
  width: 50%;
  margin: 50px auto;
}

/* Bootstrap 3 text input with search icon */

.has-search .form-control-feedback {
  right: initial;
  left: 0;
  color: #ccc;
}

.has-search .form-control {
  padding-right: 12px;
  padding-left: 34px;
}
</pre></body></html>