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

*{
    font-family: "Roboto", sans-serif;
}


#close-div{
    font-size: 24px;
    position: relative;
    color: white;
    left: 2px;
}

#vidphone-initial-msg{
    background: #fff;
    font-size: 12px;
    width: 150px;
    padding: 4px 10px;
    position: absolute;
    right: 88px;
    top: 38px;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    cursor: initial;
    border: 1px solid black;
}

#initial-close{
    width: 20px;
    position: absolute;
    left: 0px;
    top: 38px;
    font-size: 12px;
    padding: 0;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: transparent;
    border: none;
}

#initial-close svg{
    width: 20px;
    height: 20px;
    fill: #000;
    background-color:#acb1ba;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    border:1px solid white;
}


#initial-close:hover svg,#initial-close svg:hover{
    background-color: #000;
}

.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: #e01a0a;
    stroke-width: 48px;
    stroke-opacity: 1;
}

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


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


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

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


#featured-video-div{
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    background: black;
    z-index: 100;
}


#featured-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#close-featured-video, #mute-toggle-featured-video{
    position: absolute;
    right: 4px;
    top: 4px;
    color: white;
    background: none;
    box-shadow: none;
    border: none;
    font-size: 24px;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
}

#mute-toggle-featured-video{
    left: 4px;
    width: 24px;
    font-size: 24px;
    color: white;
    background: black;
    height: 24px;
    border-radius: 50%;
}


#mute-toggle-featured-video .on{
    display: none;
}


#mute-toggle-featured-video.muted .off{
    display: none;
}


#mute-toggle-featured-video.muted .on{
    display: block;
}



#close-featured-video i, #close-featured-video svg, #mute-toggle-featured-video i, #mute-toggle-featured-video svg{
    border-radius: 50%;
    border: 1px solid black;
}


#mute-toggle-featured-video i, #mute-toggle-featured-video svg{
    font-size: 18px;
}

.message-left-icon-div{
    float: left;
    padding: 0px;
}


.chat-bubble.left{
    width: auto;
}


.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: #e01a0a;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid white;
    text-transform: uppercase;
}




.video-vmail{
    max-width: 80%;
    border-radius: 8px;
}

.left.voice-vmail,.left.video-vmail {
    background: transparent;
    border: none;
    left: 0;
}








*{
    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: #e01a0a;
                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: #e01a0a;
                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-top:12px;
                padding-bottom: 0px;
                background: white;
                border-radius: 4px;
            }



            #add-message-form{
                display: inline-flex;
                width: 100%;
            }


            .footer-vmail-btns{
                background: white;
                border: none;
                font-size: 16px;
                position: relative;
                color: #67748e;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                box-shadow: rgb(0 0 0 / 11%) 0px 4px 7px -1px, rgb(0 0 0 / 7%) 0px 2px 4px -1px;
                margin-right: 8px;
            }


            .footer-vmail-btns.video{
                background: #e01a0a;
                color: white;
            }

            .footer-vmail-btns:hover{
                background: #eeeeee;
                color: #78859f;
            }

            .footer-vmail-btns.video:hover{
                background: #2fa1ff;
                color: white;
            }


            .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: #e01a0a;
                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; */
                width: 40px;
                position: relative;
                bottom: 10px;
            }

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

            .full-height{
                height: 100%;
            }

            .form-submit{
                background: transparent;
                border: none;
                font-size: 18px;
                position: relative;
                top: 8px;
                height: 100%;
                color: #67748e;
                outline: none;
            }

            .form-submit:hover{
                background: white;  
                color: #78859f;
            }

            .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: #e01a0a;
                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;
            }
