.navbar-brand-logo {
    max-width: 11.5rem !important;
}

.nav-vertical.nav-pills .nav-link.active {
    background-color: rgb(85 193 131 / 20%) !important;
}

.nav-pills .nav-link.active:hover {
    background-color: rgb(88 201 121 / 20%) !important;
}

.nav-pills .nav-link:hover {
    background-color: rgb(85 193 131 / 20%) !important;
}

label.required::after {
    content: ' *';
    color: rgb(227 73 50) !important;
}

label.required.plain::after {
    content: ' (requis)';
    /* opacity: 0.85; */
    top: -0.3em;
    font-size: 0.7rem;
    text-anchor: start;
    color: rgb(227 73 50) !important;
    position: relative;
}


.border-dashed {
    border-style: dashed !important;
}


body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.dataTables_empty {
    text-align: center;
}

.tom-select-custom-with-tags .ts-custom-placeholder {
    padding: .28rem .175rem !important;
    margin-bottom: 5px !important;
}


.toastify {
    color: white !important;
    padding-right: 2.5rem;
}

.toastify.primary {
    background: var(--bs-primary) !important;
}

.toastify.warning {
    background: var(--bs-warning) !important;
}

.toastify.danger {
    background: var(--bs-danger) !important;
}

.toastify.success {
    background: var(--bs-success) !important;
}

.toastify.info {
    background: var(--bs-info) !important;
}

.toastify.light {
    background: var(--bs-light) !important;
}

.toast-close {
    position: absolute;
    top: 0;
    line-height: 1;
    padding: 0.5rem 1rem 0.5rem 0.5rem !important;
    right: 0;
    /* height: 2rem; */
    bottom: 0;
}

.ql-snow.ql-toolbar .ql-picker-item:hover {
    color: #0066cc !important;
}

.border-show-box {
    white-space: normal;
}

.ql-editor {
    white-space: normal !important;
}

ul.form-repeater:empty::after {
    content: 'Aucun fichier';
    padding: 0.8rem 0.8rem;
    display: block;
    background-color: var(--bs-light);
    border-radius: 0.5rem;
}

.tox .tox-statusbar__branding {
    display: none !important;
}

.tox-promotion {
    display: none !important;
}
