main .chat-module .top-bar .right{
    width: auto;
    padding-bottom: 0;
}
main .chat-module{
    width: 300px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
main #mpchatbox-component{
    width: 320px;
}
main .reply-container{
    height: 320px;
}
main .server-error {
    margin: 8px;
}
main .chat-module .self .messages{
    background: #E8EDFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: relative;
    left: -4px;
    box-shadow: -1.5px 1.5px 1px -0.5px rgb(0 0 0 / 10%);
}
main .chat-module .self .avatar:after {
    /* content: ""; */
    content: initial;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0;
    height: 0;
    border: 11px solid #E8EDFF;
    border-right-color: transparent;
    border-top-color: transparent;
    /* border-bottom-color: transparent; */
    box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
}
main .chat-module .messages p {
    font-size: 14px;
}
main .chat-module .other .messages{
    /* background: #fff2ed; */
    background: #ffc9c9;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 10px;
    position: relative;
    left: 4px;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 10%);
}
main .chat-module .other .avatar:after {
    content: initial;
    /* content: ""; */
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
    height: 0;
    border: 11px solid #fff2ed;
    border-left-color: transparent;
    border-bottom-color: transparent;

}
main .reply-container, main .chat-module .discussion{
    background: #f7f7f7;
}
main .chat-module .dropup{
    padding-bottom: 6px;
    bottom: 0;
}
#mpchatbox-component #bottom-controls {
    border-top: 2px solid #ec1c23;
}
main .chat-module .dropup > .emoticons_div {
    position: relative;
    top: 5.5px;
    z-index: 2;
}
.chat-module .dropdown-menu-right .smiley_pad {
    width: 100%;
}
main .chat-module .dropup.show > .dropdown-menu {
    height: 250px;
    width: 250px;
    padding: 10px;
    text-align: center;
    display: block;
    top: -4px !important;
}
main .chat-module .dropup > .dropdown-menu,
main .chat-module .dropup span[aria-expanded=false] + .dropdown-menu-right {
    display: none;
}
main .chat-module .dropup img.attachment-img {
    cursor: pointer;
}

#mpchatbox-component .chat-module .top-bar h1 {
    font-size: 16px;
    font-weight: 500;
}
#mpchatbox-component .chat-module .top-bar {
    background-color: #ec1c23;
    color: #fafafa;
    padding-bottom: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
