/* === GLOBAL DARK + ORANGE THEME === */

body {
    background: #0a0a0a;
    color: #ff8c42; /* πορτοκαλί */
    font-family: "Segoe UI", Roboto, sans-serif;
}

a {
    color: #ffa75a;
    transition: 0.2s;
}

a:hover {
    color: #ffb97a;
    text-shadow: 0 0 6px rgba(255, 150, 80, 0.6);
}

/* === CONTAINER === */
.container {
    background: rgba(20, 20, 20, 0.75);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 35px rgba(255, 120, 40, 0.15);
    backdrop-filter: blur(6px);
}

/* === HEADINGS === */
h1, h2, h3, h4 {
    color: #ff8c42;
    text-shadow: 0 0 10px rgba(255, 120, 40, 0.5);
}

/* === NAVBAR === */
.navbar {
    background: #0d0d0d;
    border-bottom: 1px solid #2a2a2a;
    box-shadow: 0 0 25px rgba(255, 120, 40, 0.15);
}

.navbar-brand {
    color: #ff8c42 !important;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(255, 120, 40, 0.6);
}

.navbar-brand:hover {
    color: #ffb97a !important;
}

.navbar-nav > li > a {
    color: #ffb97a !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
    color: #ff8c42 !important;
    text-shadow: 0 0 6px rgba(255, 120, 40, 0.5);
}

/* === DROPDOWN === */
.dropdown-menu {
    background: #111;
    border: 1px solid #2a2a2a;
}

.dropdown-menu > li > a {
    color: #ffb97a !important;
}

.dropdown-menu > li > a:hover {
    background: #1a1a1a !important;
    color: #ff8c42 !important;
}

/* === FLASH MESSAGES === */
.alert {
    background: #1a1a1a;
    border: 1px solid #333;
    color: #ffb97a;
    border-left-width: 4px;
}

