#dx_chatbot_fab_wrapper_id {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 223;

  box-sizing: border-box;
  display: flex;
  height: 100px;
  overflow: hidden;
  width: 100px;

  background-color: #e4e2e2;
  border-radius: 50%;
  cursor: pointer;

  transition: opacity 0.3s ease, transform 0.3s ease;
}

#dx_chatbot_fab_wrapper_id.is-hidden-by-footer {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}

.node--type-course #dx_chatbot_fab_wrapper_id,
.node--type-package #dx_chatbot_fab_wrapper_id {
  display: none;
}

@media (min-width: 992px) {
  .node--type-course #dx_chatbot_fab_wrapper_id,
  .node--type-package #dx_chatbot_fab_wrapper_id {
    display: flex;
  }

  .node--type-course [id^='host-'],
  .node--type-package [id^='host-'] {
    display: block !important;
  }
}

#dx_chatbot_fab_id {
  height: auto;
  object-fit: contain;
  width: 100%;

  clip-path: circle(50%);
}
 