@font-face {
  font-family: 'Inter';
  src: url("Inter-VariableFont_slnt,wght.ttf");
  font-weight: 400;
}
/**/


#linkchat-main-menu{
  
}


#csa_linkchat .chat_header .chat_option .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#csa_linkchat .chat_header .chat_option .title::after {
  /*content: var(--lc-webchat-chatWindow-name)*/
}

#csa_linkchat,#csa_linkchat_loader {
  font-family: var(--lc-webchat-global-fontFamily);
  font-weight: var(--lc-webchat-global-fontWeight);
  background: #fff;
  border-top-left-radius: var(--lc-webchat-chatPane-border-radius);
	border-top-right-radius: var(--lc-webchat-chatPane-border-radius);
  
  height: var(--lc-webchat-chatPane-height);
}

#csa_linkchat .chat_msg_item .csa_linkchat_format_content * {
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  max-width:100%;
}

#csa_linkchat .chat_header{
	border-top-left-radius: var(--lc-webchat-chatPane-border-radius);
	border-top-right-radius: var(--lc-webchat-chatPane-border-radius);
}


.zmdi-comment-outline {
  background-image: url(../images/chat.svg);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}

.izmdi-close {
  background-image: url(../images/close.svg);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}



ul li {
  list-style: none;
}

.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 9999999;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #42a5f5;
}

.fab>i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.fab:not(:last-child)>i {
  font-size: 1.4em;
  line-height: 40px;
}

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.fab(:last-child):active,
.fab(:last-child):focus,
.fab(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

@media all and (min-width: 100px) and (max-width: 767px) {
  .fabs .chat {
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: var(--lc-webchat-systemChatMessage-fontSize);
    

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 0px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
    z-index: 999999;
    background-color: #FFF;
  }
  #csa_linkchat,#csa_linkchat_loader {
    max-width: 100%;
    height:100%;
    border-top-left-radius: 0;
    border-top-right-radius:0;
  }
  .fabs .chat.top-left {
    top: 0px;
    left: 0px;
  }

  .fabs .chat.top-right {
    top: 0px;
    left: 0px;
  }

  .fabs .chat.bottom-left {
    top: 0px;
    left: 0px;
  }

  .fabs .chat.bottom-right {
    top: 0px;
    left: 0px;
  }
  #csa_linkchat .chat_header{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .chat_header {
    /* margin: 10px; */
    font-size: var(--lc-webchat-headerText-fontSize);
    font-weight: var(--lc-webchat-headerText-fontWeight);
    color: #f3f3f3;
    height: var(--lc-webchat-header-height);
    background: var(--lc-webchat-header-background);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* padding-top: 8px; */
  }

  #linkchat-main-menu.is-visible {
    display: none
  }

  .chat_converse {
    position: relative;
    left: 0px;
    top: 0px;
    background: var(--lc-webchat-chatPane-background);
    /* margin: 6px 0 0px 0; */
    height: calc(100% - 127px);
    min-height: 0;
    font-size: 18px;
    
    overflow-y: auto;
    width: 100%;
    float: right;
    z-index: 9998;
    /* margin-bottom: 20px; */
  }

  .fab_field {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f0f2f5;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*height:74px;*/
    width: 100%;
    text-align: center;
    background: #fff;
    /*border-top: 1px solid #eee;*/
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    /* padding:auto 20px; */
    margin-top: 20px;
    margin-bottom: 0px;
    z-index: 9999;
  }
}

/*Chatbox*/
@media (min-width: 768px) {
  .fabs .chat {
    position: fixed;
    /*
    width: 500px;
    height: 455px;
    */
    width: var(--lc-webchat-chatBox-width);
    /* height: 450px; */
    font-size: 18px;
    line-height: 22px;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 0px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
  }

  .fabs .chat.top-left {
    top: 20px;
    left: 85px;
  }

  .fabs .chat.top-right {
    top: 20px;
    right: 85px;
  }

  .fabs .chat.bottom-left {
    bottom: 20px;
    left: 85px;
  }

  .fabs .chat.bottom-right {
    bottom: 55px;
    right: 132px;
  }

  .chat_header {
    /* margin: 10px; */
    font-size: var(--lc-webchat-headerText-fontSize);
    font-weight: var(--lc-webchat-headerText-fontWeight);
    color: #f3f3f3;
    height: var(--lc-webchat-header-height);
    background: var(--lc-webchat-header-background);
    /*border-top-left-radius: 10px;
	    border-top-right-radius: 10px;*/
    /* padding-top: 8px; */
    z-index: 9999;
  }

  .chat_converse {
    position: relative;
    background: var(--lc-webchat-chatPane-background);
    /* margin: 0px 0 20px 0; */
    /* height:500px; */
    height: var(--lc-webchat-chatPane-height);
    max-height: calc(100vh - 120px);
    min-height: 0;
    font-size: 14px;
    overflow-y: auto;
    /* overflow-x: visible; */
    width: 100%;
    /* float: right; */
    /* margin-bottom: 74px; */
    padding-bottom: 10px;
  }



  #chat_form {
    height: 400px;
    padding-bottom: 10px;
  }

  .fab_field {
    /* position: absolute;
    bottom: 0px;
    left: 0px; */
    /* height:74px; */
    /*height: 50px;
	  width: 100%;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-around;
    margin: 7px 0px;
    text-align: center;
    background: #fff;
    width: -webkit-fill-available;
    z-index: 9999;
    /* margin: 20px 20px 12px 20px; */


    /*border-bottom-right-radius: 10px;
	  border-bottom-left-radius: 10px;*/
  }
}


