.table td, .table th {
    padding: .25rem;
}

.pagination {
    justify-content: center!important;
}

.container-fluid .transaction {
    width: 1350px;
    margin: 0 auto;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0 auto;
}

.bg-indigo {
  background-color: #6610f2 !important;
  color: white;
}

.nav-link.active {
    font-weight: bold;
    color: #4d93d0 !important; /* bleu Bootstrap */
}

/*
nav.navbar {
    z-index: 1050;
    position: relative;
}
*/

.navbar.sticky-top {
    z-index: 1030; /* valeur standard Bootstrap pour navbar */
}


.table-yellow > td {
    background-color: #fff4ea !important;
}

.table-upcoming {
    background-color: #fff3cd; /* orange pâle (comme table-warning) */
}


.bg-blue {
    background-color: #4d93d0 !important;
}

.btn-outline-secondary.bg-white {
    background-color: #ffffff !important;
}

.btn-outline-secondary.bg-white:hover {
    background-color: #6c757d !important; /* même que btn-outline-secondary */
    color: #fff !important;
    border-color: #6c757d !important;
}

.form-container {
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 576px) {
    .card-header h3 {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 0.875rem;
        padding: .375rem .75rem;
    }
}

select:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transition: opacity 0.2s ease;
}

.form-label {
    font-weight: bold;
    color:#555;
}

/* Fix datepicker sous le menu sticky */
.datepicker {
    z-index: 1055 !important;
}