/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Reset and layout basics */
html[b-sgi92mrjw9], body[b-sgi92mrjw9] {
    height: 100%;
    margin: 0;
    padding: 0;
}

body[b-sgi92mrjw9] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* full viewport height */
}

/* Main content fills remaining space */
main[b-sgi92mrjw9] {
    flex: 1;
}

/* Navbar styling */
a.navbar-brand[b-sgi92mrjw9] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-sgi92mrjw9] {
    color: #0077cc;
}

.btn-primary[b-sgi92mrjw9] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-sgi92mrjw9], .nav-pills .show > .nav-link[b-sgi92mrjw9] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-sgi92mrjw9] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-sgi92mrjw9] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sgi92mrjw9] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sgi92mrjw9] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-sgi92mrjw9] {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
    padding: 10px 0;
    padding-top:500px;
}
