/* This CSS file will be loaded at last. Any CSS customization should be placed here */
/* General Styles */
body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Header Section */
.header {
    margin-bottom: 20px;
}

.header table {
    width: 100%;
    border: 0; /* Hide table borders */
}

.header td {
    padding: 0; /* Remove padding from cells */
}

.header img {
    max-height: 80px;
}

.header h1 {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin: 0;
    text-align: center;
}

/* Contract Title */
.contract-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th, table td {
    padding: 8px;
    border: 1px solid #DDDDDD;
    text-align: left;
}

table th {
    background-color: #C9E9FC;
    font-weight: bold;
}

/* Section Headings */
.section-heading {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* Paragraph Styles */
p {
    font-size: 12px;
    margin-bottom: 20px;
}

/* Signature Section */
.signature-section {
    margin-bottom: 20px;
}

.signature-section strong {
    display: block;
    margin-bottom: 10px;
}

/* Footer Styles */
.footer {
    font-size: 9px;
    color: #777;
    text-align: center;
    margin-top: 30px;
}

/* Status Classes */
.confirmed {
    color: #009900;
}

.standby {
    color: #ff0000;
}
