.show>button,
.show>button:focus {
    outline: none;
}

.topbar .dropdown-menu .dropdown-item {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #96B44880;
    font-weight: 600;
    font-size: 20px;
    height: auto !important;
}

.react-datepicker-popper {
    z-index: 10 !important;
}

button.nav-link {
    border: none; 
    background: transparent;
    color: #fff !important;
}

button.nav-link:focus {
    outline: none;
}