
/*==========================
  Global Styles
==========================*/
#errorList
{
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    font-family: 'Cairo', sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
    color: #343a40 !important;
}


.nav-link {
    color: #495057;
    border-radius: 0.25rem;
    margin-bottom: 5px;
}

.nav-link:hover,
.nav-link.active {
    background-color: #e9ecef;
    color: #212529;
}

.main-content {
    padding: 7px;
    min-height: calc(100vh - 56px);
}

.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-3px);
}

.stat-card {
    text-align: center;
    padding: 20px;
}

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

