/* Styles for all clients */
.profile-picture {
    border: 3px solid #999999;
  }

.bullet {
    background-repeat: no-repeat;
    padding-left: 20px!important;
    font-size: 12px!important;
    font-family: 'Inter', Arial, sans-serif;
}

.custom-bullet {
  background-image: url('/images/icon/st-qa-icon-small-grey.png');
}


  /* Style for user messages */
  .aichat .user {
    background-color: #686869;
  }