.lc_chatbox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bebebe;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: -1px;
  box-shadow: 0 0 9px 0 #999;
  -webkit-box-shadow: 0 0 9px 0 #999;
  -o-box-shadow: 0 0 9px 0 #999;
  font-family: "Open Sans", Arial;
  padding: 0;
  position: fixed;
  right: 15px;
  width: 250px;
  z-index: 10000;
}
.lc_chatbox:not(.lc_chatbox_closed) {
  min-width: 300px;
}
.is_customer .avata.lc_avatar_square > img {
  border-radius: 5px;
}
.is_employee .avata.lc_avatar_square > img {
  border-radius: 5px;
}
.lc_chatbox_closed .lc_error_start_chat {
  display: none!important;
}
.lc_chatbox.lc_chatbox_maximize:not(.lc_chatbox_closed) {
  height: 100%!important;
  width: 100%!important;
  right: 0;
  max-width: 100%;
  bottom: 0;
  z-index: 10000;
}
.lc_chatbox_maximize .criterion_contact {
  bottom: 0;
  left: 0;
  position: absolute;
}
.no_display_avata .is_employee .lc_msg_time {
  left: 100%;
  margin-left: 8px;
  margin-right: auto;
  right: auto;
  width: 51px;
}
.lc_company_logo.lc_avatar_square img {
  border-radius: 0;
}
.lc_company_logo.lc_avatar_square {
  border-radius: 5px;
}
.lc_chatbox_maximize .start_chating .lc_send_box {
  min-width: 160px;
  width: auto!important;
}
.lc_heading{
    color: #fff;
}
.lc_chatbox textarea::-webkit-input-placeholder {
  color: #333333; 
  opacity: 0.34;
}
.lc_chatbox textarea::-moz-placeholder {
  color: #333333;
  opacity: 0.34; 
}
.lc_chatbox textarea:-moz-placeholder {
  color: #333333; 
  opacity: 0.34;
}
.lc_chatbox textarea:-ms-input-placeholder {
  color: #333333; 
  opacity: 0.34;
}
.tab_content_customer::-webkit-scrollbar,
.lc_messages::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
.lc_chatbox.lc_chatbox_maximize {
  border: medium none;
}
.lc_chatbox_maximize .lc_customer_info_form .lc_update_info {
  width: auto;
}

.tab_content_customer::-webkit-scrollbar-track-piece,
.lc_messages::-webkit-scrollbar-track-piece  {
    background-color: #f1f1f1;
}

.tab_content_customer::-webkit-scrollbar-thumb:vertical,
.lc_messages::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #ddd;
    border-radius: 15px;
}
.lc_customer_info_form {
  border-bottom: medium none;
  height: 100%;
  padding: 0 20px;
}
.lc_customer_info_form .form-control {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
  color: #878787;
  font-size: 13px;
  height: 36px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
}
.lc_chatbox, .lc_chatbox * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.lc_text_area.no_display_emotion.show_send_box > textarea {
  margin-left: 10px;
  width: calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: -ms-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
}
.lc_text_area.no_display_emotion:not(.show_send_box) > .form-control {
  margin-left: 10px;
  width: calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
}
.delivered_employee > span:before,
.delivered_employee.show > span:before,
span.delivered_employee.show:before {
  content: "\f08e";
}
.seen_employee.show > span::before,
span.seen_employee.show::before,
.seen_employee > span::before {
  content: "\f06e";
}
.lc_customer_info_form label {
  color: #666;
  margin-bottom: 3px;
}
.lc_text_area.start_chating {
  background-color: transparent;
  border-top: medium none;
  padding: 0px 20px 0px;
}
.lc_text_area.start_chating > .form-control {
  margin: 0 0 10px;
  min-height: 60px;
  min-width: 100%;
  width: 100%;
}
.start_chating .lc_emotion {
  display: none;
}
.start_chating.lc_text_area .lc_send_box {
  bottom: auto;
  left: 0;
  margin: 0 auto 10px;
  position: relative;
  right: 0;
  top: auto;
  width: 100%;
}
.criterions_livechat .star:hover > span {
  opacity: 1;
  visibility: visible;
}
.company-name {
  display: inline-block;
  line-height: 100%;
  margin-top: 10px;
  position: relative;
}
.company-name:hover .lc_tooltip{
    opacity: 1;
    visibility: visible;
}
.lc_tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-bottom: 5px;
  opacity: 0;
  padding: 2px 7px;
  position: absolute;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  visibility: hidden;
  white-space: nowrap;
}
.lc_tooltip::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}









.criterions_livechat .star > span {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-bottom: 5px;
  opacity: 0;
  padding: 2px 7px;
  position: absolute;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  visibility: hidden;
  white-space: nowrap;
}
.criterions_livechat .star > span::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.employee_end {
  clear: both;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 0 71px;
}
.customer_end {
  clear: both;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  padding: 0 71px;
}
.lc_text_area.start_chating .lc_send_box .lc_send {
  font-size: 13px;
  padding: 10px 20px;
}
.lc_chatbox .no_rate_customer .contact {
  float: left;
  padding-left: 10px;
}
.lc_error_start_chat .module_error::before {
  display: none;
}
.lc_error_start_chat .module_error ul li {
  list-style: outside none none;
}
.lc_error_start_chat .module_error button.close {
  color: #fff;
}
.start_chating.lc_text_area .lc_send_box::before{
    display: none;
}
.lc_customer_info_form .lc_update_info {
  border-radius: 5px;
  box-shadow: none;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.lc_chatbox .contact::before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 5px;
}
.lc_chatbox .contact {
  color: #999;
  display: block;
  float: right;
  font-size: 12px;
  margin-bottom: 0;
  padding: 5px 10px 5px 0;
}
.criterions_livechat .star {
  display: inline-block;
  float: left;
  line-height: 16px;
  margin-right: 3px;
  position: relative;
}
.lc_emotion img {
  cursor: pointer;
  display: block;
  max-width: 100%;
}
.lc_emotion img:hover {
  box-shadow: 0 0 3px 0 #999;
  -o-box-shadow: 0 0 3px 0 #999;
  -webkit-box-shadow: 0 0 3px 0 #999;
}
.star > span {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #fff;
  font-size: 10px;
  left: 50%;
  margin-bottom: 5px;
  opacity: 0;
  padding: 2px 7px;
  position: absolute;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  visibility: hidden;
}
.star > span::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.criterions_livechat .star::after {
  display: none;
}
.lc_captcha,.lc_chatbox[data-id-conversation="0"] .lc_customer_info > .lc_update_info, .lc_chatbox_closed > form > div,.lc_customer_info.closed > div,.lc_heading,.lc_thankyou,.lc_hide,.lc_display_thank .lc_messages,.lc_display_thank .lc_text_area,.lc_display_thank .lc_introduction, .lc_introduction > div{
    display: none;
}

