.container-scroller {
    overflow: hidden;
    position: relative;
}

.container-fluid {
    padding: 0;
}

.full-page-wrapper {
    height: 100vh;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.auth-img-bg {
    background-size: cover;
    background-position: center;
}

.d-flex {
    display: flex !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.justify-content-center {
    justify-content: center !important;
}

.auth-form-transparent {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.text-left {
    text-align: left !important;
}

.p-3 {
    padding: 1rem !important;
}

.brand-logo {
    margin-bottom: 2rem;
    text-align: center;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-primary {
    color: #007bff !important;
}

.input-group-text {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

#form-labelc {
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: #333;
}

#form-check-labelc {
    font-weight: 500;
    /*margin-bottom: 0.5rem;*/
    /*color: #333;*/
}

/*.form-check-label {*/
/*    margin-bottom: 0;*/
/*}*/

.text-muted {
    color: #6c757d !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #007bff;*/
/*    border-color: #007bff;*/
/*}*/

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.text-small {
    font-size: 0.875rem !important;
}

.text-center {
    text-align: center !important;
}

.flex-row {
    flex-direction: row !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.me-1 {
    margin-left: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.text-dark {
    color: #343a40 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.text-dark {
    color: #343a40 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Style pour le conteneur du formulaire */
.form-group {
    margin-bottom: 1.5rem;
}

/* Style pour les labels */
.form-group label {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

/* Style pour les groupes d'input */
.input-group {
    display: flex;
    align-items: center;
}

/* Style pour les éléments de texte des inputs */
/*.input-group-text {*/
/*    padding: 0.5rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 1.2rem;*/
/*    color: #495057;*/
/*    background-color: #e9ecef;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 0.375rem 0 0 0.375rem;*/
/*}*/

.input-group-text {
    /*display: block;*/
    /*width: 100%;*/
    height: calc(1.5em + 0.75rem + 2px);
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* Style pour les champs de formulaire */
.form-control {
    flex: 1;
    height: 2.5rem;
    padding: 0.5rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0 0.375rem 0.375rem 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Style pour les icônes FontAwesome */
/*.fa {*/
/*    font-size: 0.5rem;*/
/*}*/

/* Ajustement des couleurs */
.text-dark {
    color: #333 !important;
}

/* Supprimer les bordures inutiles */
.border-right-0 {
    border-right: none !important;
}

.border-left-0 {
    border-left: none !important;
}

/* Centrer le texte et ajuster les marges */
.form-check-label {
    margin-left: 1.25rem;
    font-size: 2rem;
    color: #495057;
}

/* Padding top */
.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

/* Padding right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

/* Padding bottom */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

/* Padding left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

/* Padding x-axis (left and right) */
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

/* Padding y-axis (top and bottom) */
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Padding (all sides) */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}


/* Margin top */
.mt-0 {
    margin-top: 0 !important;
}

.mtc-1 {
    margin-top: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

/* Margin right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

/* Margin bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}


.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/* Margin left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

/* Margin x-axis (left and right) */
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

/* Margin y-axis (top and bottom) */
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* Margin (all sides) */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

/* Auto margin */
.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 2;
}

.alert-dismissible .close:hover {
    color: #000;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}


.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}


.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}


.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}


#btnc {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#mbc-2 {
    margin-bottom: 0.5rem !important;
}

#ptc-2 {
    padding-top: 0.5rem !important;
}

.rounded-circle, .settings-panel .color-tiles .tiles {
    border-radius: 50% !important;
}

.d-flex, .loader-demo-box, .data-icon-card-primary .background-icon, .data-icon-card-secondary .background-icon, .data-icon-card-success .background-icon, .data-icon-card-info .background-icon, .data-icon-card-warning .background-icon, .data-icon-card-danger .background-icon, .data-icon-card-light .background-icon, .data-icon-card-dark .background-icon, .list-wrapper ul li, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user, .email-wrapper .mail-list-container .mail-list .details, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .lightGallery .image-tile .demo-gallery-poster, .swal2-modal, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    display: flex !important;
}

.d-inline-flex, .email-wrapper .message-body .attachments-sections ul li {
    display: inline-flex !important;
}

/*.modal-dialog {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    pointer-events: none;*/
/*}*/
/*.modal-dialog.modal-lg {*/
/*    max-width: 900px;*/
/*}*/
/*.modal-dialog.modal-sm {*/
/*    max-width: 300px;*/
/*}*/


.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}


.modal-body {
    position: relative;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Personnalisation optionnelle du modal */
/*.modal-dialog {*/
/*    margin: 1.75rem auto;*/
/*}*/
/*.modal-content {*/
/*    border-radius: 0.3rem;*/
/*}*/
.modal-header, .modal-footer {
    background-color: #f8f9fa;
}
.modal-body {
    padding: 1.25rem;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Fond de modal */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5); /* Opacité de l'arrière-plan */
}

/* Animation de fondu */
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* Modals */
/*.modal .modal-dialog {*/
/*    !*margin-top: 100px;*!*/
/*    margin-top: 10px;*/
/*}*/

/*.modal .modal-dialog .modal-content .modal-header {*/
/*    padding: 25px 26px;*/
/*}*/

/*.modal .modal-dialog .modal-content .modal-header .close {*/
/*    border: none;*/
/*    background: transparent;*/
/*}*/

/*.modal .modal-dialog .modal-content .modal-header .close span {*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    color: #6a6a6a;*/
/*}*/

/*.modal .modal-dialog .modal-content .modal-body {*/
/*    padding: 35px 26px;*/
/*}*/

/*.modal .modal-dialog .modal-content .modal-footer {*/
/*    padding: 15px 31px;*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .modal .modal-dialog .modal-content .modal-footer {*/
/*        padding-left: .25rem;*/
/*        padding-right: .25rem;*/
/*        flex-direction: column;*/
/*    }*/
/*    .modal .modal-dialog .modal-content .modal-footer > :not(:last-child) {*/
/*        margin-right: 0;*/
/*        margin-bottom: .7rem;*/
/*    }*/
/*    .modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*!* Style de base du modal *!*/
.modal {
    display: none; /* Cache par défaut */
    position: fixed;
    top: 3%;
    left: 30%;
    width: 40% !important;
    /*height: 100%;*/
    overflow: hidden;
    outline: 0;
    z-index: 2000; /* Arrière-plan du modal */

}

.modal-dialog {
    position: relative;
    /*width: 100%;*/
    pointer-events: none;
    z-index: 1040; /* Arrière-plan du modal */
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.3rem;
}

/*.modal-header {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 1rem;*/
/*    border-bottom: 1px solid #dee2e6;*/
/*}*/

/*.modal-body {*/
/*    position: relative;*/
/*    padding: 1rem;*/
/*}*/

/*.modal-footer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    padding: 1rem;*/
/*    border-top: 1px solid #dee2e6;*/
/*}*/

/*.modal-backdrop {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*}*/

/*!* Styles personnalisés *!*/
/*.modal-dialog {*/
/*    margin: auto; !* Centre horizontalement *!*/
/*    z-index: 1040; !* Arrière-plan du modal *!*/

/*    display: flex;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    min-height: calc(100% - 1.5rem); !* Centre verticalement *!*/
/*}*/

/*.modal-content {*/
/*    position: relative;*/
/*    background-color: #fff;*/
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
/*    border-radius: 0.3rem;*/
/*    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
/*    outline: 0;*/
/*}*/

/*.modal-backdrop.show {*/
/*    z-index: 1040; !* Arrière-plan du modal *!*/
/*}*/