.main-header .sidebar-toggle::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    content: "\f0c9";
}

.skin-yellow .sidebar-form input[type="text"] {
    color: #D2D6EB;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    margin-left: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

a.asc:after {
    content: "\f15d";
    /*border-bottom: solid 7px #212529;*/
    /*border-top-width: 0;*/
}

a.desc:after {
    content: "\f882";
    /*border-top: solid 7px #212529;*/
    /*border-bottom-width: 0;*/
}
