.mutant-header {
  text-align: center;
}

input[type=text] {
  font-size: 16px !important;
}

div.webchat__connectivityStatus {
  font-size: 14px;
  color: #cc092f;
  font-weight: normal;
}

div.webchat__connectivityStatus > svg {
  fill: #cc092f;
}

div.webchat__initialsAvatar__initials {
  color: #4c4c4e;
  font-weight: bold;
}

.mutant-header-medium {
  font-weight: normal;
}

.mutant-round-chat-button {
  background-color: #00A443;
  border-radius: 50%;
  /* border: 2px solid #cc092f; */
  bottom: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  color: #fff;
  font-size: 30px;
  height: 60px;
  outline: 0;
  padding: 9px;
  position: fixed;
  right: 20px;
  width: 60px;
  cursor: pointer;
}

.mutant-round-chat-button:hover {
  /* background-color: #aa070d; */
}

/*
#mutant-chat {
  width: 100%;
  height: 100%;
  position: fixed;
  //max-height: 610px;
  display: flex;
  flex-direction: column;
  font-family: Helvetica,Arial,sans-serif;
  border-radius: 5px;
}
*/

#mutant-chat-widget > div {
  border-radius: 5px;
  height: 99.6%;
}

.webchat__send-box__main {
  border-radius: 0 0 5px 5px;
  height: 57px;
}

.mutant-chat-header {
  z-index: 9999;
  background: #00A443;
  color: #fff;
  padding: 10px 5px 10px 5px;
  box-shadow: 0px 0px 5px 0px rgb(77 78 83 / 30%);
  -webkit-box-shadow: 0 0 5px 0 rgb(77 78 83 / 30%);
  /* position: fixed; */
  top: 3px;
  right: 0;
  width: 100%;
}

span.mutant-header {
  font-weight: normal;
}

span.mutant-header-bold {
  font-weight: 700;
}

.mutant-chat-header p {
  text-align: center;
}

#mutant-chat-widget {
  outline: 0px;
  flex: 1;
  color: #00A443;
  font-family: Helvetica,Arial,sans-serif !important;
  font-size: .950rem;
  overflow: auto;
}

.reset-button {
  align-items: center;
  justify-content: center;
}

/* #mutant-chat-widget div.webchat__row.message > div.bubble:not(.from-user) p a {
  color: #cc092f;
  font-weight: 500;
  text-decoration: none;
} */

.webchat__bubble {
  padding: 4px;
}

.webchat__defaultAvatar {
  margin-top: 7px;
}

/* .webchat__bubble__content {
  box-shadow: 2px 2px 4px 0px #c3c3c3;
  border: 0 !important;
} */

div.webchat__bubble:not(.webchat__bubble--from-user) {
  background: #fff !important;
}

div.webchat__bubble:not(.webchat__bubble--from-user) div.webchat__bubble__content {
  background: #fff !important;
  color: #738192 !important;
}

div.webchat__stacked-layout__content {
  padding: 4px
}

div.webchat__basic-transcript {
  /* margin-top: 88px; */
  background: rgb(235, 237, 236);
  box-shadow: inset 0 -1px 12px 0 rgb(0 0 0 / 20%);
  /* box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.75); */
}

div.webchat__connectivityStatus {
  background: rgb(235, 237, 236);
  margin: 0 !important;
  padding: 8px 14px !important;
}

div.webchat--css-sfbyb-yqrhqk {
  
}

.error-span {
  color: red !important;
}