.alert-success { border-left-color: #00ff9d; }
.alert-danger  { border-left-color: #ff4d4d; }
.alert-info    { border-left-color: #ff8c42; }
.alert-warning { border-left-color: #ffcc00; }

/* === FOOTER === */
.footer {
    background: #0d0d0d;
    border-top: 1px solid #2a2a2a;
    padding: 15px 0;
    margin-top: 40px;
    color: #ffb97a !important;
}

.footer .label-default {
    background: #2a2a2a;
    color: #ff8c42;
}

/* === PAGE LOAD TIME === */
.text-center.text-muted {
    color: #ffb97a !important;
}

.text-center.text-muted .badge {
    background: #ff8c42;
    color: #000;
}

/* === OSREGISTER CONTENT WRAPPER === */
.osregister {
    background: rgba(25, 25, 25, 0.65);
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 25px rgba(255, 120, 40, 0.1);
}
/* === DARK + ORANGE NAVBAR === */

nav.navbar,
.navbar {
    background: #0d0d0d !important;
    border-bottom: 1px solid #2a2a2a;
    box-shadow: 0 0 25px rgba(255, 120, 40, 0.15);
}

/* Brand */
.navbar-brand {
    color: #ff8c42 !important;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(255, 120, 40, 0.6);
}

.navbar-brand:hover {
    color: #ffb97a !important;
}

/* Left menu items */
.navbar-nav > li > a {
    color: #ffb97a !important;
    font-weight: 500;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
    color: #ff8c42 !important;
    background: transparent !important;
    text-shadow: 0 0 6px rgba(255, 120, 40, 0.5);
}

/* Right menu (languages, user icon) */
.navbar-nav.navbar-right > li > a {
    color: #ffb97a !important;
}

.navbar-nav.navbar-right > li > a:hover {
    color: #ff8c42 !important;
}

/* Hamburger menu (mobile) */
.navbar-toggle .icon-bar {
    background-color: #ff8c42 !important;
}

.navbar-toggle:hover .icon-bar {
    background-color: #ffb97a !important;
}

/* Dropdown menu */
.dropdown-menu {
    background: #111 !important;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 120, 40, 0.15);
}

.dropdown-menu > li > a {
    color: #ffb97a !important;
}

.dropdown-menu > li > a:hover {
    background: #1a1a1a !important;
    color: #ff8c42 !important;
}

/* Dropdown login form */
.form-dropdown-login .input-group-addon {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #ff8c42;
}

.form-dropdown-login .form-control {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #ffb97a;
}

.form-dropdown-login .form-control:focus {
    border-color: #ff8c42;
    box-shadow: 0 0 10px rgba(255, 120, 40, 0.3);
}

/* Toggle password icon */
.toggle-dropdown-password {
    cursor: pointer;
    color: #ff8c42;
}

.toggle-dropdown-password:hover {
    color: #ffb97a;
}

/* Buttons inside dropdown */
.dropdown-menu .btn-default {
    background: linear-gradient(90deg, #ff8c42, #ffb97a);
    border: none;
    color: #000;
    font-weight: 600;
}

.dropdown-menu .btn-default:hover {
    filter: brightness(1.15);
}
/* === ACCOUNT PAGE – DARK + ORANGE THEME === */

/* Panels */
.panel-default {
    background: #0d0d0d;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255, 120, 40, 0.15);
}

.panel-heading {
    background: #1a1a1a;
    color: #ff8c42;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
    padding: 10px 15px;
    border-bottom: 1px solid #2a2a2a;
    text-shadow: 0 0 6px rgba(255, 120, 40, 0.5);
}

.panel-body {
    padding: 20px 25px;
    color: #ffb97a;
}

/* DL list */
.dl-horizontal dt {
    width: 140px;
    color: #ff8c42;
    text-shadow: 0 0 6px rgba(255, 120, 40, 0.4);
}

.dl-horizontal dd {
    margin-left: 160px;
    color: #ffb97a;
}

.dl-horizontal p {
    margin-bottom: 8px;
}

/* Icons inside dt */
.dl-horizontal dt i {
    color: #ff8c42;
}

/* Buttons (Change, Invite, Purge, etc.) */
.btn-xs.btn-default {
    background: linear-gradient(90deg, #ff8c42, #ffb97a);
    border: none;
    color: #000;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}

.btn-xs.btn-default:hover {
    filter: brightness(1.15);
}

/* Heart icon */
.fa-heart,
.glyphicon-heart-empty {
    color: #ff6a3c;
    text-shadow: 0 0 6px rgba(255, 90, 40, 0.5);
}

/* Divider line inside dropdown */
.divider {
    border-top: 1px solid #2a2a2a;
}

/* Responsive fix */
@media (max-width: 768px) {
    .dl-horizontal dt {
        float: none;
        width: auto;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 0;
    }
}
/* ============================================================
   DARK + ORANGE MODALS
   ============================================================ */

.modal-content {
    background: #0d0d0d;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(255, 120, 40, 0.25);
    color: #ffb97a;
}

/* Header */
.modal-header {
    background: #1a1a1a;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 12px 12px 0 0;
}

.modal-title {
    color: #ff8c42;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(255, 120, 40, 0.5);
}

.modal-header .close {
    color: #ffb97a;
    opacity: 1;
}

.modal-header .close:hover {
    color: #ff8c42;
}

/* Body */
.modal-body {
    background: #0d0d0d;
    padding: 20px;
    color: #ffb97a;
}

/* Input groups */
.input-group-addon {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #ff8c42;
}

.form-control {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #ffb97a;
}

.form-control:focus {
    border-color: #ff8c42;
    box-shadow: 0 0 12px rgba(255, 120, 40, 0.35);
}

/* Password toggle icons */
.toggle-account-password,
.toggle-current-password,
.toggle-new-password,
.toggle-repeat-password {
    cursor: pointer;
    color: #ff8c42;
}

.toggle-account-password:hover,
.toggle-current-password:hover,
.toggle-new-password:hover,
.toggle-repeat-password:hover {
    color: #ffb97a;
}

/* Footer */
.modal-footer {
    background: #1a1a1a;
    border-top: 1px solid #2a2a2a;
    border-radius: 0 0 12px 12px;
}

/* Buttons */
.btn-success {
    background: linear-gradient(90deg, #ff8c42, #ffb97a);
    border: none;
    color: #000;
    font-weight: 600;
}

.btn-success:hover {
    filter: brightness(1.15);
}

.btn-danger {
    background: #2a2a2a;
    border: 1px solid #ff4d4d;
    color: #ffb7b7;
    font-weight: 600;
}

.btn-danger:hover {
    background: #3a0f0f;
    border-color: #ff6a6a;
    color: #ffdddd;
}

/* Icons inside titles */
.modal-title i {
    color: #ff8c42;
    margin-right: 5px;
}

/* Invite partner heart icon */
.glyphicon-heart-empty {
    color: #ff6a3c;
    text-shadow: 0 0 6px rgba(255, 90, 40, 0.5);
}
/* ============================================================
   GBG METAVERSE – DARK + ORANGE FOOTER
   ============================================================ */

.gbg-footer {
    background: #0d0d0d;
    border-top: 1px solid #2a2a2a;
    padding: 20px 0;
    margin-top: 40px;
    box-shadow: 0 -5px 25px rgba(255, 120, 40, 0.15);
    color: #ffb97a;
    font-size: 14px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    color: #ffb97a;
    line-height: 1.5;
}

.footer-left strong {
    color: #ff8c42;
    font-size: 16px;
    text-shadow: 0 0 8px rgba(255, 120, 40, 0.5);
}

.footer-right {
    text-align: right;
}

.footer-by {
    background: linear-gradient(90deg, #ff8c42, #ffb97a);
    padding: 5px 12px;
    border-radius: 6px;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 12px rgba(255, 120, 40, 0.4);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer-right {
        text-align: center;
    }
}
/* ============================================================
   GBG METAVERSE HEADER – DARK + ORANGE
   ============================================================ */


.gbg-header-inner {
    max-width: 900px;
    margin: 0 auto;
}

.gbg-title {
    font-size: 42px;
    font-weight: 800;
    color: #ff8c42;
    letter-spacing: 2px;
    text-shadow: 
        0 0 10px rgba(255, 120, 40, 0.6),
        0 0 20px rgba(255, 120, 40, 0.4);
    margin: 0;
}

.gbg-subtitle {
    font-size: 16px;
    color: #ffb97a;
    margin-top: 8px;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(255, 150, 80, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .gbg-title {
        font-size: 32px;
    }
    .gbg-subtitle {
        font-size: 14px;
    }
}
.gbg-header {
    background: #0d0d0d;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #2a2a2a;
    box-shadow: 0 4px 25px rgba(255, 120, 40, 0.15);
}

.gbg-header-banner {
    width: 100%;
    max-width: 1000px;
    height: 300px;
    object-fit: contain; /* ή cover αν θες να γεμίζει */
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 20px rgba(255, 120, 40, 0.4));
}
.panel-online-friends {
    background: #0d0d0d;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255,120,40,0.15);
}

.panel-online-friends .panel-heading {
    background: #1a1a1a;
    color: #ff8c42;
    border-bottom: 1px solid #2a2a2a;
}

.list-group-item {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #ffb97a;
}

.list-group-item .badge {
    background: #ff8c42;
    color: #000;
}
.list-group-item {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #ffb97a;
}

.panel-heading {
    background: #1a1a1a !important;
    color: #ff8c42 !important;
    border-bottom: 1px solid #2a2a2a;
}

.list-group-item strong {
    color: #ff8c42;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}


.modal-dialog {
    overflow-y: initial !important;
}

/* ============================================================
   NOTIFICATION BOX (GBG METAVERSE STYLE)
   ============================================================ */
.gbg-notification {
    background: #1a1a1a;
    border-left: 4px solid #ff9900;
    padding: 12px 15px;
    margin: 15px 0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255,153,0,0.4);
}

/* Notification Title */
.gbg-notification strong {
    color: #ff9900;
    font-size: 15px;
}

/* Each message line */
.gbg-notification .msg {
    margin-top: 6px;
    padding-left: 5px;
}
h3 {
    color: #ff7b00;
    text-shadow: 0 0 10px #ff7b00, 0 0 20px #ff7b00;
}
h3 i {
    color: #ffae42;
    text-shadow: 0 0 8px #ffae42;
}
/* === GBG METAVERSE TOS BLOCK === */

.gbg-tos {
    padding: 25px;
    border-radius: 12px;
    background: rgba(10, 10, 10, 0.85);
    color: #eee;
    border: 1px solid rgba(255, 120, 0, 0.4);
    box-shadow: 0 0 25px rgba(255, 120, 0, 0.35),
                inset 0 0 20px rgba(255, 120, 0, 0.15);
    backdrop-filter: blur(4px);
    margin-bottom: 20px;
}

.tos-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ff8c1a;
    text-shadow: 0 0 12px #ff8c1a;
}

.tos-title i {
    margin-right: 8px;
}

.tos-welcome {
    font-size: 17px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.tos-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    color: #ffa64d;
    text-shadow: 0 0 10px #ffa64d;
}

.tos-subtitle i {
    margin-right: 6px;
}

.tos-text {
    margin-top: 12px;
    line-height: 1.7;
    font-size: 16px;
}

.tos-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.9;
    font-size: 16px;
    margin-top: 15px;
}

.tos-list li {
    margin-bottom: 6px;
}

.tos-list i {
    color: #ff8c1a;
    margin-right: 8px;
    text-shadow: 0 0 8px #ff8c1a;
}

/* Τελευταία πρόταση */
.tos-ending {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #ffb066;
    text-shadow: 0 0 8px rgba(255, 150, 50, 0.6);
}
/* === GBG METAVERSE NAV MARKET === */

.nav-market a {
    color: #00e0ff !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 200, 255, 0.6);
    transition: 0.25s ease;
    position: relative;
}

.nav-market a:hover {
    color: #66f0ff !important;
    text-shadow: 0 0 10px rgba(0, 220, 255, 1);
}

/* Cyber underline */
.nav-market a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #00e0ff, #66f0ff);
    box-shadow: 0 0 8px rgba(0, 200, 255, 0.8);
    transition: width 0.3s ease;
}

.nav-market a:hover::after {
    width: 100%;
}
/* === GBG METAVERSE NAV TOS === */

.nav-tos a {
    color: #ff8c1a !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(255, 120, 0, 0.6);
    transition: 0.25s ease;
    position: relative;
}

/* Neon hover */
.nav-tos a:hover {
    color: #ffa64d !important;
    text-shadow: 0 0 10px rgba(255, 150, 50, 0.9);
}

/* Cyberpunk underline */
.nav-tos a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #ff8c1a, #ffa64d);
    box-shadow: 0 0 8px rgba(255, 120, 0, 0.8);
    transition: width 0.3s ease;
}

.nav-tos a:hover::after {
    width: 100%;
}

/* Active state (όταν είσαι στη σελίδα TOS) */
.nav-tos.active a {
    color: #ffa64d !important;
    text-shadow: 0 0 12px rgba(255, 150, 50, 1);
}

.nav-tos.active a::after {
    width: 100%;
}
/* === GBG METAVERSE NAV DONATE === */

.nav-donate a {
    color: #ff3b6b !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(255, 60, 100, 0.7);
    transition: 0.25s ease;
    position: relative;
}

.nav-donate a:hover {
    color: #ff6f8f !important;
    text-shadow: 0 0 12px rgba(255, 80, 120, 1);
}

/* Cyberpunk underline */
.nav-donate a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #ff3b6b, #ff6f8f);
    box-shadow: 0 0 8px rgba(255, 60, 100, 0.8);
    transition: width 0.3s ease;
}

.nav-donate a:hover::after {
    width: 100%;
}
/* === GBG METAVERSE NAV HOSTING === */

.nav-hosting a {
    color: #7dfcff !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(100, 255, 255, 0.7);
    transition: 0.25s ease;
    position: relative;
}

.nav-hosting a:hover {
    color: #b0ffff !important;
    text-shadow: 0 0 12px rgba(150, 255, 255, 1);
}

/* Cyberpunk underline */
.nav-hosting a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #7dfcff, #b0ffff);
    box-shadow: 0 0 8px rgba(100, 255, 255, 0.8);
    transition: width 0.3s ease;
}

.nav-hosting a:hover::after {
    width: 100%;
}
/* === GBG METAVERSE NAV GRID MAP === */

.nav-gridmap a {
    color: #7fff5a !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(120, 255, 100, 0.7);
    transition: 0.25s ease;
    position: relative;
}

.nav-gridmap a:hover {
    color: #b4ff9c !important;
    text-shadow: 0 0 12px rgba(150, 255, 150, 1);
}

/* Cyberpunk underline */
.nav-gridmap a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #7fff5a, #b4ff9c);
    box-shadow: 0 0 8px rgba(120, 255, 100, 0.8);
    transition: width 0.3s ease;
}

.nav-gridmap a:hover::after {
    width: 100%;
}
/* === GBG METAVERSE NAV GRID TEAM === */

.nav-gridteam a {
    color: #ffdb4d !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(255, 220, 100, 0.7);
    transition: 0.25s ease;
    position: relative;
}

.nav-gridteam a:hover {
    color: #ffe680 !important;
    text-shadow: 0 0 12px rgba(255, 230, 120, 1);
}

/* Cyberpunk underline */
.nav-gridteam a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #ffdb4d, #ffe680);
    box-shadow: 0 0 8px rgba(255, 220, 100, 0.8);
    transition: width 0.3s ease;
}

.nav-gridteam a:hover::after {
    width: 100%;
}
/* === GBG METAVERSE NAV RENTALS === */

.nav-rentals a {
    color: #ff9f3f !important;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(255, 160, 60, 0.7);
    transition: 0.25s ease;
    position: relative;
}

.nav-rentals a:hover {
    color: #ffc27a !important;
    text-shadow: 0 0 12px rgba(255, 180, 90, 1);
}

/* Cyberpunk underline */
.nav-rentals a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #ff9f3f, #ffc27a);
    box-shadow: 0 0 8px rgba(255, 160, 60, 0.8);
    transition: width 0.3s ease;
}

