[data-sample-item] * {
    pointer-events: none;
}

* {
  -webkit-tap-highlight-color: transparent!important;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.primary-btn.hide {
  display: none;
}

[data-active-sample].hide {
  display: none!important;
}

[data-active-sample] {
  position: absolute!important;
  display: flex!important;
  top: unset!important;
  left: unset!important;
  right: unset!important;
  bottom: unset!important;
  margin: auto!important;
}

[data-caliper="caliper-mover"] {
  transform-style: flat!important;
}

body {
  overscroll-behavior-y: contain!important;
}