.menu-link2 {
    padding: 7px 20px;
    line-height: 20px;
    color: var(--bs-app-sidebar-menu-link-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: var(--bs-app-sidebar-menu-link-font-weight);
}

.menu-link2.active {
    color: #49b6d6;
}

.dataTables_filter input[type="search"] {
    width: 300px;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Ajustez la marge au besoin */
}

.btn-validate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:before {
    content: "X" !important;
}

.dataTables_filter,
.dataTables_length,
.dataTables_info {
    display: none !important;
}

.active > .page-link, .page-link.active {
    background-color: #40c1c1 !important;
    border-color: #40c1c1 !important;
}

.dataTables_paginate {
    float: right !important;
}

.st-table > thead {
    background-color: #2d353c;
}

.st-table th {
    color: #fff !important;
    text-transform: uppercase;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
    background-color: #00acac63;
    border: 1px solid #00acac;
    color: #000;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
}

.page-header {
    text-transform: uppercase;
}

.table-container {
    overflow: auto;
}

.badge-lg-circle {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 30px;
}

.btn-st {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    height: 2rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    border: none;
}

.btn-st-success {
    color: #6da94e;
    background-color: #cfe6d1;
}

.btn-st-success:hover {
    background-color: #a8d19a;
    color: #507b3f;
}

.btn-st-success:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.btn-st-warning {
    color: #e0a800;
    background-color: rgba(224, 168, 0, 0.2);
}

.btn-st-warning:hover {
    background-color: rgba(224, 168, 0, 0.4);
    color: #b77f00;
}

.btn-st-warning:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.btn-st-danger {
    color: #d9534f;
    background-color: rgba(217, 83, 79, 0.2);
}

.btn-st-danger:hover {
    background-color: rgba(217, 83, 79, 0.4);
    color: #c9302c;
}

.btn-st-danger:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.btn-st-info {
    color: #0177b7;
    background-color: #d0f0fd;
}

.btn-st-info:hover {
    background-color: #a1c9e8;
    color: #005f85;
}

.btn-st-info:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link {
    text-transform: uppercase;
}

.btn-st-gray {
    color: #5a6268;
    background-color: #d6d9dc;
    border-color: #5a6268;
}

.btn-st-gray:hover {
    background-color: #c4c8cc;
    color: #495057;
    border-color: #495057;
}

.btn-st-gray:disabled {
    pointer-events: none;
    opacity: 0.6;
}

#loading {
    text-align: center;
    margin: 20px 0;
    display: none;
}

.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-more-items {
    padding: 5px;
    border-top: 1px solid #c7c8c9;
    width: 20vw;
    margin: auto;
}

.badge {
    display: inline-block;
}