@-webkit-keyframes rotation-lr {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation-lr {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes rotation-rl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation-rl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

.widget-container {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 20px 20px 0;
  max-width: 370px;
  position: fixed;
  right: 0;
  z-index: 9999; }

.opened {
  width: 90vw; }

.full-screen {
  margin: 0;
  max-width: none;
  width: 100%; }
  .full-screen.opened {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 800px) {
  .widget-container {
    margin: 0;
    max-width: none;
    width: 100%; }
    .widget-container.opened {
      height: 100%; } }
@-webkit-keyframes rotation-lr {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation-lr {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes rotation-rl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation-rl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

.conversation-container {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: slide-in;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: slide-in;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: slide-in;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px 1px #b5b5b5;
          box-shadow: 0px 2px 10px 1px #b5b5b5; }

.slide-out {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: slide-out;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: slide-out;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: slide-out;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }

.full-screen .conversation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }

@media screen and (max-width: 800px) {
  .conversation-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; } }
@-webkit-keyframes rotation-lr {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation-lr {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes rotation-rl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation-rl {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

.launcher {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: slide-in;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: slide-in;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: slide-in;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #35cce6;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 10px 1px #b5b5b5;
          box-shadow: 0px 2px 10px 1px #b5b5b5;
  height: 60px;
  margin-top: 10px;
  width: 60px; }
  .launcher:focus {
    outline: none; }

.open-launcher {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: rotation-rl;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: rotation-rl;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: rotation-rl;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }

.close-launcher {
  width: 20px;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: rotation-lr;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: rotation-lr;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: rotation-lr;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }

@media screen and (max-width: 800px) {
  .launcher {
    bottom: 0;
    margin: 20px;
    position: fixed;
    right: 0; }
  .hide-sm {
    display: none; } }
.sender {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f7f9;
  height: 45px;
  padding: 5px;
  border-radius: 0 0 10px 10px; }

.new-message {
  width: 100%;
  border: 0;
  background-color: #f4f7f9;
  height: 30px;
  padding-left: 15px; }
  .new-message:focus {
    outline: none; }

.send {
  background: #f4f7f9;
  border: 0; }
  .send .send-icon {
    height: 25px; }

@media screen and (max-width: 800px) {
  .sender {
    border-radius: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }
.conversation-container .header {
  background-color: #35cce6;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 15px 0 25px; }

.conversation-container .title {
  font-size: 24px;
  margin: 0;
  padding: 15px 0; }

.conversation-container .close-button {
  display: none; }

.full-screen .header {
  border-radius: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }

.full-screen .title {
  padding: 0 0 15px 0; }

.full-screen .close-button {
  background-color: #35cce6;
  border: 0;
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 40px; }

.full-screen .close {
  width: 20px;
  height: 20px; }

@media screen and (max-width: 800px) {
  .conversation-container .header {
    border-radius: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
  .conversation-container .title {
    padding: 0 0 15px 0; }
  .conversation-container .close-button {
    background-color: #35cce6;
    border: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px; }
  .conversation-container .close {
    width: 20px;
    height: 20px; } }
.messages-container {
  background-color: #fff;
  height: 50vh;
  max-height: 410px;
  overflow-y: scroll;
  padding-top: 10px; }

.full-screen .messages-container {
  height: 100%;
  max-height: none; }

@media screen and (max-width: 800px) {
  .messages-container {
    height: 100%;
    max-height: none; } }
.launcher .badge {
  position: fixed;
  top: -10px;
  right: -5px;
  background-color: #ff0000;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%; }
.message {
  margin: 10px;
  display: -ms-flexbox;
  display: flex; }

.client {
  background-color: #a3eaf7;
  border-radius: 10px;
  padding: 15px;
  max-width: 215px;
  text-align: left;
  margin-left: auto; }

.response {
  background-color: #f4f7f9;
  border-radius: 10px;
  padding: 15px;
  max-width: 215px;
  text-align: left; }

.message {
  font-size: 14px; }

/* For markdown elements created with default styles */
.message-text p {
  margin: 0; }

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px; }
.snippet {
  background-color: #f4f7f9;
  border-radius: 10px;
  padding: 15px;
  max-width: 215px;
  text-align: left; }

.snippet-title {
  margin: 0; }

.snippet-details {
  border-left: 2px solid #35e65d;
  margin-top: 5px;
  padding-left: 10px; }

.link {
  font-size: 12px; }