.nav-rentals a:hover::after {
    width: 100%;
}
/* === FOOTER MENU === */

/* === GBG FOOTER FIX === */

.gbg-footer {
    background: #111;
    color: #ccc;
    padding: 20px 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 120, 0, 0.2);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

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

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 200px;
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ff8c1a;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(255, 120, 0, 0.6);
    transition: 0.25s ease;
}

.footer-links a:hover {
    color: #ffa64d;
    text-shadow: 0 0 10px rgba(255, 150, 50, 1);
}

.footer-links i {
    margin-right: 5px;
}

.footer-by {
    font-size: 13px;
    opacity: 0.8;
}
/* === GBG FOOTER FIX === */

.gbg-footer {
    background: #111;
    color: #ccc;
    padding: 20px 30px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 120, 0, 0.2);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 200px;
}

.footer-left {
    font-size: 13px;
    line-height: 1.6;
}

.footer-center {
    text-align: center;
    font-size: 13px;
    opacity: 0.8;
}

.footer-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ff8c1a;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 120, 0, 0.6);
    transition: 0.25s ease;
}

.footer-links a:hover {
    color: #ffa64d;
    text-shadow: 0 0 10px rgba(255, 150, 50, 1);
}

.footer-links i {
    margin-right: 5px;
}

.footer-by {
    font-size: 13px;
    opacity: 0.8;
}