main .chat-module .chat-controls .list-group-item .chat_status:before{
    height: 12px;
    margin: -1px 0px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
main .chat-module .chat_status.online:before{
    background: #00B900;
}


main .chat-module .menu-container._expanded {
    background: initial;
}
main .chat-controls > .controls{
    color: #646464;
}
main .chat-controls .wk_chat_setting {
    right: -18px;
}
main .chat-controls .wk_control_status {
    top: 5px;
    right: -2px;
}
main .chat-controls .load_history {
    position: relative;
    top: 3px;
}
main .chat-controls .load_history .wk_chat_history_options.list-group {
    margin-top: -2px;
    width: 120px;
}
main .chat-controls .load_history .wk_chat_history_options.list-group .list-group-item {
    font-size: 13px;
}
main .chat-controls .wk_chat_setting > .wk_chat_setting_options div#wk_profile_setting {
    font-size: 13px;
}
main .chat-controls .wk_chat_setting_options.list-group._expended {
    width: 140px;
    top: 34px;
}
main .chat-module .top-bar .typicons-minus {
    right: -8px;
}
main .chat-module .top-bar .typicons-plus {
    right: -8px;
    position: relative;
}
.row #mpchatbox-component._minimize {
    transform: translateY(85%);
}
.chat-module .login-container1 label.label,
.chat-module .login-container1 input,
.chat-module .login-container1 span.register-text {
    font-size: 16px !important;
}
.start-chat-container textarea.start_message {
    font-size: 15px;
}
.wk-mp-main div#active-users .pannel-control {
    background-color: #fff;
    left: -51px;
    top: 70px;
}
.wk-mp-main div#active-users .pannel-control::before {
    left: 1rem;
}
.wk-mp-main div#active-users .pannel-control::after {
    left: initial;
    right: -8px;
}
div[id^="chat-window-"]._show .chat-module .left.message-box {
    width: 70%;
    padding: 0px 5px;
}
div[id^="chat-window-"]._show .chat-module .message-box textarea {
    font-size: 14px;
    line-height: 30px;
    border: 0;
}
div[id^="chat-window-"]._show .chat-module .top-bar .typicons-minus {
    right: 3px;
    top: 0;
}
div[id^="chat-window-"]._show .chat-module .top-bar .typicons-plus {
    right: 1px;
    top: 0px;
}
main div[id^="chat-window-"]._show .chat-module .dropup.show > .dropdown-menu {
    height: 180px;
    width: 180px;
}
div[id^="chat-window-"]._show .top-bar.seller-side .load_history .wk_chat_history_options {
    right: 54px;
}
.chat-model div#chat-data span.server-error {
    width: 90%;
    text-align: center;
    margin: 8px auto;
}
.chat-model div#chat-data .model-search-bar input[type="text"] {
    height: 36px;
}
.chat__menu .submenu-title {
    margin-bottom: 5px;
}
header.top-bar.seller-side {
    background-color: #787878;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px 5px 15px 5px;
}
main .chat-module .chat-controls .list-group-item .chat_status.online:before {
    background: #00B900;
}
#mpchatbox-component .chat-module .top-bar span.chat_status.offline {
/*     opacity: 0; */
}
main span.chat-error {
    margin: 8px;
    top: 78px;
    z-index: 1;
    left: 11px;
    width: 86.8%;
}
.chat-module .chat_status:before{
    margin: 0;
}
body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.left,
body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.right {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
main .chat-module .discussion .avatar img,
.chat-customer-list .user_image img {
    border-radius: 25px;
}
.chat-module .chat_status.offline:before{
    background: #cbcbcf;
}

.chat-model .chat-customer-list > li {
    border-radius: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    border-bottom: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 0;
    width: auto;
}
header.top-bar.seller-side .top-avatar {
    width: 40px;
    float: left;
}
header.top-bar.seller-side .top-avatar img {
    border-radius: 25px;
}
header.top-bar.seller-side .chat_status {
    position: relative;
    top: 18px;
    left: -6px;
}
/* header.top-bar.seller-side .chat_status + h1 {
    position: relative;
    top: 4px;
    left: -8px;
} */
header.top-bar.seller-side .chat_status + h1 {
    position: relative;
    margin: 0 0px;
    float: left;
}
div#chat_window_container div[id^="chat-window-"]._minimize {
    transform: translateY(74%);
}
body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.right {
    position: relative;
    top: 5px;
    right: -12px;
}
.chat__menu._show {
    border-radius: 8px;
    padding-top: 10px;
}
.chat__menu .enable-chat {
    margin: 10px;
}
.chat__menu .enable-chat button.enable_chat {
    color: #fff ;
    background: #4f9ee7;
    border: 1px solid #4f9ee7;
}
.chat__menu .enable-chat button.enable_chat:hover {
    background: #1979c3;
    border: 1px solid #1979c3;
}
.chat-model div#chat-data {
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}
.chat-model div#chat-data span.server-error {
    order: 100;
}
.chat-model div#chat-data header.model-chat-controls {
    order: 0;
    position: absolute;
    top: 9px;
    width: 100%;
}
.chat-model div#chat-data .model-search-bar {
    order: 150;
}
.chat-model div#chat-data ol.chat-customer-list {
    top: 0;
    width: 100%;
    -webkit-padding-start: 0;
}
header.top-bar.seller-side .top-name-status {
    display: flex;
    color: #fff;
}
main .chat-module .chat-loading-mask {
    background-color: initial;
    background-image: linear-gradient( to bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0) 30%, rgba(255,255,255, 1) 100%);
    width: 100%;
    right: 0;
    left: 0;
}
header.top-bar.seller-side .top-name-status span.status-txt {
    color: #fff;
    margin-left: -5px;
}
header.top-bar.seller-side .top-name-status .customer-name {
    color: #fff;
    float: left;
    text-align: left;
    display: block;
    position: absolute;
    width: 100%;
    margin-left: 10px;
}
body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.left {
    width: 90%;
    position: absolute;
}
header.top-bar.seller-side .top-name-status span.status-txt {
    color: #fff;
    margin-left: -5px;
}
div#active-users .chat__menu .submenu-title {
/*     margin-bottom: 10px;
    margin-left: 20px; */
    margin-bottom: 15px;
    margin-left: 50px;
    font-size: 18px;
}
.chat-model div#chat-data ol.chat-customer-list{
    height: 72vh;
}
.chat__menu div#chat-data{
    height: 100vh;
}
div#active-users .chat__menu .action-close {
    color: #000;
    padding: 14px 12px;
    font-size: 12px;
}
.chat-model .chat-customer-list .user-action {
    top: initial;
    right: 5px;
    bottom: 0;
    padding: 5px 8px;
}
.chat-model div#chat-data ol.chat-customer-list span.name,
.chat-model div#chat-data ol.chat-customer-list span.email {
    margin-left: 40px;
}
.chat-model .chat-customer-list > li .chat_status {
    left: 5px;
    z-index: 1;
    top: 22px;
}
.chat-model .chat_status.online:before{
    background: #00B900;
}
.chat-model .model-chat-controls .wk_control_status {
    font-size: 22px;
    top: 1px;
    float: left;
    position: relative;
    right: 4px;
    margin-top: 0;
}
.chat-model .model-chat-controls .wk_chat_setting {
    padding: 2px;
    font-size: 18px;
    top: 2px;
    position: relative;
    right: 14px;
    float: left;
}
.chat-model .model-chat-controls .wk_chat_sound {
    font-size: 18px;
    top: 3px;
    float: left;
    position: relative;
    float: left;
    right: 18px;
    width: 24px;
}

/* -----------------------------Custom Theme V.3 ----------------------------------------------- */