.chat_option .title {
  /*margin-left: 20px;*/
}

.chat_option .close-btn {
  /* position: absolute;
  right: 11px;
  top: 7px; */
  /* width: 16px;
  height: 16px; */
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-20%, -50%);
  /* margin-top: 15.19px;
  margin-right: 15.66px; */
}

.chat_fullscreen {
  position: fixed;
  background-color: #f0f4f8;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.chat_header2 {
  /* margin: 10px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.chat_header .span {
  float: right;
}

.chat_fullscreen_loader {
  display: none;
  float: right;
  cursor: pointer;
  /* margin: 10px; */
  font-size: 20px;
  opacity: 0.5;
  /* padding: 20px; */
  margin: -10px 10px;
}

.chat.is-visible {
  opacity: 1;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  display: block;
}

.is-hide {
  opacity: 0
}

.chat_option {
  float: left;
  font-size: 20px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: relative;
  color: var(--lc-webchat-headerText-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-left: 20px; */
  /* margin-right: 10px; */
  letter-spacing: 0.5px;
  font-weight: var(--lc-webchat-headerText-fontWeight);
  border-bottom: 1px solid rgba(99, 107, 116, 0.2);
}

/*
.chat_option img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.21);
}
*/
.change_img img {
  width: 35px;
  margin: 0px 20px 0px 20px;
}

.chat_option .agent {
  font-size: 12px;
  font-weight: 300;
}

.chat_option .online {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 300;
}

.chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}


.chat_body {
  background: #fff;
  width: 100%;

  display: inline-block;
  text-align: left;
  overflow-y: auto;

}

#chat_body {
  height: 397px;
}

.chat_login p,
.chat_body li {
  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}

.chat_body p {
  padding: 20px;
  color: #888
}

.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
  line-height: 40px;
  font-size: 15px;
}



.chat_field {
  position: relative;
  /* margin: 5px 0 5px 0; */
  width: 50%;

  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  display: inline-block;
}

.chat_field:disabled {
  cursor: not-allowed;
}

.chat_field.chat_message {
  height: 30px;
  resize: none;
  font-size: 13px;
  font-weight: 400;
}

.chat_category {
  text-align: left;
}

.chat_category {
  margin: 20px;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px;
}

.chat_category ul li {
  width: 80%;
  height: 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  cursor: pointer;
  line-height: 30px;
  color: #888;
  text-align: center;
}

.chat_category li:hover {
  background: #83c76d;
  color: #fff;
}

.chat_category li.active {
  background: #83c76d;
  color: #fff;
}

.tags {
  margin: 20px;
  bottom: 0px;
  display: block;
  width: 120%
}

.tags li {
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid rgb(3, 117, 208);
  margin: 5px;
  display: inline-block;
  color: rgb(3, 117, 208);
  cursor: pointer;

}

.fab_field2 {
  bottom: 0px;
  position: absolute;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 999;
}

.fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_camera {
  float: left;
  background: var(--lc-webchat-fabUpload-background);
  border: var(--lc-webchat-fabUpload-border);
  width: var(--lc-webchat-fab-size);
  height: var(--lc-webchat-fab-size);

}

#fab_camera:active {
  outline: 0;
}

#fab_camera:focus {
  outline: 0;
}

#fab_camera:disabled {
  cursor: not-allowed;
}

#fab_send {
  float: right;
  background: var(--lc-webchat-fabSend-background);
  border: var(--lc-webchat-fabSend-border);
  width: var(--lc-webchat-fab-size);
  height: var(--lc-webchat-fab-size);
}

#fab_send_icon {
  filter: invert(1)
}

