/* Misc helper classes */
.text-truncate { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hidden { display: none !important; }
.flex-center { display:flex; align-items:center; justify-content:center; }
