@charset "utf-8";
/* jump */
#jump{position:fixed;bottom:70px;right:10px;width:60px;z-index:400;}
*html #jump{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0;}
#jump li{height:60px;overflow:hidden;}
#whatsapp{display:block;width:60px;height:60px;overflow:hidden;cursor:pointer;}
#whatsapp{background:url(../img/message.svg) no-repeat;}


.convrs-chat-mainicon {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #42a5f5;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    cursor: pointer;
}

.convrs-image-icon {
    height: 56px;
    width: 56px;
    margin: 0;
    padding: 0;
}

.convrs-chat-channel-image {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
	margin-bottom:5px;
}

ul.convrs-chat {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}

.convrs-chat-prompt-container {
    position: fixed;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background: #ffffff;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    height: auto;
    width: 320px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}