/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

#start_customer_chat_window,
#online_customer_chat_window {
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 250px;
    min-height: 350px;
    height: auto;
    z-index: 10000;
    border: 1px solid;
    background-color: #fff;
    display: none;
    font-weight: bold;
}

#start_customer_chat_window_close {
    border-radius: 50%;
    color: white;
    cursor: pointer;
    /* margin-left: 115px; */
}

#online_customer_chat_window_close {
    background-color: white;
    border-radius: 50%;
    color: black;
    margin-left: 3px;
    cursor: pointer;
}

.chat_window_header {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 5px;
    color: white !important;
    font-size: 14px !important;
    border-bottom: 1px solid black;
}

.date_view {
    color: #bcbcbc !important;
    font-size: 11px;
}

.style_cls {
    margin-top: 5px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #bbb;
    word-break: break-all;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.image_div {
    width: 14%;
    float: left;
    margin-left: 5px;
}

.chat_text_div {
    color: #000;
    font-weight: 300;
    width: 81%;
    float: left;
}

#chat_area {
    width: 100%;
    height: 225px;
    overflow-y: scroll;
}

#msg_area {
    padding: 5px !important;
    width: 100%;
    bottom: 0;
}

.comment_icon_i {
    background-color: #cccccc;
    border-radius: 50%;
    color: #fff;
}

.comment_icon_i:before,
.comment_icon_i:after {
    padding-top: 5px;
}

#comment_icon {
    display: inline-block;
}

#seller_info {
    border-bottom: 1px solid #bbb;
    float: left;
    padding: 5px;
    width: 98%;
}

#seller_name {
    color: rgb(84, 124, 192);
    margin: 0px !important;
}

.chat_name {
    font-weight: 800 !important;
    color: rgb(84, 124, 192);
    margin: 0px !important;
}

#seller_name_div {
    display: inline-block;
    background-color: #ffffff;
}

.seller_status_color {
    padding-left: 2px;
    color: #777777;
}

#fill_details_div {
    width: 100%;
    float: left;
    padding: 5px;
    font-size: 14px;
}

#fill_details_div .form-control {
    font-size: 14px !important;
}

.input_cls {
    height: 35px !important;
}

.input_cls,
#customer_msg {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 60px;
}

#start_customer_submit {
    padding: 8px 0px;
    color: #ffffff;
    /* font-size: 15px; */
    font-weight: bolder;
    border: 1px groove #999999;
    background-color: rgb(66, 173, 83);
    /* position: relative; */
    cursor: pointer;
    top: -30px;
    width: 100%;
    margin-top: 2px;
}

#start_customer_submit:hover {
    color: #444;
}

#continue_customer_chat {
    padding: 8px 80px;
    color: #ffffff;
    /* font-size: 15px; */
    font-weight: bolder;
    border: 1px groove #999999;
    background-color: rgb(66, 173, 83);
    position: relative;
    cursor: pointer;
}

#continue_customer_chat:hover {
    color: #444;
}

#return_msg {
    padding: 2px 5px;
}

#mp_chat_name_seller {
    width: 80%;
    float: left;
    word-wrap: break-word;
    color: white;
}

#online_customer_chat_window_close_span {
    width: 20%;
    float: left;
}

#online_customer_chat_window_hide,
#online_customer_chat_window_show {
    background-color: white;
    border-radius: 50%;
    color: black;
    cursor: pointer;
}

#online_customer_chat_window_hide,
#online_customer_chat_window_show,
#online_customer_chat_window_close {
    font-size: 20px !important;
}

pre.cust_msg {
    color: inherit !important;
    margin-bottom: 0px !important;
}

.wk-textares-attachment .icon_attach {
    /* position: absolute; */
    bottom: -5px;
    right: 5px;
    float: inline-end;
}

.wk-textares-attachment {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

#customer_text_msg {
    resize: none;
}
#wk_click{
    position: relative !important;
    bottom: 44px;
    left: 12rem;
    outline: none !important;
}

.wk-textares-attachment .icon_attach img {
    cursor: pointer;
}

.wk-textares-attachment #customer_file {
    display: none;
}

.wk-textares-attachment #customer_file_msg {
    display: none;
}


/*#fill_details_div .icon_attach {
    padding: 10px;
    min-width: 40px;
}*/


/*#fill_details_div .wk-txt-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}*/

.wk-cht-attachment {
    width: 50px;
}

.wk-cht-attachment:hover {
    opacity: 0.5;
    cursor: pointer;
}

.wk-textares-attachment .form-control {
    outline: none !important;
}
.custom-checkbox label{
    font-size: smaller !important;
}