/* This file is reserved for overriding and extending the template styles. */

.progress-bar-line, .progress-bar-line svg {
    border-radius: 6px;
}

div.dataTables_wrapper div.dataTables_filter {
    display:none!important;
}
/*.data-table-rows div.dataTables_wrapper {
    overflow: auto;
}*/

.settings-buttons-container {
    position: fixed !important;
    right: -1px;
    top: 10% !important;
    z-index: 1000 !important;
    margin-top: -70px;
}

body.spinner #root {
    opacity: 0.4;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

i.icon-red, svg.icon-red {
    color: var(--bs-danger)
}