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

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


#close-div{
    font-size: 24px;
    color: white;
}

#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-letter-button{
    display: block;
    margin: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #e01a0a;
    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;
    object-fit: cover;
}


#header_span{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#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: 14px;
}


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


.message-call-btns:hover .message-call-icon, .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;
    padding: 0;
    max-width: 90%;
}

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


/*.intro-message-div:hover .intro-message-button, .intro-message-div:hover .first_container{
    background: #e01a0a !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: 14px;
    width: fit-content;
    height: auto;
    /* margin-top: 6px; */
    border-radius: 4px;
}


.chat-bubble .message{
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    padding: 8px 14px;
    border-radius: 4px;
    font-weight: 400;
}


.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: #f5f5f5;
    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;
    max-width: 90%;
}

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



            #add-message-form{
                display: flex;
                width: 100%;
                margin-bottom: 0;
                align-items: center;
                margin-bottom: 1px;
            }


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

            #btn-mobile img{
                /* width: 36px; */
                width: 40px;
                position: relative;
                bottom: 10px;
            }


            .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: #e01a0a;
                font-size: 38px;    
                margin: auto;
                display: block;
            }

            .video-icon-big{
                color: white;
                background: #e01a0a;
                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; 
            }

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

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



#get-user-details-div{
    position: absolute;
    z-index: 10000;
    background: white;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}

#get-user-details-div form{
    padding: 16px;
}

#get-user-details-div h1{
    margin-top: 20px;
    text-align: center;
    /* color: white; */
}

#get-user-details-div .form-label{
    /* color: white; */
}

#get-user-details-div button{
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .main-div{
        position: fixed; 
        width: 100% !important;
        height: 100%;
        right: 0px; 
        bottom: 0px; 
        background: white;
    }

    #text-body-div {
        position: absolute;
        bottom: 45px;
        left: 0;
        height: calc(100vh - 180px) !important;
        background: #fefefe;
    }
}

.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;
    width: 95%;
    padding: 10px 0;
}


.message-left-icon-div{
    display: none !important;
}

.chat-bubble .message p{
    margin-bottom: 0;
}

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

    background: #e11a0a;
    width: 36px;
    height: 37px;
    border-radius: 50%;
    color: white;
    position: relative;
    bottom: 0px;
    top: auto;

}

.form-submit:hover{
    background: #f12b1b;  
}

.row.form-input-row.running-options-active #form_input_container{
    height: 65px;
}

.row.form-input-row.running-options-active #add-message-form, .row.form-input-row.running-options-active .powered-by-row{
    display:none;
}

.row.form-input-row.running-options-active{
    border-top: none;
}

#trigger-button-div{
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    overflow-x: auto;
    display: none;
}

.running-options-active #trigger-button-div{
    display: flex;
    align-items: center;
}

.running-options-active #form_input_container{
    background: #fefefe;
}

.btn-trigger-option{
    background: white !important;
    color: #00a4ca !important;
    border: 1px solid #00a4ca !important;
    border-radius: 4px !important;
    margin-right: 12px;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 8px 16px !important;
}


.btn-trigger-option:hover{
    background: #00a4ca !important;
    color: white !important;
}