﻿pre.information-body {
    background-color: inherit;
    font: inherit;
    color: inherit;
    overflow: auto;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}
div.information-body {
    background: #fafafa;
    border: #e0e0e0 solid 1px;
    border-radius: 5px;
    padding: 5px;
}
i.wf-approve-user-status {
    border-radius: 50%;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px
}
.sidebar a.sidebar-link[data-bs-toggle=collapse]:after {
    content: "\f107";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}
.sidebar a.sidebar-link[data-bs-toggle=collapse]:not(.collapsed):after {
    content: "\f106";
}
.sidebar-dropdown .sidebar-item.active .sidebar-link {
    background: transparent;
    border-left: 0;
    color: #e9ecef;
}
.dropdown-toggle.no-after:after {
    content: none!important;
}
div.bootstrap-table .dropup .dropdown-toggle:after{
    transform:none;
    padding: 0;
}
span.new-notification-badge:empty{
    display:none;
}
.nav-item .indicator{
    margin-top: -8px;
}
.card .overlay {
    align-items: center;
    background-color: rgba(255,255,255,.7);
    display: flex;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: center;
}
.form-check-input.form-check-danger:checked {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}
.form-check-input.form-check-danger:focus, .form-check-input.form-check-danger:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='pink'/%3E%3C/svg%3E");
}
div.bootstrap-duallistbox-container button.moveall,
div.bootstrap-duallistbox-container button.removeall {
    border-color: #ced4da;
}
div.bootstrap-duallistbox-container select {
    border-color: #ced4da;
}
.btn-outline-success {
    --bs-btn-active-color: #fff;
    --bs-btn-hover-color: #fff;
}
table.table thead {
    background: rgba(52,73,94,.94);
    color: #ECF0F1
}
.form-label{
    font-weight: 600;
}
.sidebar-nav .sidebar-item i.fas{
    width: 17.5px;
}