/* Target devices smaller than 768px */
@media (max-width: 767.98px) {
  .table {
    font-size: 0.85rem;
  }
}

body {
  background-color: #0b0c10;
  color: #c5c6c7;
  font-family: 'Roboto', sans-serif;
  /*
  border-top: 4px solid #52bf4f;
  */
}

h1, h2, h3, .navbar-brand, .lead {
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

table a {
  /*
  text-decoration: underline;
  text-decoration-color: #52bf4f;
  -webkit-text-decoration-color: #52bf4f;
  text-decoration-thickness: 3px;
  */
  text-decoration: none;
  font-weight: bold;
}
table a::after {
  content: " >";
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  color: #52bf4f;
}

.navbar {
  background-color: #1f2833;
  border-bottom: 1px solid #000;
}

.hero-section {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/static/img/banner.gif') center/cover;
  padding: 60px 0;
  /*
  border-bottom: 2px solid #52bf4f;
  */
}

.rank-card {
  background: #1f2833;
  border-left: 5px solid #4f0;
  transition: transform 0.3s ease;
  margin-bottom: 15px;
}

.rank-card:hover {
  transform: scale(1.02);
  background: #2b3744;
}

.rank-number {
  font-size: 2rem;
  color: #52bf4f;
  font-weight: bold;
}

.status-online { color: #00ff00; font-size: 0.8rem; }

.table-dark-custom {
  background-color: #1f2833;
}
.table-dark-custom a {
  color: #fff;
}

.btn-cod {
  background-color: #52bf4f;
  color: #000;
  font-weight: bold;
  border: none;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
}

.btn-cod:hover {
  background-color: #00ff10;;
  color: #000;
}

.stats-badge {
  background: #45a29e;
  color: white;
  padding: 2px 8px;
  font-size: 0.75rem;
  border-radius: 4px;
}

#btn-scroll-up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #52bf4f;
  color: #000;
  cursor: pointer;
  padding: 2px;
  font-size: 18px;
}
#btn-scroll-up:hover {
  background-color: #00ff10;;
}
#btn-scroll-up .bi {
  color: #000;
}
