/* Base styles - must be first */
html,
body {
  background-color: #0a0a0a;
  color: #fff;
  visibility: visible !important;
}


.avatar {
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 2px;
}

.avatar-name-left {
  display: flex;
}

/* header */
.litebans-header {
  display: block;
  text-align: center;
}

.col-lg-12 {
  text-align: center;
}

/* navbar */
.navbar {
  position: static;
  font-weight: bold;
  background-color: #751aff !important;
}

.navbar-brand {
  font-weight: normal;
  color: #fff !important;
}

.navbar-active {
  font-weight: bolder;
}

.my-lg-0 {
  font-weight: lighter;
}

.nav-link {
  color: #fff !important;
}

.nav-text-links {
  color: #fff;
  padding: 10px;
}

.nav-text-links a {
  color: #fff;
  text-decoration: none;
}

.nav-text-links a:hover {
  color: #ddd;
}

.nav-text-links span {
  display: inline-block;
}

/* tables */
th {
  text-align: center;
}

table tr td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle !important;
  text-align: center;
}

p {
  margin-top: 2px;
}

/* table links */
a,
a:hover,
a:focus {
  text-decoration: none;
}

tr.hover {
  cursor: pointer;
}

/* check form */
.litebans-check {
  text-align: left;
}

.litebans-check-form {
  margin-left: 15px;
}

.litebans-check-form .form-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.litebans-check-form .form-group {
  margin-bottom: 0;
}

.litebans-check-form .form-control {
  border-radius: 8px;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  background-color: #ffffff;
  color: #000000;
}

.litebans-check-output {
  margin-left: 3px;
}

.litebans-check-btn,
.litebans-check-form .btn,
.litebans-check-form .btn-primary,
.litebans-check-form button {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.litebans-check-btn:hover,
.litebans-check-form .btn:hover,
.litebans-check-form .btn-primary:hover,
.litebans-check-form button:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}

/* pager */
.litebans-pager {
  font-size: 30px;
}

.litebans-pager-number {
  margin-top: 24px;
  text-align: center;
  font-size: 15px;
}

.litebans-pager-left {
  float: left;
}

.litebans-pager-right {
  float: right;
}

.litebans-pager-active {
  color: darkcyan;
}

.litebans-pager-inactive {
  visibility: hidden;
  pointer-events: none;
  cursor: default;
}

/* index.php */
.litebans-index {
  text-align: center;
}

.litebans-index-main {
  font-weight: bold;
}

.litebans-index-sub {
  font-weight: lighter;
}

/* info.php */
.badge,
.badge-pill {
  font-weight: 100;
}

.litebans-label-container {
  display: inline-flex;
}

.litebans-label-info {
  margin-left: 15px;
  font-size: 17px;
  font-weight: 800;
}

.litebans-label-inactive {
  color: #fff;
  background-color: #f79720;
}

.litebans-label-expired {
  color: #fff;
  background-color: #777;
}

.litebans-label-active {
  color: #fff;
  background-color: #ee5555;
}

.litebans-label-permanent {
  color: #fff;
  background-color: #ee5555;
}

.litebans-label-ipban {
  color: #fff;
  background-color: #ee5555;
}

.litebans-label-ipmute {
  color: #fff;
  background-color: #ee5555;
}

/* history.php */
.litebans-label-history {
  display: inline;
  font-size: 16px;
  font-weight: 800;
}

.litebans-label-ban {
  background-color: darkred;
}

.litebans-label-mute {
  background-color: dimgrey;
}

.litebans-label-warn {
  background-color: darkorange;
}

.litebans-label-kick {
  background-color: tomato;
}

/* prevent mouse selection */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* prevent alignment */
.noalign-w {
  width: 0;
}

.noalign-h {
  height: 0;
}

.btn {
  border-radius: 8px;
  background-color: #ffffff;
  color: #000000 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  color: #000000 !important;
  border-radius: 8px;
  box-shadow: none !important;
}

.server-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
}

.server-info span {
  display: inline-block;
  margin: 0 10px;
}

.copy-btn {
  cursor: pointer;
  padding: 3px 8px;
  margin-left: 8px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.9em;
}

.server-info {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 15px;
  font-size: 0.85em;
}

.server-info span {
  display: flex;
  align-items: center;
  margin: 0 10px;
  letter-spacing: 0.3px;
}

.server-info span:last-child {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
}

.jumbotron {
  background-color: #1a1a1a;
  border-radius: 15px;
  padding: 2rem;
  margin-top: 2rem;
}

.navigation-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}

.navigation-links ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.navigation-links li {
  display: inline-block;
  margin: 0 10px;
}

.navigation-links a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}

.navigation-links a:hover {
  color: #ddd;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.nav-buttons ul {
  display: flex;
  flex-direction: row; /* Changed from column to row */
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.nav-buttons li {
  margin: 0;
  width: auto; /* Changed from fixed width */
  text-align: center;
}

.nav-buttons .nav-link {
  display: inline-block; /* Changed from block */
  background-color: #ffffff;
  color: #000000 !important;
  padding: 10px 25px; /* Adjusted padding */
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap; /* Prevent text wrapping */
}

.server-info {
  margin-left: auto;
}

.navbar-active .nav-link {
  background-color: #e0e0e0;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.navbar-icon {
  margin-right: 5px;
}

.footer {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.footer a {
  color: #751aff;
  text-decoration: none;
}

/* Base styles */
body {
  background-color: #0a0a0a;
  color: #fff;
}

/* Remove all animations and transitions */
*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

/* Remove loading elements */
.loader-wrapper,
.loader,
.initial-load {
  display: none;
}

/* Clean up keyframes */
@keyframes fadeIn, @keyframes loader, @keyframes fadeInUp, @keyframes pulseButton, @keyframes slideIn {
  display: none;
}

/* Reset transform effects */
.btn:hover,
.nav-buttons .nav-link:hover,
.btn-primary:hover,
.copy-btn:hover {
  transform: none;
}
