.desc > .dataTable-sorter {
    position: relative;
}

.asc > .dataTable-sorter {
    position: relative;
}

.desc > .dataTable-sorter:before {
    position: absolute;
    right: -15px;
    top: 50%;
    content: '↓';
    transform: translate(0, -50%);
    color: #E11D48;
}

.asc > .dataTable-sorter:before {
    position: absolute;
    right: -15px;
    top: 50%;
    content: '↑';
    transform: translate(0, -50%);
    color: #10B981;
}

.form-check-input-base ~ label {
    margin-bottom: 0;
}

.form-check:has(.form-check-input-base) {
    margin-bottom: 0;
}

hr:not([size]) {
    margin-top: 1rem !important;
}
