/* Hide the online status dot */
.smartsupp-widget-wrapper .smartsupp-status-indicator,
#chat-application .status-indicator,
.smartsupp_cookie_banner_status {
    display: none !important;
}

.helpdesk-initial-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-light-color);
  color: var(--theme-light-color) !important;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  transition: all 0.3s ease;
  display: flex;
}

.helpdesk-initial-circle:hover,
.helpdesk-initial-circle:focus,
.helpdesk-initial-circle.active {
  background-color: var(--theme-light-color);
  color: var(--theme-primary-color) !important;
  cursor: pointer;
}

#chat-application:not(:has(#chat-application-iframe[style*="display: block"])) {
    display: none !important;
}