/* ===========================
   GBG HOSTING PAGE — PREMIUM STYLE
   =========================== */

/* GENERAL PAGE LAYOUT */
.gbg-hosting-page {
    padding: 30px;
    color: #e6e6e6;
    background: #0d0d0f;
    font-family: "Segoe UI", Tahoma, sans-serif;
}

/* TITLES */
.tos-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff7b00;
    text-shadow: 0 0 10px #ff7b00;
}

.tos-subtitle {
    font-size: 22px;
    margin-bottom: 25px;
    color: #00c8ff;
    text-shadow: 0 0 8px #00c8ff;
}

.tos-welcome {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ccc;
}

/* PANELS */
.premium-panel {
    background: rgba(20, 20, 25, 0.85);
    border: 1px solid #ff7b00;
    border-radius: 8px;
    margin-bottom: 35px;
    box-shadow: 0 0 15px rgba(255, 123, 0, 0.4);
}

.premium-panel .panel-heading {
    background: linear-gradient(90deg, #ff7b00, #ff5500);
    border-bottom: 1px solid #ff7b00;
}

.premium-panel .panel-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 6px #000;
}

.premium-panel .panel-body {
    padding: 25px;
}

/* FEATURE & PACKAGE GRID */
.hosting-features,
.hosting-packages {
    margin-top: 20px;
}

/* FEATURE BOXES */
.feature-box,
.package-box {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background: rgba(15, 15, 20, 0.7);
    border: 1px solid #333;
    border-radius: 10px;
    transition: 0.3s ease;
}

.feature-box:hover,
.package-box:hover {
    border-color: #ff7b00;
    box-shadow: 0 0 15px rgba(255, 123, 0, 0.5);
    transform: translateY(-5px);
}

/* CIRCLE IMAGES */
.circle-image {
    border-radius: 50%;
    border: 3px solid #ff7b00;
    box-shadow: 0 0 15px rgba(255, 123, 0, 0.6);
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.circle-image:hover {
    box-shadow: 0 0 25px rgba(255, 123, 0, 0.9);
}

/* TITLES INSIDE BOXES */
.feature-title {
    font-size: 18px;
    color: #ff7b00;
    margin-bottom: 10px;
    text-shadow: 0 0 6px #ff7b00;
}

/* PAYPAL BOX */
.paypal-box {
    margin: 15px 0;
    padding: 10px;
    background: rgba(255, 123, 0, 0.1);
    border: 1px solid #ff7b00;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(255, 123, 0, 0.3);
}

/* TEXT */
p, h3, h4 {
    color: #ddd;
}

h3 {
    color: #00c8ff;
    text-shadow: 0 0 6px #00c8ff;
}

h4 strong {
    color: #ff7b00;
}

/* LINKS */
a {
    color: #00c8ff;
    text-decoration: none;
}

a:hover {
    color: #ff7b00;
    text-shadow: 0 0 8px #ff7b00;
}
/* ============================================
   GBG METAVERSE — NEON CYBERPUNK UI THEME
   ============================================ */

/* PANELS */
.neon-panel {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #ff6600;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 15px #ff6600;
    transition: 0.3s ease-in-out;
}

.neon-panel:hover {
    box-shadow: 0 0 25px #ff8800;
}

/* NEON TEXT */
.neon-text {
    color: #ffae42;
    text-shadow: 0 0 8px #ff6600, 0 0 12px #ff8800;
    font-weight: 600;
}

/* LOGIN URL TEXT */
.login-url {
    color: #cccccc;
    font-size: 20px;
    margin-top: 5px;
}

/* BLINKING STATUS */
.blink {
    animation: blink 1.2s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.25; }
    100% { opacity: 1; }
}

/* VIDEOS */
.circle-video {
    border-radius: 12px;
    box-shadow: 0 0 12px #ff6600;
    transition: 0.3s ease-in-out;
}

.circle-video:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #ffaa33;
}

/* WARNING BOX */
.img-thumbnail {
    background: #111 !important;
    border: 1px solid #333 !important;
    box-shadow: 0 0 10px #000;
}

/* DIVIDER */
.divider {
    border: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6600, transparent);
    margin: 40px 0;
}

/* HERO IMAGE */
img.img-fluid.shadow-lg {
    border-radius: 12px;
    box-shadow: 0 0 20px #ff6600;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
    .login-url {
        font-size: 16px;
    }

    .neon-text {
        font-size: 22px;
    }

    .circle-video {
        width: 100% !important;
        height: auto !important;
    }
}
.video-wrapper {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 12px #ff6600;
    margin: 0 auto;
}

.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 12px;
}
.sidebar-panel {
    background: rgba(0,0,0,0.65);
    border: 1px solid #ff6600;
    border-radius: 12px;
    box-shadow: 0 0 15px #ff6600;
    min-height: 100%;
}

.sidebar-panel h4 {
    text-shadow: 0 0 8px #ff6600;
}

#sidebar-content p {
    font-size: 14px;
}
.hero-wrapper1 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.hero-image1 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.sidebar-panel {
    background: rgba(0,0,0,0.65);
    border: 1px solid #ff6600;
    border-radius: 12px;
    box-shadow: 0 0 15px #ff6600;
}

.sidebar-panel h4 {
    text-shadow: 0 0 8px #ff6600;
}

