body {
          background: #f4f6f9;
    font-family: "Segoe UI", Tahoma, sans-serif;
    }

    .navbar-custom {
        background: linear-gradient(90deg, #5f9ea0, #708090);
    }

    .navbar-custom .navbar-brand,
    .navbar-custom .nav-link {
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-custom .nav-link:hover {
        color: #ffd700 !important;
        text-decoration: none;
    }

    .card {
        border-radius: 15px;
    }

    footer {
        margin-top: 40px;
    }

    .footer-custom {
        background: #708090;
        color: white;
        padding: 12px;
        margin-top: 30px;
    }
    .status-box {
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}