@import "spark/css/bootstrap.min";
@import "spark/css/dark";

.chat-box {
    width: fit-content;
    max-width: 80%;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 0px;
  }

  [data-initials]:before {
    background: #099bdd;
    color: white;
    opacity: 1; 
    content: attr(data-initials); 
    display: inline-block; 
    font-weight: bold; 
    border-radius: 50%; 
    vertical-align: middle; 
    margin-right: 0.5em; 
    width: 70px; 
    height: 70px; 
    line-height: 70px; 
    text-align: center; 
    font-size: 35px;
    }
 
 
