@charset "utf-8";

/* =========================
   GLOBAL RESET
========================= */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

/* =========================
   HEADER / MENU
========================= */

/* Mobile & tablet menu background */
@media (max-width: 991px) {
    .navbar,
    .navbar-collapse,
    .navbar-nav,
    #navbar,
    .navbar-mobile {
        background: #0a2a66 !important;
    }

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

    .navbar a:hover {
        color: #a9c7ff !important;
    }

    .navbar-toggle .icon-bar {
        background: #ffffff !important;
    }
}

/* =========================
   FOOTER (CLEAN & SAFE)
========================= */

footer {
    width: 100%;
    background: #1f4fd8;
    padding: 20px 0;
    margin: 0;
    position: relative;
    clear: both;
}

/* Inner footer container */
footer .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Footer text */
footer,
footer p,
footer a,
footer h1,
footer h2,
footer h3 {
    color: #ffffff;
}

/* Footer links */
footer a {
    color: #dbe4ff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* =========================
   COPYRIGHT BAR
========================= */

.copyright {
    width: 100%;
    background: #1b3fc2;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

.copyright .copytexts {
    color: #dbe4ff;
    font-size: 13px;
}

/* Kill Bootstrap spacing inside copyright */
.copyright .container,
.copyright .row,
.copyright .col-lg-12,
.copyright .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* =========================
   FOOTER MOBILE STACKING
========================= */

@media (max-width: 768px) {
    footer .row {
        text-align: center;
    }

    footer .col-lg-4,
    footer .col-md-4,
    footer .col-sm-12 {
        margin-bottom: 20px;
    }
}

/* =========================
   STOP FOOTER FLOATING
========================= */

footer,
.copyright {
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =========================
   PAGE BOTTOM SPACING
========================= */

body {
    padding-bottom: 0;
}
/* ===== Footer layout control ===== */
.copyright .copytexts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 20px;
    text-align: center;
}


/* Left side (copyright) */
.copyright .copytexts .copy-left {
    white-space: nowrap;
}

/* Right side (links) */
.copyright .copytexts .copy-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Mobile layout */
@media (max-width: 768px) {
    .copyright .copytexts {
        flex-direction: column;
        text-align: center;
    }

    .copyright .copy-links {
        justify-content: center;
    }
}
/* ===== FINAL FORCE-CENTER COPYRIGHT ===== */
.copyright .copytexts{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.copyright .copytexts .copy-left,
.copyright .copytexts .copy-links{
    width: 100% !important;
    text-align: center !important;
}

.copyright .copytexts .copy-links{
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 6px !important;
}
/* ===== Desktop header background ===== */
@media (min-width: 992px) {
    #header,
    .header,
    .navbar,
    .navbar-nav,
    .navbar > .container {
        background: #0a2a66 !important;
    }

    /* Menu links */
    #header a,
    .navbar a,
    .navbar-nav > li > a {
        color: #ffffff !important;
        font-weight: 600;
    }

    /* Hover effect */
    .navbar-nav > li > a:hover {
        color: #a9c7ff !important;
    }

    /* Remove white borders or shadows */
    #header,
    .navbar {
        box-shadow: none !important;
        border-bottom: none !important;
    }
}
/* Join form card */
.formbg {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
}
html, body {
    height: 100%;
}

.page-wrap {
    min-height: calc(100vh - 80px); /* footer height */
    display: flex;
    flex-direction: column;
}
/* ===== MOBILE FORM OVERFLOW FIX ===== */
@media (max-width: 768px) {

    .container,
    .formbg,
    .page-wrap {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .form-control,
    input,
    select,
    textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}
/* ===== reCAPTCHA mobile fix ===== */
@media (max-width: 768px) {
    .g-recaptcha,
    .g-recaptcha > div {
        max-width: 100% !important;
        transform: scale(0.9);
        transform-origin: left top;
    }
}
/* ===== Blue Login Button ===== */
button,
.btn,
.btn-default,
input[type="submit"],
.login button {
    background: #1f4fd8 !important;
    border-color: #1f4fd8 !important;
    color: #ffffff !important;
}

button:hover,
.btn:hover,
.btn-default:hover,
input[type="submit"]:hover {
    background: #173db8 !important;
    border-color: #173db8 !important;
    color: #ffffff !important;
}
/* ===== Rounded menu buttons ===== */
@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 10px 18px !important;
        border-radius: 8px !important;
        margin: 4px 6px !important;
        transition: all 0.25s ease;
    }

    .navbar-nav > li > a:hover {
        background: rgba(255,255,255,0.12) !important;
        color: #ffffff !important;
    }
}

@media (max-width: 991px) {
    .navbar-nav > li > a,
    .navbar-mobile a {
        border-radius: 10px !important;
        margin: 6px 10px !important;
        padding: 12px 16px !important;
        background: rgba(255,255,255,0.06);
    }

    .navbar-nav > li > a:hover {
        background: rgba(255,255,255,0.15) !important;
    }
}

/* ===== Premium hover animation ===== */
@media (min-width: 992px) {
    .navbar-nav > li > a {
        position: relative;
        transition: 
            background 0.25s ease,
            color 0.25s ease,
            transform 0.2s ease,
            box-shadow 0.2s ease;
    }

    .navbar-nav > li > a:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }
}

@media (max-width: 991px) {
    .navbar-nav > li > a,
    .navbar-mobile a {
        transition:
            background 0.25s ease,
            transform 0.15s ease;
    }

    .navbar-nav > li > a:active {
        transform: scale(0.96);
    }
}
/* ===== Live Market Bar ===== */
#live-bar {
    background: linear-gradient(90deg, #061c3f, #0a2a66);
    color: #ffffff;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

#prices span {
    margin-right: 15px;
    font-weight: 600;
    color: #a9c7ff;
}

#ticker {
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}

