body, .dropdown-menu, .form-control, .btn {
    font-size: 0.875rem;
}

.table > thead > tr > th, .table > tbody > tr > th, label:not(.form-check-label):not(.custom-file-label), .text-bold {
    font-weight: 600;
}

.pagination {
    margin-bottom: 0;
}

.page-link:focus, .focus .ts-control, .plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
    box-shadow: none;
}

.content-header h1 {
    font-size: 1.25rem;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.tablenav .form-control {
    width: unset;
    max-width: 12.5rem;
}

.daterangepicker {
    font-family: inherit;
}

.daterangepicker .ranges {
    margin: 8px 0;
}

div:where(.swal2-container) div:where(.swal2-popup),
div:where(.swal2-container) .swal2-html-container {
    font-size: unset !important;
}

.inception-overlay {
    background-color: rgba(0, 0, 0, .35);
}

.badge-orange {
    background-color: #f76707;
    color: #fff;
}

.badge-purple {
    background-color: #ae3ec9;
    color: #fff;
}

#nprogress .bar {
    z-index: 1039;
}