main .reply-container{
    height: 400px;
}
#mpchatbox-component .chat-module .top-bar {
    background-color: rgb(255, 255, 255);
    color: #444;
}
main .chat-module, #mpchatbox-component .chat-module .top-bar{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#mpchatbox-component .chat-module .top-bar .right {
    width: 80px;
}
.chat-module .top-bar .left .image_block.seller-image {
    width: 40px;
    float: left;
}
#mpchatbox-component._maxmimize .chat-module .top-bar .left {
    display: flex;
}
#mpchatbox-component._maxmimize .chat-module .top-bar .right{
    width: 60px;
    padding: 5px 5px;
}
section.all-seller-module {
    width: 350px;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.chat-module .reply-container .login-register-container {
    padding: 5px 50px;
}
.chat-module .reply-container .login-register-container span {
    font-size: 14px !important;
}
.chat-module .top-bar .left .image_block.seller-image + .txt_block {
    width: 190px;
}
section.all-seller-module {
    width: 240px;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    position: absolute;
    bottom: 20px;
    left: -240px;
    height: 491px;
}
.row #mpchatbox-component._minimize section.all-seller-module {
    display: none;
}
.chat-module .top-bar .left .image_block.seller-image img#user-profile-image {
    height: auto;
}
.chat-module .top-bar .left .image_block.seller-image + .txt_block .img-status {
    width: 20px;
    float: left;
    position: relative;
}
#mpchatbox-component .chat-module .top-bar .left .box-title {
    height: 30px;
    margin-bottom: 0;
    line-height: 26px;
}
#mpchatbox-component .chat-module .top-bar .left .box-title .txt-status {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgb(109, 113, 135);
    margin-left: 24px;
}
main .chat-module .chat_status.online:before {
    top: -6px;
    left: 10px;
    position: relative;
}
#mpchatbox-component .chat-module .top-bar .left .box-title .chat-title {
    margin-left: 10px;
}

main .chat-module .self .messages {
    padding: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(24, 28, 47);
    overflow-wrap: break-word;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px 8px 2px;
    background: rgb(236, 239, 253) !important;
}
main .chat-module .other .messages {
    padding: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(24, 28, 47);
    overflow-wrap: break-word;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 2px 8px 8px;
    background: rgb(255, 255, 255) !important;
}
#mpchatbox-component #bottom-controls {
    border-top: 2px solid rgb(231, 231, 235);
}

.chat-module .top-bar .right > i.fa.fa-ellipsis-h.menu-container {
    display: none;
}
main .chat-module .top-bar .typicons-minus {
    right: -25px;
}
main .chat-module .top-bar .typicons-plus {
    right: -25px;
    position: relative;
}
main .chat-module .discussion li.self .avatar {
    display: none;
}
header.top-bar.seller-side .chat_status{
    position: relative;
    top: 20px;
    left: -6px;
    margin-left: 15px;
}
#chat_window_container header.top-bar.seller-side .top-name-status .customer-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgb(24, 28, 47);
    margin: 0px;
    margin-left: 10px;
}
header.top-bar.seller-side .top-name-status span.status-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgb(109, 113, 135);
}
main .chat-module .chat_status.online:before {
    position: relative;
    top: 1px;
    left: 2px;
}
main .chat-module {
    background: transparent;
}
body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.right {
    position: relative;
    top: 0;
    color: rgb(24, 28, 47);
}
.chat-module header.top-bar.seller-side {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(231, 231, 235);
}
main .chat-module #bottom-controls {
    border-top: 2px solid rgb(231, 231, 235);
}
.chat-model div#chat-data header.model-chat-controls > .controls {
    position: absolute;
    right: 68px;
    top: 3px;
}
.chat__menu .search-seller {
    float: right;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 8px;
}
.search-seller.custom-icon.custom-search {
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    right: 12%;
    top: 12px;
    position: absolute;
}
.chat-model div#chat-data .model-search-bar {
    order: 0;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 1px;
    display: none;
}
.search-seller._expended + .model-search-bar {
    display: block;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition:transform 1.05s ease-in-out;
    -ms-transition:transform 1.05s ease-in-out;
}
.chat-model div#chat-data .search-seller.custom-icon.custom-search._expended + .model-search-bar {
    display: block;
}
.chat-model div#chat-data .model-search-bar input[type="text"]{
    border-radius: 0;
}
div#chat_window_container div[id^="chat-window-"]._minimize {
    transform: translateY(85%);
}
main .chat-module{
    height: auto !important;
}
#chat_window_container header.top-bar.seller-side .top-name-status .customer-name{
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.2em;
    white-space: nowrap;
}
main .chat-module .top-bar .typicons-minus {
    right: 3px;
    top: 0;
}
.profile-image.seller-image {
    border: 1px solid rgb(231, 231, 235);
}
span.profile-image.seller-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
main .chat-module .discussion .avatar img,
.chat-customer-list .user_image img {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(231, 231, 235);
}
.chat-module .top-bar .left .image_block.seller-image img#user-profile-image{
    width: 40px;
    height: 40px;
    border: 1px solid rgb(231, 231, 235);
}
.chat-module .top-bar .left .image_block.seller-image + .txt_block .img-status span.chat_status {
    position: relative;
    top: -6px;
    left: 6px;
}
main .chat-module .top-bar .typicons-minus {
    right: -20px;
    top: 0;
}
.chat-customer-list .user_image img{
    border: inherit;
}
.chat-model .user-block-reason button.button.action.primary {
    background: #e3e3e3 none repeat scroll 0 0;
    border-color: #adadad;
    height: 30px;
}
main .chat-module, #mpchatbox-component .chat-module .top-bar{
    border-radius: 8px 8px 0px 0px;
}
.page-footer #yt-totop-fix{
    bottom: 65px;
}


