.ead-dashboard {
    max-width: 1200px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.ead-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.ead-table, .ead-calendar {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.ead-table th, .ead-table td, .ead-calendar th, .ead-calendar td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.ead-table th, .ead-calendar th {
    background: #f5f5f5;
}

.ead-table tr:hover, .ead-calendar tr:hover {
    background: #f9f9f9;
}

.ead-pagination {
    margin-top: 10px;
}

.ead-calendar td {
    text-align: center;
    height: 40px;
}

.ead-present { background: #d4edda; }
.ead-absent { background: #f8d7da; }
.ead-leave { background: #e2e3e5; }
.ead-emergency { background: #d3cce3; }

button {
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

button:hover:not(:disabled) {
    background: #0056b3;
}

.ead-access-denied {
    color: #dc3545;
    text-align: center;
}
#mainIndicatorDiv{
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
}
.indicator{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
@media (max-width: 768px) {
    .ead-table, .ead-calendar {
        display: block;
        overflow-x: auto;
    }
}
/* Holiday styling */
.ead-holiday, .ead-holiday-row { background: #fff9c4 !important; }
.ead-calendar td.ead-holiday { background: #fff9c4; }
