/*
* (C) Copyright 2019 Active Intelligence Pte Ltd (http://active.ai/).
*
* @author Active.ai
* 
* This software is the confidential and proprietary information of Active Intelligence.
* ("Confidential Information"). You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you entered into with Active
* Intelligence
*
*/

* {
    margin: 0;
    padding: 0;
}
html * {
    font-family: Arial, Helvetica, sans-serif !important;
}
#ai-container .ai-launcher {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    /*background: rgb(29, 59, 138);*/
    background: #068ad4;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    font-family: "ai-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#ai-container .ai-launcher * {
    cursor: pointer
}

#ai-container .ai-launcher-close-icon,
#ai-container .ai-launcher-open-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: opacity .08s linear, -webkit-transform .16s linear;
    transition: transform .16s linear, opacity .08s linear;
    transition: transform .16s linear, opacity .08s linear, -webkit-transform .16s linear;
    background-position: 50%;
    background-repeat: no-repeat
}

#ai-container .ai-launcher-open-icon {
    background-image: url("../images/chat-btn-open.png");
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center 14px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

#ai-container .ai-launcher-close-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEUAAAD///////////////////////////8AAADr8xjQAAAAB3RSTlMAM7cPx7jIAE21/gAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABESURBVAjXYxAyYGBgYFZkUHcG0ialDCYlBgzM7slA7MxgUgaUNCkzdgfJMbunlIDUMpiUg7hwGiYOVQfTBzMHZi7UHgCB3RAZ7HszogAAAABJRU5ErkJggg==);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

#ai-container .ai-launcher-active .ai-launcher-open-icon {
    opacity: 0;
    -webkit-transform: rotate(30deg) scale(0);
    transform: rotate(30deg) scale(0)
}

#ai-container .ai-launcher-active .ai-launcher-close-icon {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}


.display-flex {
    display: flex;
    width: 95.4%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.close-icon-mini {
    width: 9px;
    cursor: pointer;

    position: absolute;
    top:20%;
}
#headingTextmini {
    font-weight: 500;
    font-size: 14px;
}
.chat-headmini
{
   position: relative;
   box-shadow: rgb(186, 186, 186) 5px -1px 8px 0px, rgb(136, 136, 136) 4px -2px 20px 0px;
}
.footerInput
{
    box-shadow:rgb(186, 186, 186) 2px 6px 14px 0px, rgb(136, 136, 136) 5px 1px 16px 1px;
    background-color: #f0f3f5;
    padding-right: 15px;
    height: 54px;
}

#chatButtonContainer
{
    width: 75%!important;
    margin-left:22%!important;
        margin-top:12%!important;
    cursor: pointer;
}
.logo-iconChat{
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-right: 10px;
}
#chatButtonContainer:hover .
{
 -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
    cursor: pointer;
    transition:  all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ai-launcher-active
{
    display:none;

}
.chatbuttonloader
{
    background: #f8f8f8;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-top: 19%;
    margin-left: 11%;
    border: 1px solid #ab1b5c;
}
.dotsDistance
{
  margin-right: 11%;
    /* margin-top: -17px; */
    margin-bottom:25%;
        background-color: #ab1b5c!important;
}
.chat-head {
    line-height: -1px;
    /* padding: 11px 21px; */
    background-color: #CC1C5D;
    color: #fff;
    height: 44px;
    position: relative;
    padding: 10px 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.chat-head-desktop {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.chat-heading__name {
    font-weight: normal;
    font-size: 1.75em;
}

.chat-heading__tel {
    font-size: .875em;
}

.heading-name {
    margin: 0px;
    font-size: 13px;
    line-height: 56px;
    position: absolute;
    left: 33%;
}

.footer-form {
    flex-direction: column;
}

.footer-form-desktop {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.footer-form input {
    background-color: transparent;
    border: none;
    flex: 1;
    height: 50px;
    padding: 2px 29px;
    font-size: 13px;
    font-weight: 500;
}

.footer-form input:focus,
.footer-form button:focus {
    border: none;
    outline: none;
}
/*  fb style typing animation */

.round-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bbb;
    animation: typing-style 1.3s linear infinite;
}

div#typing-style .round-dot:nth-child(2) {
    animation-delay: -1.1s;
}

div#typing-style .round-dot:nth-child(3) {
    animation-delay: -0.9s;
}

@keyframes typing-style {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateY(-8px);
    }
}
.image-button {
    background-color: transparent;
    border: 0px;
    min-width: 35px;
    background-repeat: no-repeat;
    background-position: 50%;
}
#send {
    background-image: url(../images/send.png);
}
#typing-style{
    margin-top: 45%!important;
    padding: 0px 0px 0px 11px!important;
}