/* -----------------------------End Custom Theme V.3 ----------------------------------------------- */

/* ----------------------------- Custom Theme V.4 ----------------------------------------------- */
div#active-users .chat__menu._show{
    transform: translateY(0%);
    width: 760px;
}
main #mpchatbox-component._maxmimize .chat-module, .container #mpchatbox-component._maxmimize{
    transform: translateY(0%);
}
div#active-users .chat__menu._show .chat-model {
    display: block;
}
div#active-users .chat__menu .chat-model {
    display: none;
}
div#active-users .chat__menu {
    top: inherit;
    left: inherit;
    bottom: 0;
    min-height: auto;
    right: 5%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.chat__menu div#chat-data {
    height: 50vh;
}
.wk-mp-main div#active-users .pannel-control{
    left: inherit;
    top: inherit;
    bottom: 1px;
    right: -150px;
}
.wk-mp-main div#active-users .pannel-control::before, .wk-mp-main div#active-users .pannel-control::after {
    content: initial;
}
.wk-mp-main div#active-users .pannel-control {
    overflow: hidden;
    background: rgb(255, 255, 255);
    /* box-shadow: rgb(0 0 0 / 8%) 0px 1px 2px, rgb(0 0 0 / 12%) 0px 12px 24px; */
    border-radius: 8px 8px 0px 0px;
    border: 0px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 16px;
    /* font-family: Poppins, sans-serif; */
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    /* margin-right: 5%; */
    z-index: 500;
    right: 5%;
    width: 203.02px;
    height: 53px;
    -webkit-appearance: button;
    box-sizing: border-box;
}
.wk-mp-main div#active-users .pannel-control::after,
.submenu-title.chatbox-tiltle::after {
    content: "";

    display: block;
    /* background-size: 100%; */
    width: 20px;
    height: 20px;
    position: relative;
    top: 8px;
    z-index: 10;
}
div#active-users .chat__menu._show .pannel-control.opened {
    display: none;
}
.chat__menu div#chat-data {
    height: 50vh;
    width: 34.1%;
    /* width: 252.33px; */
    overflow: hidden;
    border-right: 1px solid #ccc;
}

.chat-model div#chat-data ol.chat-customer-list .user_image {
    width: 28px;
    height: 28px;
}
.chat-model div#chat-data ol.chat-customer-list .user-info {
    width: 100%;
}
.chat-model .chat-customer-list .user-action i.fa.fa-ban:before {
    font-size: 12px;
}
main .chat-module {
    width: 100%;
    box-shadow: inherit;
}
.chat-module header.top-bar.seller-side {
    border-radius: 0;
    box-shadow: initial;
    border-left: 0;
    border-right: 0;
}
.chat-model div#chat-data header.model-chat-controls {
    top: 1px;
    border-right: 1px solid #ccc;
}
.chat-model div#chat-data header.model-chat-controls .profile-control {
    display: none;
}
div#active-users .chat__menu strong.submenu-title.chatbox-tiltle {
    width: 31%;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
.submenu-title.chatbox-tiltle::after {
    position: absolute;
    right: 15px;
    top: 5px;
    background: url(../images/ico-msg-2.svg) no-repeat;
}
div[id^="chat-window-"]._show .chat-module .top-bar .typicons-minus,
div[id^="chat-window-"]._show .chat-module .top-bar .icon.typicons-times{
    display: none;
}
.chat-module header.top-bar.seller-side {
    padding: 10px 5px 10px 5px;
    height: 65px;
    cursor: initial;
    border-top-right-radius: 8px;
    border-top-left-radius: 0;
}
body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.right .load_history {
    cursor: pointer;
}
main .reply-container {
    height: 395px;
}
div#active-users div[id^="chat-window-"]._show {
    right: 5% !important;
    width: 26.25%;
    transform: translateY(100%);
    display: none;
}
div#active-users div[id^="chat-window-"]._maxmimize._show {
    transform: translateY(0);
    display: block;
}
div#active-users .chat__menu .action-close{
    padding: 10px 12px;
    z-index: 1;
}
.chat-model .action-close:before{
    font-size: 16px;
    content: "x";
    font-family: 'Typicons', sans-serif;
}
ol.chat-customer-list + .user-block-reason {
    width: 30%;
    padding: 25px 15px 10px 15px;
    height: 110px;
    left: -40%;
}
i.fa.fa-close.cancel-reason-box {
    position: absolute;
    right: 10px;
    top: 7px;
}
ol.chat-customer-list + .user-block-reason button:hover span {
    color: #EC1C24;
}
.chat-model .user-block-reason button.button.action.primary:hover {
    border-color: #EC1C24;
}
div[id^="chat-window-"]._show .chat-module .top-bar .typicons-plus {
    display: none;
}
div[id^="chat-window-"]._show .chat-module .top-bar .typicons-minus, div[id^="chat-window-"]._show .chat-module .top-bar .icon.typicons-times{
    display: none !important;
}

