/* Final launcher treatment. Loaded after the legacy site styles. */
.chatbot .chatbot-launcher {
  font-family: Georgia, "Times New Roman", serif !important;
}

.chatbot .chatbot-launcher-icon {
  position: relative !important;
  display: grid !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  padding: 0 !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #082a5e !important;
}

.chatbot .chatbot-launcher-icon svg {
  display: none !important;
}

.chatbot .chatbot-launcher-icon::before {
  width: 21px;
  height: 21px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3v-7a4 4 0 0 1-1-2.6V7a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4z'/%3E%3Cpath d='M7 9h10M7 13h7'/%3E%3C/svg%3E");
  content: "";
}

@media (max-width: 900px) {
  .chatbot .chatbot-launcher-icon {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
}

@media (max-width: 600px) {
  .chatbot .chatbot-launcher-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
  }

  .chatbot .chatbot-launcher-icon::before {
    width: 18px;
    height: 18px;
  }
}
