/* Restrict gesture suppression to the challenge, not the registration form. */
.captcha-ios-touch-v1 .reg-container.tlgl .mask,
.captcha-ios-touch-v1 .reg-container.tlgl .verify-bar-area,
.captcha-ios-touch-v1 .reg-container.tlgl .verify-move-block {
  touch-action: none;
  overscroll-behavior: none;
}

.captcha-ios-touch-v1 .reg-container.tlgl .verify-bar-area,
.captcha-ios-touch-v1 .reg-container.tlgl .verify-move-block,
.captcha-ios-touch-v1 .reg-container.tlgl .verify-move-block * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.captcha-ios-touch-v1 .reg-container.tlgl .verify-move-block img {
  -webkit-user-drag: none;
  pointer-events: none;
}
