/* Changes to Telias chat button and modal 
   Hide chat elements from start, display only when attached to chat parent, see customer-service-component */
.humany-trigger {
  display: none;
}
.humany-widget {
  display: none;
}
.humany-bot-widget {
  top: inherit;
  height: calc(95% - 50px);
}
.humany-bot-widget input {
  background-color: transparent !important;
}
.humany-bot-widget textarea {
  background-color: transparent !important;
}
.humany-text-link {
  display: inline-flex !important;
  svg {
    margin-top: 3px;
  }
}
