@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin);@-webkit-keyframes baloon_close {
    0% {
        display: block
    }

    100% {
        width: 0;
        height: 0;
        display: none
    }
}

@keyframes baloon_close {
    0% {
        display: block
    }

    100% {
        width: 0;
        height: 0;
        display: none
    }
}

body {
    --aimage-color_main_bg: #04959f;
    --aimage-color-white: white;
    --aimage-zindex: 99999999
}

#aichat___container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    border: none;
    z-index: var(--aimage-zindex);
    background: 0 0!important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

#aichat___container.aichat-desktop,#aichat___container.aichat-tablet {
    left: unset;
    bottom: 0;
    right: 0;
    width: 352px;
    height: calc(52vh + 55px);
    min-height: 500px
}

#aichat___container.is-hidden {
    display: none!important;
    visibility: hidden!important
}

#aichat___container.aichat-desktop.is-full-height,#aichat___container.aichat-tablet.is-full-height {
    height: 100vh;
    bottom: 0;
    right: 0;
    width: 336px
}

#aichat___container.aichat-desktop.is-full-height .chat_header .header_img>img,#aichat___container.aichat-tablet.is-full-height .chat_header .header_img>img {
    margin-top: 0
}

#aichat___container.is-in-container {
    position: static;
    height: 100%!important;
    width: 100%;
    min-height: 250px;
    z-index: inherit
}

body>#aimage_baloon {
    background: url(../img/base-baloon.png) no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: var(--aimage-zindex);
    transition: display 1s;
    transform: translate(-50%,-50%);
    cursor: pointer
}

body>#aimage_baloon span {
    width: 50px;
    height: 50px;
    background: var(--aimage-color_main_bg);
    border-radius: 100%;
    text-align: center;
    padding: 24px 10px 0 10px;
    font-size: 20px;
    color: #fff;
    font-family: Roboto Arial sans-serif;
    display: none
}

@-moz-document url-prefix() {
    body>#aimage_baloon {
        background-image: url(/public/chatbot/css/img/base-baloon.png)
    }
}

body>#aimage_baloon.closed {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: baloon_close .2s ease-in 0s 1;
    animation: baloon_close .2s ease-in 0s 1;
    animation-fill-mode: forwards
}

body>#aimage_baloon.closed .comic_bubble {
    display: none
}

body>#aimage_baloon.only-bubble {
    background: 0 0;
    overflow: unset;
    height: 1px;
    width: 1px
}

body>#aimage_baloon .comic_bubble {
    background: #fff;
    font-size: 16px;
    font-family: DINPro-Regular,Arial,Verdana,Geneva,sans-serif;
    letter-spacing: .65px;
    font-weight: 700;
    padding: .3rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    width: max-content;
    position: absolute;
    color: #1b1b1b;
    display: block;
    bottom: 30px;
    right: 30px;
    box-shadow: 2px 3px 11px rgba(3,3,3,.5)
}

body>#aimage_baloon .comic_bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: .9rem solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    border-right: 0;
    margin-left: 3rem;
    margin-bottom: -.9rem
}

body>#aimage_baloon {
    background-image: url(../img/baloon_v2.png);
    z-index: 99999999;
    height: 70px;
    width: 199px;
    left: unset;
    top: unset;
    right: 2.5rem;
    transform: translate(0,0);
    bottom: 2.5rem
}
