.logo-letter-button{
    display: block;
    margin: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #028fcc;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid white;
    text-transform: uppercase;
}


.logo-img{
    width: 48px;
    display: block;
    margin: auto;
    height: 48px;
    border-radius: 50%;
    border: none;
}


#header_span{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}


#subheader_span{
    font-size: 12px;
    color: white;
}




#messageCallDiv{
    margin-right: 0px;
    margin-left: 0px;
    height: 55px;
    width: 100%;
    background: #f2f2f2;
    border-bottom: 0px solid transparent;
    position: absolute;
    top:60px;
}



.blue_outline_icon{
    color: transparent !important;
    fill: none;
    fill-opacity: 1;
    stroke: #028FCC;
    stroke-width: 48px;
    stroke-opacity: 1;
}

.message-call-btns{
    display: block;
    margin: auto;
    background: white;
    color: #028FCC;
    border: 1px solid #028FCC;
    padding: 6px 24px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}


.message-call-icon{
    position: relative;
    right: 6px;
    bottom: 1px;
    font-size: 12px;
}


.message-call-btns:active{
    background: #028FCC;
    color: white;
    border: 1px solid #FFF;
}

.message-call-btns:active .message-call-icon{
    color: #028FCC !important;
    stroke: #FFF;
}

.message-left-icon-div{
    display: inline-block;
    float: left;
}

.message-left-icon-div button, .message-left-icon-div img{
    display: block;
    margin: auto 0px 0px 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #028fcc;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid white;
    text-transform: uppercase;
}