#ticker span {
    display: inline-block;
    padding-left: 100%;
    animation: tickerMove 18s linear infinite;
    color: #dbe4ff;
}

@keyframes tickerMove {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

/* Mobile stacking */
@media (max-width: 768px) {
    .live-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}
/* ===== Live Activity Feed ===== */
#activity-feed {
    background: #041b40;
    color: #dbe4ff;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.activity-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
}

#activity-text {
    display: inline-block;
    animation: activityMove 16s linear infinite;
}

@keyframes activityMove {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}
/* ===== LIVE PULSE DOT ===== */
.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #ffffff;
}

.live-indicator .dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;

    border-radius: 50%;
    background: #00ff66;

    display: inline-block;
    vertical-align: middle;

    flex: none;
    line-height: 1;
    transform-origin: center;

    box-shadow: 0 0 8px rgba(0,255,102,0.8);
    animation: pulseGreen 1.2s infinite;
}

}

@keyframes pulseGreen {
    0% {
        transform: scale(1);
        box-shadow: 0 0 6px rgba(0,255,102,0.6);
    }
    50% {
        transform: scale(1.5);
        box-shadow: 0 0 16px rgba(0,255,102,1);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 6px rgba(0,255,102,0.6);
    }
}
.live-indicator span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
/* ===== FORCE PERFECT ROUND LIVE DOT ===== */
.live-indicator {
    display: inline-flex;
    align-items: center;
}

.live-indicator .dot {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    max-width: 10px !important;
    max-height: 10px !important;

    border-radius: 50% !important;
    display: inline-block !important;
    flex: none !important;

    background: #00ff66;
    box-shadow: 0 0 8px rgba(0,255,102,0.8);

    animation: pulseGreen 1.2s infinite;
}

/* Kill any text sizing effects */
.live-indicator .dot,
.live-indicator .dot * {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Pulse animation */
@keyframes pulseGreen {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}
.live-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dbe4ff;
    font-size: 14px;
}

.live-indicator .dot {
    width: 10px;
    height: 10px;
    background: #00ff66;
    border-radius: 50%;
    flex-shrink: 0;
    animation: pulseGreen 1.2s infinite;
    box-shadow: 0 0 8px rgba(0,255,102,0.8);
}

