div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.m-adjust {
    margin-top: 2.5rem;
}

[data-theme="dark"] th.text-gray-400 {
    color: #ccc !important;
}

.img-contain {
    display: block;
    object-fit: contain;
    height: 200px;
}

.media-library-row-remove {
    height: 2rem !important;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: none;
    color: inherit;
    }
