
tr .sort::after {
  content: " ";
  position:relative;
  display:inline-block;
  padding-left:5px;
  width:20px;
}
tr .desc::after {
  content: "▾";
  font-family: Arial, sans-serif;
}
tr .asc::after {
  content: "▴";
  font-family: Arial, sans-serif;
} 


.passwordContainer[data-v-b3e441d4] {
        position:relative;
}
.passwordContainer i[data-v-b3e441d4] {        
        cursor: pointer;
        position: absolute;
        right: 10px;
        float: right;
        top: 10px;
        color: grey;
}

