/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* =================== GLOBAL SETTINGS =================== */
html[b-zwzb58oz4t] {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html[b-zwzb58oz4t] {
        font-size: 16px;
    }
}

body[b-zwzb58oz4t] {
    background-color: #f1f5f8;
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
}

/* =================== BUTTONS =================== */
.btn[b-zwzb58oz4t] {
    min-width: 120px;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    margin: 2px;
}

    .btn:focus[b-zwzb58oz4t],
    .btn:active:focus[b-zwzb58oz4t],
    .btn-link.nav-link:focus[b-zwzb58oz4t],
    .form-control:focus[b-zwzb58oz4t],
    .form-check-input:focus[b-zwzb58oz4t] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

.btn-submit[b-zwzb58oz4t] {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

/* =================== NAVBAR =================== */
.navbar[b-zwzb58oz4t] {
    background: linear-gradient(90deg, #5fa2d2, #7cb9e8) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 20px 20px;
}

.navbar-brand[b-zwzb58oz4t] {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    transition: color 0.3s ease;
    white-space: normal;
    text-align: center;
    word-break: break-word;
}

    .navbar-brand:hover[b-zwzb58oz4t] {
        color: #d1ecf1;
    }

.navbar-nav .nav-link[b-zwzb58oz4t] {
    color: #fff !important;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .navbar-nav .nav-link:hover[b-zwzb58oz4t] {
        color: #d1ecf1 !important;
        transform: scale(1.1);
    }

    /* Navbar button border style */
    .navbar-nav .nav-link.nav-btn-border[b-zwzb58oz4t] {
        border: 2px solid white;
        border-radius: 5px;
        padding: 6px 12px;
        margin: 0 5px;
        text-align: center;
        transition: background-color 0.3s, color 0.3s;
    }

        .navbar-nav .nav-link.nav-btn-border:hover[b-zwzb58oz4t] {
            background-color: rgba(255, 255, 255, 0.2);
            color: #ffffff !important;
        }

/* =================== LOGO =================== */
.logo-box[b-zwzb58oz4t] {
    display: inline-block;
    border: 7px solid #003366;
    padding: 5px 10px;
    border-radius: 0;
    background-color: #5fa2d2; /* Matches navbar */
    text-align: center;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

    .logo-box:hover[b-zwzb58oz4t] {
        border-color: #003366;
        box-shadow: 0 0 8px rgba(0, 51, 102, 0.5);
    }

.logo-text[b-zwzb58oz4t] {
    font-size: 2rem;
    font-weight: 800;
    color: #322c64;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

    .logo-text:hover[b-zwzb58oz4t] {
        color: #ffffff;
        animation: reflect-b-zwzb58oz4t 0.5s forwards;
    }

/* Logo Text Reflection Animation */
@keyframes reflect-b-zwzb58oz4t {
    0% {
        text-shadow: none;
    }

    50% {
        text-shadow: 0 0 5px #003366, 0 0 10px #003366, 0 0 15px #003366, 0 0 20px #003366, 0 0 30px #003366;
    }

    100% {
        text-shadow: 0 0 5px #003366, 0 0 10px #003366, 0 0 15px #003366, 0 0 20px #003366;
    }
}

/* =================== FOOTER =================== */
.footer[b-zwzb58oz4t] {
    background-color: #5fa2d2;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    z-index: 100;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* =================== FORMS =================== */
form[b-zwzb58oz4t] {
    flex-direction: column;
    align-items: flex-start;
}

.form-group.text-center[b-zwzb58oz4t] {
    text-align: center;
    margin-top: 20px;
}

.form-control[b-zwzb58oz4t] {
    width: 100%;
    max-width: 600px;
}

/* =================== LAYOUT HELPERS =================== */
.container[b-zwzb58oz4t] {
    overflow: visible;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.section-box[b-zwzb58oz4t] {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.section-header[b-zwzb58oz4t] {
    background-color: #007BFF;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

    .section-header h4[b-zwzb58oz4t] {
        margin: 0;
        font-size: 1.25rem;
    }

.section-content[b-zwzb58oz4t] {
    padding: 15px;
    background-color: #f9f9f9;
}

    .section-content p[b-zwzb58oz4t] {
        margin: 0.5rem 0;
    }

.row-item[b-zwzb58oz4t] {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    align-items: flex-start;
}

    .row-item .label[b-zwzb58oz4t] {
        font-weight: bold;
        flex: 0 0 200px;
        text-align: left;
    }

    .row-item .value[b-zwzb58oz4t] {
        flex: 1;
        text-align: left;
    }

/* Misc Helpers */
.border-top[b-zwzb58oz4t] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-zwzb58oz4t] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zwzb58oz4t] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* =================== LOGOUT BUTTON =================== */
.logout-button[b-zwzb58oz4t] {
    border: 2px solid white;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

    .logout-button:hover[b-zwzb58oz4t] {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

/* =================== MEDIA QUERIES =================== */
@media (max-width: 768px) {
    .container[b-zwzb58oz4t] {
        padding: 0 20px;
    }
}