#chatSend {
  /*width: calc(100% - 100px);*/
  font-family: var(--lc-webchat-global-fontFamily);
  width: 100%;
  font-size: 14px;
  /*height:40px*/
  height: 38px;
  line-height: 20px;
  background-color: #F8F8F8;
  /*margin:0px 0px 5px 0px;*/
  /*border-radius:20px;*/
  border-radius: 2px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 10px;
  font-weight: normal;
  border: 2px var(--lc-webchat-fabSend-background) solid;
    border-radius: 15px;
    scrollbar-width: none;
  /*margin-top:5px;*/
}
#chatSend::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

@media all and (min-width: 100px) and (max-width: 767px) {
  #chatSend {
    width: 100%
  }
}

#fab_send:active {
  outline: 0;
}

#fab_send:focus {
  outline: 0;
}

#fab_send:disabled {
  cursor: not-allowed;
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #bbb;
}

.fab_field .fab>i:hover {
  color: #42a5f5;
}

.chat_conversion {
  /*padding-bottom:100px;*/
}


.chat_converse2 {
  height: 100%;
  max-height: 800px
}

.chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
  position: relative;
  /* margin: 8px 0 15px 0; */
  margin: 10px 0px;
  /* padding: 8px 10px; */
  padding: 10px 10px;
  max-width: var(--lc-webchat-messageBubble-maxWidth);
  display: block;
  word-wrap: break-word;
  border-radius: 10px 10px 10px 10px;
  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  clear: both;
  z-index: 999;
  word-break: break-word;
}

.status {
  margin: 45px -50px 0 0;
  float: right;
  font-size: 11px;
  opacity: 0.3;
}

.status2 {

  margin: 0px 0px 0 0;
  float: right;
  display: block;
  font-size: var(--lc-webchat-timeLog-fontSize);
  color: var(--lc-webchat-timeLog-color);
  width: 100%;
  text-align: center;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
  position: absolute;
  top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar,.chat .chat_converse .chat_msg_item.chat_msg_item_system .chat_avatar {
  left: -38px;
  background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, 0.6);
}

.chat_avatar {
  padding: 3px;
  margin-top: -13px;
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
  box-sizing: unset;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  font-size: var(--lc-webchat-agentChatMessage-fontSize);
  margin-left: 50px;
  float: left;
  background-color: var(--lc-webchat-agentChatBubble-background);
  /* background: rgba(0, 0, 0, 0.03); */
  /* color: #666; */
  color: var(--lc-webchat-agentChatBubbleText-color);
  border-radius: 0px 10px 10px 10px;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_system {
  font-size: var(--lc-webchat-systemChatMessage-fontSize);
  /* margin-left: 10px; */
  margin-left: 50px;
  float: left;
  /* background: rgba(0, 0, 0, 0.03); */
  background-color: var(--lc-webchat-systemChatBubble-background);
  /*color: #666;*/
  color: var(--lc-webchat-systemChatBubbleText-color);
  max-width: 85%;
}


@media (min-width: 768px) {
  .chat .chat_converse .chat_msg_item.chat_msg_item_system {
    max-width: 85%;
  }
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  font-size: var(--lc-webchat-userChatMessage-fontSize);
  margin-right: 20px;
  float: right;
  background: var(--lc-webchat-userChatBubble-background);
  /*color: #525252;*/
  color: var(--lc-webchat-userChatBubbleText-color);
  border-radius: 10px 0px 10px 10px;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, .4);
}

.chat_form .get-notified label {
  color: #077ad6;
  font-weight: 600;
  font-size: 11px;
}

.fabs input {
  position: relative;
  width: 90%;
  font-family: var(--lc-webchat-global-fontFamily);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}

.chat_form .get-notified input {
  margin: 2px 0 0 0;
  border: 1px solid #83c76d;
}

.chat_form .get-notified i {
  background: #83c76d;
  width: 30px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 2px 0 0 -30px;
  position: absolute;
  border-radius: 3px;
}

.chat_form .message_form {
  margin: 10px 0 0 0;
}

.chat_form .message_form input {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
}

.chat_form .message_form textarea {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 90%;
  font-family: var(--lc-webchat-global-fontFamily);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}

.chat_form .message_form button {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 95%;

  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
  background: #83c76d;
  cursor: pointer;
}

strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}

/*Animation*/

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }

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

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }

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

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

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

@keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

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

/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
  .chat {
    width: 250px;
  }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
  .chat {
    width: 300px;
  }

  .chat_field {
    width: 65%;
  }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
  .chat {
    width: 300px;
  }

  .chat_field {
    width: 65%;
  }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
  .chat {
    width: 400px;
  }

  .chat_field {
    width: 65%;
  }
}

/*Color Options*/



.blue .fab {
  background: #42a5f5;
  color: #fff;
}



.blue .chat {
  background: #42a5f5;
  color: #999;
}


/* Ripple */

.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*animation effect*/

.ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
  animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/

  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/

  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #bbb;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #bbb;
}

