/* body {
  height: 100%;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
} */

.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: black;
  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: 64px;
  outline: 0;
  padding: 9px;
  position: fixed;
  right: 20px;
  width: 64px;
  cursor: pointer;
} */

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

/* #mutant-chat {
  max-width: 400px;
  min-width: 320px;
  position: fixed;
  top: 100px;
  width: 30%;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  font-family: "Quicksand Medium", "Open Sans",Helvetica,Arial,sans-serif;
  right: 20px;
  box-shadow: 0 3px 6px #000029;
  border-bottom: 1px solid #e8e9ec;
  border-left: 1px solid #e8e9ec;
  border-right: 1px solid #e8e9ec;
  border-top: 5px solid #532575;
  border-radius: 5px;
} */

.mutant-chat-header {
  z-index: 9999;
  /* background: #e8c2dc; */
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgb(77 78 83 / 30%);
  -webkit-box-shadow: 0 0 5px 0 rgb(77 78 83 / 30%);
  border-radius: 5px 5px 0 0;
}

/* div#mutant-chat {
  max-width: none !important;
  min-width: none !important;
  bottom: 0px !important;
  top: 0px !important;
  right: 0px !important;
  width: 100% !important;
  left: 0px !important;
} */

div.mutant-header{
  width: 50px;
  float: right;
}

div.mutant-header-center {
  font-weight: normal;
}

div.mutant-header-right {
  font-weight: 700;
  float: left;  
}

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

#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;
}

div.webchat__bubble__content {
  box-shadow: 0px !important;
  border: 0 !important;
  background: #00A443 !important;
  color: white !important;
}
div.webchat__bubble {
  border-radius: 13px 13px 2px 13px;
  color: white !important;
  background: #00A443 !important;
  box-shadow: 0 -1px 12px 0 rgb(0 0 0 / 3%);
}

div.webchat__bubble:not(.webchat__bubble--from-user) {
  border-radius: 13px 13px 13px 2px;
  color: #738192 !important;
  /* background: white !important; */
  box-shadow: 0 -1px 12px 0 rgb(0 0 0 / 3%);
}

div.webchat__bubble:not(.webchat__bubble--from-user) div.webchat__bubble__content {
  /* background: #f4f4f6 !important; */
  
}

div.webchat__stacked-layout__content {
  padding: 4px
}

div.webchat__basic-transcript {
  /* margin-top: 88px; */
}

.webchat__initialsAvatar:not(.webchat__initialsAvatar--fromUser) {
  color: #e8c2dc;
}

.webchat__initialsAvatar.webchat__initialsAvatar--fromUser {
  color: #00A443;
}

.ac-pushButton[aria-pressed="true"] {
  background: #00A443 !important;
  color: white !important;
  border-color: #00A443 !important;
}

.ac-pushButton {
  background-color: white !important;
  /* border-color: #532575 !important; */
  /* color: black !important; */
}
button.ac-pushButton {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: inherit !important;
  font-weight: 600 !important;
}

.ac-textBlock, .ac-textBlock > p {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #738192 !important;
  font-size: inherit !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.logo-header-img {
  width: 60px;
}

div.webchat__fileContent__fileName {
  color: white !important;
}

svg.webchat__fileContent__downloadIcon {
  fill: white !important;
}