:root {
    --bs-table-color: #000000 !important;
}

.menu-icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    font-size: 1.1rem !important;
}

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

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

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

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

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

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

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

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

.swal2-popup.swal2-toast {
    padding: 10px !important;
}

.swal2-toast .swal2-title {
    font-size: 1em !important;
    margin: 0.5em !important;
}

body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(10px);
}

.bg-disabled {
    background-color: rgba(75, 70, 92, 0.08) !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #000000 !important;
}

.form-label, .form-control {
    color: #000000 !important;
}

.breadcrumb-item.active {
    color: #000000 !important;
}

.card-body {
    color: #000000 !important;
}

.table:not(.table-dark) thead:not(.table-dark):not(.bg-primary) th {
    color: #000000 !important;
}
.table-hover > tbody > tr:hover > * {
    color: #000000 !important;
}

.switch-label {
    color: #000000 !important;
}

.badge-center-big {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.35rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 2rem;
}
.badge-center-big i {
    font-size: 1.2rem;
}

table.dataTable tr.dtrg-group.dtrg-start.dtrg-level-0 th {
    background-color: var(--bs-primary) !important;
    color: #ffffff !important;
}

table.dataTable tr.dtrg-group.dtrg-end.dtrg-level-0 td {
    background-color: var(--bs-primary) !important;
    color: #ffffff !important;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.parsley-errors-list.filled li {
    color: #d34c4d !important;
}

.ui-menu-item .ui-menu-item-wrapper:hover {
    color: #FFFFFF;
    background-color: #7367f0;
    border: none;
}

@media print {
    .page-break {
        page-break-before: always;
    }

    .fixed-footer {
        position:fixed !important;
        bottom: 0 !important;
    }

    .fixed-header {
        position:fixed !important;
        top: 0 !important;
        width: 100% !important;
    }

    .dataTables_filter {
        display: none !important;
    }

    div.dataTables_wrapper div.dataTables_info {
        display: none !important;
    }

    .dataTables_paginate {
        display: none !important;
    }

    .dataTables_length {
        display: none !important;
    }

    .dt-buttons {
        display: none !important;
    }
}
