﻿
.col-sort-asc .sort-indicator, .col-sort-desc .sort-indicator {
    background-image: none !important;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    padding-inline-start: 0.3rem;
}

    .col-sort-desc .sort-indicator::after {
        content: "\F282"
    }

    .col-sort-asc .sort-indicator::after {
        content: "\F282"
    }
