@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

@font-face {
    font-family: "Admin Icons";
    src: url("../fonts/admin-icons.woff") format('woff');
}
body.scale{
    margin-right: 31.2rem;
}
/*active user modal*/
.active-users-model {
    width: 312px;
    position: fixed;
    right: 0px;
    z-index: 900;
    background: #fff;
    bottom: -55rem;
    transition: all .4s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: left;
    top: 0;
    height: 100%;
    top: 0;
    transform: translateY(100vh) translateY(-45px);
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
}

.active-users-model h2 {
    color: #fff;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid;
}

.pannel-control {
    display: none;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: -48px;
    top: 53px;
    border-radius: 10%;
    cursor: pointer;
    box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0px rgba(0, 0, 0, 0.19);
}


.pannel-control::before {
    color: #fff;
    content: '\e600';
    font-size: 2rem;
    left: 1.4rem;
    margin-top: -1.2rem;
    position: absolute;
    top: 50%;
    font-family: 'Admin Icons';
}

.pannel-control::after {
    color: #fff;
    content: '\e600';
    font-size: 2rem;
    left: 2.3rem;
    margin-top: -1.2rem;
    position: absolute;
    top: 50%;
    font-family: 'Admin Icons';
}

.pannel-control.open {
    background: #fff;
}

.pannel-control.open::before,
.pannel-control.open::after {
    color: #000;
}

.user-list {
    width: 100%;
    float: left;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 10px 0px 10px;
}
.user-list::-webkit-scrollbar {
    width: 0; /* Hide the scrollbar */
}
.user-list .user {
    width: 90%;
    float: left;
    padding: 10px;
    font-weight: 600;
    box-shadow: 0 4px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 12px 0 rgba(0, 0, 0, 0.69);
    cursor: pointer;
    margin-bottom: 2px;
    font-size: 1.1rem;
    background: #fff;
}

.user-list .user .user-status {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
    float: left;
    position: relative;
    top: 5px;
}

.user-list .user .user-status.active {
    background: #1a8a34;
}

.user-list .user .user-status.busy {
    background: #D10000;
}

.user-list .user .user-status.offline {
    background: #77777a;
}

.model-search-bar {
    width: 95%;
    margin-left: 10px;
    margin-top: 10px;
}

.model-search-bar span.fa {
    color: #8a8a8a;
    font-size: 16px;
    position: absolute;
    padding: 8px;
}