.csa-form-input {
  width: 80%;
  margin: 5px auto;
}

textarea.csa-form-input {
  resize: none;
  height: 83px
}

#u_submit {
  width: 100px;
  margin: 0px auto;
  border-radius: 5px;
  border: 1px #42a5f5 solid;
  border-color: #42a5f5;
  background-color: #42a5f5;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

#u_submit:hover {
  background-color: #359ff7;
}

#u_submit:active {
  background-color: #2d9df8;
}

#u_submit:disabled {
  background-color: #7bbbf0;
  cursor: not-allowed;
}

#uploadRes {
  color: red;

  text-align: center;
  font-size: 14px;
}



.message-img {
  max-height: 230px;
  max-width: calc(80vw - 20px);
  object-fit: contain;
}

.message-audio {
  width: 250px;
  height: 30px
}

.message-video {
  max-height: 230px;
  max-width: calc(80vw - 20px);
  object-fit: contain;
}

@media (min-width: 768px) {
  .message-img {
    max-width: 250px;
  }

  .message-audio {
    width: 250px;
    height: 30px
  }

  .message-video {
    max-width: 250px;
  }
}

.fab_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.fab_btn:active {
  border: 0px;

}

.fab_btn img {
  width: var(--lc-webchat-fabIcon-img);
  height: var(--lc-webchat-fabIcon-img);
}

.btn_disabled {
  cursor: not-allowed;
}

#chat_first_screen {
  border-radius: 5px;
  width: 100px;
}

#form-back {
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  width: 60px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

#linkchat-landing-form table {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}

#linkchat-landing-form .csa-form-label {
  text-align: right;
  max-width: 240px;
  height: 32px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: boder-box;
}

#linkchat-landing-form .csa-form-input {
  height: 32px;
  width: 90%;
  padding: 2px;
  box-sizing: boder-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

#linkchat-landing-form .csa-form-required {
  width: 30px;
  color: red;
}

#linkchat-landing-form .csa-form-captcha {
  width: 80px;

  height: 32px;
  padding: 2px;
  box-sizing: boder-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px;
}

#linkchat-landing-form .csa-form-captcha-image {
  position: absolute;
  top: 8px;
  left: 85px;
  height: 35px;
  width: 105px;
  background-color: #fff;
}

#linkchat-landing-form .csa-form-captcha-ref {
  position: absolute;
  top: 15px;
  left: 190px;
  height: 24px;
  cursor: pointer;
}

#landing_termsService {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 10px;
}

#linkchat-landing-form .checked {
  border: 2px red dotted;
  border-radius: 5px;
}

#chat_first_screen {
  height: 40px;
  margin-bottom: 25px;
}

#chat_form .get-notified {
  margin: 10px;
  padding: 10px;
  border: 1px #C1C1C1 solid;
  border-radius: 5px;
}

.get-notified .formbuilder-radio-inline label {
  color: #000
}

.get-notified .formbuilder-checkbox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 6px 4px 0px 0px;
  float: left;
}

.get-notified .formbuilder-checkbox input[type='text'] {
  width: auto;
  margin-left: 5px;
}

.get-notified .formbuilder-radio-group input[type='radio'] {
  width: auto;
  float: left;
  margin-top: 7px;
}

.get-notified .formbuilder-radio-group input[type='text'] {
  width: auto;
}

.get-notified .formbuilder-checkbox label {
  line-height: 16px;
  color: #000;
}

.get-notified .linkchat-btn {
  margin: 10px;
  border-radius: 5px;
  border: 1px #42a5f5 solid;
  border-color: #42a5f5;
  background-color: #42a5f5;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;

}

#csa-form-content .form-group {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

#csa-form-content .input-error {
  background: #FDBCB7;
}

.formbuilder-autocomplete-list {
  font-size: 11px;
}

#linkchat-landing-form .csa-form-label {
  border-radius: 5px 0px 0px 5px;
  border-top: 3px #fff solid;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;

}

#linkchat-landing-form .csa-form-field {
  border-top: 3px #fff solid;
  border-bottom: 3px #fff solid;
}

#linkchat-landing-form .csa-form-required {
  border-radius: 0px 5px 5px 0px;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
}

/*whatsapp interactive list*/
.whatsapp-interactive-list {

  
}

