.datepicker {
    padding: 0.375rem 0.75rem;
}
h5#offcanvas-title {
    margin-top: 8px;
}
.msgNotRead{
    background: #5f9ea05c;
    padding: 18px;
    border-radius: 7px;
    border: 2px solid #0c0d1030;
}
.bd-callout+.bd-callout {
    margin-top: -0.25rem;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-left: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}
a#NXConfirmButtonOk {
    background: #b0413f!important;
}
.notiflix-confirm-head>h5 {
    color: #b0413f !important;
}
.left-none {
    left: -99999999px;
}
.accordion-item {
    background-color: transparent!important;
}
img.img-circle {
    border-radius: 40px;
}

div#discussion {
    max-height: 300px;
    overflow-y: scroll;
    width: auto;
    scroll-behavior: unset;
}

.offcanvas-header {
    display: inline !important;
}

div#links {
    padding: 10px !important;
    margin: 10px !important;
}

span.badge.badge-light {
    position: relative;
    border-radius: 50%;
}

.select2-search__field {
    color: #b2b9bf
}

@media(min-width: 576px) {
    .modal-dialog1 {
        min-width: 414px !important;
        margin: 1.75rem auto;
        position: absolute;
        bottom: 0;
        right: 456px;
    }
}

@media(min-width: 994px) {
    .modal-dialog.modal-dialog1 {
        position: absolute;
        bottom: 0 !important;
        right: 500px;
        width: inherit;
    }
}

input#intervalle {
    width: 100%;
}

legend.col-form-label {
    font-weight: 500;
}

.modal-title.titreemail {
    position: relative;
    top: 17px;
}

button.btn.btn-light.btnflech {
    background: white;
    border: none;
}

li.nav-item.dropdown>a#navbarDropdown {
    color: #b5bac3 !important;
}

.page-titles .breadcrumb a {
    color: #FF5E13 !important;
}

body[data-theme="dark"] .text-success {
    color: #1EB34F !important;
}

body[data-theme="dark"] .text-warning {
    color: #FFA51F !important;
}

body[data-theme="dark"] .text-info {
    color: #0593FF !important;
}

body[data-theme="dark"] .text-primary {
    color: #FF5E13 !important;
}

body[data-theme="dark"] .text-danger {
    color: #FF0B05 !important;
}

.page-titles .text-themecolor {
    color: #FF5E13 !important;
}



body[data-theme="dark"] .btn-success,
body[data-theme="dark"] .bg-success,
body[data-theme="dark"] .card.bg-success,
body[data-theme="dark"] .badge-success,
body[data-theme="dark"] .label-success {
    background-color: rgba(30, 179, 79) !important;
    border-color: rgba(30, 179, 79) !important;
    color: white !important;
}

body[data-theme="dark"] .bg-warning,
body[data-theme="dark"] .card.bg-warning,
body[data-theme="dark"] .btn-warning,
body[data-theme="dark"] .badge-warning,
body[data-theme="dark"] .round.round-warning {
    background-color: rgba(255, 165, 31) !important;
    border-color: rgba(255, 165, 31) !important;
    color: white !important;
}

body[data-theme="dark"] .btn-info,
body[data-theme="dark"] .bg-info,
body[data-theme="dark"] .card.bg-info,
body[data-theme="dark"] .badge-info,
body[data-theme="dark"] .label-info {
    background-color: rgba(5, 147, 255) !important;
    border-color: rgba(5, 147, 255) !important;
    color: white !important;
}

body[data-theme="dark"] .btn-primary,
body[data-theme="dark"] .bg-primary,
body[data-theme="dark"] .card.bg-primary,
body[data-theme="dark"] .badge-primary,
body[data-theme="dark"] .label-primary,
body[data-theme="dark"] .form-check-input.primary:checked {
    background-color: rgba(255, 94, 19) !important;
    border-color: rgba(255, 94, 19) !important;
    color: white !important;
}

body[data-theme="dark"] .btn-danger,
body[data-theme="dark"] .bg-danger,
body[data-theme="dark"] .card.bg-danger,
body[data-theme="dark"] .card.bg-danger,
body[data-theme="dark"] .badge-danger,
body[data-theme="dark"] .label-danger {
    background-color: rgba(255, 11, 5) !important;
    border-color: rgba(255, 11, 5) !important;
    color: white !important;
}

body[data-theme="dark"] .alert-success {
    background-color: rgba(33, 193, 214, 0.5) !important;
    border-color: rgba(33, 193, 214, 0.5) !important;
}

#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
    background-color: #FF5E13;
}

.bg-impersonat {
    background-color: rgba(255, 178, 43, 0.5) !important;
    border-color: rgba(255, 178, 43, 0.5) !important;
}


.loading {
    position: fixed;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.2);       
    color: rgba(255, 94, 19);
    display: flex;
    align-items: center;
    justify-content: center;
}