.model-search-bar input[type="text"] {
    text-indent: 24px;
    height: 33px;
    width: 100%;
    height: 36px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.msg-notify {
    background: #d4cb8e !important;
    -webkit-animation-name: notify;
    -webkit-animation-duration: 2s;
    animation-name: notify;
    animation-duration: 2s;
    animation: notify 2s infinite ease;
    border-radius: 5px;
}

@keyframes notify {
    0% {
        background: #d4cb8e;
    }

    100% {
        background: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .wk_admin_controls{
        display: none;
    }
}
.profile-control {
    display: flex;
    float: left;
    cursor: pointer;
    z-index: 2;
    align-items: center;
}
.customer-controls {
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #212121;
}
.customer-controls{
    height: 55px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #212121;
}

.customer-controls .profile-control img,svg{
    border-radius: 50%;
    border: 1.5px solid #CCCCCC;
    padding: 3px;
}

.customer-controls .profile-control .controls img,svg{
    border-radius: unset;
    border: unset;
    color: inherit;
    padding: 3px;
    margin: 2px 0px 0px 35px;
    stroke: white;
}

.customer-controls .profile-control .chat-title{
    display: inline-block;
    position: relative;
    /* left: 0.7rem; */
    width: 170px;
}
.customer-controls .admin-chat-controls {
    width: 30px;
    position: absolute;
    top: 14px;
    height: 28px;
    z-index: 1;
}

.customer-controls .profile-control h1{
    color: #D9D9D9;
    display: inline;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    left: 0.5rem;
}

.customer-controls > .controls{
    float: right;
    position: absolute;
    left: 23rem;
    cursor: pointer;
    top: 1.7rem;
    display: flex;
}
.customer-controls > .controls .admin_retract{
    width: 20px;
    height: 20px;
    position: relative;
    top: 0.2rem;
    left: 20px;
    margin: 2px 0px 0px 35px;
}

.active-users-model .wk_sound_play {
    display: none;
}
.mute-notification {
    display: inline-block;
    padding: 0px 10px 0px 5px;
    position: fixed;
}
span.wk_chat_sound.enable::before {
    content: "\f028";
    font-size: 2.2rem;
}
span.wk_chat_sound:before {
    content: "\f026";
    font-size: 2.2rem;
}
.active-users-model .wk_chat_sound {
    /* background: url(../images/sound.png); */
    background-repeat: no-repeat;
    /* height: 24px; */
    /* width: 22px; */
    float: left;
    margin-top: 5px;
    background-position: -21px 0px;
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
}
.active-users-model > .controls{
    float: right;
    position: absolute;
    left: 23rem;
    cursor: pointer;
    top: 1.7rem;
    display: flex;
}
.active-users-model > .controls .admin_retract{
    width: 20px;
    height: 20px;
    position: relative;
    top: 0.2rem;
    left: 20px;
}
.wk_admin_controls{
    display: none;
}

.admin_controls.responsive{
    display: none;
}

.wk_admin_controls._expended{
    position: fixed;
    z-index: 1;
    width: 15%;
    max-height: 100%;
    min-height: 10.5rem;
    right: 2.5rem;
    top: 4rem;
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.wk_admin_controls >.control-group-item{
    padding: 12px 0 0 12px;
}
.wk_admin_controls >.control-group-item.weight{
    font-weight: 700;
    width: 70%;
}
img.admin_controls{
    padding-left: 2.5rem;
}
img.check-scale-page{
    display: none;
}
img.check-overlay{
    display: none;
}
img.check-scale-page.checked{
    display: block;
    position: absolute;
    top: 5rem;
    right: 20px;
}
img.check-overlay.checked{
    display: block;
    position: absolute;
    top: 8rem;
    right: 20px;
}

.active-users-model .wk_chat_setting {
    padding: 2px;
    font-size: 2rem;
    top: 3px;
    position: relative;
    right: 35px;
    float: left;
}
.active-users-model .wk_chat_setting > .wk_chat_setting_options{
    font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
    .wk_admin_controls{
        display: none;
    }

    .admin_controls{
        display: none;
    }

    .admin_controls.responsive{
        display: block;
        position: relative;
        top: 5px;
    }
}
.admin_controls {
    float: right;
    /* margin-left: 20px; */
}
.server-error.seller-end{
    display: none;
}
.server-error {
    display: block;
    width: 86%;
    text-align: center;
    padding: 5px;
    border: solid #bc4646;
    border-width: 0.01rem;
    border-radius: 3px;
    background: #ffcaca;
    font-size: 1.1rem;
    z-index: 100;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.chat-customer-list {
    list-style: none;
    position: relative;
    left: 0px;
    top: 8px;
    width: 100%;
}
.chat-customer-list > li {
    margin: 0;
    position: relative;
    background: #fff;
    padding: 8px 10px 0 5px;
    cursor: pointer;
    width: 100%;
}
.chat-customer-list .user-info > span.name{
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
    position: relative;
    right: 10px;
    bottom: 3.5px;
    color: inherit;
}
.chat-customer-list .user-info > span.email{
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    position: relative;
    bottom: 2px;
    right: 10px;
    color: #898989;
}
.chat-customer-list .user_image{
    position: relative;
    float: left;
    display: block;
    padding: 5px;
    right: 15px;
}
.chat-customer-list .user_image img{
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}
.chat-customer-list .user-info{
    position: relative;
    display: block;
    padding: 5px;
    word-break: break-all;
    width: 85%;
}
.chat-customer-list .user-action{
    position: absolute;
    display: block;
    float: right;
    top: 18px;
    /* right: 25px; */
    left: 82%;
}
.chat-customer-list .user-action > i{
    color: #F44653;
    font-size: 2.6rem;
}
.chat-customer-list .chat_status{
    width: 8px;
    position: absolute;
    left: 28px;
    top: 32px;
    height: 8px;
    z-index: 1;
}

.chat-customer-list .line-after-customer-details{
    margin-bottom: 0;
    margin-top: 0px;
    position: relative;
    right: 1rem;
    width: 295px;
}
.user-block-reason{
    position: absolute;
    width: 80%;
    padding: 5%;
    top: 15%;
    background: #fff;
    box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    left: 1.2rem;
    z-index: 2;
}
.cancel-reason-box{
    float: right;
    position: relative;
    top: -9px;
    cursor: pointer;
}
.block-reason{
    resize: none;
    width: 100%;
    padding: 5px;
    font: inherit;
}
.block-reason::-webkit-input-placeholder{
    color: #736c6c;
}
.chat-window .message-box.disable > .blocked{
 display: block;
 width: 100%;
}

.chat-window .message-box.blocked-by-seller > textarea, .message-box.blocked-by-seller > .dropup{
    display: none;
}

.chat-window .message-box.blocked-by-seller > .blocked{
    display: flex;
    flex-direction: column;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 45px;
    z-index: 100;
    background: #ff00001c;
    text-align: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #9a5757;
    padding: 0;
}

.chat-window .blocked{
    pointer-events: none;
    width: 90%;
    height: 45px;
    z-index: 100;
    display: none;
    background: #ff00001c;
    text-align: center;
    font-size: 1.3rem;
    color: #9a5757;
}
.blocked {
    padding: 12px;
}
.top-bar.admin-side .load_history{
    font-size: 2.6rem;
    color: #CCCCCC;
    top: 17px;
    line-height: 15px;
}
.fa-times-thin:before {
	content: '\00d7';
}
.customerChatHeaderIcon {
    font-weight: 600;
}
.top-bar.admin-side .load_history .wk_chat_history_options {
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 55px;
    width: 150px;
    height: auto;
    top: 70px;
    z-index: 9999;
    display: none;
    padding: 5px;
    float: left;
}
.load_history {
    margin-top: 0px;
    float: right;
    font-size: 2rem;
    right: 75px;
    position: absolute;
}
.load_history > .wk_chat_history_options {
    font-size: 1.4rem;
    font-weight: 400;
}
.load_history .wk_chat_history_options {
    margin-top: -20px;
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    position: absolute;
    width: 115px;
    height: auto;
    top: 35px;
    right: -12px;
    z-index: 999;
    padding: 5px;
}
.button.enable_chat {
    width: 100%;
    height: 100%;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 2rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0;
}
.line-after-chat-status{
    margin-top: 12px;
    margin-bottom: 0px;
}