div.icon_container:hover, div.icon_container:active, div.icon_container:focus{
  border-color: 1px solid #00549e;
  box-shadow: 0 0 0 2px rgb(100, 169, 255);
}
div.chat_bubble:hover, div.chat_bubble:active, div.chat_bubble:focus{
  background: #00549e;
  border-color: 1px solid #00549e;
  color: white;
  box-shadow: 0 0 0 2px rgb(100, 169, 255);
}
.ask_cody_widget {
  display: flex;
  justify-content: center;
}
.ask_cody_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  font-size: 12px;
}
div.icon_container{
  width: 60px;
  height: 60px;
  padding: 8px;
  border: 1px solid;
  filter: drop-shadow(-1px 1px 3px #000);
  border-radius: 100%;
  background: #fff;
}
div.chat_bubble {
  background-color: #fff;
  padding: 8px 25px 8px 15px;
  margin-right: -15px;
  border-radius: 10px 0 0 10px;
  color: #4b4b4b;
}
.ask_cody_link:hover {
  text-decoration: underline;
}
div.icon_container > svg {
  padding-top:2px;
}
.st0 {
  fill: #231f20;
}
.st1 {
  fill: #abb1b6;
}
.st2 {
  fill: #107bc0;
}

