﻿body {
    overflow-x: hidden;
}

footer {
    background-color: #3a24cd;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
}

.custom-header {
    width: 100%;
    overflow: hidden; /* To contain floated elements */
    padding: 10px 20px;
    box-sizing: border-box;
}

.header-left,
.header-right {
    width: 20%;
    padding: 5px;
}

.header-left {
    float: left;
    text-align: left;
}

.header-center {
    width: 60%;
    float: left;
    text-align: center;
    font-weight: bold;
}

.header-right {
    float: right;
    text-align: right;
}

.custom-header img {
    height: 100%;
}
.navbar-dark {
    background-color: #3a24cd!important;
    height: 5px;
    padding: 0px;
}
.bg-light {
    background-color: #c6c7c82e !important;
}

.upload-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    width: 100%;
    gap: 1rem;
}

    .upload-row label {
        white-space: nowrap;
        margin: 0;
        font-weight: bold;
    }

    .upload-row input[type="file"] {
        flex: 1;
    }
.declaration-row {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
    margin-top: 1rem;
}

.declaration-text {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    text-align: justify;
}

.declaration-checkbox {
    display: flex;
    align-items: center;
}

    .declaration-checkbox input[type="checkbox"] {
        margin-right: 0.5rem;
    }
.hover-input:hover {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    transition: 0.3s ease-in-out;
}
.pgteacher, .ugteacher {
    /*display: none;*/
}
#divPGSubject, #divUGSubject {
    /*display: none;*/
}
.eligibility-notes {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.form-check:hover {
    background-color: #f8f9fa;
}
   
.form-check-input[type=checkbox] {
    border-color: aqua;
}
/* Numbered list styling */
.numbered-list {
    counter-reset: item; /* Initialize counter */
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

    .numbered-list li {
        position: relative;
        padding-left: 1.5em;
        margin-bottom: 0.5em;
    }

        .numbered-list li:before {
            content: counter(item) "– "; /* Add dash after number */
            counter-increment: item; /* Increment counter */
            position: absolute;
            left: 0;
            font-weight: bold;
            color: #555;
        }
:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
}

body {
    font-family: 'Nirmala UI', 'Segoe UI', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
}

.card {
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.card-header {
    background-color: var(--primary-color);
    color: white;
    padding: 1.5rem;
    font-weight: 600;
    text-align: center;
}
    .card-header h2 {
        font-size: 1.8rem;
    }
.card-body {
    padding: 2rem;
}

h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

th {
    background-color: var(--primary-color);
    color: white;
    padding: 12px;
    text-align: center;
}

td {
    padding: 12px;
    border: 1px solid #dee2e6;
    text-align: center;
}

tr:nth-child(even) {
    background-color: #f8f9fa;
}

tr:hover {
    background-color: #f1f1f1;
}

.btn-primary {
    background-color: var(--secondary-color);
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s;
}

    .btn-primary:hover {
        background-color: #2980b9;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

b {
    color: var(--accent-color);
}

.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid var(--secondary-color);
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
}



h3 {
    font-size: 1.2rem;
}

table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.confirmation-section {
    margin-bottom: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.section-title {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 0.5rem;
}
@@media print {
    .no-print {
        display: none;
    }

    body {
        font-size: 12pt;
    }
}
.edutable td{text-align:left}