html {
    font-size: 15px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* App custom styles */
.btn-gradient {
    background: linear-gradient(90deg, #4b6cb7 0%, #00d2ff 100%);
    color: #fff;
    border: 0;
    padding: 0.6rem 1rem;
    border-radius: 999px;
}

    .btn-gradient:hover {
        filter: brightness(0.95);
        color: #fff;
    }

.feature-card {
    background: #2350a6;
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.btn-primary-soft {
    background: #5fb8ff;
    border: 0;
    color: #083b75;
}

    .btn-primary-soft:hover {
        filter: brightness(0.95);
        color: #083b75;
    }

/* UC Banilad sky-blue theme */
:root {
    --uc-blue-700: #0f4c81;
    --uc-blue-600: #126fb5;
    --uc-blue-500: #1992e6; /* primary sky-blue */
    --uc-blue-400: #5bb6ff;
    --uc-blue-100: #e9f5ff;
    --uc-navy: #0b2e4e;
}

.navbar-uc {
    background: linear-gradient(90deg, var(--uc-blue-700) 0%, var(--uc-blue-500) 100%);
}

    .navbar-uc .navbar-brand,
    .navbar-uc .nav-link {
        color: #ffffff !important;
    }

        .navbar-uc .nav-link.active,
        .navbar-uc .nav-link:hover {
            color: #d7eeff !important;
        }

.btn-gradient {
    background: linear-gradient(90deg, var(--uc-blue-600) 0%, var(--uc-blue-400) 100%);
}

.card.shadow-sm.border-0 {
    border-radius: 16px;
}

body {
    background: linear-gradient(135deg, #87CEEB 0%, #4A90E2 100%);
}

.feature-card {
    background: var(--uc-blue-700);
}

/* New UI containers based on provided mock */
.uc-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.uc-page {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.uc-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.uc-form {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.uc-card {
    background: linear-gradient(135deg, #1E88E5 0%, #87CEEB 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

    .uc-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,.25);
    }

.uc-info {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    border-left: 4px solid var(--uc-blue-600);
    padding: 1.5rem;
    border-radius: 10px;
}

.uc-login-pill {
    background: #fff;
    color: var(--uc-blue-700) !important;
    padding: .5rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
}

    .uc-login-pill:hover {
        filter: brightness(.97);
    }

.uc-input {
    border: 2px solid var(--uc-blue-400);
    border-radius: 10px;
    padding: .75rem;
}

    .uc-input:focus {
        outline: none;
        border-color: var(--uc-blue-600);
        box-shadow: 0 0 0 3px rgba(30,136,229,.1);
    }

.uc-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(90deg, #1E88E5 0%, #87CEEB 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

    .uc-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,.3);
        color: #fff;
    }

/* UC 2.0 theme overrides to match provided design */
:root {
    --uc-sky-blue: #00A7E1;
    --uc-dark-blue: #003D7A;
    --uc-light-blue: #E8F6FC;
    --uc-gold: #FFD700;
}

body {
    background: linear-gradient(135deg, var(--uc-light-blue) 0%, #ffffff 100%);
}

.uc-login-pill {
    background: #ffffff;
    color: var(--uc-dark-blue) !important;
    padding: .55rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    border: 1px solid rgba(255,255,255,.6);
}

    .uc-login-pill:hover {
        background: var(--uc-gold);
        color: var(--uc-dark-blue) !important;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0,0,0,.2);
    }

.uc-formed {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 167, 225, 0.15);
    overflow: hidden;
    position: relative;
    margin: 40px auto;
    width: 95%;
    max-width: 1300px;
    padding: 30px;
    background: #fff;
}

@media (min-width: 1400px) {
    .uc-formed {
        padding: 50px;
    }
}

.uc-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
}

    .uc-form::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
        animation: rotate 25s linear infinite;
        pointer-events: none;
        z-index: 0;
    }

    .uc-form h2 {
        background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 50%, #4A90E2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 800;
        margin-bottom: 35px;
        text-align: center;
        border-bottom: 3px solid transparent;
        border-image: linear-gradient(90deg, #667eea, #764ba2) 1;
        padding-bottom: 20px;
        font-size: 2.2rem;
        letter-spacing: 1px;
        position: relative;
    }

.uc-form-header {
    background: linear-gradient(135deg, var(--uc-sky-blue) 0%, var(--uc-dark-blue) 100%);
    color: #fff;
    padding: 2rem;
}

.uc-input {
    border: 2px solid #B0B0B0;
    border-radius: 10px;
    padding: 0.75rem;
    width: 100%;
    background: #FFFFFF;
    color: #1a4d7a;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

    .uc-input:focus {
        border-color: #2E5F8C;
        box-shadow: 0 0 0 0.3rem rgba(30, 95, 140, 0.2);
        outline: none;
        background: #FFFFFF;
    }

    .uc-input::placeholder {
        color: #999999;
    }

/* Centralize and organize form fields */
.uc-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.uc-form .form-label {
    color: #1a4d7a;
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.form-check-label {
    color: #1a4d7a;
    font-weight: 500;
}

.uc-form .row.g-3 > [class^="col-"] {
    display: flex;
    flex-direction: column;
}

.uc-form .mb-3, .uc-form .mb-4 {
    margin-bottom: 1.25rem !important;
}

.uc-btn {
    background: linear-gradient(135deg, #2E5F8C 0%, #4A90E2 100%);
    border: 2px solid #1a4d7a;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(30, 95, 140, 0.4);
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px 40px;
    transition: all 0.3s ease;
}

    .uc-btn:hover {
        background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 100%);
        box-shadow: 0 6px 20px rgba(30, 95, 140, 0.6);
        color: #FFFFFF;
        transform: translateY(-2px);
    }

.dashboard-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all .3s;
    border: 2px solid transparent;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 167, 225, 0.15);
}

    .dashboard-card:hover {
        transform: translateY(-10px);
        border-color: var(--uc-sky-blue);
        box-shadow: 0 15px 40px rgba(0, 167, 225, 0.2);
    }

    .dashboard-card h4 {
        color: var(--uc-dark-blue);
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .dashboard-card p {
        color: #666;
        font-size: .95rem;
    }

    .dashboard-card .icon {
        font-size: 2rem;
        color: var(--uc-sky-blue);
        margin-bottom: 1rem;
    }

.create-account-box {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,167,225,.15);
}

    .create-account-box h3, .create-account-box h4 {
        color: var(--uc-dark-blue);
        font-weight: 700;
    }

.login-container {
    min-height: 80vh;
    display: flex;
    justify-content: center; /* Centers horizontally */
    background: #f8f9fa;
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 10px 25px rgba(1, 1, 1, 0.1); /* Optional soft shadow */
    overflow: hidden; /* Ensures corners stay rounded */
    width: 90%; /* Optional for responsiveness */
    max-width: 10000px; /* Limits width */
    margin: 60px auto; /* Adds space above/below */
}

.login-left {
    flex: 1;
    background: linear-gradient(135deg, #87CEEB 0%, #4A90E2 50%, #2E5F8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .login-left::before {
        content: '';
        position: absolute;
        top: -10%;
        left: -10%;
        width: 60%;
        height: 60%;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

    .login-left::after {
        content: '';
        position: absolute;
        bottom: 10%;
        right: 10%;
        width: 30%;
        height: 30%;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        transform: rotate(45deg);
    }

.logo-circle img {
    width: 350px;
    height: auto;
}

.login-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: white;
}

.login-form-wrapper {
    width: 100%;
    max-width: 450px;
}

.welcome-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2E5F8C;
    margin-bottom: 40px;
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        font-size: 0.95rem;
        font-weight: 600;
        color: #2E5F8C;
        margin-bottom: 8px;
    }

.form-control-custom {
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    border: 2px solid #2E5F8C;
    border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
}

    .form-control-custom:focus {
        border-color: #4A90E2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }

.btn-login {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #4A90E2 0%, #2E5F8C 100%);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(46, 95, 140, 0.4);
    }

.signup-link {
    text-align: center;
    margin-top: 25px;
    font-size: 0.95rem;
    color: #666;
}

    .signup-link a {
        color: #4A90E2;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .signup-link a:hover {
            color: #2E5F8C;
        }

@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
    }

    .login-left {
        min-height: 250px;
    }

    .logo-circle {
        width: 180px;
        height: 180px;
    }

        .logo-circle img {
            width: 130px;
        }

    .welcome-title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
}

/* ====================================
   DASHBOARD STYLES - Add to bottom of site.css
   ==================================== */

body {
    margin: 0;
    overflow-x: hidden;
    background: linear-gradient(135deg, #87CEEB 0%, #4A90E2 50%, #2E5F8C 100%);
    min-height: 100vh;
    background-attachment: fixed;
}

.dashboard-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Top Navigation Bar - Premium Glassmorphism */
.top-navbar {
    width: 100%;
    background: rgba(26, 77, 122, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 85px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.navbar-brand-section {
    display: flex;
    align-items: center;
    padding: 15px 35px;
    background: rgba(255, 255, 255, 0.12);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

    .navbar-brand-section:hover {
        background: rgba(255, 255, 255, 0.18);
    }

.navbar-logo {
    height: 50px;
    width: auto;
    margin-right: 15px;
}

.navbar-brand-text {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-menu {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 20px;
    gap: 5px;
}

.navbar-menu-item {
    padding: 15px 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

    .navbar-menu-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
        border-radius: 12px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .navbar-menu-item:hover {
        background: rgba(255, 255, 255, 0.25);
        color: #FFFFFF;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

        .navbar-menu-item:hover::before {
            opacity: 1;
        }

    .navbar-menu-item.active {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.25));
        color: #FFFFFF;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    }

        .navbar-menu-item.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
            width: 70%;
            height: 4px;
            background: linear-gradient(90deg, #FFD700, #FFA500);
            border-radius: 2px 2px 0 0;
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
        }

.navbar-user-section {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.navbar-welcome {
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
}

    .navbar-welcome strong {
        color: #FFD700;
        font-weight: 700;
        font-size: 1rem;
    }

.navbar-logout {
    padding: 15px 30px;
    background: rgba(220, 53, 69, 0.75);
    backdrop-filter: blur(10px);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

    .navbar-logout:hover {
        background: rgba(220, 53, 69, 0.95);
        box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    }

.main-content {
    flex: 1;
    margin-top: 80px;
    padding: 40px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.dashboard-header {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 50%, #4A90E2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
    position: relative;
}

    .dashboard-header::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        border-radius: 2px;
    }

.cards-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

    .cards-container::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
        animation: rotate 20s linear infinite;
        pointer-events: none;
        z-index: 0;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.form-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

    .form-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.5s ease;
    }

    .form-card:hover::before {
        left: 100%;
    }

    .form-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 50px rgba(102, 126, 234, 0.4), 0 0 0 1px rgba(102, 126, 234, 0.3) inset;
        border-color: rgba(102, 126, 234, 0.5);
    }

.card-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.form-card h4 {
    color: #1a4d7a;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.card-description {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.6;
    min-height: 45px;
}

.form-card-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #FFFFFF;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4), 0 0 0 0 rgba(102, 126, 234, 0.5);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

    .form-card-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
    }

    .form-card-btn:hover::before {
        width: 300px;
        height: 300px;
    }

    .form-card-btn:hover {
        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        color: #FFFFFF;
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6), 0 0 0 4px rgba(102, 126, 234, 0.2);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .form-card-btn:active {
        transform: translateY(-1px) scale(1.02);
    }

.action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-admin {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #FFFFFF;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

    .btn-admin::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
    }

    .btn-admin:hover::before {
        width: 300px;
        height: 300px;
    }

    .btn-admin:hover {
        background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
        color: #FFFFFF;
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 25px rgba(245, 87, 108, 0.6), 0 0 0 4px rgba(245, 87, 108, 0.2);
    }

.btn-status {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #1a4d7a;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(102, 126, 234, 0.5);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

    .btn-status::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn-status:hover::before {
        left: 100%;
    }

    .btn-status:hover {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #FFFFFF;
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5), 0 0 0 4px rgba(102, 126, 234, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
    }

/* Content Panel for AJAX Navigation */
.content-panel {
    min-height: calc(100vh - 80px);
    width: 100%;
}

/* Loading indicator - Premium Style */
.loading-indicator {
    display: none;
    text-align: center;
    padding: 60px 40px;
    color: #1a4d7a;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

    .loading-indicator.active {
        display: block;
    }

    .loading-indicator::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 4px solid rgba(102, 126, 234, 0.2);
        border-top-color: #667eea;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin-bottom: 20px;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Improved contrast for forms and tables */
.uc-formed {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

    .uc-formed::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
        animation: rotate 30s linear infinite;
    }

    .uc-formed h2 {
        background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 50%, #4A90E2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 800;
        margin-bottom: 35px;
        border-bottom: 3px solid transparent;
        border-image: linear-gradient(90deg, #667eea, #764ba2) 1;
        padding-bottom: 20px;
        font-size: 2rem;
        letter-spacing: 1px;
        position: relative;
    }

    .uc-formed h4 {
        color: #2E5F8C;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .uc-formed .table {
        background: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        .uc-formed .table thead {
            background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 100%);
            color: #FFFFFF;
        }

            .uc-formed .table thead th {
                color: #FFFFFF;
                font-weight: 600;
                padding: 15px;
                border: none;
            }

        .uc-formed .table tbody tr {
            border-bottom: 1px solid #E0E0E0;
            transition: background 0.2s ease;
        }

            .uc-formed .table tbody tr:hover {
                background: #F5F9FF;
            }

        .uc-formed .table tbody td {
            padding: 15px;
            color: #333333;
            vertical-align: middle;
        }

    .uc-formed .btn-success {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        border: 2px solid #1e7e34;
        color: #FFFFFF;
        font-weight: 600;
        box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);
    }

        .uc-formed .btn-success:hover {
            background: linear-gradient(135deg, #1e7e34 0%, #28a745 100%);
            box-shadow: 0 4px 10px rgba(40, 167, 69, 0.5);
            color: #FFFFFF;
        }

    .uc-formed .btn-danger {
        background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
        border: 2px solid #bd2130;
        color: #FFFFFF;
        font-weight: 600;
        box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3);
    }

        .uc-formed .btn-danger:hover {
            background: linear-gradient(135deg, #bd2130 0%, #dc3545 100%);
            box-shadow: 0 4px 10px rgba(220, 53, 69, 0.5);
            color: #FFFFFF;
        }

    .uc-formed .btn-outline-primary {
        border: 2px solid #2E5F8C;
        color: #1a4d7a;
        font-weight: 600;
        transition: all 0.3s ease;
    }

        .uc-formed .btn-outline-primary:hover {
            background: linear-gradient(135deg, #2E5F8C 0%, #4A90E2 100%);
            border-color: #1a4d7a;
            color: #FFFFFF;
            box-shadow: 0 2px 8px rgba(30, 95, 140, 0.3);
        }

@media (max-width: 768px) {
    .top-navbar {
        flex-direction: column;
        min-height: auto;
    }

    .navbar-brand-section {
        width: 100%;
        justify-content: center;
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-menu {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .navbar-menu-item {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .navbar-logout {
        width: 100%;
        text-align: center;
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
    }

    .main-content {
        margin-top: auto;
        padding: 20px;
    }

    .dashboard-header {
        font-size: 1.8rem;
    }

    .cards-container {
        padding: 20px;
    }

    .cards-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .navbar-menu-item {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .navbar-brand-text {
        font-size: 1.2rem;
    }

    .navbar-logo {
        height: 40px;
    }
}

.sidebar-logout {
    padding: 20px 25px;
    border-top: 1px solid #e0e0e0;
    margin-top: auto;
}

.sidebar-logout-btn {
    width: 100%;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f44336;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .sidebar-logout-btn:hover {
        background: #d32f2f;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
    }

    .sidebar-logout-btn i {
        font-size: 1.1rem;
    }

/* Form content wrapper */
.form-content {
    width: 100%;
    padding: 20px 0;
}

.form-content {
    width: 100%;
    padding: 20px 0;
    max-width: 700px;
    margin: 0 auto;
}

    .form-content .uc-form {
        max-width: 100%;
        margin: 0 auto;
    }

/* View Status Page Styling */
.status-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.status-header {
    background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 50%, #4A90E2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
}

.status-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.status-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
}

.status-icon {
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.status-section-header h3 {
    color: #1a4d7a;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 0.5px;
}

.status-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.status-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

    .status-table thead {
        background: linear-gradient(135deg, #1a4d7a 0%, #2E5F8C 100%);
    }

        .status-table thead th {
            color: #FFFFFF;
            font-weight: 600;
            padding: 18px 15px;
            text-align: left;
            font-size: 0.95rem;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

    .status-table tbody tr {
        border-bottom: 1px solid #E8E8E8;
        transition: all 0.2s ease;
    }

        .status-table tbody tr:hover {
            background: #F5F9FF;
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
        }

    .status-table tbody td {
        padding: 18px 15px;
        color: #333;
        font-size: 0.95rem;
        vertical-align: middle;
    }

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .status-badge.status-pending {
        background: linear-gradient(135deg, #FFA726 0%, #FFB74D 100%);
        color: #FFFFFF;
        box-shadow: 0 2px 8px rgba(255, 167, 38, 0.3);
    }

    .status-badge.status-approved {
        background: linear-gradient(135deg, #66BB6A 0%, #81C784 100%);
        color: #FFFFFF;
        box-shadow: 0 2px 8px rgba(102, 187, 106, 0.3);
    }

    .status-badge.status-declined {
        background: linear-gradient(135deg, #EF5350 0%, #E57373 100%);
        color: #FFFFFF;
        box-shadow: 0 2px 8px rgba(239, 83, 80, 0.3);
    }

.btn-status-edit {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

    .btn-status-edit:hover {
        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.5);
        color: #FFFFFF;
    }

.status-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 1rem;
    font-style: italic;
}

    .status-empty p {
        margin: 0;
    }

/* Modal stacking fix to keep form interactive */
.modal {
    z-index: 1500;
}

.modal-content {
    position: relative;
    z-index: 1501;
}

.modal-backdrop {
    z-index: 1400;
    background-color: rgba(0, 0, 0, 0.5);
}

.admin-page-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--uc-dark-blue);
    margin-bottom: 1.5rem;
}

.admin-search-bar {
    margin-bottom: 1.5rem;
}

.admin-search-input {
    width: 100%;
    border-radius: 999px;
    border: 0;
    padding: 0.9rem 1.25rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    font-size: 0.95rem;
}

.admin-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.admin-filter-pill {
    border-radius: 999px;
    padding: 0.5rem 1.4rem;
    border: 2px solid #d0e4ff;
    background: #ffffff;
    color: #003D7A;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

    .admin-filter-pill.active {
        background: linear-gradient(135deg, #007bff 0%, #00a2ff 100%);
        border-color: transparent;
        color: #ffffff;
    }

/* Status pill + action buttons */

.status-pill {
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

    .status-pill.pending {
        background: #ffd54f;
        color: #7a4f00;
    }

    .status-pill.approved {
        background: #66bb6a;
        color: #0b3d12;
    }

    .status-pill.rejected {
        background: #ef5350;
        color: #5b1110;
    }

.admin-actions {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.admin-action-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.admin-action-approve {
    background: #2e7d32;
}

.admin-action-reject {
    background: #c62828;
}

.admin-action-view {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}