.lc_bubble_alert.lc_chatbox_closed .lc_heading.lc_heading_do_not_disturb::before{
    background-color: red;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading.lc_heading_invisible::before{
    background-color: #666666;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading.lc_heading_offline::before{
    background-color: #666666;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading.lc_heading_online::before{
    background-color: #2ab400;
}


.lc_captcha.active,.lc_captcha.active input.lc_captcha_input,.lc_display_thank.lc_chatbox_open .lc_thankyou, .lc_admin_online .lc_heading_online, .lc_admin_offline .lc_heading_offline, .lc_admin_online .lc_online_text,.lc_admin_offline .lc_offline_text{
    display: block;
}
.lc_send_another_msg {
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
}
.lc_chatbox_closed .lc_heading{
    padding-right: 0;
}
.criterions_livechat .star > a:before {
  content: "\f006";
  color: #999999;
    cursor: pointer;
    float: left;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 100%;
    margin-top: 4px;
}
.criterions_livechat .star.star_hover > a:before,
.criterions_livechat .star.star_on > a:before {
  content: "\f005";
  color: #f1ae00;
}
.criterions_livechat .star > a {
  float: left;
  font-size: 0;
  line-height: 100%;
  margin-bottom: 1px;
  margin-top: 0;
  text-indent: 0;
}
.criterion_contact {
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 1px solid #e6e6e6;
  float: left;
  padding: 0;
  width: 100%;
}
.criterions_livechat {
  float: left;
  padding: 5px 10px;
}
.is_employee .avata > img {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  height: 50px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
}
.is_employee .avata {
  float: right;
  height: 0;
  left: 100%;
  margin-left: 10px;
  margin-right: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.is_employee .lc_sender, .is_employee .lc_sender span {
  float: left;
}
.lc_msg.is_employee {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 7px;
  clear: both;
  float: right;
  margin: 0 70px 10px 10px;
  max-width: 100%;
  padding: 7px 13px 10px;
  position: relative;
  width: calc(100% - 140px);
  width: -o-calc(100% - 140px);
  width: -ms-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
}

.massage_more_loading {
  color: #999;
  font-size: 0;
  text-align: center;
}
.more_load {
  color: #2eacce;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
.show_send_box .lc_send_box {
  display: inline-block;
}

.massage_more_loading::before {
  color: #888;
  content: "\f110";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  margin-top: 7px;
  -webkit-animation: spiner_loading 3s infinite linear;
    animation: spiner_loading 3s infinite linear;
}
@-webkit-keyframes spiner_loading {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        }
} 

@keyframes spiner_loading {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        }
} 
.lc_heading .lc_customer_info_toggle {
  color: #fff;
  float: right;
  margin: 0;
  position: static;
}
.lc_heading .lc_customer_info_toggle::before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 15px;
}
.lc_sound {
  cursor: pointer;
  float: right;
  font-size: 0;
  margin-right: 0;
  padding: 0 7px 3px;
}
.lc_sound::before {
  content: "\f1f7";
  font-family: FontAwesome;
  font-size: 12px;
}
.lc_sound.enable::before {
  content: "\f0a2";
}
.is_employee .lc_sender > span {
  display: none;
  margin-right: 10px;
}
.lc_chatbox > form {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}

.lc_chatbox .message_status li{
    display:none;
}
.lc_chatbox .message_status li.show{
    display:block;
}
.writing_employee,.senting_employee{
    display:none;
}
.writing_employee.show,.senting_employee.show{
    display:block;
}
.lc_close {
  border: medium none;
  cursor: pointer;
  float: right;
  font-size: 0;
  height: auto;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 12px;
  position: relative;
  transform: none;
  -webkit-transform: none;
  width: auto;
  margin-top: 4px;
}
.lc_close::after {
    content: "";
  background-color: #fff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  width: 16px;
}
.lc_close::before {
  height: 16px;
  left: 50%;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  width: 2px;
}
.lc_chatbox ul {
  list-style: outside none none;
}
.star_content .cancel {
  display: none;
}
.lc_admin_do_not_disturb .lc_heading_do_not_disturb {
  display: block;
}
.lc_heading > div {
  float: left;
  font-size: 12px;
  margin: 7px 0 5px 81px;
  overflow: hidden;
  padding: 3px 0 2px 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.lc_chatbox:not(.lc_chatbox_closed):not(.no_display_compay_info) .lc_heading > div{
  max-width: 150px;
}

.lc_heading > span {
  height: 0;
  line-height: 100%;
  padding-bottom: 11px;
  padding-top: 19px;
}

.lc_chatbox_closed .lc_heading > div::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "\f086";
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 20px;
  height: 34px;
  left: 0;
  line-height: 34px;
  margin-bottom: -7px;
  margin-right: 10px;
  margin-top: -7px;
  padding: 0 15px;
  position: absolute;
}
.lc_chatbox_closed .lc_heading > div {
  margin-left: 0;
  padding-left: 60px;
  padding-right: 14px;
  padding-top: 0;
  width: auto;
  max-width: 100%!important;
}
.lc_chatbox_closed.lc_chatbox {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto!important;
  cursor: pointer;
}
.lc_chatbox_closed.lc_chatbox .lc_heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.lc_chatbox_closed.lc_chatbox .lc_heading > span {
  display: none;
}
.lc_heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
  padding: 0 5px 0 0;
  width: 100%;
}
.lc_chatbox_maximize .lc_heading{
    padding-right: 0;
}


.lc_msg.is_customer {
  background: #e5fdff none repeat scroll 0 0;
  border: 1px solid #9be3e8;
  border-radius: 7px;
  clear: both;
  float: left;
  margin-bottom: 10px;
  margin-left: 70px;
  margin-right: 10px;
  padding: 7px 13px 10px;
  position: relative;
  width: calc(100% - 140px);
  width: -o-calc(100% - 140px);
  width: -ms-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
}
.lc_chatbox_maximize .lc_emotion > ul {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
}
.lc_chatbox_maximize .lc_emotion > ul::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ddd;
  border-bottom: 8px solid transparent;
  bottom: auto;
  left: 10px;
  top: 100%;
}
.lc_chatbox_maximize .lc_emotion > ul::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: 7px solid transparent;
  bottom: auto;
  left: 10.5px;
  top: 100%;
}



