.wk-cw-liveChatCointainer{
    font-family: 'Source Sans Pro', sans-serif;
    position: fixed;
    bottom: 10px;
    max-width: 330px;
    z-index: 9999999;  
}

.wk-sb-scale-up-br {
	-webkit-animation: wk-sb-scale-up-br 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: wk-sb-scale-up-br 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.leftShift{
    left: 10px;
}

.rightShift{
    right: 10px;
}
.wk-cw-liveChatModel, .wk-cw-maintenanceModel {
    background: #fff;
    margin-bottom: 0px;
    display: none;
    float: left;
    box-shadow: rgba(0,0,0,.12) 0 0 4px 0, rgba(0,0,0,.12) 0 0 29.84px 3.16px;
    /* border-radius: 8px; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

*{
    box-sizing: border-box;
}

.wk-ch-unreadMessageCount{
    width: 17px;
    background-color: red;
    font-size: 12px;
    color: #ffffff;
    border-radius: 50%!important;
    position: absolute;
    height: 17px;
    text-align: center;
    padding: 0px;
    display: none;
}

#wk-cw-liveChatCointainer form{
    margin: 0;
    min-width: 330px;
    background-color: white;
    border-radius: 7px;
}
.wk-ch-seller-buyer-form-content{
    padding: 23px 25px 0px 25px ;
    margin-bottom: 10px;
    overflow-x: hidden;
    max-height: 285px;
}

.wk-ch-livechat-registrationFrom{
    padding-bottom: 1px;
    box-shadow: rgba(0,0,0,.12) 0 0 4px 0, rgba(0,0,0,.12) 0 0 29.84px 3.16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: white;
}

.wk-ch-livechat-registrationFrom-close{
    /* height: 10px; */
    width: 13px;
    float: right;
    /* padding-top:12px; */
    margin-right: 10px;
    cursor: pointer;
}
#wk-cw-liveChatCointainer h3{
    font-size: 20px;
    color: #0e1b51;
    margin: 5px 0 10px;
    display: inline-block;
}
#wk-cw-liveChatCointainer h5{
    font-size: 14px;
    color: #64687a;
    margin: 5px 0 10px;
}

.inp{
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
}

.wk-form-group {
    margin-bottom: 1rem;
}

