.chatBotAutogestion {
	height:40px;
	width:400px;
	position:fixed;
	bottom:0;
	right:20px;
	z-index:5000;
	background:white;
	background-color: white;
	border: 1px solid #dbdee1;
}

.chatBotAutogestion .wc-message-content {
	background-color: white;
}

.chatBotAutogestion .wc-message-callout {
	display: none;
}

.animated {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flash {

  0%,
  10%
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0.0rem rgba(0, 91, 170, 0.25);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    opacity: 0.5;
    box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
  }
}

@-webkit-keyframes flash {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0.0rem rgba(0, 91, 170, 0.25);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    opacity: 0.5;
    box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}


.wc-message-from-me .wc-message-content {
    background-color: white;
    color: black;
}
