.sorting_cell{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0 !important;
}
.sorting_icons{
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
}

.sorting_icons a{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sorting_icons a i{
    font-size: 12px;
}

.sorting_icons a.active i{
    color: red;
}

@media screen and (min-width: 1200px) {
    .sorting_icons {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

@media screen and (min-width: 1400px) {
    .sorting_cell{
        flex-direction: row;
        gap: 0;
    }
}

#up_check_url label{
   margin-right: 6px;
}

td i.fal.fa-comment{
    color: red;
    padding-left: 5px;
    cursor: pointer;
}

td i.fal.fa-comment:hover{
    color: green;
}

.sortable-column{
    cursor: pointer;
}