#widgetContainer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #000;
}

#widgetContainer.is-active {
  display: flex;
}

#root {
  max-width: unset;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

#myWidget {
  display: flex;
  justify-content: center;
  align-items: center;
}
