/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Navbar */
a.navbar-brand[b-g6ltozs93r] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #ffcc00; /* brand accent color */
    font-weight: 700;
}

.navbar[b-g6ltozs93r] {
    background-color: #1a1a2e; /* dark futuristic background */
    border-bottom: 1px solid #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* Navbar links */
.navbar .nav-link[b-g6ltozs93r] {
    color: #eee;
    font-weight: 500;
    transition: color 0.2s;
}

.navbar .nav-link:hover[b-g6ltozs93r],
.navbar .nav-link.active[b-g6ltozs93r] {
    color: #ffcc00; /* accent on hover/active */
}

/* Standard links */
a[b-g6ltozs93r] {
    color: #66b0ff; /* lighter blue for links */
    transition: color 0.2s;
}

a:hover[b-g6ltozs93r] {
    color: #ffcc00;
}

/* Buttons */
.btn-primary[b-g6ltozs93r] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    transition: background-color 0.2s;
}

.btn-primary:hover[b-g6ltozs93r] {
    background-color: #155a9c;
    border-color: #134c86;
}

button.accept-policy[b-g6ltozs93r] {
    font-size: 1rem;
    line-height: inherit;
}

/* Nav pills */
.nav-pills .nav-link.active[b-g6ltozs93r],
.nav-pills .show > .nav-link[b-g6ltozs93r] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Borders */
.border-top[b-g6ltozs93r] {
    border-top: 1px solid #444; /* darker border for dark theme */
}
.border-bottom[b-g6ltozs93r] {
    border-bottom: 1px solid #444;
}

/* Box shadows */
.box-shadow[b-g6ltozs93r] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3); /* stronger for dark theme */
}

/* Footer */
.footer[b-g6ltozs93r] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #1a1a2e;
    color: #eee;
}

/* Optional: hover transition for cards or other elements */
.transition[b-g6ltozs93r] {
    transition: all 0.2s ease-in-out;
}
