#send-button {
  background-color: rgb(165,30,55);
  border-color: rgb(165,30,55);
}

#audio-input {
  position: relative;
  color: rgb(180,160,105);
  border-color: rgb(180,160,105);
  background-color: rgb(255,255,255);
}

#new-chat-button {
  color: rgb(50,65,75);
  border-color: rgb(50,65,75);
}

.bi-stop-fill {
  color: rgb(165,30,55);
  border-color: rgb(165,30,55);	
}

div#navbar-header > div > span.h4 {
  padding-left: 2rem;
}  
