#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: 0.8;
}

.form-control {
    border: 1px solid #ced4da !important;
    color: #212529 !important;
}

.form-label {
    color: #212529 !important;
}

.table-muted {
    background-color: #eceef0;
}

.table-dark th {
    color: white !important;
}

.custom-border-bottom {
    border-bottom: 2px solid #5a5a5a !important; /* Épaisseur et couleur de la bordure */
}

.custom-border-left {
    border-left: 2px solid #5a5a5a !important; /* Épaisseur et couleur de la bordure */
}

.custom-border-right {
    border-right: 2px solid #5a5a5a !important; /* Épaisseur et couleur de la bordure */
}

.custom-border-top {
    border-top: 2px solid #5a5a5a !important; /* Épaisseur et couleur de la bordure */
}

.cell-dark {
    background-color: #3b4863 !important;
}

.cell-success {
    background-color: #28a745 !important;
}

.cell-warning {
    background-color: #ffc107 !important;
}

.cell-muted {
    background-color: #eceef0 !important;
}

.cell-primary {
    background-color: #6259ca !important;
}

.cell-secondary {
    background-color: #d9dde5 !important;
}

.type-checked {
    border-color: #6259ca;
    background-color: #6259ca;
}

.type-checked a {
    color: #FFF;
}

.bg-muted {
    background-color: #8f8f8f !important;
}

.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

@media (min-width: 576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width: 1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

.bsb-btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .bsb-btn-xl {
        --bs-btn-font-size: 1.35rem
    }
}

.bsb-btn-2xl {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .bsb-btn-2xl {
        --bs-btn-font-size: 1.45rem
    }
}

.bsb-btn-3xl {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .bsb-btn-3xl {
        --bs-btn-font-size: 1.55rem
    }
}

.bsb-btn-4xl {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .bsb-btn-4xl {
        --bs-btn-font-size: 1.65rem
    }
}

.bsb-btn-5xl {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .bsb-btn-5xl {
        --bs-btn-font-size: 1.75rem
    }
}

.bsb-btn-circle {
    align-items: center;
    backface-visibility: hidden;
    border-radius: 50% !important;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 2.5rem
}

.bsb-btn-circle.bsb-btn-circle-sm {
    height: 2rem;
    width: 2rem
}

.bsb-btn-circle.bsb-btn-circle-lg {
    height: 3rem;
    width: 3rem
}

.bsb-btn-circle.bsb-btn-circle-xl {
    height: 3.5rem;
    width: 3.5rem
}

.bsb-btn-circle.bsb-btn-circle-2xl {
    height: 4rem;
    width: 4rem
}

.bsb-btn-circle.bsb-btn-circle-3xl {
    height: 4.5rem;
    width: 4.5rem
}

.bsb-btn-circle.bsb-btn-circle-4xl {
    height: 5rem;
    width: 5rem
}

.bsb-btn-circle.bsb-btn-circle-5xl {
    height: 5.5rem;
    width: 5.5rem
}

.bsb-btn-circle.bsb-btn-circle-6xl {
    height: 6rem;
    width: 6rem
}

.bsb-btn-circle.bsb-btn-circle-7xl {
    height: 6.5rem;
    width: 6.5rem
}

.bsb-btn-circle.bsb-btn-circle-8xl {
    height: 7rem;
    width: 7rem
}

.bsb-btn-circle.bsb-btn-circle-9xl {
    height: 7.5rem;
    width: 7.5rem
}

.bsb-btn-circle.bsb-btn-circle-10xl {
    height: 8rem;
    width: 8rem
}