.no_display_avata .has_name_customer .lc_sender > span,
.no_display_avata .has_name_emplode .lc_sender > span {
  display: block;
}
.no_display_avata.no_display_datetime .lc_msg.is_employee,
.no_display_avata.no_display_datetime .lc_msg.is_customer {
  margin: 0 20px 10px;
  width: calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
}
.no_display_avata.no_display_datetime .show > span, 
.no_display_avata.no_display_datetime .senting_employee, 
.no_display_avata.no_display_datetime .writing_employee {
  padding: 0 10px 0 20px;
}
.lc_customer_info.closed {
  height: auto;
  padding: 0;
}
.lc_customer_info {
  background-color: #fff;
  float: left;
  padding-top: 10px;
  width: 100%;
  position: relative;
}
.is_employee .avata::after {
  border-color: transparent transparent transparent #eeeeee;
  border-style: solid;
  border-width: 6px;
  content: "";
  right: 96%;
  position: absolute;
  top: -9px;
  left: auto;
}
.is_employee .avata::before {
  border-color: transparent transparent transparent #fbfbfb;
  border-style: solid;
  border-width: 5px;
  content: "";
  float: left;
  height: 0;
  right: 100%;
  position: absolute;
  top: -8px;
  width: 0;
  left: auto;
  z-index: 1;
}
.lc_sender > span {
  color: #333;
  display: none;
}
.lc_customer_info.open .lc_customer_info_toggle{
    opacity: 1;
    visibility: visible;
    transform: none;
  -o-transform: none;
  -webkit-transform: none;
}
.lc_customer_info_toggle {
  color: #666;
  cursor: pointer;
  font-size: 0;
  margin-bottom: 10px;
  padding: 3px 10px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: -40px;
  transition: all 0.35s ease 0s;
  width: auto;
  z-index: 99;
}
.lc_customer_info_toggle::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
}
.lc_msg_content {
  font-size: 13px;
}
.is_customer .lc_sender {
  color: #3992b8;
  float: left;
  margin-right: 10px;
}
.lc_sender {
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
  text-transform: capitalize;
}
.lc_msg_time {
  color: #999;
  float: left;
  font-size: 12px;
  margin-top: 3px;
}
.lc_emotion li {
  float: left;
  height: 25px;
  margin: 0 3px;
  text-align: center;
  width: 22px;
}
.lc_company_info {
  padding: 0 10px;
}
.lc_company_info:not(.lc_hide) {
  display: block;
}
.lc_company_info .sub_title {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}
.lc_chatbox_closed .lc_company_info {
  display: none;
}
.lc_chatbox_closed.lc_bubble_alert .lc_company_info {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: block;
}
.lc_chatbox_closed.lc_bubble_alert .lc_company_info .company-name {
  font-size: 0;
}
.lc_chatbox_closed.lc_bubble_alert .lc_company_info .company-name {
  font-size: 0;
  left: -2px;
  position: absolute;
  top: -7px;
}
.lc_chatbox_closed.lc_bubble_alert .lc_company_info .company-name {
  font-size: 0;
  left: -2px;
  position: absolute;
  top: -7px;
}
.lc_chatbox_closed.lc_bubble_alert .lc_company_info .company-name > span::after {
  border: 1px solid #fff;
  height: 14px;
  width: 14px;
}
.lc_chatbox_closed.lc_bubble_alert .lc_company_info > *:not(.company-name) {
  display: none;
}
.lc_company_info {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  clear: both;
  float: left;
  font-size: 12px;
  padding: 0 10px;
  width: 100%;
}
.company-name > span {
  font-size: 0;
  line-height: 0;
}
.no_display_compay_info:not(.lc_chatbox_closed) .lc_heading > div {
  margin-left: 10px;
  max-width: calc(100% - 160px);
  -o-max-width: calc(100% - 160px);
  -ms-max-width: calc(100% - 160px);
  -webkit-max-width: calc(100% - 160px);
  padding-left: 0;
}
.lc_chatbox_closed .lc_error {
  display: none;
}
.no_display_compay_info .lc_customer_info .lc_customer_info_toggle {
  display: none;
}