.whatsapp-interactive-list-body .whatsapp-interactive-list-header {
  font-size: 14px 
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .section-title {
  font-size: 12px ;
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .section-desc {
  font-size: 12px ;
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .whatsapp-interactive-list-list-row:hover {
  background: #4a4a4a;
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .whatsapp-interactive-list-list-row.disable-row {
  cursor: not-allowed;

  -webkit-box-shadow: none;
  box-shadow: none;
  background:transparent;
  color: inherit;
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .whatsapp-interactive-list-list-row.disable-row:hover {
  background:transparent;
  color: inherit;
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .whatsapp-interactive-list-list-row.select-row {
  background: #4a4a4a;
  color: #FFF;
}

.whatsapp-interactive-list .whatsapp-interactive-list-list .whatsapp-interactive-list-list-row.select-row:hover {
  background: #4a4a4a;
  color: #FFF;
}

.whatsapp-interactive-button .whatsapp-interactive-button-header img,
.whatsapp-interactive-button .whatsapp-interactive-button-header video {
  
  max-width: 100% !important;
  object-fit: contain !important;
}

#chat_first_screen {
  color: #fff;
}

.source-id {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  border-radius: 10px;
  font-size: 12px;
  background: #BEEBFF;
}

.source-id:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
  border-color: #333;
}

.source-id:hover .iframe-content {
  display: flex;
  opacity: 1;
  transition: transform 0.5s ease;
  transform: translateX(-50%) translateY(0) scale(1);
  /* transition: .1s ease-in-out opacity, .1s ease-in-out display; */
}


.source-id:not(:hover) .iframe-content {
  /* display: none; */

  transform: scale(0);
  transition: transform 1s ease;
}





.iframe-content {
  display: flex;
  width: var(--lc-webchat-hoverScreen-width);
  height: var(--lc-webchat-hoverScreen-height);
  overflow: hidden;
  transition: .2s ease-in-out opacity, .2s ease-in-out transform;
  opacity: 0;
  position: absolute;
  bottom: 110%;
  left: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  /* width: 230px;
  padding-right: 30px; */
  /* height: 160px; */
  border: 4px solid #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: center bottom;
  transform: translateX(-50%) translateY(20px) scale(.9);
  background: white;



}


.iframe-content p {
  padding: 0px 10px
}

.iframe-content iframe {
  transform: scale(1);
  transform-origin: 0 0;

}
#lc-tip-position{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:70px;
  box-sizing: border-box;
  background:var(--lc-webchat-header-background);
  color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}
.lc-tip-language{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.lc-tip-language-dlg{
  background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 300px;
}
.lc-tip-language-message{
  padding-bottom:10px;
}
.tip_language_btn{
  padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            margin: 0 10px;
            transition: background-color 0.3s ease;
            color:#FFFFFF;
}
.tip_language_btn:hover{
  opacity: 0.8;
}
.linkchat-select {
  appearance: none; /* 移除默认的浏览器样式 */
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}

/* 下拉框悬停时的样式 */
.linkchat-select:hover {
  border-color: #aaa;
}

/* 下拉框选中时的样式 */
.linkchat-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* 禁用选项的样式 */
.linkchat-select option:disabled {
  color: #ccc;
}

/* 下拉框展开时的样式 */
.linkchat-select option {
  background-color: #fff;
  color: #333;
  padding: 10px 15px;
}

/* 当前选中的选项样式 */
.linkchat-select option:checked {
  background-color: #007bff;
  color: #fff;
}


/* 当下拉框展开时旋转箭头 */
.linkchat-select:focus + .linkchat-select-arrow::before {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.lc-network-desconnect{
	position: absolute;
    width: 80%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    left: 10%;
    top: 40%;
    z-index: 9999;
    color: #F1C45F;
    border-radius: 5px;
    background-color: rgba(100, 100, 100, 0.5);
    font-weight: bold;
	
}

@keyframes loading {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.lc-network-desconnect .loading-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F1C45F;
  animation: loading 1s infinite;
}

.lc-network-desconnect .loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.lc-network-desconnect .loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete{
  z-index:99999;
}

details {
  margin-left: var(--lc-webchat-agentChatMessage-fontSize);
}

details div {
  margin-top: calc(var(--lc-webchat-agentChatMessage-fontSize) /2);
  margin-left: var(--lc-webchat-agentChatMessage-fontSize);
}

summary {

  padding-top: calc(var(--lc-webchat-agentChatMessage-fontSize) /3);
  padding-bottom: calc(var(--lc-webchat-agentChatMessage-fontSize) /3);
  padding-left: calc(var(--lc-webchat-agentChatMessage-fontSize) /2);
  padding-right: calc(var(--lc-webchat-agentChatMessage-fontSize) /2);
  background-color: #f0f4f8;
}

#snackbar-wrapper {
  display: flex;
  justify-content: center;
}

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */

  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 10px 7px;
  /* Padding */
  position: absolute;
  /* Sit on top of the screen */
  z-index: 1000000;
  /* Add a z-index if needed */

  top: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0px;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0px;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0px;
    opacity: 0;
  }
}



/* loading ball */
.outer-loading {
  margin: 8px;

}

.loading-ball {
  /* border: 1px solid black; */
  display: none;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  background-size: 200% 100%;
  background-position: right;

}

.loading-ball-load {
  animation: blink 1s infinite;
  background: rgb(31, 177, 250);
}


.divider {

  --Divider-thickness: 1px;
  --Divider-lineColor: rgba(159 166 173/0.16);
  --_Divider-inset: 0px;
  margin: initial;
  margin-inline: var(--_Divider-inset);
  margin-block: initial;
  position: relative;
  align-self: stretch;
  flex-shrink: 0;
  border: none;
  list-style: none;
  background-color: var(--Divider-lineColor);
  inline-size: initial;
  block-size: var(--Divider-thickness);

}

.sd-image{
  max-width: 100%;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.ui-dialog.ui-front{
  z-index:9999;
}
.lc-feedback{
  display: flex;
  padding:3px 0px 0px 0px;
  /*
  position:absolute;
  right:10px;
  bottom:-5px;
  */
  float: right;
}
.lc-feedback .lc-feedback-btn-group{
  flex-direction: row;
  display: flex;
  padding: 4px 8px;
  border-radius: 5px;
  gap:8px
}

.lc-feedback .lc-feedback-btn-group button{
  border:0px;
  background:transparent;
  cursor: pointer;
}

.lc-quick-menu,.lc-shortcut-menu{
  position: absolute;
  bottom: 50px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
  width:100%
}
.lc-quick-menu .lc-quick-menu-item,.lc-shortcut-menu .lc-shortcut-menu-item{
  padding:5px 10px;
  border:0px;
  background: #FFF;
  cursor: pointer;
  color:#0B6CCB;
  border-bottom:1px solid #EBEBEB;
  box-sizing: border-box;
  padding-right:32px;
  line-height:32px;

}
.lc-quick-menu .lc-quick-menu-item.menu-type{
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAALZJREFUWEfd18ENgCAMheFydxwdRadwHKaQVRxHzxgOJIYLhfcaogzg/6UkjTgZfNzgvnwHMO3nevk5sCemmkCKR4mHiITbLxsTUQW84rlLRVQBqWqJUAEsEWqAFaIJYIFoBrARXQAmohvAQkAABgIGoAgKAEH8A4CsangCSDxdHQRA4xCAEe8GsOJdAGa8GcCONwEs4mqAVVwFsIyrAMWep/4RqwEZMexhwnyIlN+CVjEDNhzwALU6sCGfM2hGAAAAAElFTkSuQmCC');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right center;
}
.lc-quick-menu .lc-quick-menu-back{
  padding:5px 10px;
  border:0px;
  background: #FFF;
  cursor: pointer;
  color:#0B6CCB;
  border-bottom:1px solid #0B6CCB;
  box-sizing: border-box;
  height:32px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAMhJREFUWEfN18EJg0AQhWEXr1aS3CwmXViNXaQYb7ESr2KYEEFEmdmZ91y9Luz/uQo6qSp8JUa/6YaH7Dv17ajtDwdIfFnmt4RTql8aAgrYxJ//O/9oCBjgIC6GawDe+O8xaS+Jth6JhwHReAiAiLsBqLgLgIxnA9DxLAAjbgaw4iYAM64C2PH7A0TIPgXTt4CJMAGYJ2EGsBBZAAYiG4BGuABIhBuAQoQACEQYEEVAABEEDHCCuGYu2P66Fx3NVkjR4VQbZPbrX+s0AjCWrz4hAAAAAElFTkSuQmCC');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
.lc-quick-menu .lc-quick-menu-back:hover,.lc-quick-menu .lc-quick-menu-item:hover{
  background-color: #EBEBEB
}

.lc-quick-menu .lc-quick-menu-item.quick-menu-active{
  background-color: #EBEBEB
}


div.lc-faq{
  box-sizing: border-box;
  width:100%;
  padding:10px;
  float: left;
}
div.lc-faq-item {
  width:fit-content;
  padding:3px 15px;
  border-radius: 20px;
  border:2px #0B6CCB solid;
  float:left;
  margin:5px;
  cursor: pointer;
  color:#0B6CCB;
  font-size:15px;
}

.lc-typewriter {
  font-size: var(--lc-webchat-systemChatMessage-fontSize);;
  word-wrap: break-word;      /* 兼容旧浏览器 */
  overflow-wrap: break-word;  /* CSS3 标准 */
  
}


.lc-cursor {  
 text-decoration: none;
 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzMwMTY4Mzc2Mzc0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYwMTgiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MTIuMDAyIDg4N0MzMDQuODkyIDg4NyAxMzcgNzE5LjEwOCAxMzcgNTEyLjAwMiAxMzcgMzA0Ljg5MiAzMDQuODkyIDEzNyA1MTIuMDAyIDEzNyA3MTkuMTA4IDEzNyA4ODcgMzA0Ljg5MiA4ODcgNTEyLjAwMiA4ODcgNzE5LjEwOCA3MTkuMTA4IDg4NyA1MTIuMDAyIDg4N3pNNTEyIDc4N2MxNTEuODc4IDAgMjc1LTEyMy4xMjIgMjc1LTI3NVM2NjMuODc4IDIzNyA1MTIgMjM3IDIzNyAzNjAuMTIyIDIzNyA1MTJzMTIzLjEyMiAyNzUgMjc1IDI3NXoiIGZpbGw9IiMxMjk2ZGIiIHAtaWQ9IjYwMTkiPjwvcGF0aD48cGF0aCBkPSJNNTEyIDUxMm0tMjI1IDBhMjI1IDIyNSAwIDEgMCA0NTAgMCAyMjUgMjI1IDAgMSAwLTQ1MCAwWiIgZmlsbD0iIzEyOTZkYiIgcC1pZD0iNjAyMCI+PC9wYXRoPjwvc3ZnPg==');  
 background-size: 12px;
 background-repeat: no-repeat;
 background-position: center left;  
 animation: flashing 1s infinite;    
-webkit-animation: flashing 1s infinite;
}  
@keyframes flashing {
from {        
opacity: 1.0;    
}
50% {        
opacity: 0.4;    
}
to {        
opacity: 1.0;    
}
}
@-webkit-keyframes flashing {    
from {        
opacity: 1.0;    
}
50% {        
opacity: 0.4;    
}
to {        
opacity: 1.0;    
}
}

.error-background {
  width:32px;
  height:32px;
  position:absolute;
  left:-35px;
  top:0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTk1NTY2ODE0NTgxIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI0NTUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTczMS4zIDI5Ni4xYy0xMjAuNy0xMjAuNy0zMTYuNC0xMjAuNy00MzcgMHMtMTIwLjcgMzE2LjQgMCA0MzdjMTIwLjcgMTIwLjcgMzE2LjQgMTIwLjcgNDM3IDAgMTIwLjYtMTIwLjcgMTIwLjYtMzE2LjQgMC00Mzd6IG0tOTMuNCAzOTUuMUw1MTIuNiA1NjYgMzg3LjkgNjkwLjdjLTE0LjEgMTQuMS0zNi45IDE0LjEtNTAuOSAwLTE0LjEtMTQuMS0xNC4xLTM2LjkgMC01MC45bDEyNC43LTEyNC43LTEyNC4zLTEyNC40Yy0xNC4xLTE0LjEtMTQuMS0zNi45IDAtNTAuOSAxNC4xLTE0LjEgMzYuOS0xNC4xIDUwLjkgMGwxMjQuNCAxMjQuNEw2MzkgMzM3LjljMTQuMS0xNC4xIDM2LjktMTQuMSA1MC45IDAgMTQuMSAxNC4xIDE0LjEgMzYuOSAwIDUwLjlMNTYzLjUgNTE1LjFsMTI1LjMgMTI1LjNjMTQuMSAxNC4xIDE0LjEgMzYuOSAwIDUwLjlzLTM2LjkgMTQtNTAuOS0wLjF6IiBwLWlkPSIyNDU2IiBmaWxsPSIjZDgxZTA2Ij48L3BhdGg+PC9zdmc+'); /* 替换为你的背景图片路径 */
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.loading-background {
  width:32px;
  height:32px;
  position:absolute;
  left:-32px;
  top:0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzMwMzYyNzcxNTgyIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQ1MDEiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MTIgMTcwLjY2NjY2N3Y4NS4zMzMzMzNhMjU2IDI1NiAwIDEgMS0yMjMuNTczMzMzIDEzMS4yTDIxMy45MzA2NjcgMzQ1LjZBMzQxLjMzMzMzMyAzNDEuMzMzMzMzIDAgMSAwIDUxMiAxNzAuNjY2NjY3eiIgZmlsbD0iIzAwMDAwMCIgb3BhY2l0eT0iLjMiIHAtaWQ9IjQ1MDIiPjwvcGF0aD48L3N2Zz4='); /* 替换为你的背景图片路径 */
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.loading-dots {
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #3498db;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: .4s;
}

.dot:nth-child(3) {
  animation-delay: .8s;
}

@keyframes bounce {
  0%, 80%, 100% {
      transform: scale(0);
  } 40% {
      transform: scale(1);
  }
}

#csa_linkchat_lang{
  background:#FFFFFF;
  width:60px;
  height:32px;
  display:block;
  position:absolute;
  left:10px;
  top:10px;
  border-radius: 10px;
  padding:4px;
  box-sizing: border-box;
  cursor: pointer;
}
#csa_linkchat_lang img{
  width:24px;height:24px;
}
#csa_linkchat_lang_icon{
  position: absolute;
  line-height: 32px;
  color:#0B6CCB;
  right: 2px;
  top: 0px;
}

#csa_linkchat_lang_list{
  position:absolute;
  left:10px;
  top:42px;
  width:fit-content;
  background:#0B6CCB;
  border-radius: 5px;
  color:#FFF;
  box-sizing: border-box;
  padding:5px 10px;
  display:none;
  z-index: 99999;
}
#csa_linkchat_lang_list ul{
  list-style: none;
  padding:0;
  margin:0;
}
#csa_linkchat_lang_list ul li{
  list-style: none;
  padding:0 5px;
}
#csa_linkchat_lang_list ul li.select_lang{
  background:#FFF;
  border-radius: 5px;;
}

