
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&display=swap');

/* Hívójel kiemelése narancsos digitális stílusban */
#txinfo td:nth-child(2),
#lh td:nth-child(2),
#gateways td:nth-child(2) {
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.28rem !important;
    letter-spacing: 0.5px;
    color: #ffae47 !important;
}


/* Hívójel mint digitális rádiófont */
#txinfo td:nth-child(2),
#lh td:nth-child(2),
#gateways td:nth-child(2) {
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.card-header::before {
    content: "📡 ";
}

#sysinfo .card-header::before {
    content: "💻 ";
}

#gateways .card-header::before {
    content: "🔗 ";
}








#txinfo table tbody tr td:nth-child(2) {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
}

#lastheard table tbody tr td:nth-child(2) {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
}

#gateways table tbody tr td:nth-child(2) {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
}




body {
    background: #1d1f21;
    color: #e8e8e8;
    font-family: "Segoe UI", Roboto, sans-serif;
}

/* NAVBAR */
.navbar-dark.bg-dark {
    background: #111 !important;
    border-bottom: 1px solid #444;
}
.navbar-brand {
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: .3px;
}

/* KÁRTYÁK */
.card {
    background: #252729;
    border: 1px solid #3a3d3f;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    color: #ddd;
    margin-bottom: 20px;
}

/* TÁBLÁZATOK */
table.dataTable {
    background: #2d2f31 !important;
    color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}
table.dataTable thead {
    background: #3b3e41;
    color: #fff;
}
table.dataTable tbody tr:nth-child(odd) {
    background-color: #232425;
}
table.dataTable tbody tr:hover {
    background-color: #3a3c3e !important;
}

/* TX INFO ROW */
#txinfo, .txinfo {
    background: #282a2c !important;
    border-radius: 10px;
    padding: 10px;
}

/* LOGO */

/*#Logo img {
    border-radius: 12px !important;
    box-shadow: 0 0 12px rgba(0,0,0,0.55);
}
*/

/* FOOTER */
.card-footer, .card-body {
    background: #252729 !important;
    border: none;
}

/* LINKS */
a {
    color: #56aaff;
}
a:hover {
    color: #a5cfff;
}



/* KOMPakt ABB OLDAL – MAX WIDTH + CENTER */
.container-fluid {
    max-width: 1200px;   /* lehet 1000, 1100, 1200 – nézd meg mi tetszik */
    margin: 0 auto !important;
}

/* A teljes oldal tartalom térköze csökken */
body {
    padding: 10px 0;
}

/* A logo + TX panel sor arányosabb */
#Logo img {
    max-width: 180px !important;
}

/* Kártyák belső paddingje kisebb */
.card-body, .card {
    padding: 12px;
}

/* Globális tartalomkonténer minden fő dashboard-részlethez */
.container,
.container-fluid,
.row {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* A .row elemek kapjanak normális oldaltérközt */
.row {
    padding-left: 10px;
    padding-right: 10px;
}

/* Az egész oldal középre húzása */
body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* MINDEN közvetlen tartalomblokk középre */
body > .container-fluid,
body > .container,
body > .row,
body > div {
    max-width: 1300px !important;
    width: 100%;
}

.card, .card td, .card th, .card span, .card div {
    color: #e8e8e8 !important;
}

/* CALLSIGN BOOST – EXPLICIT OVERRIDE */
#currtx tbody tr td:nth-child(2),
#gateways tbody tr td:nth-child(2),
#lh tbody tr td:nth-child(2),
#lh tbody tr td:nth-child(2) a {
    font-size: 1,8rem !important;
    font-weight: 900 !important;
   /* color: #ffffff !important; */
    line-height: 1.2 !important;
    text-shadow: 0 0 8px rgba(0,150,255,0.6);
}



/* TX sor – narancs pulzáló glow 
.tx-active td {
    animation: pulseOrange 1.2s infinite ease-in-out;
    background-color: rgba(255,120,0,0.10) !important;
}

@keyframes pulseOrange {
    0%   { background-color: rgba(255,120,0,0.05); }
    50%  { background-color: rgba(255,120,0,0.35); }
    100% { background-color: rgba(255,120,0,0.05); }
}

*/



/* ===== CQDX NARANCS TÉMA ===== */

/* Oldal háttér */
body {
    background: #121212 !important;
    color: #f2f2f2 !important;
    font-family: "Segoe UI", Roboto, sans-serif;
}

/* Kártyák */
.card {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.45);
}

/* Kártya címek */
.card-header {
    background: #1e1e1e !important;
    color: #ffa632 !important;
    font-weight: 600;
    border-bottom: 1px solid #444 !important;
}

/* Navbar */
.navbar-dark.bg-dark {
    background: #0f0f0f !important;
    border-bottom: 1px solid #ffa632;
}

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

/* Táblázatok */
table.dataTable {
    background: #1b1b1b !important;
    color: #eee !important;
}

table.dataTable thead {
    background: #261d11 !important;
    color: #ffa632 !important;
}

table.dataTable tbody tr:nth-child(odd) {
    background-color: #151515 !important;
}
table.dataTable tbody tr:hover {
    background-color: #272727 !important;
}

/* Linkek */
a { color: #ffa632 !important; }
a:hover { color: #ffd9a2 !important; }

/* Logo keret */
/*#Logo img {
    box-shadow: 0 0 16px rgba(255,140,0,0.35) !important;
}
*/

/* System info: jól látható */
#sysinfo td, #sysinfo th {
    color: #f6f6f6 !important;
}