.container #mpchatbox-component._maxmimize {
    top: inherit;
    left: inherit;
    bottom: 0;
    min-height: auto;
    right: 5%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div#mpchatbox-component .buyyer-pannel-control {
    display: flex;
    overflow: hidden;
    background: rgb(255, 255, 255);
    /* box-shadow: rgb(0 0 0 / 8%) 0px 1px 2px, rgb(0 0 0 / 12%) 0px 12px 24px; */
    border-radius: 8px 8px 0px 0px;
    border: 0px;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 16px;
    /* font-family: Poppins, sans-serif; */
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    position: fixed;
    /* bottom: 0px; */
    /* margin-right: 5%; */
    z-index: 500;
    /* right: 5%; */
    width: 203.02px;
    height: 53px;
    -webkit-appearance: button;
    box-sizing: border-box;
    left: inherit;
    top: inherit;
    box-shadow: 0 0 3px #000000;
    cursor: pointer;
}
div#mpchatbox-component .buyyer-pannel-control::after {
    content: "";
    background: url(../images/ico-msg.svg) no-repeat;
    display: block;
    /* background-size: 100%; */
    width: 20px;
    height: 20px;
    left: 8px;
    position: relative;
    top: 2px;
    z-index: 10;
}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control{
    display: none;
}
.row #mpchatbox-component._minimize {
    transform: translateY(100%);
}
.row #mpchatbox-component._minimize .buyyer-pannel-control {
    top: -53px;
}
div#mpchatbox-component._minimize._show._maxmimize .buyyer-pannel-control {
    top: -53px;
    display: flex;
}
main .chat-module .top-bar .typicons-minus{
    width: 40px;
    display: block;
    text-align: center;
}
.container .row #mpchatbox-component._minimize._show._maxmimize{
    bottom: 0;
}
section.all-seller-module {
    width: 760px;
    height: 527.12px;
    top: inherit;
    left: inherit;
    bottom: 0;
    min-height: auto;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 3px #000000;
    padding: 0;
    position: fixed;
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    visibility: visible;
    padding-top: 0;
}
.buyyer-chat-model {
    width: 259.16px;
    display: block;
    height: 100vh;
    border: 1px solid #ccc;
}
.buyyer-chat-model .submenu-title.chatbox-tiltle::after {
    position: absolute;
    right: 15px;
    left: 160px;
    top: 17px;
    background: url(../images/ico-msg-2.svg) no-repeat;
}
.buyyer-chat-model strong.submenu-title.chatbox-tiltle {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    padding: 10px 10px;
}
.page-wrapper main #mpchatbox-component._maxmimize .chat-module {
    border-radius: inherit;
    width: 502px;
    position: relative;
    right: 56.5%;
}
#mpchatbox-component .chat-module .top-bar {
    border-radius: initial;
    box-shadow: initial;
}
.chat-model div#chat-data header.model-chat-controls > .controls .wk_chat_sound,
.chat-model div#chat-data header.model-chat-controls > .controls .wk_control_status {
    display: none;
}
.wk-mp-page-main .chat-model .model-chat-controls .wk_chat_setting {
    position: absolute;
    font-size: 16px;
    cursor: pointer;
}
.chat-model .profile-setting-box .image_block {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    top: 20px;
    left: 60px;
}
.chat__menu .chat-model .profile-setting-box {
    width: 200px;
    height: 160px;
    top: 35px;
}
.chat__menu .chat-model .profile-setting-box .actions-toolbar {
    bottom: 15px;
    left: 20px;
}
.chat-model .profile-setting-box .image_block + .profile_image {
    cursor: pointer;
}
.page-wrapper main #mpchatbox-component._maxmimize .chat-module .profile-setting-box {
    display: none;
}
.buyyer-chat-model span.user_image img#user-profile-image {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(231, 231, 235);
    border-radius: 50%;
}
.buyyer-chat-model ol.chat-customer-list {
    height: 72vh;
    top: 0;
    width: 100%;
    -webkit-padding-start: 0;
}
.buyyer-chat-model ol.chat-customer-list li.customer-info {
    border-radius: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    margin-bottom: 0;
}
.buyyer-chat-model ol.chat-customer-list li.customer-info span.user-info {
    left: 10px;
}
.buyyer-chat-model ol.chat-customer-list li.customer-info span.user-info span.name {
    font-size: 14px;
}
.buyyer-chat-model ol.chat-customer-list li.customer-info span.user-info span.email {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    color: rgb(109, 113, 135);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
section.all-seller-module > span.icon.typicons-minus {
    position: absolute;
    right: 15px;
    top: 5px;
}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module {

}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module span.icon.typicons-minus {
    display: none;
}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module .reply-container {
    height: 380px;
}

div .chat-module .message-box textarea {
    font-size: 14px;
}
div .chat-module .message-box{
    width: 100%;
}
div .chat-loading-mask {
    background: transparent;
    bottom: 0;
    left: 0;
    right: 50%;
    top: 0;
}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module .reply-container{

}
.all-seller-module span.icon.typicons-minus {
    cursor: pointer;
}
/*yuranan*/
.chat__menu div#chat-data {
    width: 100%;
    height: 95%;
}
div#active-users .chat__menu._show {
    width: 30%;
}
.chat-module header.top-bar.seller-side {
    order: 1;
}
div#chat_window_container .reply-container {
    height: 100vh;
    overflow-y: auto;
    order: 2;
    padding-left: 12px;
    padding-right: 12px;
}
div#chat_window_container div#bottom-controls {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;
    flex-flow: row wrap;
    background: rgb(255, 255, 255);
    order: 3;
}




