﻿body {
    background-color: #e6eff7;
    font-family: 'Noto Serif', 'Times New Roman', serif;
}

.gov-header {
    background-color: #003366;
    color: white;
    padding: 20px 15px;
    text-align: center;
    border-bottom: 5px solid #ffcc00;
}

    .gov-header h4, .gov-header h5 {
        margin: 0;
        line-height: 1.5;
    }

.emblem {
    height: 80px;
    float: left;
    margin-right: 15px;
}

.gov-container {
    background: #ffffff;
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.section-title {
    font-weight: bold;
    background: #d9ecf2;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #003366;
    border-left: 5px solid #007bff;
    border-radius: 4px;
}

.form-label {
    font-weight: 600;
    color: #003366;
}

.footer-note {
    font-size: 13px;
    color: #333;
    margin-top: 40px;
    text-align: center;
}

.btn-gov {
    background-color: #004080;
    color: white;
    border-radius: 4px;
}

    .btn-gov:hover {
        background-color: #002855;
    }

.table-bordered tr:hover {
    background-color: #f1f1f1;
}

.form-control {
    border-radius: 4px;
}

.DataGridHeader {
    background-color: #003366;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid #ffcc00;
}

.DataGridRow {
    background-color: #f9f9f9;
}

.DataGridAlternatingRow {
    background-color: #e6eff7;
}
