.sort-icons {
    display: inline-flex;
    flex-direction: column;
    margin-left: 4px;
    margin-right: -6px;
    cursor: pointer;
}

.svg-arrow {
    width: 24px;
    height: 12px;
    fill: #454545;
}

.svg-arrow.active {
    opacity: 1;
    fill: #454545;
}

.svg-arrow.hidden {
    opacity: 0;
}