#csa_linkchat_lang_list a{
  color:#FFF;
  text-decoration: none;
  line-height:32px;
}
#csa_linkchat_lang_list ul li.select_lang a{
  color:#000;
}

#restart-chat{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:50px;
  box-sizing: border-box;
  padding: 5px;
}

#csa_linkchat_language_setting .csa_linkchat_lanuage_item{
  padding: 0px 2px;
  cursor: pointer;
  font-size:16px;
  letter-spacing:1px;
  background-color:transparent;
  border:0px;
  color:#FFFFFF;
  font-weight: bold;
}
#csa_linkchat_language_setting{
  display:block;
  position:absolute;
  left:10px;
  top: 50%;
  transform: translate(0%, -50%);
  color:#FFFFFF;
}

#csa_linkchat_language_setting .csa_linkchat_lanuage_item{
  padding: 0px 2px;
  cursor: pointer;
}
#csa_linkchat_language_setting .csa_linkchat_lanuage_item:last-child{
  border-right: none;
}
#csa_linkchat_language_setting .csa_linkchat_lanuage_item.lanuage_active{
  background-color:#FFFFFF;
  color:#0b6ccb;
  border-radius: 5px;
}



#csa_linkchat_setting_icon{
  
  display:block;
  position:absolute;
  right:75px;
  top: 50%;
  transform: translate(-10%, -50%);
  cursor: pointer;
}