*{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.first_msg_span{
    padding: 2px 8px 0px 0px;
    display: inline-block;
    color: white;
    font-size: 15px;
}

.first_msg_span_text{
    display: inline-block;
    min-width: 240px;
    min-height: 10px;
}


.first_container{
    border-radius: 30px;
}

.pointer{
    cursor: pointer;
}

.chat-bubble{
    max-width: 75%;
    font-size: 13px;
    width: fit-content;
    height: auto;
    margin-top: 6px;
    border-radius: 4px;
}

            .chat-bubble .message{
                margin: 8px 10px;
            }

            .left{
                background: #E8E8E8;
                border: 1px solid #eff0f2;
                position: relative;
                left: 12px;
                float: left;
                /*border-top-left-radius: 0px;*/
                font-weight: 600;
                color: #4A3D3D;
            }

            .right{
               background: #01A3CA;
               position: relative;
               right: 32px;
               float: right;
               /*border-top-right-radius: 0px;*/
               clear: both;
               color: white;
            }

            /*.right:after{
                content: ' ';
                position: absolute;
                width: 0;
                height: 0;
                left: auto;
                right: -15px;
                top: 0px;
                border: 8px solid;
                border-color: transparent transparent transparent #01A3CA;
            }
            

            .left:after{
                content: ' ';
                position: absolute;
                width: 0;
                height: 0;
                right: auto;
                left: -15px;
                top: 0px;
                border: 8px solid;
                border-color: transparent #E8E8E8 transparent transparent;
                
            }*/

            .desktop{
                display: block;
            }

            .mobile{
                display: none;
            }

            .main-div{
                position: fixed; 
                width: 250px; 
                min-height: 60px; 
                right: 8px; 
                bottom: 8px; 
                border-radius: 6px;
                border-bottom-left-radius:0px;
                border-bottom-right-radius:0px;
                background: white;
            }

            #messageHeader{
                margin-right: 0px; 
                margin-left: 0px; 
                height: 60px; 
                cursor: pointer;
                border-radius: 6px;
                background: linear-gradient(0deg,#00b8c8, #028FCC);
                border-bottom-left-radius:0px;
                border-bottom-right-radius:0px; 
            }

            #headerSpan{
                color: white; 
                margin: auto; 
                font-size: 16px; 
                position: relative; 
                top: 14px; 
                font-weight: bolder;
            }

            

            .no_messages_div{
                display: flex;
                position: relative;
                width: 100%;
                height: 100%;
                align-items: center;
                background-color: #d9d9d9;
            }


            .no_messages_span{
                font-weight: bold;
                font-size: 24px;
                display: block;         }

            .div-btn-big{
                text-align: center;
                width: 100%;
            }


            #phone-btn-header{
                color: white; 
                background-color: transparent; 
                margin: auto; 
                font-size: 22px; 
                position: relative; 
                border: none; 
                font-weight: bolder;
                transform: rotate(90deg);
            }

            #video-btn-header{
                color: white; 
                background-color: transparent; 
                margin: auto; 
                font-size: 22px; 
                position: relative; 
                border: none; 
                font-weight: bolder;
            }


            /*#phone-btn-header:hover, #video-btn-header:hover{
                color: #028fcc;
                background: white;
            }*/


            .text-container{
                width: 100%; 
                height: 300px; 
                background-color: white; 
                border: 1px solid #f0f0f0;
                overflow-y: scroll;
            }

            #text-body-div{
                position: absolute; 
                bottom: 65px;
                left: 0;
                height: 265px; 
                width: 100%;    
                overflow-y: scroll;
                overflow-x: hidden;
                background: #F8F9F9;
            }

            /*#text-body-div::-webkit-scrollbar {
                display: none;
            }*/


            #form_input_container{
                margin: auto;
                width: 100%;
                padding-bottom: 40px;
                padding-top: 10px;
                background: white;
                border-radius: 4px;
            }


            .input_form_active_background{
                box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
            }



            .form-input-row{
                position: absolute; 
                bottom: -2px; 
                left: 0; 
                width: 100%; 
                min-height: 65px; 
                background-color: #F8F9F9;
                margin-right: 0 !important;
                margin-left:0 !important;
                z-index: 10;
                border-top: 1px solid #e6e6e6;
            }

            .form-input-row-no-top{
                border-top: none !important;
            }

            .powered-by-row{
                padding-left: 13px !important;
                padding-right: 0;
                bottom: -8px;
                left: 0;
                width: 100%;
                height: 12px;
                text-align: center;
                height: 24px;
                z-index: 100;
                background: #F8F9F9;

                position: absolute !important;
                background: transparent;
                top: -20px;
            }

            .powered-by-row span{
                font-size: 10px;
                margin-top: 2px;
                display: block;
                color: #a3a3a3;
            }

            .powered-by-row a{
                color: #7b8087;
            }


             
           




            .form-input{
                width: 100%;
                background-color: transparent !important;
                height: 100%;
                border: none;
                padding-left: 12px;
                outline: none;
            }

            .form-input::-webkit-input-placeholder {  
               font-style: italic;
            }

            #btn-mobile{
                position: fixed;
                right: 6px;
                bottom: 6px;
                color: white;
                background: radial-gradient(#8bd3dc, #00b8c8, #028fcc);
                border-radius: 50%;
                padding: 16px;
                border: 2px solid transparent;
                font-size: 38px;
                width: 75px;
                height: 75px;
                -webkit-animation: bounce 12s ease-out;
                -moz-animation: bounce 12s ease-out;
                -o-animation: bounce 12s ease-out;
                animation: bounce 12s ease-out;
                animation-iteration-count: infinite;
                -moz-animation-iteration-count: infinite;
                -webkit-animation-iteration-count: infinite;
                -o-animation-iteration-count: infinite;
                box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
                cursor: pointer;
            }

            #btn-mobile img{
                width: 36px;
            }

            .no-extra-padding{
                padding-left: 0 !important;
                padding-right: 0 !important; 
            }

            .full-height{
                height: 100%;
            }

            .form-submit{
                background: transparent; 
                border: none; 
                font-size: 24px; 
                position: relative; 
                right: 10px; 
                top:6px;
                height: 100%;
                color: #ADADAD;
                outline: none;
            }

            /*.form-submit:hover{
                background: white;  
                color: #0072A3;
            }*/

            .chat-parent-div{
                display: block;
                width: 100%;
                position: relative;
                clear: both;
                margin-top: 8px;
            }

            button{
                outline: none;
            }

            .hide{
                display: none;
            }


            .intro-container{
                padding: 2px !important;
                margin-top: 0px;
                top: 16px;
            }

            .intro-message-div{
                background-color: transparent;
                padding: 3px 0;
                text-align: center;
                left: 6px;
                padding-right: 4px !important;
            }


            .blue_background{
                background-color: #01A3CA;
            }

            .intro-message-phone{
                transform: rotate(90deg);
            }


            .icon-chat{
                float: left;
                width: 30px;
                margin-left: 6px;
                margin-top: 8px;
            }

            #textarea{
                margin-top: 8px;
                resize: none;
            }

            #textarea::placeholder{
                color: #ADADAD;
                font-weight: 300;
            }





    @-webkit-keyframes bounce{
        0%, 6%, 12%, 18% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        3%,9% {
            -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
        }
        15% {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }
    }

    @-moz-keyframes bounce {
        0%, 6%, 12%, 18% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        3%,9% {
            -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
        }
        15% {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }
    }

    @-o-keyframes bounce {
        0%, 6%, 12%, 18% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        3%,9% {
            -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
        }
        15% {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }
    }

    @keyframes bounce {
        0%, 6%, 12%, 18% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        3%,9% {
            -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
        }
        15% {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }
    }
            


            @media screen and (max-width: 768px){

                .mobile{
                    display: inline-block;
                }

                .desktop{
                    display: none;
                }

                .main-div{
                    position: fixed; 
                    width: 100%; 
                    height: 100%; 
                    left: 0; 
                    top: 0; 
                }

                .text-container, #text-body-div {
                    height: auto;
                    top: 115px;
                }

                .mobile-close-btn{
                    background: transparent;
                    color: white;
                    font-size: 24px;
                    border: none;
                }

                .force-show{
                    display: block !important;
                }

                #headerSpan {
                    top: 8px;
                }

                

                .form-submit{
                    right: 4px;
                }

                .left{
                    left: 16px;
                }

                .right{
                    right: 16px;
                }

                .chat-bubble{
                    font-size: 16px;
                }
            }
                
            .icon_img_mobile{
                box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.4);
                border-radius: 50%;
                width: 40px;
            }


            .open-header{
                height: 100%;
                display: flex;
                align-items: center;
            }

            .open-header-call-buttons{
                color: white;
                background: transparent;
                outline: transparent;
                border:transparent;
                font-size: 32px;
            }


            #textarea{
                color: #4A3D3D;
                margin-top: 8px;
                resize: none;
                font-size: 16px;
            }

            #textarea::placeholder{
                color: #D2D6D9
            }

            .intro-message-button{
                width: 36px;
                height: 36px;
                position: absolute;
                top: -4px;
                border-radius: 50%;
                background: #01A3CA;
                color: white;
                border: 2px solid white;
                font-size: 18px;
                left: 0px;
                /* box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.4); */
            }

            .intro-message-span{
                position: absolute;
                top: 36px;
                color: #028FCC;
                right: 36px;
                text-transform: capitalize;
                cursor: pointer;
            }


            #intro-row{
                margin-right:0;
                margin-top: 4px;
                margin-left: 0;
                min-height: 140px; 
            }

            .left-row-message{
                margin-right:0 !important;
                margin-left: 0 !important;
                margin-top: 8px;
                display: flex;
                align-items: center;
            }


            #header_title_open{
                font-size: 20px;
                display: block;
                color: white;
            }

            #header_sub_open, .header_sub_open{
                font-size: 20px;
                display: block;
                color: white;
            }


            .open-header-call-buttons{
                color: white;
                background: transparent;
                outline: transparent;
                border:transparent;
                font-size: 30px;
            }


            .blue_outline_button{
                color: transparent !important;
                fill: none;
                fill-opacity: 1;
                stroke: #ffffff;
                stroke-width: 32px;
                stroke-opacity: 1;
            }

            /*.blue_outline_button:hover, button:hover .blue_outline_button{
                color: white !important;
            }*/

            .no_padding{
                padding: 0;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .left-row-message{
                margin-right:0 !important;
                margin-left: 0 !important;
                margin-top: 8px;

            }

            .no_right_padding{
                padding-right: 0 !important;
            }

            .no_left_padding{
                padding-left: 0 !important;
            }

            .intro-message-text{
                padding-bottom: 12px;
            }
