.material-icons, .sort::after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

.sort {
    cursor: pointer;
}

.sort::after {
    position: relative;
    left: 0.25rem;
    display: inline;
    font-size: 1rem;
    content: "unfold_more";
}

.sort--asc::after {
    content: "arrow_downward";
}

.sort--desc::after {
    content: "arrow_upward";
}

.material-icons-modal,
.sort::after {
    font-size: 15px;
    font-style: normal;
    line-height: 1;
    color: #6b5490;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    opacity: 40%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}