body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.sidebar {
    min-height: calc(100vh - 56px);
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.list-group-item {
    border: none;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s;
}

.list-group-item:hover {
    background-color: #e9ecef;
}

.list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item.text-danger:hover {
    background-color: #f8d7da;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.ethiopian-date {
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #6c757d;
}

.notification-badge {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 0.7rem;
}

.table th {
    border-top: none;
    font-weight: 600;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.custom-file-label::after {
    content: "Browse";
}

/* Fix for dropdown menu */
.dropdown-menu {
    z-index: 1000;
}

/* Make sure links are properly styled */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
/* Add to style.css */
.file-list {
    max-height: 200px;
    overflow-y: auto;
}

.file-list-item {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

.file-list-item:last-child {
    border-bottom: none;
}

.file-size {
    font-size: 12px;
    color: #6c757d;
}
/* Add to style.css */
.card .display-4 {
    font-size: 2rem;
    font-weight: bold;
}

.table-sm th,
.table-sm td {
    padding: 0.5rem;
}

.badge-pill {
    border-radius: 10rem;
}

/* Hover effects for tables */
.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

/* Modal styles */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
.ethiopian-date-time {
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #6c757d;
    margin-right: 15px;
}

.ethiopian-date {
    font-family: 'Nyala', 'Abyssinica SIL', 'GF Zemen Unicode', sans-serif;
    direction: ltr;
}

.ethiopian-date-full {
    font-family: 'Nyala', 'Abyssinica SIL', 'GF Zemen Unicode', sans-serif;
    font-size: 1.1em;
    color: #2c3e50;
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}