.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #697a8d !important;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 0.9375rem !important;
}
div.dataTables_length label {
    margin-bottom: 0.3rem !important;
}
table.dataTable td:last-child, table.dataTable th:last-child {
    white-space: nowrap;
}
.bg-read {
    background: #f5f6ff;
}

.mt-6 {
    margin-top: 50pt
}

.mt-7 {
    margin-top: 60pt
}

.list-bullet {
    list-style-type: disc !important;
    padding-left: 1em;
}

.form-check-label {
  font-size: 0.8rem;
  letter-spacing: inherit;
}


