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

.avatar-name {
}

.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;
}

.navbar-brand {
    font-weight: normal;
}

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

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

/* 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-btn {
    margin-left: 5px;
}

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

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

/* 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;
}

/* 1. Background & Mountains */
/* 1. Background & Mountains */
html, body {
    background-color: #39a5ea !important;
    background-image: url('https://minetime.io/mountains.png') !important;
    background-size: 900px auto !important;
    background-repeat: repeat-x !important;
    background-position: center bottom !important;
    background-attachment: fixed !important;
    color: white !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

/* 2. Fix the Menu Size (Prevents it from being too big) */
/* 2. Fix the Menu Size & Remove ALL Borders/Lines */
/* 2. Large Navbar - Forced Seamless */
header, 
.navbar, 
.navbar.fixed-top, 
header .container,
#litebans-navbar {
    min-height: 100px !important;
    height: 100px !important;
    background-color: #39a5ea !important;
    border: none !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
}

/* 3. Large Logo - No Borders */
.navbar-brand, 
.navbar-brand:hover, 
.navbar-brand:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}

.navbar-brand img {
    max-height: 100px !important; /* Large logo */
    width: auto !important;
    border: none !important;
    box-shadow: none !important;
}

/* 4. Large Buttons - No Borders */
.nav-link, 
.nav-item, 
.navbar-nav,
.navbar-active {
    font-size: 22px !important; /* Big text */
    font-weight: 800 !important;
    border: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    color: white !important;
    margin-left: 15px !important;
    text-transform: uppercase;
}

/* Ensure 'Active' button (Bans) doesn't show a box/border */
.nav-item.active .nav-link, 
.navbar-active {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #111b2b !important; /* Changes text color only, no box */
}

/* 3. Minetime.io Style Buttons */
/* Using extreme specificity to ensure Bootstrap doesn't override these */
body .btn, 
body .btn-primary, 
body .litebans-check-btn, 
body button[type="submit"] {
    background-color: #111b2b !important;
    border: 2px solid #1c2e4a !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    transition: all 0.2s ease-in-out !important;
    display: inline-block !important;
    box-shadow: none !important;

}

body .btn:hover, 
body .btn-primary:hover, 
body .litebans-check-btn:hover {
    background-color: #1c2e4a !important;
    transform: scale(1.05) !important;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.4) !important;
}

/* 4. Fix Table Backgrounds (Make them look better on blue) */
.container .card, .container .table {
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

/* 5. Match Jumbotron to Background */
.jumbotron, 
.litebans-index, 
.litebans-header {
    background-color: #39a5ea !important; /* Matches your exact blue */
    border: none !important;
    box-shadow: none !important;
    color: white !important;
    margin-bottom: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* Ensure the main title text inside is bold and white */
.litebans-index-main, .jumbotron h1 {
    color: white !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

/* Match the sub-text color */
.litebans-index-sub, .jumbotron p {
    color: rgba(255, 255, 255, 0.8) !important;
}
