
iframe.userpilot-disabled-iframe {
  pointer-events: none !important;
}

iframe#userpilotIframeContainer,
iframe#userpilotContentNativeIframe,
iframe#userpilot-nps,
iframe#userpilot-resource-centre-frame,
iframe#userpilot-checklist,
iframe#userpilotSurveys,
iframe#userpilot-survey {
  background: none;
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
  filter: none;
  pointer-events: initial;
  outline: none;
  visibility: visible;
  transition: none;
}

iframe#userpilotIframeContainer,
iframe#userpilotContentNativeIframe,
iframe#userpilot-resource-centre-frame,
iframe#userpilot-checklist,
iframe#userpilotSurveys,
iframe#userpilot-survey {
  right: initial;
  left: initial;
  top: initial;
  bottom: initial;
}

iframe#userpilotIframeContainer,
iframe#userpilotContentNativeIframe,
iframe#userpilot-resource-centre-frame,
iframe#userpilot-survey,
iframe#userpilotSurveys {
    display: initial;
}

iframe#userpilotContentNativeIframe {
  user-select: none;
}

.userpilot-mask-item {
  position: absolute;
  top: 0px;
  z-index: 2147483647;
  pointer-events: none;
  box-shadow: rgb(239, 71, 132) 0px 0px 0px 1px inset !important;
  background-color: rgba(239, 71, 132, 0.09) !important;
  border: none;
  pointer-events: none;
  color-scheme: light;
}

#userpilot-banner_v2-container {
  display: flex;
}

iframe#userpilotIframeContainer.userpilot-banner {
  box-sizing: content-box;
}
