th.actions,
td.actions {
    width: 10px;
    white-space: nowrap;
}

.jstree-default-dark {
    background: none;
}

.jstree-default-dark .jstree-anchor input {
    color: #333;
}

.content-body {
    padding: 15px;
}

.dataTables_wrapper .pagination {
    margin-top: 0.85em !important;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #ffffff;
    text-decoration: none;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: .75rem;
    background: none;
}