:root {
  --wm-toolbar-height: 284px;
  --vocs_Banner_bannerHeight: var(--wm-toolbar-height);
}

html {
  margin: 0;
  padding: 0;
}

#playback {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 0;
  min-height: 60vh;
}

#wm-ipp-base,
#wm-ipp {
  z-index: 2147483647;
}

#wm-ipp-base {
  pointer-events: none !important;
  background: transparent !important;
}

#wm-ipp-base > [data-wm-light-root],
#wm-ipp {
  pointer-events: auto !important;
}

#wmtbURL,
#wm-ipp input[type="text"],
#wm-ipp a,
#wm-nav-captures,
#wm-share {
  -webkit-user-select: text !important;
  user-select: text !important;
  pointer-events: auto !important;
}

#wmtbURL {
  cursor: text !important;
}

#donato {
  background: #fff;
}

#donato[style*="height: 0"],
#donato[style*="height:0"] {
  visibility: hidden !important;
}

#wm-ipp-print {
  display: none;
}
