table.sort_table th{-webkit-user-select:none;user-select:none}table.sort_table th.sort_table_th{cursor:pointer;padding-right:16px;position:relative;transition:all .1s linear}table.sort_table th.sort_table_th:after{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1NTEuMTMgNTUxLjEzIiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTUxLjEzIDU1MS4xMyIgd2lkdGg9IjUxMnB4Ij48cGF0aCBkPSJtMjc1LjU2NSAzNjEuNjc5LTIyMy44OTctMjIzLjg5NmgtNTEuNjY4bDI3NS41NjUgMjc1LjU2NSAyNzUuNTY1LTI3NS41NjVoLTUxLjY2OHoiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4K);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:none;height:20px;hyphens:auto;position:absolute;right:5px;top:50%;transform:scaleY(-1) translateY(50%);transition:inherit;width:12px}table.sort_table th.sort_table_th[data-sort]{background-color:#333!important;border-bottom:1px solid #000!important;color:#fff!important}table.sort_table th.sort_table_th[data-sort]:after{display:block;filter:invert(1)}table.sort_table th.sort_table_th[data-sort=desc]:after{transform:translateY(-50%)}table.sort_table th.sort_table_th:hover{background-color:#000!important;border-bottom:1px solid #000!important;color:#fff!important}table.sort_table th.sort_table_th:hover:after{filter:invert(1)}