.tf-v1-widget {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-v1-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
}
.tf-v1-widget-close {
  display: none;
}
.tf-v1-widget-iframe-overlay {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.tf-v1-widget-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 100% !important;
  height: 100% !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: stretch;
}
.tf-v1-widget-fullscreen .tf-v1-widget-close {
  display: block;
  position: absolute;
  font-size: 32px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
  color: #000;
  top: 4px;
  right: 6px;
  z-index: 1;
}
.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}
@media (min-width: 481px) {
  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    color: #fff !important;
  }
}
.tf-v1-widget-fullscreen iframe {
  border-radius: 0;
}

body #hubspot-messages-iframe-container {
  display: none !important;
}
