body {
    font-family: Mulish, sans-serif !important;
}

.form-control-checkbox {
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.img-icon {
    width: 40px;
    height: 32px;
}

.breadcrumb-item a {
    text-decoration: none !important;
    color: #181818 !important;
}

.author {
    text-decoration: none !important;
    color: #7a7a7a !important;
    font-weight: bold;
}

.dataTables_scroll {
    overflow: auto;
}

@media (max-width: 767px) {
    table.table.dataTable > tbody > tr > td .input-group {
        width: 200px !important;
    }
}

.loading {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 36%;
    width: 100%;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border-color: transparent;
}

.brand-image {
    width: 32px !important;
    height: 32px !important;
}

.spinner {
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn, .dt-paging-button > .page-link {
    border-radius: 0 !important;
}

.low-stock td {
    background-color: red !important;
    color: white !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple {
    height: calc(1.5em + .75rem + 7px) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-bottom: 0 !important;
    font-size: 0.75rem !important;
}

#tblProducts thead tr th,
#tblProducts tbody tr td,
#tblProducts tbody tr td input {
    font-size: 15px !important;
}