body {
    overflow-y: auto
}
.toggle-password {
    cursor: pointer;
    pointer-events: all
}
.wrap-input100 {
    z-index: auto
}
.dataTables_length .select2-container {
    width: 80px !important;
}

table.dataTable tbody > tr.selected > td, table.dataTable tbody > tr > .selected > td {
    background-color: #0d6efd !important;
}

table.table-bordered.dataTable thead tr th, div.dataTables_scrollBody > table > tbody tr th, div.dataTables_scrollBody > table > tbody tr td {
    background-color: inherit !important
}

div.dataTables_scrollBody {
    border-left: none !important
}

body.dark-mode div.dataTables_scrollFootInner table.table-bordered tr th:first-child, div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
    border-left: none !important
}

.table thead th {
    padding: 0.5rem;
    vertical-align: middle
}

.table thead th label.custom-checkbox, .table td label.custom-checkbox {
    margin-bottom: 0
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after {
    bottom: 0.6em;
}

.select2-container {
    width: inherit !important;
    line-height: 1.5
}

.select2-selection__choice span {
    line-height: 0 !important
}
.select2-selection__choice {
    margin-top: 3px !important;
}

/*
.header-brand-img {
    height: auto;
    margin-bottom: 2rem;
}
*/

.was-validated select.form-control:invalid + span.select2-container > .selection > .select2-selection--single,
.was-validated select.form-control:invalid + span.select2-container > .selection > .select2-selection--multiple {
    border-color: #dc3545 !important;
}

.was-validated select.form-control:valid + span.select2-container > .selection > .select2-selection--single,
.was-validated select.form-control:valid + span.select2-container > .selection > .select2-selection--multiple {
    border-color: #28a745 !important;
}

.invalid-tooltip {
    opacity: 0.6
}

#frm input[type=text], #frm input[type=email], #frm textarea {
    text-transform: uppercase
}

#Activities p {
    margin: 0
}