@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .oda-chat-card-image {
    height: 132px !important;
    width: 235px !important;
  }
}

.oda-chat-widget .oda-chat-header {
  background-color: #f3982f;
}

.oda-chat-header .oda-chat-header-button {
  background-color: #f3982f;
}

.oda-chat-card-image {
  border-radius: 5px;
  max-height: 100% !important;
  max-width: 100% !important;
  height: 132px !important;
  width: 235px !important;
}

.oda-chat-wrapper.oda-chat-collapsed button.oda-chat-button {
  border-radius: 10px !important;
  background-color: #f3982f;
  height: 70px;
  width: 240px;
  display: block;
  background-image: url("../img/chatbot-icon.png");
  background-position: 17px;
}

.oda-chat-button::before {
  content: "ASSISTENTE VIRTUAL";
  color: white;
  font-weight: bold;
  position: relative;
  left: 55px;
  font-size: 0.93333rem;
  display: block;
  width: 174px;
}

.oda-chat-button::after {
  content: "Fale com a gente!";
  color: white;
  position: relative;
  left: 35px;
  font-size: 0.93333rem;
  display: block;
  width: 174px;
}

@media screen and (max-width: 51.13333rem) {

  .oda-chat-wrapper.oda-chat-collapsed button.oda-chat-button {
    width: 70px;
  }

  .oda-chat-button::after,
  .oda-chat-button::before {
    display: none;
  }
}

.oda-chat-button svg {
  display: none;
}

.oda-chat-left .oda-chat-content-wrapper .oda-chat-message-bubble {
  background-color: transparent;
  border: 1px solid #ff9500;
  color: #000000 !important;
}

.oda-chat-right .oda-chat-content-wrapper .oda-chat-message-bubble {
  background-color: transparent;
  border: 1px solid #228bcb;
  color: #000000 !important;
}

.oda-chat-message-actions .oda-chat-action-postback {
  background: #ffffff !important;
  color: #f3982f !important;
  border-color: #f3982f !important;
  font-weight: normal !important;
  border-radius: 0px !important;
}

.oda-chat-card-actions .oda-chat-action-postback {
  background: #ffffff !important;
  color: #f3982f !important;
  border-color: #f3982f !important;
  font-weight: normal !important;
  border-radius: 0px !important;
}

.oda-chat-footer-visualizer-wrapper {
  background: #ffffff !important;
}

.oda-chat-recognition-text-view {
  background: #ffffff !important;
  color: #f3982f !important;
}

.oda-chat-footer-recognition-wrapper {
  background: #ffffff !important;
}

.oda-chat-button-switch-kbd .oda-chat-footer-button-svg-icon {
  fill: #f3982f !important;
}
