body {
  background-image: url("../images/background-slate.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 200px;
  height: auto;
}

h1 {
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
  font-family: 'Cabal', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

@font-face {
  font-family: 'Cabal';
  src: url('../fonts/Cabal-4R04.ttf') format('truetype');
}

table {
  border-collapse: collapse;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #cfcfcf;
  width: 90%;
}

table th,
table td {
  border: 2px solid #3b3838;
  padding: 10px;
  text-align: left;
}

table th {
  font-weight: bold;
}

form {
  margin: 20px auto;
  text-align: center;
}


table td img {
  width: 64px;
  height: 64px;
  display: block;
  margin: auto;
}

#result {
  margin: 20px auto;
  padding: 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  width: 90%;
}

#search-info {
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}


.search-result-info {
  margin-top: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 1px;
}

.result-label {
  font-weight: bold;
  margin-right: 5px;
  color: #FFFFFF;
}

.result-query {
  font-style: italic;
  color: #40e0d0;
}

.no-results {
  text-align: center;
  font-size: 1.2rem;
  padding: 20px;
  color: #f00;
}

.pagination {
  display: flex;
  justify-content: center;
  color: #0070c0;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination a {
  color: #0070c0;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0px 5px;
  border-radius: 3px;
  border: 1px solid #0070c0;
}

.pagination a:hover {
  background-color: #0070c0;
  color: #fff;
}

.pagination .current-page {
  color: #fff;
  background-color: #0070c0;
  padding: 5px 10px;
  margin: 0px 5px;
  border-radius: 3px;
}

.pagination span {
  padding: 5px 10px;
  margin: 0px 5px;
  border-radius: 3px;
  border: 1px solid #0070c0;
}

.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

.menu li {
  display: inline-block;
  position: relative;
}

.menu li:hover > ul {
  display: block;
}

.menu a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #333;
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-content li {
  display: block;
  position: relative;
}
.dropdown-content a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

.weapons {
  float: right;
  margin-left: 0;
}

.search-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
}

.search-form .search-result-info {
  display: inline-block;
  margin-left: 10px;
}

.input-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  border-radius: 25px;
  overflow: hidden;
}

.form-control {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 16px;
}

.btn-search {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn-search:hover {
  background-color: #0069d9;
}

.fa-search {
  margin-right: 5px;
}

.result-label {
  font-weight: bold;
}

.result-query {
  font-style: italic;
  text-decoration: underline;
}

.search-container {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 10px; 
}

.search-bar .input-group-addon {
  background-color: #fff;
  border: none;
  padding: 0;
}

.search-icon i {
  color: #606060;
}

.search-input {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: none;
  font-size: 16px;
  height: 30px;
  width: 100% ;
  border-radius: 4px;
  padding: 12px 7px 7px;
  position: relative;
  box-sizing: border-box;
}

.search-input:focus {
  border-color: #606060;
  box-shadow: none;
  outline: none;
}

.search-button {
  background-color: #606060;
  border: none;
  color: #fff;
  padding: 7px 16px;
}

.search-input::placeholder {
  color: #ccc;
}

.result-label {
  font-weight: bold;
}

.result-query {
  font-style: italic;
}

.item-icon {
  width: 64px;
  height: 64px;
}

#search-suggestion {
  position: absolute;
  top: 250px;
  left: calc(50% - 215px); 
  width: 430px;
  background-color: #3F444A;
  color: #ccc;
  border: 0px solid #ccc;
  z-index: 9999;
  max-height: 200px;
  overflow-y: auto;
  box-sizing: content-box;
}

.suggestion {
  padding: 8px 12px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
}

.suggestion-icon {
  margin-right: 10px;
}

.suggestion-text {
  flex-grow: 1;
  margin-bottom: 5px;
}

.suggestion:hover {
  background-color: #272B2E;
}

.suggestion-no-resultsf {
  text-align: center;
  color: white;
  font-size: 20px;
}

.sticky-header {
  position: sticky;
  top: 0;
  text-align: center;
  z-index: 1;
}

.sticky-header th {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  text-align: center;
}

.sticky-header.scrolled th {
  background-color: #14181E;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 90px; 
  background-color: #000000;
}

.footer {
  position: absolute;
  text-align: justify;
  text-align-last: center;
  bottom: 0;
  width: 75%;
  height: 85px;
  background-color: #000000;
  backdrop-filter: blur(60px);
  color: #ccc;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.btn-reset:hover {
  background-color: red;
}

.sticky-header-details {
  text-align: center;
}

.sticky-header-details th {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  text-align: center;
}