.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular {
  background-color: #B2DFDB;
}

/* hide the profile pic on the top right */
.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd.MuiIconButton-sizeSmall.css-2n4y0m {
  display: none;
}

.MuiStack-root.watermark {
  display: none;
}

#new-chat-button {
  display: none;
}

.MuiStack-root.css-1d7zxcn {
  display: none;
}

/* From them message css-1s3oi5q */
/* Me message css-19mvntf */
/* General Styles */
.MuiBox-root.css-1vm5bg2 {
  padding-left: 5rem;
  padding-right: 5rem;
}
/* General Styles */
.step {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
line-height: 1.5;
/* max-width: 75%; */
padding: 0.5rem 0.875rem;
position: relative;
word-wrap: break-word;
border-radius: 1.15rem;
margin: 0.5rem 0;
}

/* From Them Message */
.MuiBox-root.css-1s3oi5q {
background-color: #e5e5ea;
color: #000;
align-self: flex-start;
}

.MuiBox-root.css-1s3oi5q::before {
content: "";
position: absolute;
bottom: -0.1rem;
left: -0.35rem;
border-bottom-right-radius: 0.8rem 0.7rem;
border-left: 1rem solid #e5e5ea;
transform: translate(0, -0.1rem);
}


/* Me Message */
.MuiBox-root.css-19mvntf {
background-color: #248bf5;
color: #fff;
align-self: flex-end;
}

.MuiBox-root.css-19mvntf::before {
content: "";
position: absolute;
bottom: -0.1rem;
right: -0.35rem;
border-bottom-left-radius: 0.8rem 0.7rem;
border-right: 1rem solid #248bf5;
transform: translate(0, -0.1rem);
}

.MuiBox-root.css-19mvntf::after {
  content: "";
  position: absolute;
  top: -7px; /* Position it on top */
  right: -12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #248bf5;
  transform: rotate(70deg);
}

.MuiBox-root.css-1s3oi5q::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #e5e5ea;
  transform: rotate(290deg);
}

/* hide the clipboard icon -- no copying */
.MuiStack-root.css-1d7zxcn {
display: none;
}

/* hides the chat + instructions buttons 1 for mobile, 1 for desktop
.MuiStack-root.css-1mzerio div:first-child {
  display: none;
}
.MuiStack-root.css-1l740qp div:first-child {
  display: none;
}
.MuiStack-root.css-18zsr3k div:first-child {
  display: none;
}

.MuiStack-root.css-1mzerio div:second-child {
  border: 1px solid rgba(0, 131, 143, 0.5);
}
.MuiStack-root.css-1l740qp div:second-child {
  border: 1px solid rgba(0, 131, 143, 0.5);
}
.MuiStack-root.css-18zsr3k div:second-child {
  border: 1px solid rgba(0, 131, 143, 0.5);
}  /*