/* Styles for trengo chat frame */

/* button for open/close trengo chat */
.TrengoWidgetLauncher__iframe {
  display: none !important;
}

/* shadow for a small trengo window */
.trengo-shadow {
  display: none !important;
}

/* trengo container */
.TrengoWidgetPanel__iframe {
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  bottom: 0 !important;
  max-height: unset !important;
  position: initial !important;
  opacity: 1 !important;
}

@media only screen and (max-device-width: 480px) {
  body {
    position: initial !important;
  }
}
