
.dropdown-item button {
    color: #6c757d;
    text-align: left;
}

.dropdown-item:hover button {
    color: #2c343f;
    background-color: #f4f6fb;
}

.login-logo-dark {
    display: none;
}

.login-logo-light {
    display: block;
}

table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
    border-color: initial !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #2c8ef8!important;
}