#chat {
  z-index: 999999;
  display: block;
  position: absolute;
}

#fa12dafe-webchat {
  display: flex;
  height: 98%;
  width: 98%;
  overflow-y: auto;
}

#fa12dafe-speech-bubble {
    background: white;
    border: 1px solid black;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto 40px;
    width: 168px;
    padding: 13px;
    position: relative;
    right: 120px;
    bottom: 143px;

    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#fa12dafe-speech-bubble-arrow {
    border-left: 21px solid transparent;
    bottom: -19px;
    position: absolute;
    right: 54px;
}
#fa12dafe-speech-bubble-arrow::before {
    border-left: 17px solid transparent;
    border-top: 17px solid black;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
}
#fa12dafe-speech-bubble-arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid white;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}


#fa12dafe-speech-bubble-close-button{
  float: left;
  height: 100%;
  background-color: #cec1c1;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

#fa12dafe-speech-bubble-close-button-text{
  margin-left: 3px;
  font-size: 19px;
  line-height: 0.9;
}

#fa12dafe-speech-bubble-close-button-text:after{
  display: inline-block;
  content: "\00d7";
}


#fa12dafe-switch {
  position: fixed;
  bottom: 5%;
  right: 10px;
  width: 75px;
  height: 75px;
}

#fa12dafe-switch-avatar {
  width: 75px;
  height: 75px;
  background-image: url("avatar.png");
  cursor: pointer;
}

#fa12dafe-switch-avatar:hover {
  background-image: url("avatar-hover.png");
}

#fa12dafe-top-bar{
  background-color: #624b99;
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
}

#fa12dafe-top-bar:hover {
  background-color: #927fbf;
}

#fa12dafe-top-bar-text {
  padding-left: 15px;
  font-size: 16px;
  color: white;
  font-family: Verdana,Geneva,sans-serif;
  padding-top: 7px;
  padding-right: 5px;
  padding-bottom: 6px;
  font-weight: 600;
  display: inline-block;
}

#fa12dafe-close-button{
  float: right;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  line-height: 0.9;
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 6px;
  color: #624b99;
  font-weight: 600;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#fa12dafe-close-button:after{
  display: inline-block;
  content: "\00d7"; 
}

#fa12dafe-close-button:hover:after{
  color: #62489b;
}

#fa12dafe-banner {
  display: block;
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  margin: 15px auto;
  -ms-interpolation-mode: bicubic;
}

#fa12dafe-banner-container {
  background-color: #624b99;
  width: 100%;
}

.fa12dafe-ac-textBlock{
  font-size: 12px !important;
}

.fa12dafe-plain{
  align-items: center !important;
  display: flex;
}

.fa12dafe-bubble{
  font-size: 12px !important;  
}

#fa12dafe-chatbotContainer {
  display: none;
  /* display: flex; */
  max-width: 415px;
  height: 95%;
  width: 95%;
  align-items: center;
  flex-direction: column;
  border: 1px solid black;
  margin: 5px;
  padding-bottom: 5px;
  position: fixed;
  -webkit-box-shadow: -8px 11px 25px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: -8px 11px 25px -10px rgba(0,0,0,0.75);
  box-shadow: -8px 11px 25px -10px rgba(0,0,0,0.75);

  border-radius: 10px;
  overflow: hidden;

  z-index: 99999;
  background-color: white;

  right: 10px;
}

.fa12dafe-button {
  background-color: #62489b;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 7px;
  font-weight: 600;
}

.fa12dafe-button:hover {
  background-color: #927fbf;
}

.fa12dafe-button-bar {
  margin-top: 4px;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

#fa12dafe-switch {
    position: fixed;
    bottom: 1px;
    right: 10px;
    width: 75px;
    height: 75px;
}
#fa12dafe-speech-bubble {
    background: white;
    border: 1px solid black;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 7px rgb(0 0 0 / 20%);
    box-shadow: 4px 4px 7px rgb(0 0 0 / 20%);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto 40px;
    width: 153px;
    padding: 5px;
    position: relative;
    right: 88px;
    bottom: 120px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
