.btn-fcch{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
}

.fcch-button {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.fcch-button .fcch-button-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.fcch-button .fcch-button-button img,
.fcch-button .fcch-button-button svg {
    position: absolute;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    /*border-radius: 50%;*/
}

.fcch-button:hover {
    bottom: 17px;
}

.fcch-button:hover .fcch-button-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.fcch-button .fcch-button-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.fcch-button .fcch-button-popup.active {
    padding: 0 12px 12px 12px;
    width: 360px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.fcch-button .fcch-button-popup .fcch-button-message {
    background-color: #3071c5;
    padding: 8px;
    color: white;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s;
    margin: 10px 2px 10px 30px;
    opacity: 1;
    transition-delay: 0.2s;
    border-radius: 20px;
    border-bottom-right-radius: 2px;
    display: table-cell !important;
    /*display: table-cell;*/
    float: right;
    font-size: 15px;
}

.fcch-button .fcch-button-popup .fcch-button-message-chatbot {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: opacity 0.2s;
    margin: 10px 30px 10px 2px;
    border-radius: 20px;
    border-bottom-left-radius: 2px;
    display: table-cell !important;
    float: left;
    width: 80%;
    font-size: 15px;
}

.fcch-button .fcch-button-popup.active .fcch-button-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.fcch-button .fcch-button-popup .fcch-button-head {
  /*
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    */
    color: #111;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
    margin: 0 -15px 10px -15px;
}

.fcch-button .fcch-button-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.fcch-button .fcch-button-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.fcch-button .fcch-button-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

.fcch-messages-container{
    height: 292px;
    overflow: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.fcch-messages-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.fcch-messages-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.chat-bubble {
  background-color:#E6F8F1;
  padding:16px 28px;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display:inline-block;
}
.typing {
  align-items: center;
  display: flex;
  height: 17px;
}
.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #6CAD96 ; //rgba(20,105,69,.7);
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}
.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color:#6CAD96; // rgba(20,105,69,.7);
  }
  28% {
    transform: translateY(-7px);
    background-color:#9ECAB9; //rgba(20,105,69,.4);
  }
  44% {
    transform: translateY(0px);
    background-color: #B5D9CB; //rgba(20,105,69,.2);
  }
}

.eZEgcx{
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.eZEgcx::before{
  content: "";
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: #4ad504;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #095e54;
  border-image: initial;
}

.izlSME{
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
}

.lngbRu{
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.izlSME::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    border-image: initial;
    overflow: hidden;
}

.hhASjW {
    margin-left: 16px;
    margin-right: 16px;
}

.hDGnqR {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.ioFWLq {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: #fff;
}

.drfHxL {
    border-color: #5a5a5a;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: .4;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all .3s ease 0s;
    outline: transparent;
}

.close-chatbox{
  /*font-size: 2.35rem !important;*/
  cursor: pointer;
}

.go_word{
  color: #212529;
  margin: 3px 0;
  width: 100%;
  height: 25px;
  border-radius: 0.50rem !important;
  border: 1px solid #3376da !important;
  padding: unset !important;
  cursor: pointer;
}
.go_word:hover{
  color: #FFFFFF !important;
  background-color: #3376da !important;
  /*   background-color: #004b77 !important;*/
}

/* Bootstrap replacements */

#fcchChatbotWidget{
  font-family: sans-serif !important;
  letter-spacing: 0.5px !important;
  color: #212529 !important;
  font-weight: normal !important;
  z-index: 9999;
}

.hide-fcch{
  display: none !important;
}

.fcch-button-message-chatbot .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