.sidebar-panel .panel-body {
    max-height: 300px;
    overflow-y: auto;
}
.friendlist-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

.friend-entry {
    background: rgba(0,0,0,0.5);
    padding: 8px 12px;
    border-radius: 8px;
    color: #ffae42;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 8px #ff6600;
}

.friend-entry i {
    margin-right: 8px;
}

.status-label {
    color: #00ff00;
    font-size: 14px;
    font-weight: bold;
}

.sidebar-panel,
#sidebar-content,
.sidebar-panel .panel-body,
.sidebar-panel iframe,
.sidebar-panel div {
    max-height: none !important;
    overflow: visible !important;
}
.sidebar-panel .btn {
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 0 8px #ff6600;
}

.sidebar-panel .btn:hover {
    transform: scale(1.03);
    box-shadow: 0 0 12px #ffaa33;
}
/* =============================== */
/*   GBG METAVERSE NEON THEME     */
/* =============================== */

.panel-primary {
    background: #0d0d0d;
    border: 1px solid #ff6600;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 102, 0, 0.6);
}

.panel-primary .panel-heading {
    background: linear-gradient(90deg, #ff6600, #ff3300);
    border-bottom: 1px solid #ff6600;
    text-align: center;
    padding: 12px 10px;
}

.panel-primary .panel-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.panel-primary .panel-body {
    background: #111;
    padding: 20px;
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 0 0 10px 10px;
}

/* =============================== */
/*   REGION CARDS                  */
/* =============================== */

.region-card {
    background: #111;
    border: 1px solid #ff6600;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.5);
    transition: 0.25s ease-in-out;
}

.region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.9);
    border-color: #ffaa33;
}

.region-card img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

/* =============================== */
/*   BUTTONS                       */
/* =============================== */

.btn-warning {
    background: linear-gradient(90deg, #ff9900, #ff6600);
    border: none;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
}

.btn-warning:hover {
    background: linear-gradient(90deg, #ffaa33, #ff3300);
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.8);
    color: #111;
}

/* =============================== */
/*   TEXT COLORS                   */
/* =============================== */

.text-orange {
    color: #ffae42 !important;
}

.text-red {
    color: #ff4444 !important;
}

.text-green {
    color: #00ff00 !important;
}

/* =============================== */
/*   RESPONSIVE FIXES              */
/* =============================== */

@media (max-width: 768px) {
    .region-card {
        margin-bottom: 20px;
    }
}
/* ============================
   GBG METAVERSE - TELOSGRAMI
   ============================ */
/* ============================
   GBG METAVERSE - TELOSGRAMI
   Premium Neon Bottom Section
   ============================ */

.telosgrami-wrap {
    width: 100%;
    background: #0d0d0d;
    padding: 30px 0;
    border-top: 2px solid #ff6600;
    box-shadow: 0 0 18px rgba(255, 102, 0, 0.6);
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.telosgrami-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.telosgrami-left,
.telosgrami-center,
.telosgrami-right {
    flex: 1;
    color: #d6d6d6;
    font-size: 15px;
    line-height: 1.6;
}

.telosgrami-right {
    text-align: right;
}

/* LINKS */
.telosgrami-links a {
    display: block;
    color: #ffae42;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 15px;
    transition: 0.2s ease;
}

.telosgrami-links a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ff6600;
}

/* SIGNATURE */
.telosgrami-by {
    display: block;
    margin-top: 12px;
    color: #888;
    font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .telosgrami-inner {
        flex-direction: column;
        text-align: center;
    }

    .telosgrami-right {
        text-align: center;
    }
}

/* ============================
   GBG METAVERSE - ENDLINE GRID
   ============================ */

.gbg-endline-grid {
    width: 100%;
    background: #0f0f0f;
    padding: 30px 0;
    border-top: 2px solid #ff6600;
    box-shadow: 0 0 18px rgba(255, 102, 0, 0.6);
    margin-top: 40px;
    position: relative;
    z-index: 5;
}

.gbg-endline-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.gbg-endline-left,
.gbg-endline-center,
.gbg-endline-right {
    flex: 1;
    color: #d6d6d6;
    font-size: 15px;
    line-height: 1.6;
}

.gbg-endline-right {
    text-align: right;
}

/* LINKS */
.gbg-endline-links a {
    display: block;
    color: #ffae42;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 15px;
    transition: 0.2s ease;
}

.gbg-endline-links a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ff6600;
}

/* SIGNATURE */
.gbg-endline-by {
    display: block;
    margin-top: 12px;
    color: #888;
    font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gbg-endline-inner {
        flex-direction: column;
        text-align: center;
    }

    .gbg-endline-right {
        text-align: center;
    }
}
/* ============================
   GBG METAVERSE - ENDLINE BOX
   ============================ */

/* ============================
   GBG METAVERSE - FOOTER CLEAN
   ============================ */

/* Απενεργοποίηση πέπλου */
footer {
    position: relative !important;
    background: #0d0d0d !important;
    width: 100%;
    z-index: 5;
    margin-top: 40px;
}

/* Πάνω μέρος footer */
footer .panel-header {
    background: #0d0d0d;
    padding: 40px 20px;
    border-top: 2px solid #ff6600;
    box-shadow: 0 0 15px rgba(255, 102, 0, 0.5);
}

/* Τίτλοι */
footer h4 {
    color: #ffae42;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Κείμενα */
footer p,
footer .text-muted {
    color: #cfcfcf !important;
}

/* Social icons */
footer .list-inline-item a {
    color: #ffae42;
    font-size: 22px;
    transition: 0.2s ease;
}

footer .list-inline-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ff6600;
}

/* Links */
footer a.text-muted {
    color: #bbbbbb !important;
    transition: 0.2s ease;
}

footer a.text-muted:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px #ff6600;
}

/* Κάτω μέρος (copyright) */
footer .bg-light {
    background: #111 !important;
    border-top: 1px solid #ff6600;
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.4);
}

footer .panel p {
    color: #cccccc !important;
    font-size: 14px;
}

