#purecloud-widget {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  z-index: 999;
  font-family: sans-serif;
  pointer-events: none;
}

#purecloud-widget > div {
  pointer-events: none;
}

#purecloud-widget #choose-queue :nth-child(1n),
#coddera-widget-card,
#coddera-widget-card :nth-child(1n) {
  pointer-events: auto !important;

}
