.label-purple {
  background-color: #9675ce;
}
.pull-left {
    float: left;
}
.label {
    letter-spacing: 0.05em;
    border-radius: 60px;
    padding: 4px 12px 3px;
    font-weight: 500;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.p-10 {
    padding: 10px !important;
}
.pull-left {
    float: left !important;
}
.dn{
	display : none !important;
	visibility : hidden !important;
}

/* Hide table columns marked as export-only or storage-only.
   Both <th> and <td> carrying this class are removed from layout.
   Belt-and-suspenders alongside .dn — guards against jQuery clone()
   operations that might drop one class but keep the other. */
.hideColumn{
	display : none !important;
	visibility : hidden !important;
}