/* Newsletter image */
footer img {
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    footer .panel-header {
        text-align: center;
    }

    footer .list-inline {
        justify-content: center;
    }

    footer .col-lg-4,
    footer .col-lg-2 {
        margin-bottom: 30px;
    }
}
/* === GBG HEADER STICKY === */
.gbg-header {
    position: sticky;       /* μένει στην κορυφή */
    top: 0;                 /* κολλάει στο πάνω μέρος */
    z-index: 999;           /* πάνω από όλα */
    background: #0d0d0d;    /* σταθερό background */
    padding: 15px 0;
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.5);
}

/* Εσωτερικό header */
.gbg-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* Κείμενα */
.gbg-title {
    color: #ffae42;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

.gbg-subtitle {
    color: #cccccc;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}



/* === GBG HEADER FIX: Logo left + Text centered === */

.gbg-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #0d0d0d;
    padding: 10px 0;
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.5);
}

/* Container */
.gbg-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;   /* ΚΕΝΤΡΑΡΕΙ ΤΟ TEXT */
    position: relative;        /* επιτρέπει το logo να μείνει αριστερά */
}

/* Logo */
.gbg-logo-wrap {
    width: 250px;
    height: 80px;
    background-image: url('/web/img/logo63.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    left: 25px;                /* logo αριστερά αλλά όχι κολλημένο */
    top: 50%;
    transform: translateY(-50%);
}

/* Text block */
.gbg-text-wrap {
    text-align: center;        /* ΚΕΝΤΡΟ */
}

/* Title */
.gbg-title {
    color: #ffae42;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

/* Subtitle */
.gbg-subtitle {
    color: #cccccc;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
/* === ANIMATED COIN ICON === */
.coin-anim {
    color: #ffae42;
    font-size: 22px;
    margin-right: 6px;
    animation: coinBounce 1.4s infinite ease-in-out;
    text-shadow: 0 0 8px #ff6600;
}

@keyframes coinBounce {
    0%   { transform: translateY(0) rotate(0deg); }
    30%  { transform: translateY(-4px) rotate(10deg); }
    60%  { transform: translateY(0) rotate(-10deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* Balance text */
.user-balance {
    color: #ffae42;
    font-size: 15px;
}

.user-balance .balance-amount {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 6px #ff6600;
}
/* === SCROLL TO TOP BUTTON === */
#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #ff6600;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 0 12px #ff6600;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

#scrollTopBtn:hover {
    background: #ffaa33;
    box-shadow: 0 0 18px #ffaa33;
    transform: scale(1.15);
}

/* Show button */
#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}
.modal {
    z-index: 1050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}
/* === AVATAR PREVIEW WRAPPER === */
.model {
    margin-top: 15px;
    display: none;
}

.model img {
    width: 100%;
    max-width: 260px;
    border-radius: 10px;
    border: 2px solid #ff6600;
    box-shadow: 0 0 12px #ff6600;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

/* === HOVER EFFECT === */
.model img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #ffaa33, 0 0 40px #ff6600;
    border-color: #ffaa33;
}

/* === SELECTED AVATAR EFFECT === */
.model_selected img {
    transform: scale(1.08);
    border-color: #00eaff;
    box-shadow: 0 0 20px #00eaff, 0 0 40px #0088ff;
}
/* === GBG DARK NEON TABLE === */
.gbg-table {
    width: 100%;
    background: #0d0d0f;
    border: 1px solid #222;
    border-radius: 6px;
    overflow: hidden;
    color: #ddd;
}

.gbg-table thead {
    background: #111;
}

.gbg-table thead th {
    padding: 12px;
    color: #ff7b00;
    font-weight: 600;
    border-bottom: 1px solid #222;
}

.gbg-table tbody tr {
    background: #141418;
    transition: 0.2s;
}

.gbg-table tbody tr:nth-child(even) {
    background: #1a1a20;
}

.gbg-table tbody tr:hover {
    background: #22222a;
}

.gbg-table td {
    padding: 10px;
    border-bottom: 1px solid #222;
}

/* === BUTTON GROUP === */
.action-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* === DARK INPUTS === */
.gbg-input {
    background: #1a1a1f;
    border: 1px solid #333;
    color: #eee;
    padding: 4px 8px;
    border-radius: 4px;
    width: 130px;
}

.gbg-input::placeholder {
    color: #777;
}

/* === FILE INPUT === */
.gbg-file {
    background: #111;
    border: 1px solid #333;
    color: #ccc;
    padding: 4px;
    border-radius: 4px;
    width: 150px;
}
/* === GBG NEON BUTTON FIX === */

.btn {
    border-radius: 4px !important;
    font-weight: 600;
    color: #eee !important;
    border: none !important;
}

/* SUCCESS (Start) */
.btn-success {
    background: #0f8a2f !important;
}
.btn-success:hover {
    background: #12a73a !important;
}

/* DANGER (Stop) */
.btn-danger {
    background: #b30000 !important;
}
.btn-danger:hover {
    background: #d10000 !important;
}

/* WARNING (Restart) */
.btn-warning {
    background: #d17a00 !important;
    color: #fff !important;
}
.btn-warning:hover {
    background: #ff8c00 !important;
}

/* PRIMARY (Save OAR) */
.btn-primary {
    background: #0057d1 !important;
}
.btn-primary:hover {
    background: #0066ff !important;
}

/* INFO (Load OAR) */
.btn-info {
    background: #0088aa !important;
}
.btn-info:hover {
    background: #00a4cc !important;
}

/* SECONDARY (Upload) */
.btn-secondary {
    background: #444 !important;
}
.btn-secondary:hover {
    background: #555 !important;
}

/* DARK (Delete) */
.btn-dark {
    background: #222 !important;
}
.btn-dark:hover {
    background: #333 !important;
}

/* DEFAULT (Back button) */
.btn-default {
    background: #333 !important;
    color: #eee !important;
}
.btn-default:hover {
    background: #444 !important;
}
/* === GBG DARK NEON TABLE === */
.gbg-table {
    width: 100%;
    background: #0d0d0f;
    border: 1px solid #222;
    border-radius: 6px;
    overflow: hidden;
    color: #ddd;
}

.gbg-table thead {
    background: #111;
}

.gbg-table thead th {
    padding: 12px;
    color: #ff7b00;
    font-weight: 600;
    border-bottom: 1px solid #222;
}

.gbg-table tbody tr {
    background: #141418;
    transition: 0.2s;
}

.gbg-table tbody tr:nth-child(even) {
    background: #1a1a20;
}

.gbg-table tbody tr:hover {
    background: #22222a;
}

.gbg-table td {
    padding: 10px;
    border-bottom: 1px solid #222;
}

/* === INCOMING / OUTGOING COLORS === */
.gbg-incoming {
    background: rgba(0, 120, 0, 0.25) !important;
}

.gbg-outgoing {
    background: rgba(120, 0, 0, 0.25) !important;
}

/* === FILTER INPUTS === */
.gbg-input,
.gbg-select {
    background: #1a1a1f !important;
    border: 1px solid #333 !important;
    color: #eee !important;
}

/* === PAGINATION === */
.pagination > li > a,
.pagination > li > span {
    background: #1a1a1f !important;
    border: 1px solid #333 !important;
    color: #eee !important;
}

.pagination > li.active > a,
.pagination > li.active > span {
    background: #ff7b00 !important;
    border-color: #ff7b00 !important;
    color: #000 !important;
}

.pagination > li > a:hover {
    background: #333 !important;
    color: #fff !important;
}

/* === BACK BUTTON === */
.btn-default {
    background: #333 !important;
    color: #eee !important;
    border: none !important;
}
.btn-default:hover {
    background: #444 !important;
}
.table {
    background: #111 !important;
    color: #ddd !important;
    border-color: #222 !important;
}

.table th {
    background: #181818 !important;
    color: #ff8800 !important;
    border-bottom: 1px solid #333 !important;
}

.table td {
    background: #121212 !important;
    border-top: 1px solid #222 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #151515 !important;
}
.btn-info {
    background: #0a84ff !important;
    border: none !important;
    color: #fff !important;
}

.btn-primary {
    background: #ff8800 !important;
    border: none !important;
    color: #000 !important;
    font-weight: bold;
}

.btn-primary:hover,
.btn-info:hover {
    filter: brightness(1.2);
}
.pagination > li > a,
.pagination > li > span {
    background-color: #111 !important;
    color: #ff8800 !important;
    border: 1px solid #333 !important;
}

.pagination > .active > span {
    background-color: #ff8800 !important;
    color: #000 !important;
    border-color: #ff8800 !important;
}

.pagination > li > a:hover {
    background-color: #222 !important;
}
.input-group .form-control {
    background: #1a1a1a !important;
    color: #eee !important;
    border: 1px solid #333 !important;
}

.input-group-btn .btn {
    background: #ff8800 !important;
    border: none !important;
    color: #000 !important;
}
.stats-row {
    display: flex;
    flex-wrap: wrap; /* επιτρέπει δεύτερη σειρά */
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    height: auto;
}

/* Κάθε box */
.comp-icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1e293b;
    border: 1px solid #ff7b00;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ff7b00aa;
    height: 60px;
    flex: 0 0 calc(33.33% - 12px); /* 3 ανά σειρά */
    min-width: 200px;
    max-width: 240px;
    justify-content: flex-start;
}

/* Icon */
.comp-icon-box i {
    font-size: 22px;
    color: #ffae00;
    text-shadow: 0 0 6px #ff7b00;
}

/* Text */
.comp-icon-box .data h6 {
    margin: 0;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
}

.comp-icon-box .data h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.offline-msg {
    padding: 10px;
    margin-bottom: 12px;
    border-left: 3px solid #ff7b00;
    background: rgba(255,123,0,0.05);
    border-radius: 4px;
}

.offline-msg.unread {
    background: rgba(255,123,0,0.15);
    border-left-color: #ff00ff;
}

.offline-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ff9b2a;
    margin-bottom: 6px;
}

.offline-body {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

.offline-actions {
    display: flex;
    gap: 10px;
}

.btn-small {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Orbitron', sans-serif;
    cursor: pointer;
    border: 1px solid #ff7b00;
    transition: 0.2s ease;
}

.neon-green {
    background: rgba(0, 255, 120, 0.15);
    border-color: #00ff88;
    color: #00ff88;
    box-shadow: 0 0 8px #00ff88aa;
}

.neon-green:hover {
    background: #00ff88;
    color: #000;
}

.neon-red {
    background: rgba(255, 0, 80, 0.15);
    border-color: #ff0055;
    color: #ff0055;
    box-shadow: 0 0 8px #ff0055aa;
}

.neon-red:hover {
    background: #ff0055;
    color: #000;
}
.avatar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.avatar-item {
    width: 140px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.avatar-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid transparent;
    transition: 0.3s;
}

.avatar-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ffaa33;
}

.avatar-item.selected img {
    border-color: #ff8800;
    box-shadow:
        0 0 10px #ff8800,
        0 0 20px #ff8800,
        0 0 40px #ff5500,
        0 0 60px #ff3300;
    transform: scale(1.08);
}

.avatar-name {
    margin-top: 5px;
    font-size: 14px;
    color: #ddd;
}
/* PANEL */
.gbg-panel {
    background: rgba(0,0,0,0.55);
    border: 1px solid #ff8800;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 0 25px rgba(255,136,0,0.4);
}

.gbg-panel-header h2 {
    color: #ff8800;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/* INFO TEXT */
.gbg-info {
    color: #ccc;
    margin-bottom: 15px;
}

/* INPUTS */
.gbg-input {
    margin-bottom: 15px;
}

.gbg-input label {
    color: #ff8800;
    font-weight: bold;
}

.form-control {
    background: rgba(20,20,20,0.8);
    border: 1px solid #444;
    color: #fff;
}


.avatar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255,136,0,0.3);
}
.avatar-item {
    background: rgba(20, 20, 20, 0.6);
    border-radius: 12px;
    padding: 10px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
}

.avatar-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid transparent;
    transition: 0.3s;
}

.avatar-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ffaa33;
}