/*yuranan*/
span.customer-info-customer {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;
    flex-flow: row wrap;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    color: rgb(109, 113, 135);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.buyyer-chat-model ol.chat-customer-list li.customer-info.active {
    background-color: rgb(246, 247, 254);
    cursor: pointer;
}
.chat-module .top-bar .left .image_block.seller-image + .txt_block {
    width: auto !important;
}

div#mpchatbox-component section.all-seller-module div#buyyer-chat-model {
    width: 100%;
}
.chat-module .top-bar::before {
  display: none;
}
.container #mpchatbox-component._maxmimize {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;
    flex-flow: row wrap;
    height: 70%;
    width: 70%;
}
section.all-seller-module {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-left: 0%;
    right: auto;
    left: auto;
    height: 100%;
}
.page-wrapper main #mpchatbox-component._maxmimize .chat-module {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    margin-left: 0%;
    right: auto;
    left: auto;
    height: 100% !important;
    margin: initial;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 0 3px #000000;
    padding: 0;
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    visibility: visible;
    padding-top: 0;
}
#mpchatbox-component .chat-module .top-bar {
    order: 1;
    overflow: initial;
}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module .reply-container {
    height: 100vh;
    overflow-y: auto;
    order: 2;
    padding-left: 12px;
    padding-right: 12px;
}
#mpchatbox-component #bottom-controls {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;
    flex-flow: row wrap;
    background: rgb(255, 255, 255);
    order: 3;
}
.container #mpchatbox-component._maxmimize {
    bottom: 0;
}
.container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module span.icon.typicons-minus {
    display: block;
}
section.all-seller-module span.icon.typicons-minus {
    display: none;
}
div .chat-loading-mask {
    background: transparent;
    bottom: 0;
    left: 0;
    right: -30%;
    top: 0;
}
.container .row #mpchatbox-component._minimize._show._maxmimize {
    width: 320px;
}
.search-seller.custom-icon.custom-search {
    right: 40px;
    top: 9px;
}
.submenu-title.chatbox-tiltle::after {

}
.wk-mp-page-main .chat-model .model-chat-controls .wk_chat_setting {

}
.chat-model div#chat-data header.model-chat-controls {
    border: initial;
}

.chat__menu div#chat-data {
    width: 100%;
    height: 95%;
}
div#active-users .chat__menu._show {
    width: 30%;
}
section.chat-module {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
    right: auto;
    left: auto;
    height: 100% !important;
    margin: initial;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 0 3px #000000;
    padding: 0;
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    visibility: visible;
    padding-top: 0;
}
.chat-module header.top-bar.seller-side {
    order: 1;
}

div#chat_window_container div#bottom-controls {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;
    flex-flow: row wrap;
    background: rgb(255, 255, 255);
    order: 3;
}
div#active-users .chat__menu._show {
    width: 30%;
    height: 70%;
    right: 55%;
    border-top-right-radius: 0;
}
div#active-users div[id^="chat-window-"]._maxmimize._show {
    width: 50%;
    height: 71.2% !important;
    bottom: 0;
}
div#active-users .chat__menu strong.submenu-title.chatbox-tiltle {
    width: 180px;
}
/*##########yuranan########*/


.chat-controls .profile-controls {
  display: none;
}
.chat-controls .load_history {
  display: none;
}
.chat-controls .wk_chat_setting {
  display: none;
}
.chat-controls .wk_control_status {
  display: none;
}

.right .chat-controls {
  position: relative;
  display: inline-block;
  right: unset;
  transform: unset;
  background: unset;
  order: 1;
  top: unset;
}

main .chat-module .top-bar .typicons-minus {
  order: 2;
  right: unset;
  vertical-align: unset;
  top: 5px;
}

.right .chat-controls .controls {
  visibility: visible;
}
main .chat-module .top-bar .right {
  display: flex;
}
.chat-model div#chat-data ol.chat-customer-list {
    flex-direction: column;
}
.wk-mp-main div#active-users .pannel-control.msg-notify-pannel {
    width: 230px;
}

div#active-users .chat__menu strong.submenu-title.chatbox-tiltle.msg-notify-pannel {
    width: 203.02px
}

