.cr-chat-avatar {
  border-radius: 50%;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  &--robot {
    height: 45%;
    width: 45%;
    background: linear-gradient(92deg, #fff0e1 0%, #f9e5ff 100%);
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: -17%;
    img {
      width: 70%;
      height: auto;
    }
  }
}