.avatar-item.selected img {
    border-color: #ff8800;
    box-shadow:
        0 0 10px #ff8800,
        0 0 20px #ff8800,
        0 0 40px #ff5500,
        0 0 60px #ff3300;
    transform: scale(1.08);
}

.avatar-name {
    margin-top: 8px;
    font-size: 15px;
    color: #eee;
    font-weight: bold;
}
.gbg-register-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(255,136,0,0.3);
    border: 1px solid #ff8800;
}

.gbg-register-container h2 {
    text-align: center;
    color: #ff8800;
    margin-bottom: 30px;
    font-weight: bold;
}

.gbg-form-group {
    margin-bottom: 20px;
}

.gbg-form-group label {
    color: #ff8800;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.gbg-form-group input {
    width: 100%;
    padding: 10px 15px;
    background: rgba(20,20,20,0.8);
    border: 1px solid #444;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

.gbg-checkbox {
    margin: 15px 0;
    color: #ccc;
}

.gbg-btn {
    margin-top: 20px;
    font-size: 18px;
    padding: 12px;
}

@media (max-width: 768px) {
    .gbg-register-container {
        padding: 20px;
    }

    .avatar-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .gbg-form-group input {
        font-size: 15px;
    }
}
.gbg-login-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(0,0,0,0.55);
    border-radius: 16px;
    border: 1px solid #ff8800;
    box-shadow: 0 0 35px rgba(255,136,0,0.35);
}

