table .col-sort:after {
    content: "";
    font-weight: 600;
    font-size: 1.2rem;

    position: relative;
    /*position: absolute;*/

    left: 10px;
    opacity: 0;
}

table .col-sort.sort-desc:after {
    content: "\2193"
}

table .col-sort.sort-asc:after {
    content: "\2191"
}

table .col-sort.sort-active:after {
    opacity: 1
}

.dark [type='checkbox']:checked,
.dark [type='radio']:checked {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}


.z-45 {
    z-index: 45;
}