.intro-message-div:hover .blue_outline_button{
    color: white !important;
}


.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:hover, .message-call-btns:active{
    background: #028FCC;
    color: white;
    border: 1px solid #FFF;
}


.message-call-btns:hover .message-call-icon, .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;
}



/*.intro-message-div:hover .intro-message-button, .intro-message-div:hover .first_container{
    background: #028FCC !important;
}*/

.intro-message-div:hover .first_container{
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.3);
}


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

#online_state{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: grey;
    display: inline-block;
    position: relative;
    top: 12px;
    right: 6px;
}

.first_msg_span{
    padding: 2px 12px 2px 0px;
    display: inline-block;
    color: white;
}

.first_container{
    border-radius: 30px;
}

.pointer{
    cursor: pointer;
}

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


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


.icon_img{
    box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.4);
    border-radius: 50%;
}


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


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


.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;   
}*/


            .full-height{
                height: 100%;
            }

            .desktop{
                display: block;
            }

            .mobile{
                display: none;
            }

            .main-div{
                position: fixed; 
                width: 380px; 
                min-height: 50px; 
                right: 8px; 
                bottom: 8px; 
                border-radius: 15px;
                border-bottom-left-radius:0px;
                border-bottom-right-radius:0px;
                box-shadow: 0 5px 20px rgba(0,0,0,.16) !important;
            }

            #messageHeader{
                /*display: none;*/
                margin-right: 0px; 
                margin-left: 0px; 
                height: 50px; 
                cursor: pointer;
                border-radius: 8px;
                border-bottom-left-radius:0px;
                border-bottom-right-radius:0px; 
                background: linear-gradient(0deg,#00b8c8, #028FCC);
                border-bottom: 0px solid transparent;
                box-shadow: 0 5px 20px rgba(0,0,0,.16) !important;
            }

            .no_messages_span{
                font-weight: bold;
                font-size: 22px;
                display: block;
                color: black;
            }

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

            #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, #chat-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, #chat-btn-header:hover{
                color: #028fcc;
                background-color: white; 
            }


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

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

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

            #form_input_container{
                margin: auto;
                width: 100%;
                padding-top:4px;
                padding-bottom: 30px;
                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: 0px; 
                left: 0; 
                width: 100%; 
                min-height: 50px; 
                background-color: #F8F9F9;
                border-top: 1px solid #dadada;
                margin-right: 0 !important;
                margin-left:0 !important;
                margin-bottom: 0px;
                z-index: 10;
            }

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

            .powered-by-row{
                padding-left: 13px !important;
                padding-right: 0;
                bottom: -3px;
                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: 5px;
                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;
                position: relative;
                top:-2px;
            }

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

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

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

            

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



            #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;
                box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
            }

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


            .no_messages_div{
                display: flex;
                position: relative;
                width: 100%;
                height: 100%;
                background-color: #d9d9d9;
                align-items: center;
            }
            
            #video-btn-big{
                background: transparent;
                color: white;
                padding: 16px;
                border-radius: 50%;
                border: #028FCC;
                font-size: 38px;    
                margin: auto;
                display: block;
            }

            .video-icon-big{
                color: white;
                background: #028fcc;
                padding: 24px;
                border-radius: 50%;
                width: 90px !important;
                height: 90px !important; 
                box-shadow: 3px 3px 8px rgba(0,0,0,0.6);
            }

            .video-icon-big:hover{
                background: #024DFF;
            }

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

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

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

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

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

            button{
                outline: none;
            }

            .button-header-div{
                position: relative;
                right: 10px;
            }

            .hide{
                display: none;
            }


            #textarea{
                color: #404040;
                margin-top: 8px;
                resize: none;
                font-size: 13px;
            }

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

            .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;
            }

            .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: 130px; 
            }

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

            }

            .first_msg_span_text{
                min-width: 250px;
                display: inline-block;
                min-height: 12px;
            }


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

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

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

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


            .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;
            }

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

            .top_padding{
                padding-top: 6px;
            }


            .headerOpen{
                height: 60px !important;
            }