.wk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wk-ch-seller-buyer-fullLength {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.wk-ch-seller-buyer-fullLength input,select{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inp .label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
    color: #64687a;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}
.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    border-color: #64687a;
    background: rgb(0, 81, 255);
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}
.wk-cw-submit-form-control{
    border: none;
    background-color: rgb(0, 81, 255);
    color: #ffffff;
    bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 600;
    bottom: 0;
    outline: 0;
    width: 100%;
    height: 48px;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#wk-cw-submit-form-control-container{
    padding: 0px 25px 0px 25px ;
    margin-bottom: 20px;
}

.wk-cw-openChatModelButton{
    height:60px;
    width: 60px;
    background: rgb(12, 70, 196);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    float:right;
    display: flex;
}

.wk-cw-openChatModelButton span{
    font-size: 60px;
}

.wk-ch-sellerList{
    min-width: 330px;
    height:400px;
    display:none;
    overflow: hidden;
    background-color: #ffffff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.wk-ch-sellerList-header{
    padding:16px 14px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: rgba(0,0,0,.12) 0 0 4px 0, rgba(0,0,0,.12) 0 0 1px 0px !important;
}

.wk-ch-totalSeller{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.wk-ch-totalSeller-close{
    float: right;
    /* background: #ffffff; */
    width: 15px;
    height: 2px;
    margin-top: 2px;
    cursor: pointer;
    padding: 5px 0px;
}

.wk-ch-totalSeller-close-button{
    background: #ffffff;
    width: 15px;
    height: 2px;
    line-height: 1.2;
    display: block !important;
}

.wk-cw-user-to-operator-msg .wk-cw-reply-button {
    float: left;
    margin-left: 5px;
    height: 21px;
    width: 20px;
    cursor: pointer;
    background: url(../images/sprite.png) 60px 21px;
}

.wk-cw-user-to-operator-msg .wk-cw-reply-button:hover {
    background-position-x: 40px;
}

.wk-cw-operator-to-user-msg .wk-cw-reply-button {
    float: right;
    height: 21px;
    width: 20px;
    cursor: pointer;
    background: url(../images/sprite.png) 60px 21px;
}

.wk-cw-operator-to-user-msg .wk-cw-reply-button:hover {
    background-position-x: 40px;
}

.wk-cw-active {
    background-position-x: 40px !important;
}
    
.wk-cw-chatbot-reply-block {
    border-top: 2px solid #8a8a8a;
    position: absolute;
    border-radius: 15px;
    display: none;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    letter-spacing: 0.5px;
    width: 100%;
    background: #ffffff;
    bottom: 50px;
}

.wk-ch-chatbot-replyBlock-name{
    font-size: 16px;
    margin-left: 10px;
    color: #0C5460;
}
.wk-ch-chatbot-replyBlock-message {
    font-size: 14px;
    border-left: 3px solid #979797 !important;
    overflow: hidden;
    padding-left: 10px;
    margin-top: -11px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.wk-ch-chatbot-replyBlock-close{
    cursor: pointer;
    float: right;
    margin-right: 15px;
    z-index: 9999999; 
}    

.wk-ch-sellerList-content{
    height: 100%;
    overflow: auto;
}

.wk-ch-seller{
    height: 15%;
    padding: 7px;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
    /* margin-bottom: 49px; */
}

.wk-ch-sellerName{
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
    width: 230px;
    overflow: hidden;
    max-height: 17px;
    line-height: 1.2;
}

.wk-ch-seller-buyer-unseenMsg-countnumber-onsellerlist{
    border: 2px solid black;
    padding: 1px 2px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 5px;
    position: fixed;
}

.wk-ch-circle-sellerList-photo{
    padding: 4px 4px;
    /* background: #7b89be; */
    /* border: 4px solid #d1dcf1; */
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    float: left;
}

.wk-ch-cointainer-sellerName{
    float: left;
    padding-top: 4px;
    /* padding-top: 13px; */
}

.wk-ch-seller-profile-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.wk-cw-chatbot{
    min-width: 330px;
    height:400px;
    display:none;
    overflow: hidden;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.wk-cw-chatbot-header{
    background-color: #ffffff;
    /* padding:20px 10px; */
    padding:12px 10px;
    /* padding-bottom: 22px; */
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: rgba(0,0,0,.12) 0 0 4px 0, rgba(0,0,0,.12) 0 0 1px 0px !important;
    height: 16%
}

.wk-cw-chatbot-textCointainer textarea{
    padding:15px;
    width: 100%;
    max-width:330px;
    bottom: 0px;
    position: absolute;
    border:none;
    outline: none;
    box-shadow:  rgba(0,0,0,.12) 0 0 4px 0, rgba(0,0,0,.12) 0 0 29.84px 3.16px !important;;
    border-bottom-left-radius: 7px;
    margin-right: 10px;
    border-bottom-right-radius: 7px;
    resize: none;
    padding-right:40px;
    line-height: 150%;
    left: 0px;
    right: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 50px !important;
    overflow: auto;
    background: #ffffff;
    color: #000000;
}

.wk-cw-chatbot-textCointainer textarea::-webkit-scrollbar-track{
	background-color: white;
}

.wk-cw-chatbot-textCointainer textarea::-webkit-scrollbar{
	width: 4px;
	background-color: #F5F5F5;
}

.wk-cw-chatbot-textCointainer textarea::-webkit-scrollbar-thumb{
    background-color: rgba(184, 178, 178, 0.81);
}

textarea::-webkit-input-placeholder {
    font-weight: 600;
    color: #b8b5b5;
}

.wk-sb-operatorName{
    color:black;
    font-weight: 600;
    text-transform: capitalize;
    width: 140px;
    float: left;
    overflow: hidden;
    max-height: 20px;
    line-height: 1.3;
}

.wk-ch-chatbot-close{
    /* height: 10px; */
    width: 13px;
    float: right;
    padding-top:2px;
    margin-right: 2px;
    cursor: pointer;
}

.wk-ch-toSellerList{
    height: 10px;
    width: 15px;
    float: left;
    padding-top:13px;
    margin-right: 5px;
    cursor: pointer;
}

.wk-ch-operatorOnline{
    /* width: 10px;
    height: 10px; */
    background-color: chartreuse;
    display: none;
    margin-right: 6px;
    border-radius: 50%;
    border: 3px solid red;
    padding: 5px 5px;
}

#wkEndChat{
    display: none;
}

.wkEndChat-btn{
    background: none;
    color: orangered;
    border: 1px solid orangered;
    border-radius: 4px;
    margin-left: 4px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.2;
    font-size: 13px;
}
.wk-chat-end-confirmation-box{
    position: absolute;
    z-index: 1090;
    background: rgba(255,255,255,0.94);
    padding: 15px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    display: none;
}
.wk-cnf-btn{
    padding: 5px;
    margin-left: 5px;
    margin-top: 8px;
}
.wk-confirmation-child{
    margin: auto;
}

.wk-cw-chatbot-sendMessage-button{
    width: 11%;
    max-width:15%;
    bottom: 17px;
    position: absolute;
    float:right;
    right:0;
    cursor: pointer;
    display: flex;
}

.wk-cw-all-chat-cointainer{
    height: 290px;
    overflow: auto;
}

.wk-cw-all-chat-cointainer::-webkit-scrollbar-track{
	background-color: white;
}

.wk-cw-all-chat-cointainer::-webkit-scrollbar{
	width: 4px;
	background-color: #F5F5F5;
}

.wk-cw-all-chat-cointainer::-webkit-scrollbar-thumb{
    background-color: rgba(184, 178, 178, 0.81);
}

.wk-ch-sellerList-content::-webkit-scrollbar-track{
	background-color: white;
}

.wk-ch-sellerList-content::-webkit-scrollbar{
	width: 4px;
	background-color: #F5F5F5;
}

.wk-ch-sellerList-content::-webkit-scrollbar-thumb{
    background-color: rgba(184, 178, 178, 0.81);
}

.wk-cw-user-operator-chat{
    display: grid;
    margin-bottom: 22px;
    z-index: -1;
}

.wk-cw-user-to-operator-msg{
    padding-right:3%;
}
.user-to-operator-msg{
    position: relative;
    float: right;
    background-color: rgb(226, 233, 238) ;
    padding: 12px;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 25%;
    max-width: 230px;
    min-width: 40%;
    word-break: break-word;
    white-space: pre-wrap;
    line-height: 1.2;
}

.wk-cw-operator-to-user-msg{
    padding-left:3%;
}

.operator-to-user-msg{
    position: relative;
    float: left;
    background-color: rgb(12, 70, 196);
    padding: 12px;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 25%;
    min-width: 40%;
    max-width: 230px;
    word-break: break-word;
    white-space: pre-wrap;
    line-height: 1.2;
    overflow-y: auto;
}
.operator-to-user-msg table{
    word-break: keep-all !important;
}
.operator-to-user-msg p{
    margin: 0;
}
.wk-ch-icon{
    width: 40px; 
    height: 40px;
    border-radius: 10px;
    margin: auto;
}

.wk-ch-seller-buyer-fullLength label{
    display: inline-block;
    margin-bottom: .5rem;
}

.wk-sb-simpleWidget{
    padding: 9px 35px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    display: inline-block;
    color: white;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
}

.wk-cw-isTyping{
    position: absolute;
    bottom: 61px;
    left: 12px;
    font-size: 13px;
    color: cadetblue;
    display: none;
}

.wk-cw-notify-User{
    color: #0C5460;
    text-align: center;
    position: relative;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
    word-break: break-word;
    white-space: pre-wrap;
}

.first-half{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 15px 0px; 
    text-align: center;
    padding-top: 25px;
}

.wk-sb-heading{
    color: #ffffff;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    font-size: 19px;
}

.wk-sb-welcomeText{
    margin: 5px 0px;
    color: #7991f1;
}

.wk-ch-circle-photo{
    padding: 7px 7px;
    background: #7b89be;
    border: 7px solid #d1dcf1;
    border-radius: 50%;
    margin: 0px 124px;
    margin-bottom: 4px;
}

.wk-ch-image{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
}

.wk-ch-operator-status-circle{
    padding: 8px 8px;
    background: chartreuse;
    border: 4px solid;
    border-radius: 50%;
    margin: -36px 124px 0px 182px;
    margin-bottom: 4px;
    position: absolute;
    display: block !important;
}

.wk-ch-circle-chatboard-photo{
    padding: 3px 3px;
    background: #7b89be;
    border: 3px solid #d1dcf1; 
    border-radius: 50%;
    float: left;
    margin-right: 4px;
}

.wk-ch-operator-profile-image{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.wk-ch-endChat-sendMail{
    display: none;
}

.wk-cw-email-withoutRegistration-parent{
    margin: auto;
    display: none;
}

.wk-cw-displayEmail-errMsg{
    color: red;
    font-size: 12px
}

.wk-cw-attachment-error{
    position: absolute;
    bottom: 50px;
    left: 12px;
    font-size: 13px;
    color: red;
    display: none;
    z-index: 9999;
}

.wk-ch-livechat-startNewChat{
    border: none;
    margin: 0px 80px;
    color: #0C5460;
    text-align: center;
    position: relative;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
    word-break: break-word;
    white-space: pre-wrap;
    cursor: pointer;
}

.wk-ch-seller-buyer-url{
    text-decoration: none;
}

.wk-ch-seller-buyer-url:hover{
    text-decoration: underline !important;
}

.wk-ch-livechat-image{
    max-width: 198px;
    margin-bottom: 2px;
    border: 3px solid #dee2e6;
    border-radius: .25rem
}

.wk-ch-livechat-download-button {
    height: 21px;
    width: 20px;
    cursor: pointer;
    background: url('../images/sprite.png') 160px 21px;
    float: left;
    display: block !important;
}

.wk-ch-livechat-attachmentName{
    float: left;
}

.wk-ch-livechat-textWithAttachment{
    float: left;
}

.wk-cw-chatbot-attachment-name{
    height: 40px;
    width: 100%;
    max-width: 330px;
    position: absolute;
    box-shadow: rgba(0,0,0,.12) 0 0 4px 0, rgba(0,0,0,.12) 0 0 29.84px 3.16px !important;
    bottom: 50px;
    padding: 10px;
    display: none;
    background: #ffffff;
}

.wk-ch-chatbot-fileAttachment-name{
    /* margin-bottom: 5px; */
    position: absolute;
    float: left;
    /* bottom: 2px; */
    left: 28px;
    font-size: 13px;
}

.wk-ch-chatbot-attachment-close{
    height: 10px;
    width: 10px;
    /* padding-top: 3px; */
    float: left;
    /* padding-top:3px; */
    /* margin-right: 10px; */
    cursor: pointer;
}

.wk-cw-attachment-button{
    display:none;
    position: absolute;
    bottom: 17px;
    float:right;
    height: 21px;
    right: 38px;
    width: 20px;
    cursor: pointer;
    background: url('../images/sprite.png') 200px 21px;
}

.wk-cw-attachment-button-hide{
    display: none !important;
}

.wk-ch-seller-buyer-name-first-letter{
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.3;
    /* margin-left: 8px; */
}

.wk-ch-operator-profile-first-letter{
    color: #ffffff !important;
    font-weight: 600;
    /* text-align: center; */
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    /* margin-left: 7px; */
}

.wk-ch-seller-buyer-header-title-container{
    padding-top: 7px;
}

.wk-ch-seller-buyer-start-new-chat-button{
    cursor: pointer;
    float: right;
    margin-right: 10px;
    display: none;
    background: url('../images/icon-start-new-chat.svg'); 
    height: 20px;
    width: 20px;
}

.wk-ch-seller-buyer-start-new-chat-button:hover{
    background: url('../images/icon-start-new-chat.svg') 20px 0px;
}

.wk-ch-seller-buyer-unSeenMsg{
    background: gold;
}

.wk-ch-seller-buyer-seenMsg{
    background: #ffffff;
}

.wk-ch-seller-details-cointainer{
    float: left;
    width: 230px;
    overflow: hidden;
}

.a-wk-ch-seller-buyer-clr {
    background-color: #5e92f3 !important;
    border: 4px solid #6f9cf0 !important;
}
.b-wk-ch-seller-buyer-clr {
    background-color: #3f51b5 !important;
    border: 4px solid #6977c7 !important;
}
.c-wk-ch-seller-buyer-clr {
    background-color: #8c9900 !important;
    border: 4px solid #cad63e !important;
}
.d-wk-ch-seller-buyer-clr {
    background-color: #009688 !important;
    border: 4px solid #17afa0 !important;
}
.e-wk-ch-seller-buyer-clr {
    background-color: #4caf50 !important;
    border: 4px solid #7ccc7e !important;
}
.f-wk-ch-seller-buyer-clr {
    background-color: #512da8 !important;
    border: 4px solid #9f86da !important;
}
.g-wk-ch-seller-buyer-clr {
    background-color: #f57c00 !important;
    border: 4px solid #e9923b !important;
}
.h-wk-ch-seller-buyer-clr {
    background-color: #616161 !important;
    border: 4px solid #a19c9c !important;
}
.i-wk-ch-seller-buyer-clr {
    background-color: #7c4dff !important;
    border: 4px solid #b49fec !important;
}
.j-wk-ch-seller-buyer-clr {
    background-color: #ff5722 !important;
    border: 4px solid #f38867 !important;
}
.k-wk-ch-seller-buyer-clr {
    background-color: #607d8b !important;
    border: 4px solid #91acb9 !important;
}
.l-wk-ch-seller-buyer-clr {
    background-color: #34495e !important;
    border: 4px solid #617a94 !important;
}
.m-wk-ch-seller-buyer-clr {
    background-color: #9b59b6 !important;
    border: 4px solid #b286c4 !important;
}
.n-wk-ch-seller-buyer-clr {
    background-color: #3498db !important;
    border: 4px solid #80b8dd !important;
}
.o-wk-ch-seller-buyer-clr {
    background-color: #ef6c00 !important;
    border: 4px solid #eba66f !important;
}
.p-wk-ch-seller-buyer-clr {
    background-color: #795548 !important;
    border: 4px solid #c4907d !important;
}
.q-wk-ch-seller-buyer-clr {
    background-color: #95a5a6 !important;
    border: 4px solid #c9dfe0 !important;
}
.r-wk-ch-seller-buyer-clr {
    background-color: #2980b9 !important;
    border: 4px solid #7fbfeb !important;
}
.s-wk-ch-seller-buyer-clr {
    background-color: #00acc1 !important;
    border: 4px solid #73dbe9 !important;
}
.t-wk-ch-seller-buyer-clr {
    background-color: #c56000 !important;
    border: 4px solid #e7ab72 !important;
}
.u-wk-ch-seller-buyer-clr {
    background-color: #8e44ad !important;
    border: 4px solid #cd92e6 !important;
}
.v-wk-ch-seller-buyer-clr {
    background-color: #e74c3c !important;
    border: 4px solid #e07f74 !important;
}
.w-wk-ch-seller-buyer-clr {
    background-color: #ff4081 !important;
    border: 4px solid #e287a5 !important;
}
.x-wk-ch-seller-buyer-clr {
    background-color: #778485 !important;
    border: 4px solid #bfd9db !important;
}
.y-wk-ch-seller-buyer-clr {
    background-color: #2c3e50 !important;
    border: 4px solid #7f95ac !important;
}
.z-wk-ch-seller-buyer-clr {
    background-color: #0c594a !important;
    border: 4px solid #439b89 !important;
}


.wk-cw-replyMsg {
    border-radius: .25rem;
    border-left: 3px solid !important;
    overflow: hidden;
    cursor: grab;
    max-height: 53px !important;
    padding: .25rem;
    border: 1px solid #ababab;
}

.wk-cw-reply-sender-name {
    font-size: 12px;
    font-weight: 600;
}

.wk-cw-reply-chat-msg {
    overflow: auto;
}

.wk-cw-msg-highlighter {
    background: rgba(134, 178, 222, 0.2)
}

.wk-cw-dateTime {
    font-size: 12px;
    color: #999;
    font-weight: 600px;
}

.wk-cw-operator-to-user-msg .wk-cw-parent-dateTime {
    float: left;
    clear: left
}

.wk-cw-user-to-operator-msg .wk-cw-parent-dateTime {
    float: right;
    clear: right;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-20 15:15:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-br
 * ----------------------------------------
 */
 @-webkit-keyframes wk-sb-scale-up-br {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes wk-sb-scale-up-br {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes call-bubble {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 173, 0, 0.7), 0 0 0 0 rgba(0, 173, 0, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(0, 173, 0, 0), 0 0 0 0 rgba(0, 173, 0, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(0, 173, 0, 0), 0 0 0 30px rgba(0, 173, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 173, 0, 0), 0 0 0 30px rgba(0, 173, 0, 0);
    }
}

.wk-media-model {
    position: absolute;
    z-index: 1000;
    background: rgba(255,255,255,0.94);
    /* padding: 15px; */
    width: 100%;
    height:100%;
    border-radius: 8px;
    text-align: center;
    display: none;
    top: 0px !important;
}

.wk-media-model #popup-actions {
    display: grid;
    grid-template-rows: 145px 100px;
    justify-items: center;
    text-align: center;
}

.wk-media-model-child {
    margin: auto;
}

.wk-media-button {
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.wk-media-decline {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: 50% !important;
    height: 60px;
    width: 60px;
}

.wk-media-decline img {
    transform: rotate(135deg);
    margin: 19px 0 0 0px
}

.wk-media-accept {
    color: #fff;
    background-color: #05b714;
    border-color: #05b714;
    border-radius: 50% !important;
    height: 80px;
    width: 80px;
    animation: call-bubble 2s linear infinite;
}

.wk-media-accept img {
    transform: scale(1.5);
    margin: 26px 0 0 1px
}

.wk-incoming-call {
    position: absolute;
    bottom: 20px;
    right: 5px;
    display: none;
    cursor: pointer;
}

.wk-incoming-call svg {
    margin: 4px 0px 0px 0px;
    border-radius: 50% !important;
    height: 25px;
    width: 25px;
    animation: call-bubble 2s linear infinite;
    transform: scale(0.5);
}

.wk-media-close {
    background-color: gainsboro;
    color: rgb(61, 54, 54);
    border-color: rgb(61, 54, 54);
    border-radius: 5%;
    max-height: 30px;
}

.wk-media-serverStream {
    position: absolute;
    z-index: 1024;
    color: white;
    border-radius: 5px;
    transition: .5s;
    height: calc(100% - 80px);
    width: 100%;
    display: none;
}

.wk-media-temp-block {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: blue;
}

.wk-media-minimize {
    position: absolute;
    z-index: 1024;
    background-color: rgb(0, 247, 255);
    transition: .5s;
    height: 25px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.wk-media-minimize p {
    margin: 0px;
}

.wk-media-doMinimize {
    top: -10px;
    right: 0;
    z-index: 1027;
    border-radius: 5px;
    position: absolute !important;
    border-radius: 5px;
    padding: 10px;
    text-align: right;
}
.wk-media-doMinimize span {
    color: #fff;
    cursor: pointer;
}

.wk-media-doMinimize img {
    width: auto;
    padding: 5px;
}

#wk-media-model-message, #wk-media-operatorName {
    margin-top: 0px;
}

.wk-cw-liveChatCointainer ::-webkit-scrollbar {
    width: 0px;
    display: none;
}

.wk-cw-liveChatCointainer ::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.wk-cw-liveChatCointainer ::-webkit-scrollbar-thumb {
    background: #888; 
}

.wk-cw-liveChatCointainer ::-webkit-scrollbar-thumb:hover {
    background: #555; 
    cursor: pointer;
}

.wk-ch-livechat-content:hover::-webkit-scrollbar, .wk-cw-user-operator-chat:hover::-webkit-scrollbar {
    display: block;
    scroll-behavior: smooth;
}

.operator-to-user-msg::-webkit-scrollbar {
    height: 5px;
    display: block;
    scroll-behavior: smooth;
}
.wk-cw-liveChatCointainer small {
    font-size: 14px;
}
  