@keyframes pulseGreen {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.5); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}
/* ===== FIX TICKER STRETCHING ===== */
#ticker {
    line-height: normal !important;
    height: auto !important;
    display: block !important;
}

#ticker * {
    line-height: normal !important;
}
.live-indicator {
    display: flex !important;
    align-items: center !important;
}

.live-indicator .dot {
    width: 10px !important;
    height: 10px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    flex: 0 0 10px !important;
    background: #00ff66 !important;
    animation: pulseGreen 1.2s infinite !important;
}
.live-indicator,
.live-indicator * {
    font-size: 14px;
}

.live-indicator .dot {
    font-size: 0 !important;
    line-height: 0 !important;
}
.video-tag {
    color: #1f4fd8;
    font-weight: 600;
    font-size: 13px;
    margin-left: 6px;
    white-space: nowrap;
    animation: videoPulse 1.8s infinite;
}

@keyframes videoPulse {
    0% {
        opacity: 0.6;
        text-shadow: 0 0 0 rgba(31,79,216,0);
    }
    50% {
        opacity: 1;
        text-shadow: 0 0 8px rgba(31,79,216,0.5);
    }
    100% {
        opacity: 0.6;
        text-shadow: 0 0 0 rgba(31,79,216,0);
    }
}
/* ===== FORCE VIDEO TAG VISIBILITY & ANIMATION ===== */
.video-tag {
    color: #1f4fd8 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    margin-left: 8px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    animation: videoPulse 1.6s infinite !important;
}


@keyframes videoPulse {
    0% {
        opacity: 0.5;
        text-shadow: 0 0 0 rgba(31,79,216,0);
    }
    50% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(31,79,216,0.7);
    }
    100% {
        opacity: 0.5;
        text-shadow: 0 0 0 rgba(31,79,216,0);
    }
}
.video-tag {
    display: inline-block !important;
    padding: 3px 8px !important;
    margin-left: 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #1f4fd8 !important;
    border-radius: 20px !important;
    animation: videoGlow 1.5s infinite !important;
}

@keyframes videoGlow {
    0% {
        box-shadow: 0 0 0 rgba(31,79,216,0);
        opacity: 0.7;
    }
    50% {
        box-shadow: 0 0 12px rgba(31,79,216,0.9);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 rgba(31,79,216,0);
        opacity: 0.7;
    }
}
.video-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:10px;
    padding:4px 14px;
    font-size:11px;
    font-weight:700;
    color:#ffffff;
    background:#1f4fd8;
    border-radius:20px;
    animation: videoPulse 1.6s infinite;
    white-space:nowrap;
    box-shadow:0 0 10px rgba(31,79,216,0.4);
}


@keyframes videoPulse{
    0%{opacity:.6; transform:scale(1);}
    50%{opacity:1; transform:scale(1.05);}
    100%{opacity:.6; transform:scale(1);}
}

.video-glow{
    background:#1f4fd8;
    color:#fff;
    padding:4px 12px;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    animation: glowPulse 1.6s infinite;
}

@keyframes glowPulse{
    0%{box-shadow:0 0 0 rgba(31,79,216,0);opacity:.7;}
    50%{box-shadow:0 0 14px rgba(31,79,216,.9);opacity:1;}
    100%{box-shadow:0 0 0 rgba(31,79,216,0);opacity:.7;}
}
.video-tag{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:4px 14px !important;
    margin-left:12px !important;
    background:#1f4fd8 !important;
    color:#ffffff !important;
    font-size:11px !important;
    font-weight:700 !important;
    border:none !important;
    border-radius:20px !important;
    animation: videoPulse 1.6s infinite !important;
    white-space:nowrap !important;
    box-shadow:0 0 10px rgba(31,79,216,0.4) !important;
}
.page-wrap{
    min-height:auto !important;
    padding-bottom:60px;
}
.login-stripe{
    display:block;
    width:100vw;
    height:40px;
    background:#ffffff;   /* white spacer */
    margin-left: calc(-50vw + 50%);
}

.login-stripe.top{
    border-bottom: none;
}

.login-stripe.bottom{
    border-top: none;
}