.lc_error_start_chat_c {
  clear: both;
  display: block;
  float: left;
  margin-top: 15px;
  width: 100%;
}
.no_display_avata .is_customer.has_name_customer .lc_sender {
  bottom: 100%;
  top: auto;
}
body.lc_no_scroll {
  max-height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%;
}
.lc_chatbox .no_rate_customer.contact_start_chat .contact {
  padding-left: 20px;
}
.lc_admin_offline .company-name > span::after,
.lc_heading_offline .title_class {
  background-color: #999;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 2px;
  width: 8px;
}
.lc_admin_online .company-name > span::after,
.lc_heading_online .title_class {
  background-color: #2ab400;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 2px;
  width: 8px;
}
.lc_admin_invisible .company-name > span::after,
.lc_heading_invisible .title_class,
.lc_heading_offline .title_class {
  background-color: #999;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 2px;
  width: 8px;
}
.lc_chatbox_closed.lc_bubble_alert.lc_admin_offline .lc_company_info .company-name > span::after {
  background-color: #999;
}
.lc_admin_do_not_disturb .company-name > span::after,
.lc_heading_do_not_disturb .title_class{
  background-color: red;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 2px;
  width: 8px;
}
.lc_chatbox .lc_heading .title_class {
  display: inline-block;
  font-size: 0;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: -2px;
}
.lc_chatbox.lc_chatbox_closed.lc_bubble_alert .lc_heading .title_class {
  display: inline-block;
  float: left;
  font-size: 0;
  height: 12px;
  margin-left: 4px;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: -2px;
  width: 12px;
  border: 1px solid #ddd;
}
.lc_maximize:before {
  content: "\f14c";
  font-size: 14px;
  color: #fff;
  font-family: FontAwesome;
}
.lc_minimize:before {
  content: "\f103";
  font-size: 18px;
  font-family: FontAwesome;
}
.lc_minimize {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 0;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  text-align: center;
}
.lc_maximize {
  cursor: pointer;
  float: right;
  font-size: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  text-align: center;
}
.lc_chatbox_employe .lc_heading > span {
  height: 0;
  line-height: 100%;
  padding: 18px 6px 17px;
}
.lc_introduction {
  float: left;
  font-size: 13px;
  width: 100%;
}
.lc_company_logo img {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.lc_introduction:not(.lc_hide) + .lc_customer_info .lc_customer_info_toggle {
  top: -85px;
}
.lc_text_area.no_display_emotion.show_send_box.start_chating > textarea{
    margin-left: 0;
}
.lc_company_logo {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  float: left;
  height: 70px;
  margin-left: 3px;
  margin-right: 10px;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 70px;
}
.lc_introduction .company-name {
  color: #333;
  display: inline-block;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-top: 8px;
}
.criterions > label {
  display: inline-block;
}
.criterions {
  float: left;
  padding: 0 10px;
  width: 100%;
}
.star_content {
  display: inline-block;
}
.lc_introduction > div {
  color: #333333;
  line-height: 120%;
  margin-bottom: 15px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.no_display_avata .is_employee.has_name_emplode .lc_sender {
    left: 0;
    bottom: 100%;
    top: auto;
}
.lc_online_heading {
  font-weight: 600;
  line-height: 20px;
  margin-left: 80px;
}
.lc_emotion {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  float: left;
  font-size: 22px;
  height: 40px;
  line-height: 36px;
  margin: 5px 0 0 10px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: 5px;
  cursor: pointer;
  width: 40px;
}
.lc_emotion::after {
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 15px;
  z-index: 1;
}
.lc_emotion > ul {
  background-color: #fff;
  border: 1px solid #ddd;
  bottom: -27px;
  margin: 0 15px 0 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 100%;
  transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  visibility: hidden;
  width: 250px;
}

.lc_emotion::before {
  content: "\f118";
  font-family: FontAwesome;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.is_customer .avata > img {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  height: 50px;
  max-width: 100%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
}
.is_customer .lc_sender .avata {
  border-radius: 50%;
  float: left;
  height: 0;
  margin-left: -10px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 50px;
}
.writing_employee:after{
    content: "\f040";
  font-family: FontAwesome;
  margin-right: 5px;
}
.is_customer .lc_sender .avata::after {
  border-color: transparent #9be3e8 transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  left: 100%;
  margin-left: -3px;
  position: absolute;
  top: -9px;
}
.is_customer .lc_sender .avata::before {
  border-color: transparent #e5fdff transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  float: left;
  height: 0;
  left: 100%;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 1;
}
.lc_emotion > ul {
  margin: 0 11px 0 0;
}
.lc_text_area.show_send_box:not(.no_display_emotion) > .form-control {
  width: calc(100% - 120px);
  width: -o-calc(100% - 120px);
  width: -ms-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
}
.lc_text_area > .form-control {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  height: 40px;
  margin: 10px 0 10px 60px;
  min-width: 100px;
  outline: medium none;
  padding: 5px 10px;
  width: calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: -ms-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
}
.criterions_livechat label {
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 5px;
  padding-bottom: 0;
}
.lc_error {
  float: left;
  padding: 0 20px;
  width: 100%;
}
.lc_error .module_error {
  border-radius: 5px;
  padding: 5px 10px;
}
.lc_admin_do_not_disturb .lc_do_not_disturb_text,
.lc_admin_invisible .lc_invisible_text {
  display: block;
}
.message_status .show > span {
  color: #bbb;
  float: left;
  font-size: 12px;
  padding: 0 10px 0 70px;
  text-align: left;
}
.show > span::before {
  font-family: FontAwesome;
  margin-right: 5px;
}
.writing_employee > span:after,
.lc_msg_editing > span:after {
  content: '.';
}
.writing_employee > span,
.lc_msg_editing > span{
    animation-name: dot_writting;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.writing_employee > span:nth-child(2),
.lc_msg_editing > span:nth-child(2) {
    animation-delay: .2s;
}

.writing_employee > span:nth-child(3),
.lc_msg_editing > span:nth-child(3) {
    animation-delay: .4s;
}
@keyframes dot_writting {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
@-webkit-keyframes dot_writting {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
.senting_employee,
.writing_employee {
  color: #bbb;
  float: left;
  font-size: 12px;
  padding: 0 10px 0 70px;
  text-align: left;
  margin-bottom: 5px;
}
.lc_admin_invisible .lc_heading_invisible{
    display: block;
}
.lc_messages {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: 280px;
  overflow: auto;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.lc_msg_board {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.message_status {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 100%;
}
.lc_messages_table {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.lc_messages_table-cell {
  display: table-cell;
}
.lc_text_area {
  background-color: #f8f8f8;
  border-top: 1px solid #e6e6e6;
  float: left;
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  width: 100%;
}

.lc_send_box .lc_send {
  background-color: transparent!important;
  border: medium none;
  box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 17px 0 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}
.lc_text_area .lc_send_box:hover {
  background-color: #2592a9;
}
.lc_send_box .lc_send:focus{
    outline: none;
    -webkit-outline: none;
}
.lc_chatbox *:focus,
.lc_chatbox:focus,
.lc_chatbox:hover{
    outline: none;
    -webkit-outline: none;
}

.customer_end::before {
  /*content: "\f017";
  font-family: FontAwesome;
  margin-right: 2px;*/
}
.lc_text_area.show_capcha:not(.start_chating) .lc_send_box {
  top: 66px;
}
.lc_error .module_error ul {
  margin: 0;
}
.lc_text_area .lc_send_box {
  background-color: #2fb5d2;
  border-radius: 6px;
  display: none;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  margin-left: 10px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
.show_send_box .lc_send_box {
  display: inline-block;
}
.lc_send_box::before {
  color: #fff;
  content: "\f1d9";
  font-family: FontAwesome;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.lc_thankyou > div {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.lc_thankyou {
  clear: both;
  padding: 10px 20px 10px;
}
.lc_thankyou .lc_send_another_msg {
  font-size: 14px;
}
.lc_captcha_refesh {
  color: #999;
  font-size: 0;
}
.sent_employee span::before,
span.sent_employee::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
}
.lc_captcha.active {
  border-bottom: 1px solid #e6e6e6;
  height: 46px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px 10px;
}
.start_chating .lc_captcha.active {
  border-bottom: medium none;
  padding: 0;
}
.lc_emotion.ena_captcha,
.show_capcha .lc_emotion {
  top: 61px;
}
.lc_captcha .lc_captcha_input.form-control {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  font-size: 13px;
  height: 36px;
  margin-right: 10px;
  padding: 0 10px;
  width: 140px;
}
.lc_captcha_refesh::before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 16px;
}
.lc_captcha_refesh {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 36px;
  line-height: 30px;
  margin-left: 5px;
  padding-top: 3px;
  vertical-align: top;
}
.lc_captcha_refesh:hover {
  color: #2fb5d2;
}
.loaded .more_load, .loading .more_load{
    display:none;
}
.lc_chatbox .lc_heading_count_message_not_seen {
  background: red none repeat scroll 0 0;
  border-radius: 20px;
  display: none;
  float: left;
  font-size: 10px;
  height: 18px!important;
  line-height: 18px!important;
  margin-left: 10px;
  margin-top: 9px!important;
  padding-top: 0!important;
  text-align: center;
  width: 18px!important;
}
.lc_chatbox .lc_heading_count_message_not_seen.show{
    display:inline-block;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading > div {
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  overflow: unset;
  padding: 0;
}

.lc_bubble_alert.lc_chatbox_closed .lc_heading > div::before {
  background: transparent none repeat scroll 0 0;
  font-size: 30px;
}
.lc_bottom_alert_bar.lc_chatbox_closed.lc_chatbox .lc_heading > span.lc_heading_count_message_not_seen.show {
  display: block;
  left: 18px;
  position: absolute;
  top: -6px;
}
.lc_chatbox.lc_bubble_alert.lc_chatbox_closed > form {
  border-radius: 50%;
}
.lc_chatbox.lc_bubble_alert.lc_chatbox_closed {
  border-radius: 50%!important;
  bottom: 50%!important;
  height: 60px!important;
  left: auto!important;
  right: 30px!important;
  transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  width: 60px!important;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading::before {
  background-color: #2ab400;
  border: 1px solid #fff;
  border-radius: 50%;
  /*content: "";*/
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 2px;
  top: 0;
  width: 14px;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading {
  border-radius: 50%;
  height: 100%;
  line-height: 60px;
  position: relative;
  width: 100%;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading > div::before {
  font-size: 26px;
  height: 60px;
  line-height: 58px;
  margin-bottom: 0;
  margin-top: -7px;
  padding: 0;
  text-align: center;
  width: 60px;
}
.lc_bubble_alert.lc_chatbox_closed .lc_heading > .lc_heading_count_message_not_seen.show {
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 4px;
}
.lc_message_end_chat {
  float: left;
  margin: 0 0 15px;
  padding: 0;
}
.lc_chatbox.lc_bubble_alert {
  transition: none 0s ease 0s ;
  -webkit-transition: none 0s ease 0s ;
  -o-transition: none 0s ease 0s ;
}
.is_customer .lc_msg_time {
  font-size: 10px;
  left: 100%;
  line-height: 14px;
  margin-left: 8px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  white-space: nowrap;
  width: 51px;
}
.lc_text_area > .form-control:focus,
.lc_text_area > .form-control:active,
.lc_text_area > .form-control:hover{
    color: #878787!important;
}
.lc_chatbox .form-control::-webkit-input-placeholder,
.lc_customer_info_form input::-webkit-input-placeholder{
    color: #333!important;
    opacity: 0.4;
}

.lc_chatbox .form-control::-moz-placeholder,
.lc_customer_info_form input::-moz-placeholder{
    color: #333!important;
    opacity: 0.4;
}

.lc_chatbox .form-control:-moz-placeholder,
.lc_customer_info_form input:-moz-placeholder{
    color: #333!important;
    opacity: 0.4;
}

.lc_chatbox .form-control:-ms-input-placeholder,
.lc_customer_info_form input:-ms-input-placeholder{
    color: #333!important;
    opacity: 0.4;
}
.lc_chatbox .form-control:focus, 
.lc_chatbox .input-group.focus {
  outline: medium none;
  -webkit-outline: medium none;
}
.is_employee .lc_msg_time {
  font-size: 10px;
  line-height: 16px;
  margin-right: 8px;
  margin-top: 0;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  white-space: nowrap;
}
.is_customer.has_name_customer .lc_sender{
  top: 50%;
  left: 0;
  margin-bottom: 5px;
  position: absolute;
}
.is_employee.has_name_emplode .lc_sender {
  left: 100%;
  margin-bottom: 5px;
  position: absolute;
  top: 50%;
}
div:not(.no_display_avata) .lc_sender {
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
  position: absolute;
}
.no_display_avata .is_customer.has_name_customer.lc_msg, 
.no_display_avata .is_employee.has_name_emplode.lc_msg {
  margin-top: 30px;
}

.customer_delete_message:before {
  content: "\f014";
  font-size: 12px;
  font-family: FontAwesome;
  color: #999;
}
.customer_delete_message {
  cursor: pointer;
  float: right;
  font-size: 0;
}
.customer_delete_message:hover:before {
  color: #333
}
.lc_chatbox .contact:hover {
  color: #2fb5d2;
}
.lc_text_area .lc_captcha_img {
  height: 36px;
  max-width: 110px;
}
.lc_action_message {
  line-height: 100%;
  opacity: 0;
  position: absolute;
  right: 6px;
  top: 2px;
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  visibility: hidden;
}
.lc_msg:hover .lc_action_message {
  opacity: 1;
  visibility: visible;
}
.customer_edit_message,
.lc_msg_editing {
  color: #888;
  cursor: pointer;
  float: left;
  font-size: 0;
  margin: 0 7px 0 0;
}
.customer_edit_message::after,
.lc_msg_editing:after {
  content: "\f040";
  font-family: FontAwesome;
  font-size: 11px;
}
.lc_msg_editing::before {
  content: "...";
  float: left;
  font-size: 11px;
  margin-right: 2px;
}
.customer_edit_message:hover {
  color: #333
}
.lc_msg_edited {
  color: #999;
  font-size: 10px;
}
.lc_error_start_chat {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.lc_error_start_chat .module_error {
  border-radius: 5px;
  margin: 0 20px 10px;
  padding: 8px 15px;
}
.lc_chatbox_maximize .lc_maximize::before {
  display: inline-block;
  content: "\f066";
}
.lc_error_start_chat .module_error ul {
  margin: 0;
  padding: 0;
}

.lc_warning_error > p:last-child {
  margin-bottom: 0;
}
.lc_warning_error {
  background-color: rgba(255, 215, 45, 0.6);
  border-radius: 5px;
  margin: 0 20px 10px;
  padding: 4px 15px;
  display: none;
}
.lc_warning_error.show {
  display: block;
}
.lc_loading_send {
  background-color: #2fb5d2;
  border-radius: 5px;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
  display: none;
}
.lc_loading_send.show {
  opacity: 0.9;
  display: block;
}
.lc_loading_send::before {
  color: #fff;
  content: "\f110";
  font-family: FontAwesome;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  -webkit-animation: spiner_loading 3s infinite linear;
    animation: spiner_loading 3s infinite linear;
}
.lc_customer_info:not(.closed) .lc_customer_info_toggle::before {
  content: "\f106";
}
.lc_chatbox_maximize .lc_heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lc_chatbox.lc_chatbox_maximize:not(.lc_chatbox_closed) > form {
  border: medium none;
}
.lc_chatbox.lc_chatbox_maximize {
  border: medium none;
  border-radius: 0;
}
.lc_chatbox input,
.lc_chatbox textarea{
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.lc_chatbox_maximize .lc_heading > span {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 0;
  margin-right: 0;
  padding-bottom: 18px;
  padding-top: 19px;
  text-align: center;
  width: 38px;
  margin-top: 0;
}
.criterions_livechat .star:before,
.criterions_livechat .star:after{
    display: none!important;
}
.lc_chatbox:not(.lc_chatbox_closed):not(.lc_chatbox_rtl) .lc_company_info .company-name .title_class {
  margin-left: 5px;
}
/*------------------------------RTL------------------------------------*/

.lc_chatbox.lc_chatbox_rtl {
  left: 15px;
  right: auto;
}
.lc_chatbox_rtl .lc_action_message {
  left: 3px;
  right: auto;
}
.lc_chatbox_rtl .lc_action_message .customer_delete_message {
  float: left;
  margin-right: 7px;
}
.lc_chatbox_rtl .lc_company_logo {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.lc_chatbox_rtl .lc_customer_info_toggle {
  left: 2px;
  right: auto;
}
.lc_chatbox_rtl .close {
  float: left;
}
.lc_chatbox_rtl .lc_heading > div {
  float: right;
  margin-left: 0;
  margin-right: 81px;
}
.lc_chatbox_rtl .lc_emotion > ul {
  left: 100%;
  margin-left: 11px;
  right: auto;
}
.lc_chatbox_rtl .lc_maximize {
  float: left;
  margin-right: 0;
}
.lc_chatbox_rtl .lc_minimize {
  float: left;
  margin-right: 0;
}
.lc_bottom_alert_bar.lc_chatbox_rtl.lc_chatbox_closed .lc_heading > div {
  padding-left: 60px;
  padding-right: 10px;
}

.lc_admin_online:not(.lc_chatbox_closed) .company-name > span::after{
    margin-right: 5px;
}
.lc_chatbox_rtl .lc_sound {
  float: left;
  margin-right: 0;
}
.lc_chatbox_rtl .lc_text_area .lc_send_box {
  left: 10px;
  margin-left: 0;
  margin-right: 10px;
  right: auto;
}
.lc_chatbox_rtl .lc_text_area > .form-control {
  margin-right: 60px;
}
.lc_chatbox_rtl .lc_emotion {
  margin-left: 0;
  margin-right: 10px;
}
.lc_chatbox_rtl .criterions_livechat .star {
  float: right;
}
.lc_chatbox_rtl .criterions_livechat label {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.lc_chatbox_rtl .criterions_livechat {
  float: right;
  padding-left: 0;
}
.lc_chatbox_rtl.lc_chatbox .contact {
  float: left;
  padding-left: 10px;
  padding-right: 0;
}
.lc_chatbox_rtl .is_customer .lc_sender {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.lc_chatbox_rtl .is_customer.has_name_customer .lc_sender {
  left: auto;
  right: 0;
}
.lc_chatbox_rtl .is_customer .lc_sender .avata {
  margin-left: 20px;
  margin-right: -10px;
  transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.lc_chatbox_rtl .is_customer .lc_sender .avata::after {
  border-color: transparent transparent transparent #9be3e8;
  left: auto;
  right: 96%;
}
.lc_chatbox_rtl .is_customer .lc_sender .avata::before {
  border-color: transparent transparent transparent #e5fdff;
  left: auto;
  right: 100%;
}
.lc_chatbox_rtl .is_customer .lc_msg_time {
  float: right;
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 100%;
}
.lc_chatbox_rtl .is_employee .lc_msg_time {
  left: 100%;
  margin-left: 8px;
  margin-right: 0;
  right: auto;
}
.lc_chatbox_rtl .is_employee.has_name_emplode .lc_sender {
  left: auto;
  right: 100%;
}
.lc_chatbox_rtl .is_employee .avata {
  left: auto;
  margin-left: 0;
  margin-right: 10px;
  right: 100%;
}
.lc_chatbox_rtl .is_employee .avata::after {
  border-color: transparent #eeeeee transparent transparent;
  left: 96%;
  right: auto;
}
.lc_chatbox_rtl .is_employee .avata::before {
  border-color: transparent #fbfbfb transparent transparent;
  left: 100%;
  right: auto;
}
.lc_chatbox_rtl .lc_message_end_chat {
  float: right;
  margin-top: 5px;
}
.lc_chatbox_rtl.lc_admin_online .company-name::after {
  margin-left: 0;
  margin-right: 5px;
}
.lc_chatbox_rtl .lc_captcha .lc_captcha_input.form-control {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.lc_chatbox_rtl .lc_captcha_refesh {
  margin-left: 0;
  margin-right: 5px;
}
.lc_chatbox_rtl .senting_employee, 
.lc_chatbox_rtl .writing_employee {
  float: right;
  padding: 0 70px 0 10px;
  text-align: right;
}
.lc_chatbox_rtl .lc_text_area.no_display_emotion.show_send_box > textarea {
  margin-left: auto;
  margin-right: 0px;
}
.lc_chatbox_rtl .lc_text_area.start_chating > .form-control {
  margin-bottom: 10px;
  margin-right: 0;
}
.lc_chatbox_rtl .lc_text_area.no_display_emotion:not(.show_send_box) > .form-control {
  margin-left: 10px;
  margin-right: 10px;
}
.lc_chatbox_rtl .lc_close {
  float: left;
}
.lc_chatbox_rtl.lc_chatbox_closed .lc_heading > div {
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
}
.lc_chatbox_rtl .lc_chatbox_closed .lc_heading > div::before {
  float: right;
  margin: -7px 0 -7px 10px;
  padding: 0 15px;
}
.lc_chatbox_rtl.lc_chatbox .lc_heading_count_message_not_seen.show {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
.lc_chatbox_rtl.lc_chatbox_closed .lc_heading > div::before {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.lc_chatbox.lc_chatbox_rtl.lc_chatbox_closed {
  cursor: pointer;
  left: 30px!important;
  right: auto!important;
}
.lc_chatbox_rtl.lc_chatbox.lc_chatbox_maximize:not(.lc_chatbox_closed) {
  left: auto;
  right: 0;
}
.lc_chatbox_rtl:not(.lc_chatbox_maximize):not(.lc_chatbox_closed) .lc_heading {
  padding-left: 5px;
}
.lc_chatbox_rtl.lc_chatbox_maximize .lc_heading {
  padding-right: 5px;
}
.lc_chatbox_maximize.lc_chatbox_rtl .lc_heading > span {
  border-left: medium none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.lc_chatbox_rtl.lc_chatbox_closed.lc_bubble_alert .lc_heading > div::before {
  margin-left: 0;
}





/*-------------------------END-RTL-----------------------------------------*/











@media (min-width: 768px){
    .lc_emotion > ul::after {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #999;
      border-top: 8px solid transparent;
      bottom: 35px;
      content: "";
      display: inline-block;
      left: 100%;
      position: absolute;
    }
    .lc_emotion > ul::before {
      border-bottom: 7px solid transparent;
      border-left: 7px solid #fff;
      border-top: 7px solid transparent;
      bottom: 36px;
      content: "";
      display: inline-block;
      left: 100%;
      position: absolute;
      top: auto;
      width: 15px;
      z-index: 1;
    }
    .lc_emotion:hover:before {
      color: orange;
    }
    .lc_emotion:hover > ul{
        opacity: 1;
        visibility: visible;
    }
    .lc_chatbox_rtl .lc_emotion > ul::after {
      border-right: 8px solid #ddd;
      border-left: none;
      right: 100%;
      left: auto;
    }
    .lc_chatbox_rtl .lc_emotion > ul::before {
      border-right: 7px solid #fff;
      border-left: none;
      right: 100%;
      left: auto;
    }
    
    
    
    .lc_chatbox_rtl.lc_chatbox_maximize .lc_emotion > ul {
      bottom: 100%;
      left: auto;
      margin-left: 0;
      margin-right: 0;
      right: 0;
    }
    .lc_chatbox_rtl.lc_chatbox_maximize .lc_emotion > ul::before {
      border-top: 7px solid #fff;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: none;
      left: auto;
      right: 11px;
    }
    .lc_chatbox_rtl.lc_chatbox_maximize .lc_emotion > ul::after {
      border-top: 8px solid #ddd;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: none;
      left: auto;
      right: 10px;
    }
}


@media (max-width: 767px){
    .lc_hide_on_mobile {
      display: none;
    }
    .criterions_livechat .star {
      width: 12px;
    }
    .lc_chatbox_maximize .start_chating .lc_send_box {
      width: 100%!important;
    }
    .lc_emotion.show:before {
      color: orange;
    }
    .lc_chatbox:not(.lc_chatbox_closed):not(.no_display_compay_info) .lc_heading > div {
        max-width: calc(100% - 165px);
        max-width: -o-calc(100% - 165px);
        max-width: -ms-calc(100% - 165px);
        max-width: -webkit-calc(100% - 165px);
    }
    .lc_text_area.no_display_emotion:not(.show_send_box) > .form-control {
      margin-left: 10px;
      width: calc(100% - 70px);
      width: -o-calc(100% - 70px);
      width: -ms-calc(100% - 70px);
      width: -webkit-calc(100% - 70px);
    }
    .lc_emotion.show > ul{
        opacity: 1;
        visibility: visible;
    }
    .lc_chatbox.lc_chatbox_rtl {
      left: 0;
      right: auto;
    }
    .lc_text_area .lc_send_box {
      display: inline-block;
    }
    .lc_text_area > .form-control {
      width: calc(100% - 120px);
        width: -o-calc(100% - 120px);
        width: -ms-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
    }
    .lc_chatbox_rtl .lc_emotion > ul {
      bottom: 100%;
      left: auto;
      margin-left: 0;
      margin-right: 0;
      right: 0;
    }
    .lc_chatbox_rtl .lc_emotion > ul::before {
      border-top: 7px solid #fff;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: none;
      left: auto;
      right: 11px;
    }
    .lc_chatbox_rtl .lc_emotion > ul::after {
      border-top: 8px solid #ddd;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: none;
      left: auto;
      right: 10px;
    }
    .lc_chatbox_closed .lc_heading {
      width: auto;
    }
    .lc_chatbox_no_close .lc_minimize{
        
    }
    .lc_chatbox_rtl.lc_chatbox_maximize.lc_chatbox_closed .lc_heading {
      padding-right: 0;
    }
    .lc_chatbox_rtl.lc_bottom_alert_bar.lc_chatbox_rtl.lc_chatbox_closed .lc_heading > div {
      padding-left: 10px;
      padding-right: 60px;
    }
    .lc_bottom_alert_bar.lc_chatbox_closed.lc_chatbox_rtl .lc_heading > div::before {
      left: auto;
      right: 0;
    }
    .lc_emotion > ul::after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #ddd;
      border-bottom: 8px solid transparent;
      bottom: auto;
      left: 10px;
      top: 100%;
      content: "";
      position: absolute;
    }
    .lc_emotion > ul::before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #fff;
      border-bottom: 7px solid transparent;
      bottom: auto;
      left: 10.5px;
      top: 100%;
      content: "";
      position: absolute;
      z-index: 1;
    }
    .lc_chatbox_open .lc_heading{
        padding-right: 0;
    }
    .lc_chatbox_no_close.lc_chatbox_maximize .lc_minimize::before {
      background-color: #fff;
      content: "";
      height: 16px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0px) rotate(45deg);
      -o-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
      -webkit-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
      width: 2px;
    }
    .lc_chatbox_no_close.lc_chatbox_maximize .lc_minimize::after {
      background-color: #fff;
      content: "";
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0px) rotate(45deg);
      -o-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
      -webkit-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
      width: 16px;
    }
    .lc_chatbox.lc_chatbox_maximize:not(.lc_chatbox_closed) {
      overflow: hidden;
    }
    .lc_heading > span {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      height: 37px;
      margin: 0;
      text-align: center;
      width: 38px;
    }
    .lc_sound {
      cursor: pointer;
      float: right;
      font-size: 0;
      margin-right: 0;
      padding: 0 7px 5px;
    }
    @-webkit-keyframes lc_chatbox_mobile {
        from {transform: translatex(-100%);}
        to {transform: none;}
    } 
    
    /* Standard syntax */ 
    @keyframes lc_chatbox_mobile {
        from {transform: translatex(-100%);}
        to {transform: none;}
    }
    .lc_chatbox.lc_chatbox_maximize:not(.lc_chatbox_closed){
        -webkit-animation: lc_chatbox_mobile 0.35s infinite linear;
        animation: lc_chatbox_mobile 0.35s infinite linear;
        animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    .lc_heading > div {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: calc(100% - 225px);
      max-width: -o-calc(100% - 225px);
      max-width: -webkit-calc(100% - 225px);
    }
    
    .lc_chatbox {
      max-width: 300px;
      right: 10px;
    }
    .lc_heading {
      cursor: pointer;
    }
    .lc_messages {
      height: 220px;
    }
    .lc_minimize::before {
      font-size: 20px;
    }
    .lc_sound::before {
      font-size: 14px;
    }
    .lc_heading .lc_customer_info_toggle::before {
      font-size: 17px;
    }
    .lc_chatbox:not(.lc_chatbox_closed) {
      bottom: 0;
      height: 100%;
      max-width: 100%!important;
      right: 0;
      width: 100%!important;
      overflow: auto;
    }
    .lc_maximize {
      display: none;
    }
    .lc_chatbox_maximize .lc_minimize::before,
    .lc_chatbox_open .lc_minimize::before {
      display: inline-block;
      content: "\f066";
      font-size: 16px;
    }
    .lc_chatbox_open .lc_heading {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .lc_chatbox.lc_chatbox_open > form {
      border: medium none;
    }
    .lc_chatbox.lc_chatbox_open {
      border: medium none;
      border-radius: 0;
    }
    .lc_chatbox > form {
      border: 1px solid #bebebe;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      box-shadow: 0 0 9px 0 #999;
      position: relative;
    }
    .lc_chatbox.lc_chatbox_open > form{
        width: 100%;
    }
    .lc_chatbox_closed.lc_chatbox {
      background-color: transparent;
      border: medium none;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      box-shadow: none;
      cursor: pointer;
      left: 50%;
      max-width: 100%;
      right: auto;
      transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: auto!important;
    }
    
    
    
    
    /**/
    
    
    

    .lc_chatbox_rtl .lc_heading > span {
      border-left: medium none;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media (max-height: 500px){
    .lc_chatbox_maximize .criterion_contact {
        position: static;
    }
    
}
.list_star_fly {
  bottom: -150px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.star_item {
  height: 20px;
  margin-bottom: 5%;
  position: relative;
}
.star_item i:nth-child(1) {
  bottom: 148%;
  position: relative;
}

.star_size_big i {
  font-size: 60px;
}
.star_size_1 i {
  font-size: 20px;
}
.star_size_2 i {
  font-size: 30px;
}
.star_size_3 i {
  font-size: 40px;
}
.star_size_4 i {
  font-size: 50px;
}
.star_opacity_5{
    opacity: 0.5;
}

.star_opacity_2{
    opacity: 0.2;
}

.star_opacity_8{
    opacity: 0.8;
}
.list_star_fly i {
  color: #f1ae00;
}
.star_item i {
  display: inline-block;
  margin-left: 4%;
  margin-right: 14%;
}
.star_item.star_2 i {
  margin-left: 5%;
  margin-right: 3%;
}
.star_item.star_3 i {
  margin-left: 5%;
  margin-right: 0;
}

.star_item .star_fly_delay01{
    animation-delay: 0.1s;
}
.star_item .star_fly_delay015{
    animation-delay: 0.15s;
}
.star_item .star_fly_delay025{
    animation-delay: 0.25s;
}
.star_item .star_fly_delay03{
    animation-delay: 0.3s;
}
.star_item .star_fly_delay035{
    animation-delay: 0.35s;
}
.star_item .star_fly_delay04{
    animation-delay: 0.4s;
}
.star_item .star_fly_delay045{
    animation-delay: 0.45s;
}
.star_item .star_fly_delay05{
    animation-delay: 0.5s;
}
.star_item .star_fly_delay055{
    animation-delay: 0.55s;
}
.star_item .star_fly_delay06{
    animation-delay: 0.6s;
}
.star_item .star_fly_delay065{
    animation-delay: 0.65s;
}
.star_item .star_fly_delay07{
    animation-delay: 0.7s;
}
.star_item .star_fly_delay075{
    animation-delay: 0.75s;
}
.star_item .star_fly_delay08{
    animation-delay: 0.8s;
}
.star_item .star_fly_delay085{
    animation-delay: 0.85s;
}
.star_item .star_fly_delay09{
    animation-delay: 0.9s;
}
.star_item i{
    animation: 2s star_fly1 infinite linear;
    position: relative;
    animation-iteration-count: 1;
    opacity: 0;
    visibility: hidden;
}
@keyframes star_fly1{
    0%{
        opacity: 0;
        transform: translatey(0);
        -webkit-transform: translatey(0);
        margin-left: 0;
        visibility: hidden;
    }
    10%{
        opacity: 1;
        visibility: visible;
    }
    30%{
        margin-left: 20px;
    }
    60%{
        margin-left: -20px;
    }
    80%{
        opacity: 1;
    }
    90%{
        margin-left: 10px;
        visibility: visible;
    }
    100%{
        opacity: 0;
        visibility: hidden;
        transform: translatey(-700px);
        -webkit-transform: translatey(-700px);
    }
    
}
