.fw-lighter {
    font-weight: 500 !important
}

.page-title-box .page-title {
    font-weight: 500;
}

.navbar-header .logo img {
    margin-top: 1rem;
}

.table.dataTable thead .sorting:before {
    right: 0;
}

table.dataTable thead>tr>th.sorting:before {
    font-size: 24px;
}

.table.dataTable thead .sorting:after {
    right: 0;
}

table.dataTable thead>tr>th.sorting:after {
    font-size: 24px;
}

.asterisk {
    color: #bb0000;
}

.badge {
    padding: 4px 7px 3px;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.4em;
}

/* body[data-sidebar=dark] .mm-active .active {
    color: #383b4e !important;
    background-color: #F7F7FA;
}

body[data-sidebar=dark] .mm-active .active i {
    color: #383b4e !important;
} */

#visits-table_filter {
    display: none;
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block;
    }
}

.dataTables_processing {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: transparent !important;
}

.card-header h5 {
    margin-bottom: 4px;
    font-weight: 500;
}

.text-wrap {
    white-space: normal !important;
}

.table#visits-table>:not(caption)>*>* {
    padding: .75rem .55rem;
}