.chat-customer-list > li.msg-notify:after {
    content: "";
    background: #ee4d2d;
    width: 15px;
    height: 15px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    position: absolute;
    display: block;
    float: right;
    right: 10px;
    top: 15px;
}
li.msg-notify {
    background: #FFF !important;
}
.chat-model div#chat-data ol.chat-customer-list {
    flex-direction: column !important;
}
.wk-mp-main div#active-users .pannel-control.msg-notify-pannel::after {
    content: "";
    display: block;
    background: #ee4d2d;
    width: 15px;
    height: 15px;
    color: #FFF;
    border-radius: 50%;
}
.wk-mp-main div#active-users .msg-notify-pannel::after {
    content: "";
    display: block;
    background: #ee4d2d;
    color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    top: 8px;
    z-index: 10;
}
.wk-mp-main div#active-users .pannel-control::before ,.submenu-title.chatbox-tiltle::before {
  content: "";
  background: url(../images/ico-msg.svg) no-repeat;
  display: block;
  /* background-size: 100%; */
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
  z-index: 10;
  right: initial;
left: -8px;
}

.submenu-title.chatbox-tiltle::before {
    content: "";
    background: url(../images/ico-msg.svg) no-repeat;
    display: inline-block;
    /* background-size: 100%; */
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    z-index: 10;
    margin-right: 10px;
}
.submenu-title.chatbox-tiltle::after {
    display: none;
}
.msg-notify {
    background: #FFF !important;
}
li.tab-activate {
    background: #eff5f7 !important;
}
.chat-model div#chat-data ol.chat-customer-list span.name {
    overflow: hidden;
    white-space: nowrap;
    margin-right: 30%;
}
.chat-model div#chat-data ol.chat-customer-list span.MessageDate {
    display: inline-block;
    width: 30%;
    text-align: right;
}
.chat-model div#chat-data ol.chat-customer-list span.name {
    display: inline-block;
    margin-right: unset !important;
    width: 50%;
    margin-left: 9px;
}
.chat-model div#chat-data ol.chat-customer-list span.MessageData {
    display: block;
    margin-left: 40px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 30%;
    color: #333333ba;
}
.buyyer-chat-model ol.chat-customer-list {
    flex-direction: column;
}
div#buyyer-chat-model span.customer-info-customer {
    display: inline-block;
    margin: unset !important;
    width: 40%;
}
div#buyyer-chat-model span.MessageDate {
    display: inline-block;
    margin: unset !important;
    width: 40%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    vertical-align: text-top;
    text-align: right;
}
div#buyyer-chat-model span.MessageData {
    display: block;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.buyyer-chat-model ol.chat-customer-list {
  flex-direction: column !important;
}
.chat-customer-list > li.msg-notify-offline:after {
    content: "";
    background: #ee4d2d;
    width: 15px;
    height: 15px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    position: absolute !important;
    display: block;
    float: right;
    right: 10px;
    top: 15px !important;
}
div#mpchatbox-component .buyyer-pannel-control::after {
  display: none;
}
div#mpchatbox-component .buyyer-pannel-control.msg-notify-pannel::after {
  content: "";
  display: block;
  background: #ee4d2d !important;
  width: 15px !important;
  height: 15px !important;
  color: #FFF;
  border-radius: 50%;
}

  div#mpchatbox-component .buyyer-pannel-control::before {
    content: "";
    background: url(../images/ico-msg.svg) no-repeat;
    background-size: auto;
    display: block;
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 6px;
    position: relative;
    z-index: 10;
    top: 2px;
    z-index: 10;
    left: -8px;
  }
  .buyyer-pannel-control.msg-notify-offline::after {
  content: "";
  display: block !important;
  background: #ee4d2d !important;
  width: 15px;
  height: 15px;
  color: #FFF;
  border-radius: 50%;
}
.wk-mp-main div#active-users .msg-notify-offline::after {
    content: "";
    display: block !important;
    background: #ee4d2d !important;
    width: 15px;
    height: 15px;
    color: #FFF;
    border-radius: 50%;
    position: relative;
    top: 6px;
}

/*##########yuranan########*/


@media (max-width: 800px)  {
  div#mpchatbox-component {
      display: flex;
      flex-direction: column;
      height: 90vh;
      box-sizing: border-box;
      height: 90vh;
      width: 100%;
      right: 0px !important;
      position: fixed !important;
  }

  .page-wrapper main #mpchatbox-component._maxmimize .chat-module {
    display: flex;
    flex-direction: column;
    height: 97% !important;
    width: 100%;
    flex: initial;
    max-width: initial;
    }
    header.top-bar {
        order: 1;
    }
    .page-wrapper main #mpchatbox-component._maxmimize .chat-module .profile-setting-box {
        order: 2;
    }
    .container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module .reply-container {
        height: 100vh;
        overflow-y: auto;
        order: 3;
        padding-left: 12px;
        padding-right: 12px;
    }
    #mpchatbox-component #bottom-controls {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        align-items: normal;
        justify-content: flex-start;
        flex-flow: row wrap;
        -webkit-box-align: center;
        align-items: center;
        background: rgb(255, 255, 255);
        padding: 6px 16px;
        order: 4;
    }
    .container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module {
        display: none;
    }
    .container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module.showchat {
            display: flex;
    }
    section.all-seller-module {
        height: 90vh;
        width: 100%;
        right: 0px;
        position: fixed !important;
        top: initial;
        flex: initial;
        max-width: initial;
    }
    section.all-seller-module.hidelistchat {
          display: none;
    }
    .chat-module .top-bar .left .back_listchat {
        width: 20px;
        float: left;
    }
    .chat-module .top-bar .left .back_listchat .arrow {
      position: absolute;
      top: 50%;
      width: 3vmin;
      height: 3vmin;
      background: transparent;
      border-top: 1vmin solid #333;
      border-right: 1vmin solid #4a302b;
      box-shadow: 0 0 0 lightgray;
      transition: all 200ms ease;
    }
    .chat-module .top-bar .left .back_listchat .arrow.left {
      left: 5px;
      transform: translate3d(0,-50%,0) rotate(-135deg);
    }
    .container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module span.icon.typicons-minus {
    display: block;
    }
    .container #mpchatbox-component._maxmimize {
      width: 100%;
      height: 90%;
    }
    section.all-seller-module span.icon.typicons-minus {
    display: block;
    }

  }