.gbg-login-container h2 {
    text-align: center;
    color: #ff8800;
    margin-bottom: 30px;
    font-weight: bold;
}

.gbg-form-group {
    margin-bottom: 20px;
}

.gbg-form-group label {
    color: #ff8800;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.gbg-form-group input {
    width: 100%;
    padding: 12px 15px;
    background: rgba(20,20,20,0.85);
    border: 1px solid #444;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

.gbg-checkbox {
    margin: 15px 0;
    color: #ccc;
    font-size: 14px;
}

.gbg-checkbox a {
    color: #ff8800;
}

.gbg-btn {
    margin-top: 15px;
    padding: 12px;
    font-size: 17px;
}


.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.stat-box {
    background: #111;
    border: 1px solid #333;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    color: #eee;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transition: 0.2s ease-in-out;
}

.stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255,165,0,0.4);
}

.stat-box h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #ff9900;
}

.stat-box span {
    font-size: 22px;
    font-weight: bold;
}


.gb-buy-container {
    max-width: 900px;
    margin: 30px auto;
    background: #0b1120;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #ff7b00;
    box-shadow: 0 0 20px #ff7b00aa;
}

.gb-buy-title {
    text-align: center;
    color: #ffae42;
    margin-bottom: 20px;
    text-shadow: 0 0 10px #ff7b00;
}

.gb-buy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
    margin-bottom: 25px;
}

.gb-pack {
    background: #020617;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ff7b00;
    text-align: center;
    transition: 0.2s;
}

.gb-pack:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px #ff7b00aa;
}

.gb-pack h3 {
    color: #ffae42;
    margin-bottom: 10px;
}

.gb-amount {
    font-size: 20px;
    font-weight: bold;
    color: #e5e7eb;
}

.gb-price {
    font-size: 18px;
    margin: 8px 0 12px;
    color: #f97316;
}

.gb-select-btn {
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    background: #ff7b00;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 10px #ff7b00aa;
}

.gb-select-btn:hover {
    background: #ffa64d;
}

.gb-summary-box {
    background: #020617;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #22c55e;
    color: #e5e7eb;
}

.gb-summary-box h3 {
    color: #22c55e;
    margin-bottom: 10px;
}

.gb-pay-btn {
    margin-top: 10px;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    background: #22c55e;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 12px #22c55eaa;
}

.gb-pay-btn:disabled {
    background: #4b5563;
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}


.gbg-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.gbg-button {
  background: #1e293b;
  border: 1px solid #ff7b00;
  border-radius: 10px;
  padding: 15px;
  color: #ffae42;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 12px #ff7b00aa;
  transition: 0.2s;
  text-decoration: none;
  display: block;
}

.gbg-button:hover {
  background: #ff7b00;
  color: #000;
  box-shadow: 0 0 20px #ffae42;
}

.gbg-button i {
  font-size: 22px;
  margin-bottom: 6px;
  display: block;
}


/* ============================
   GBG NEON DARK NAVBAR
   ============================ */

.navbar-inverse {
    background: #0d0d0d;
    border: none;
    border-bottom: 2px solid #ff6600;
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.4);
}

.navbar-inverse .navbar-brand {
    color: #ff6600 !important;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 102, 0, 0.8);
}

.navbar-inverse .navbar-brand:hover {
    color: #ffa64d !important;
    text-shadow: 0 0 12px rgba(255, 102, 0, 1);
}

/* Menu items */
.navbar-inverse .navbar-nav > li > a {
    color: #cccccc !important;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ff6600 !important;
    text-shadow: 0 0 8px rgba(255, 102, 0, 0.8);
}

/* Active item */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #ff6600 !important;
    background: transparent !important;
    border-bottom: 2px solid #ff6600;
    text-shadow: 0 0 10px rgba(255, 102, 0, 1);
}

/* Dropdown menu */
.dropdown-menu {
    background: #1a1a1a;
    border: 1px solid #ff6600;
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.5);
}

.dropdown-menu > li > a {
    color: #cccccc !important;
}

.dropdown-menu > li > a:hover {
    background: #262626 !important;
    color: #ff6600 !important;
    text-shadow: 0 0 8px rgba(255, 102, 0, 0.8);
}

/* Login form inside dropdown */
.dropdown-login .input-group-addon {
    background: #262626;
    border: 1px solid #444;
    color: #ff6600;
}

.dropdown-login input {
    background: #0f0f0f;
    border: 1px solid #333;
    color: #fff;
}

.dropdown-login input:focus {
    border-color: #ff6600;
    box-shadow: 0 0 8px rgba(255, 102, 0, 0.8);
}

/* Buttons */
.btn-default {
    background: #1a1a1a;
    border: 1px solid #ff6600;
    color: #ff6600;
    transition: 0.2s;
}

.btn-default:hover {
    background: #ff6600;
    color: #000;
    box-shadow: 0 0 12px rgba(255, 102, 0, 1);
}

/* Fix for fixed-top spacing */
body {
    padding-top: 70px;
}


.dropdown-menu.columns-2 {
    width: 420px;
    padding: 10px 15px;
}

.dropdown-menu.columns-2 li {
    width: 50%;
    float: left;
}

.dropdown-menu.columns-2 li a {
    white-space: normal;
}