#csa_linkchat_setting_icon .csa_linkchat_setting_item{
  color:#FFFFFF;
  padding: 0px 2px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border:0px;
  color:#FFFFFF;
  font-weight: bold;;
}

#csa_linkchat_setting_icon .linkchat-font-size-item-active{
  border-bottom: 1px solid #FFFFFF;

}

#chat_news{
  background: #FFF;
  color: #e59135;
  font-size: 24px;
  font-weight: 400;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height:30px;
}


#fab_send.send-loader {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid var(--lc-webchat-fabSend-background); /* Blue */
  background:transparent;
	border-radius: 50%;
  box-sizing: border-box;
	width: var(--lc-webchat-fab-size);
  height: var(--lc-webchat-fab-size);
	animation: sendspin 2s linear infinite;
	
}
		
@keyframes sendspin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.chat_msg_item div.csa_linkchat_format_content li{
  line-height: var(--lc-webchat-messageBubble-lineHeight);
}

.chat_msg_item div.csa_linkchat_format_content h1{
  
  font-size: calc(var(--lc-webchat-agentChatMessage-fontSize) + 3px);
  line-height: calc(var(--lc-webchat-messageBubble-lineHeight) + 3px);
}

.chat_msg_item div.csa_linkchat_format_content h2{
  
  font-size: calc(var(--lc-webchat-agentChatMessage-fontSize) + 2px);
  line-height: calc(var(--lc-webchat-messageBubble-lineHeight) + 2px);
}

.chat_msg_item div.csa_linkchat_format_content h3{
  
  font-size: calc(var(--lc-webchat-agentChatMessage-fontSize) + 1px);
  line-height: calc(var(--lc-webchat-messageBubble-lineHeight) + 1px);
}


.lc-shortcut-menu{
  position: absolute;
  bottom: 55px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
  width:100%
}
.lc-shortcut-menu .lc-shortcut-menu-item{
  padding:5px 10px;
  border:0px;
  background: #FFF;
  cursor: pointer;
  color:#0B6CCB;
  border-bottom:1px solid #EBEBEB;
  box-sizing: border-box;
  font-size: var(--lc-webchat-agentChatMessage-fontSize);
  line-height:var(--lc-webchat-messageBubble-lineHeight);
  text-align: left;
  padding-left:20px;
}
.lc-shortcut-menu .lc-shortcut-menu-item-active{
  background: #EBEBEB;
}

button.lc-button{
  border: 0px;
  background: transparent;
  cursor: pointer;
}