.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
}

.form-control[readonly],
.form-control:disabled {
    background-color: #e9ecef !important;
    color: #495057;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef !important;
    color: #495057;
}
@media (max-width: 767.98px) {
    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}
