div[ng-hide="checkRight('totp_timeshift')"] {
  display: none;
}

div[class='form-group']:has(> input[name='otppin']) {
  display: none;
}
