﻿#openChatBot {
    position: fixed;
    bottom: 20px;
    background-image: url(https://cdn.ciptex.com/lpg-dev/speech-bubble-with-dots.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 0;
    right: 30px;
    z-index: 2;
    background-color: #00293a;
}



@media (min-width: 768px) {
    #botDiv #iframeOpenChatBot {
        right: 14px !important;
    }

}

#botDiv #iframeOpenChatBot {
    position: fixed;
    bottom: 10px;
    right: 0px;
    max-width: 390px;
    height: 500px;
    z-index: 999;
    border: none;
    border-radius: 10px;
    border: 2px solid #eee;
}

#botDiv {
    position: relative;
    width: 100%;
}

#botDiv a {
    font-family:Montserrat;
    text-decoration:none;
    position: fixed;
    bottom: 495px;
    right: 0px;
    right: 45px;
    z-index: 1000;
    color: blue;
    border: medium;
    border-radius: 6px;
    min-height: 20px !important;
    width:20px;
    font-size: 11px !important;
    cursor: pointer;
    margin: 0;
    outline: 0;
    user-select: none;
    vertical-align: middle;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: center;
    box-sizing: border-box;
    box-shadow: none;
    white-space: nowrap;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background-color: #1FD1F9;
    color: #24249B;
}

#botDiv iframe {
    width: 100%;
}

