.wh-mask-data {
    color: #6c757d !important; /* Grey for masking */
  }
  
  .wh-delete-data {
    color: #dc3545 !important; /* Red for delete */
  }
  
  .wh-lock-file {
    color: #0d6efd !important; /* Blue for lock */
  }
  
  .wh-unlock-file {
    color: #198754 !important; /* Green for unlock */
  }
  
  .wh-move-to-vault {
    color: #6f42c1 !important; /* Purple for vault */
  }
  
  .wh-delete-file {
    color: #dc3545 !important; /* Red for delete file */
  }
  
  .wh-encrypt-data {
    color: #0dcaf0 !important; /* Cyan for encrypt */
  }
  
  .wh-decrypt-data {
    color: #ffc107 !important; /* Yellow for decrypt */
  }
  
  .wh-restrict-file {
    color: #fd7e14 !important; /* Orange for restrict */
  }
  
  .wh-unrestrict-file {
    color: #28a745 !important; /* Green for unrestrict */
  }

  