.bg-auth {
    background-image: url("/assets/images/bg_auth_v1.jpg") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.bg-dashboard {
    background-image: url("/assets/images/bg_auth.jpg") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgb(0 117 51) !important;
}

.modal-header {
    background-color: #11622f !important;
}

.custom-width {
    max-width: 800px;
}

.main-content {
    margin-top: 40px !important; /* 70px (menu) + 20px (margin-bottom) */
}

.blurred-navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.page-link {
    transition: all 0.3s;
}
.page-item.active .page-link {
    background-color: #198754; /* Couleur verte Bootstrap */
    border-color: #198754;
}

.form-select-sm {
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
}

.avatar-xxl {
    width: 120px;
    height: 120px;
}

.info-card {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.info-card-header {
    border-bottom: 1px solid #dee2e6;
}

.timeline {
    position: relative;
    padding-left: 1rem;
}

.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.timeline-badge {
    position: absolute;
    left: -0.5rem;
    top: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.timeline-content {
    padding-left: 0.5rem;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.document-badge {
    font-size: 0.85rem;
    padding: 0.35em 0.65em;
}
.document-actions .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.card-stat {
    border-left: 4px solid;
    transition: all 0.3s ease;
}

.card-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.chart-pie {
    position: relative;
    height: 350px;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
