.avatar {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 2px;
}
/* Daca vrei fundalul ca pe index, adauga asta manual */
body {
    background-color: #050505 !important; /* Negrul de pe margini */
    /* Creeaza cercul luminos din mijloc */
    background-image: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%) !important;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
.jumbotron {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 0 !important;
}

/* Daca vrei sa scoti si umbra aia neagra de sub el */
.card, .panel {
    background-color: transparent !important;
    border: none !important;
}

/* Textul est. 2026 */
.est-text {
    color: #ffffff !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 8px !important;
    text-transform: uppercase !important;
    margin-top: -80px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    display: block !important;
    opacity: 0.3 !important;
}
/* Op?ional: Adaugam ?i particulele mov care se vad īn image_1cbdd5.jpg */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: 
        radial-gradient(1px 1px at 10% 20%, #7b2cbf, transparent),
        radial-gradient(1.5px 1.5px at 50% 40%, #9d4edd, transparent),
        radial-gradient(1px 1px at 80% 10%, #7b2cbf, transparent),
        radial-gradient(2px 2px at 30% 80%, #5a189a, transparent);
    background-size: 250px 250px;
    opacity: 0.3;
}
.container {
    backdrop-filter: blur(10px); /* Efect de sticla mata, daca e cazul */
    border: 0px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    margin-top: -17px;
}

/* Stil pentru tabele ca sa nu fie prea stridente */
.table {
    background: transparent !important;
    color: #ddd !important;
}

.table thead th {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.avatar-name {
}
/* Stil pentru grupul de input (Search) */
.form-inline {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* Stil pentru casuta de scris (Player) */
input[name="search"], .form-control {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
}

input[name="search"]:focus {
    background: rgba(255, 255, 255, 0.02) !important;
    border-color: #5d78ff !important;
    box-shadow: 0 0 10px rgba(157, 78, 221, 0.4) !important;
    outline: none;
}

/* Stil pentru butonul "Check" */
button[type="submit"], .btn-primary {
background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease-in-out !important;
    color: #ffffff !important;
}

button[type="submit"]:hover {
background: transparent !important;
    /* Bordura albastra solida */
    border: 1px solid #5d78ff !important; 
    /* Glow-ul de dedesubt */
    box-shadow: 0px 10px 20px -5px rgba(93, 120, 255, 0.5) !important;
    /* Ridicare u?oara */
    transform: translateY(-2px);
    outline: none !important;
}

/* Facem placeholder-ul (scrisul gri din interior) sa fie mai discret */
::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}
/* Stilul de baza al butoanelor pentru a se potrivi cu imaginea */
.nav-btn-custom {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease-in-out !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 4px !important; /* Col?uri u?or rotunjite ca īn imagine */
}

/* Efectul de HOVER din image_1cb9da.png */
.nav-btn-custom:hover {
    background: transparent !important;
    /* Bordura albastra solida */
    border: 1px solid #5d78ff !important; 
    /* Glow-ul de dedesubt (box-shadow) */
    box-shadow: 0px 10px 20px -5px rgba(93, 120, 255, 0.5) !important;
    /* Efect de ridicare u?oara */
    transform: translateY(-2px);
    color: #ffffff !important;
}
/* Iconi?a pentru BANS (Ciocanul) - Ro?u aprins */
.fa-hammer, .fa-gavel {
    color: #ff4d4d !important;
    filter: drop-shadow(0 0 5px rgba(255, 77, 77, 0.6));
}

/* Iconi?a pentru MUTES (Microfon taiat) - Portocaliu */
.fa-comment-slash, .fa-microphone-slash {
    color: #ff9f43 !important;
    filter: drop-shadow(0 0 5px rgba(255, 159, 67, 0.6));
}

/* Iconi?a pentru WARNINGS (Triunghi aten?ie) - Galben */
.fa-triangle-exclamation, .fa-warning {
    color: #feca57 !important;
    filter: drop-shadow(0 0 5px rgba(254, 202, 87, 0.6));
}

/* Iconi?a pentru KICKS (Om care pleaca) - Albastru deschis sau Mov */
.fa-user-times, .fa-door-open, .fa-boot {
    color: #48dbfb !important;
    filter: drop-shadow(0 0 5px rgba(72, 219, 251, 0.6));
}

/* Iconi?a pentru HOME (Casa) - Alb curat */
.fa-house {
    color: #ffffff !important;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
}

/* Efect de marire ?i stralucire la hover pe buton */
.nav-btn-custom:hover i {
    transform: scale(1.2) rotate(-5deg); /* O mica rota?ie sa para mai dinamic */
    filter: drop-shadow(0 0 10px currentColor) !important;
    transition: all 0.2s ease-in-out;
}
/* Daca vrei ca iconi?a sa se coloreze ?i ea la hover */
.nav-btn-custom:hover i {
    color: #5d78ff !important;
    transition: color 0.3s ease;
}

/* Ajustam lista sa nu le lipeasca */
.navbar-nav {
    align-items: center;
}
/* 1. Alb pentru toate butoanele din navbar */
.nav-link, .nav-item a, .btn, .nav-btn-custom {
    color: #ffffff !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2); /* Un mic glow sa iasa in evidenta */
}

/* 2. Alb pentru textul de Copyright (Realms Network 2026) */
.navbar span, .footer, p, .copyright-text {
    color: #ffffff !important;
    opacity: 1 !important; /* Scoate transparenta daca exista */
}

/* 3. Alb pentru cifrele din bulele de banuri (cele cu 0) */
.badge, .label, .count {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important; /* Fundal discret sub cifre */
}

/* 4. Alb pentru titluri (Bans, Mutes etc.) */
h1, h2, h3, h4, .title {
    color: #ffffff !important;
    font-weight: bold !important;
}
.avatar-name-left {
    display: flex;
}

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

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

/* navbar */
.navbar {
    background: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Scoatem display: none !important; de la navbar-brand */
.navbar-brand {
    display: flex !important; /* Ne asiguram ca e vizibil */
    align-items: center;
    text-indent: -9999px; /* "Ascundem" textul LiteBans daca īnca apare */
    width: auto;
}

.logo-custom {
    height: 200px !important; /* Modifica valoarea asta (ex: 70px, 80px) pāna ī?i place cum arata */
    width: auto !important;  /* Pastreaza propor?iile imaginii corecte */
    transition: transform 0.3s ease;
    vertical-align: middle;
}
/*  umbra DOAR pentru div-ul nostru specific de footer */
div.custom-footer {
    text-align: center;
    padding: 30px 10px;
    font-family: sans-serif;
    box-shadow: none !important; /* oar pe footer */
    border: none !important;
}

/*  */
.panel, .card, .table-container {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important; 
}


.custom-footer .footer-logo {
    width: 45px;
    height: auto;
    margin-bottom: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
}

.custom-footer .copyright-text {
 color: #ffffff !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    display: block !important;
    box-shadow: none !important;
    opacity: 0.3 !important;
}


/* Op?ional: un mic efect de marire cānd treci cu mouse-ul pe logo */
.logo-custom:hover {
    transform: scale(1.05);
}
.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;
}

/* --- NEW CUSTOM FOOTER STYLES --- */
.custom-footer-container {
    max-width: 1200px;
    margin: 60px auto 0 auto;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif; /* For?eaza fontul curat */
}

.custom-footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.custom-footer-col {
    flex: 1;
    min-width: 200px;
}

.col-brand {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.col-brand .footer-logo img {
    width: 50px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.col-brand .footer-logo img:hover {
    filter: grayscale(0%);
    opacity: 0.9;
    transform: scale(1.1);
}

.col-brand .footer-copyright-text {
    font-weight: bold;
    color: #aeaeae;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.col-brand .footer-description {
    color: #626262;
    font-size: 12px;
    line-height: 1.6;
}

.footer-socials {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.footer-socials .social-icon {
    color: #626262;
    font-size: 18px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-socials .social-icon:hover {
    color: #5c7cff;
    transform: translateY(-3px);
}

.col-links .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.col-links .footer-links-list li a {
    color: #8c8c8c;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease, padding 0.2s ease;
    font-weight: 500;
}

.col-links .footer-links-list li a:hover {
    color: #5c7cff;
    padding-left: 4px;
}

@media (max-width: 768px) {
    .custom-footer-row { flex-direction: column; text-align: center; gap: 30px; }
    .col-brand { align-items: center; text-align: center; }
    .footer-socials { justify-content: center; }
    .col-links .footer-links-list li a:hover { padding-left: 0; }
}