/*yuranan*/

@media (max-width: 800px){
    .container #mpchatbox-component._maxmimize{
        right: 2%;
    }
    section.all-seller-module {
        /* width: 100%; */
        width: 320px;
        height: 204px;
        top: -202px;
        box-shadow: inherit;
    }
    .container #mpchatbox-component._maxmimize .buyyer-pannel-control + .chat-module .reply-container {
        border-left: 1px solid #ccc;
    }
    .page-wrapper main #mpchatbox-component._maxmimize .chat-module{
        width: 100%;
        right: 0;
    }
    .buyyer-chat-model .submenu-title.chatbox-tiltle::after{
        right: 15px;
        left: 130px;
        top: 14px;
    }
    .chat__menu div#chat-data{
        width: 100%;
    }
    .chat-model .chat-customer-list > li .chat_status{
        display: none;
    }
    .chat-model div#chat-data ol.chat-customer-list .user_image {
    }
    .chat-model div#chat-data ol.chat-customer-list span.name, .chat-model div#chat-data ol.chat-customer-list span.email {
        margin-left: 0;
    }
    .chat-model div#chat-data header.model-chat-controls{
    }
    div#active-users .chat__menu strong.submenu-title.chatbox-tiltle {
        font-size: 12px;
        width: 145px;
    }
    .chat-model .chat-customer-list > li {
        width: 95%;
        padding: 5px 8px;
    }
    div#active-users div[id^="chat-window-"]._maxmimize._show{
        right: 1% !important;
        width: 98%;
        z-index: 10000;
        border-left: 1px solid #ccc;
        height: 69.5% !important;
    }
    main div#chat_window_container .reply-container {
        height: 57.8vh;
    }
    div#active-users .chat__menu._show{
        width: 98%;
        right: 1%;
        border-top-right-radius: 8px;
        height: 68.3%;
        z-index: 10000;
    }
    .chat-model div#chat-data ol.chat-customer-list span.name, .chat-model div#chat-data ol.chat-customer-list span.email{
        font-size: 10px;
    }
    header.top-bar.seller-side .top-avatar img {

    }

    .chat-model div#chat-data ol.chat-customer-list .user-info {
        width: 100%;
    }
    .submenu-title.chatbox-tiltle::after{
        top: 0;
    }
    .chat-model div#chat-data span.server-error {
        width: 35%;
        text-align: left;
        margin: 8px 8px;
        left: 0;
        position: relative;
        font-size: 8px;
    }
    .row #mpchatbox-component._minimize .buyyer-pannel-control {
        top: -33% !important;
        right: -3%;
        height: 40px;
        width: 40px;
        font-size: 0;
        border-radius: 5px;
        box-shadow: 0 0 1px #000000;
        padding: 0;
    }
    div#mpchatbox-component .buyyer-pannel-control::after{
        left: -3px;
        top: 0;
        z-index: 10;
        background-size: 100% auto;
    }
    .row div#mpchatbox-component._minimize._show._maxmimize .buyyer-pannel-control{
        top: -170px !important;
    }
    .chat-module header.top-bar.seller-side .back_listchat.seller-chat {
        width: 20px;
        float: left;
        display: block;
        padding-top: 35px;
    }
    body div.wk-mp-page-wrapper div[id^="chat-window-"]._show .top-bar div.left {
        width: auto;
        position: initial;
    }
    .chat-module header.top-bar.seller-side .back_listchat.seller-chat a.back_listchat_arrow {
        position: absolute;
        top: 50%;
        width: 2vmin;
        height: 2vmin;
        background: transparent;
        border-top: 2.5px solid #333;
        border-right: 2.5px solid #4a302b;
        box-shadow: 0 0 0 lightgray;
        transition: all 200ms ease;
        left: 5px;
        transform: translate3d(0,-54%,0) rotate(-140deg);
        display: flex;
    }
    .chat-module header.top-bar.seller-side{
        border-top-left-radius: 8px;
        height: 40px;
    }
    div#chat_window_container div[id^="chat-window-"]._maxmimize {
        height: 71%;
        bottom: 0;
    }
    div#chat_window_container div[id^="chat-window-"] {
        transform: initial;
        display: none;
    }
    .wk-mp-main div#active-users .pannel-control {
        width: 195px;
        height: 45px;
    }
}
/* -----------------------------End Custom Theme V.4 ----------------------------------------------- */
