#ccc_divChat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: 5001;
  width: 50%;
  height: calc(100% - 180px);
  background: white;
  color: black;
  -webkit-box-shadow: #0000003D 0px 12px 36px;
          box-shadow: #0000003D 0px 12px 36px;
  border-radius: 4px;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  border-radius: 0px; }

.ccc_bot {
  padding: 10px;
  float: left;
  background: white;
  border-radius: 50%;
  position: relative;
  display: inline-block; }

.ccc_bot_Img {
  display: block;
  height: 32px;
  width: 32px; }

body {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none; }

.ccc_chatHeader {
  line-height: 40px;
  float: left;
  padding-left: 20px; }

.ccc_divChatInputRow {
  margin-bottom: 10px; }

.ccc_chat_send {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  margin: 0px !important;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #00b6f0;
  padding-top: 5px; }

.ccc_chat_button_wrapper_single {
  width: 50%;
  text-align: right; }

.ccc_divChatNote {
  color: #616161;
  background-color: #FFFFFF;
  font-size: 10px !important;
  padding: 0px 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  height: auto;
  min-height: 14px;
  margin: 0;
  margin-bottom: 3px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.ccc_divChatHeader {
  background: var(--chat-bg-color, #00A5DB) !important;
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px; }

.ccc_chat_container {
  display: inline-block;
  width: 100%; }

.ccc_divChatInputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  border-top: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
  padding: 8px 20px 0px 20px; }

#ccc_divChatInput {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 30px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  border: 1px solid #CCCCCC;
  border-radius: 14px;
  background: white;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  margin-bottom: 0;
  padding: 21px 15px 14px 22px;
  -webkit-clip-path: inset(0 round 14px);
          clip-path: inset(0 round 14px); }

#ccc_divChatInput:focus {
  border-color: #00A5DB;
  outline: none; }

/* Webkit browsers (Chrome, Safari, Edge) - move scrollbar to the left with spacing */
#ccc_divChatInput::-webkit-scrollbar {
  width: 5px; }

#ccc_divChatInput::-webkit-scrollbar-track {
  background: white;
  border-radius: 14px; }

#ccc_divChatInput::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 10px;
  border: 5px solid white;
  background-clip: padding-box; }

#ccc_divChatInput::-webkit-scrollbar-thumb:hover {
  background: #999999;
  border: 5px solid white;
  background-clip: padding-box; }

.ccc_suggested_reply_btn {
  min-height: 30px;
  border-radius: 30px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  color: #333333;
  margin-bottom: 8px;
  margin-right: 8px; }

.ccc_answer_loader_wrap {
  width: 100%;
  float: left; }

.ccc_suggested_replies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  width: 100%; }

.chatlinkBttn {
  color: #00A5DB;
  text-decoration: none;
  display: block; }

.chatMsgBttn {
  background: #ffffff;
  color: #00A5DB;
  border: 1px solid var(--chat-bg-color, #00A5DB);
  border-radius: 4px;
  height: 32px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 150px;
  text-align: center;
  text-decoration: none;
  line-height: 32px; }

#ccc_divChatLoginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 4px;
  row-gap: 2px; }

#ccc_chat_login_button {
  background: #00A5DB !important;
  color: white;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  height: 40px;
  border: 0px;
  border-radius: 4px; }

.ccc_chat_logo {
  width: 100%;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ccc_chat_label {
  margin-right: 4px;
  vertical-align: top; }

#ccc_btnChatbot {
  width: 100px;
  height: 40px;
  background: var(--chat-bg-color, #00A5DB) !important;
  color: white;
  padding: 4px;
  border-style: none;
  border-radius: 20px;
  font-weight: 300;
  z-index: 4998; }

.ai-card-content {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }

.ai-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #333;
  margin-right: 0px; }

.ai-card-content #ccc_btnChatbot,
.ai-section #ccc_btnChatbot {
  display: inline-block;
  background: #00a5db;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-weight: 400 !important;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  margin-left: auto;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  margin: auto;
  line-height: 1;
  font-size: 17px;
  z-index: 4998 !important;
  width: 231px; }

.ai-card-content #ccc_btnChatbot:hover,
.ai-section #ccc_btnChatbot:hover {
  background: #008bb8;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18); }

.chat-button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2196f3;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  font-size: 24px;
  z-index: 10; }

.chat-button:hover {
  background: #1769aa;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }

.chat-button::before {
  content: '\1F4AC';
  font-size: 24px;
  line-height: 1; }

.ccc_chat_login_label {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  padding-left: 20px;
  padding-top: 20px; }

.minimize_img {
  height: 24px; }

.ccc_chatInfo {
  margin-left: 20px;
  margin-right: 20px;
  height: 36px; }

#ccc_formChatName {
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: 400; }

#ccc_formChatEmail {
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: 400; }

#ccc_formChatPhone {
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: 400; }

.ccc_chat_close {
  cursor: pointer;
  color: white;
  float: right;
  padding-right: 20px;
  padding-top: 2px; }

.ccc_chat_minimize {
  cursor: pointer;
  color: white;
  float: right;
  padding-right: 16px;
  padding-top: 2px;
  margin-left: auto; }

#ccc_divChatMessages {
  background: white;
  color: black;
  padding: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding-left: 17px;
  padding-top: 0px;
  padding-right: 0px; }

.ccc_answer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  float: left;
  width: 213px; }

.ccc_divChatPopUp {
  position: fixed;
  bottom: calc(var(--chat-bottom, 22px) + 53px);
  right: calc(var(--chat-right, 22px) + 14px);
  top: calc(var(--chat-top, unset) + 53px);
  left: calc(var(--chat-left, unset) + 14px);
  z-index: 5000;
  line-height: 49px;
  height: 49px;
  background: #FFFFFF;
  color: #333333;
  border-style: none;
  border-radius: 8px;
  -webkit-box-shadow: #0000003D 0px 12px 36px;
          box-shadow: #0000003D 0px 12px 36px;
  padding-left: 14px;
  font-size: 14px;
  font-family: Roboto,HelveticaNeue,Helvetica Neue,sans-serif;
  display: none; }

.ccc_chat_popup_close {
  padding-right: 16px; }

.ccc_chat_pop_up {
  padding-right: 16px; }

.ccc_answer_container::before {
  content: "";
  border-left: 0 solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 9px solid #EFEFEF;
  top: -6px;
  left: 8px;
  position: absolute; }

/*.ccc_question_container::before {
	content: "";
	border-left: 14px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 9px solid #DBEAF7;
	top: -6px;
	right: 4px;
	position: absolute;
}*/
.ccc_chatPopUpIcon::before {
  content: "";
  border-left: 14px solid transparent;
  border-right: 0 solid transparent;
  border-top: 9px solid #FFF;
  bottom: -9px;
  right: 10px;
  position: absolute; }

.ccc_chatPopUpIcon.cornerBL::before {
  border-right: 14px solid transparent;
  border-left: 0 solid transparent;
  border-top: 9px solid #FFF;
  bottom: -9px;
  left: 10px;
  right: unset; }

.ccc_chatPopUpIcon.cornerTR::before {
  border-left: 14px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 10px solid #FFF;
  border-top: unset;
  top: -9px;
  right: 10px;
  bottom: unset; }

.ccc_chatPopUpIcon.cornerTL::before {
  border-right: 14px solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 10px solid #FFF;
  border-top: unset;
  top: -9px;
  left: 10px;
  right: unset;
  bottom: unset; }

.ccc_chatPopUpIcon {
  position: relative; }

.ccc_answer, .ccc_blocked_msg {
  margin-bottom: 32px;
  float: left;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  margin: 8px 0;
  max-width: 90%; }

.sparkle_white {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00b6f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.sparkle_white_img {
  width: 18px;
  height: 18px; }

.ccc_answer_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px; }

.ccc_p_answer {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px; }

.ccc_p_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 25px;
  padding: 0px;
  margin-top: 5px;
  color: #9E9E9E;
  line-height: 15px;
  font-weight: 400;
  font-size: 9px !important;
  float: left; }

.ccc_p_answer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 60px;
  background-color: #EFEFEF;
  line-height: 19px;
  color: #333333;
  overflow-wrap: break-word;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  border-radius: 0px 14px 14px 14px;
  padding: 14px 16px 20px;
  max-width: 90%;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ccc_question_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  max-width: 90%;
  float: right; }

.ccc_p_question {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 60px;
  background-color: #DBEAF7;
  min-height: 15px;
  padding: 8px 16px;
  border-radius: 14px 0px 14px 14px;
  line-height: 19px;
  text-align: left;
  color: #333333;
  overflow-wrap: break-word; }

.ccc_divChatOverflow {
  overflow-y: auto;
  padding-right: 16px;
  height: calc(100% - 20px);
  padding-top: 20px;
  scrollbar-width: thin; }

.ccc_estbttn {
  width: 100%;
  height: 48px;
  background: white;
  border: 1px solid #0AA5D8;
  border-radius: 4px;
  padding-left: 16px;
  color: #0AA5D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  cursor: pointer; }

.ccc_bookApptBtn {
  width: 100%;
  height: 48px;
  background: white;
  border: 1px solid #0AA5D8;
  border-radius: 4px;
  padding-left: 16px;
  color: #0AA5D8;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  cursor: pointer; }

.est_header, .bookappt_header, .repairstatus_header {
  text-align: left;
  font-size: 12px !important;
  line-height: 1; }

.est_desc, .bookappt_desc, .repairstatus_desc {
  font-size: 9px !important; }

.est_text, .bookappt_text, .repairstatus_text {
  padding-left: 16px; }

#ccc_btnChatbot_plugin {
  position: fixed;
  bottom: var(--chat-bottom, 22px);
  right: var(--chat-right, 22px);
  top: var(--chat-top, unset);
  left: var(--chat-left, unset);
  z-index: 5000;
  width: 76px;
  height: 40px;
  background: var(--chat-bg-color, #00A5DB) !important;
  color: white;
  padding: 4px;
  border-style: none;
  border-radius: 20px;
  font-weight: 300; }

.ccc_repairStatusBtn {
  width: 100%;
  height: 48px;
  background: white;
  border: 1px solid #0AA5D8;
  border-radius: 4px;
  padding-left: 16px;
  color: #0AA5D8;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  cursor: pointer; }

.divCCCButton {
  float: left;
  width: 100%;
  margin-bottom: 32px; }

.ccc_divChatDay {
  text-align: center;
  margin-bottom: 15px; }

.ccc_time {
  width: 100%;
  text-align: right;
  font-size: 10px !important; }

.send_img {
  height: 20px;
  width: 20px; }

textarea:focus {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none; }

.ccc_input_send_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px; }

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  #ccc_divChat *, #ccc_btnChatbot {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 16px; }
  #ccc_divChat {
    font-size: 16px !important; }
  .ccc_divChatNote {
    font-size: 10px !important; }
  .ccc_p_question {
    font-size: 16px !important; }
  #ccc_divChatInput {
    padding: 18px 10px 11px 13px; }
  #ccc_divChatMessages .ccc_p_answer, #ccc_divChatMessages .ccc_p_answer * {
    font-size: 14px; }
  .ccc_p_answer {
    font-size: 14px !important;
    -moz-text-size-adjust: none;
     -ms-text-size-adjust: none;
         text-size-adjust: none;
    -webkit-text-size-adjust: none; }
  .chatMsgBttn {
    width: 170px; } }

@media screen and (max-width: 768px) {
  #ccc_divChat *, #ccc_btnChatbot {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 16px; }
  #ccc_divChatMessages .ccc_p_answer, #ccc_divChatMessages .ccc_p_answer * {
    font-size: 14px; }
  .ccc_divChatDay {
    text-align: center;
    margin-bottom: 15px; }
  .ccc_time {
    width: 100%;
    text-align: right;
    font-size: 10px !important; }
  #ccc_divChat {
	  height: 100%;
	  width: 100%;
	  font-size: 16px; }
  .chatMsgBttn {
    width: 170px; }
  .ccc_divChatNote {
    font-size: 10px !important; }
  .ccc_chat_send {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
    margin: 0px !important;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #00b6f0;
    padding-top: 5px; }
  #ccc_divChatHeader {
    font-size: 20px !important;
    height: 70px;
    line-height: 70px; }
  .send_img {
    height: 22px;
    width: 22px; }
  .ccc_chatMessage {
    overflow-y: auto; }
  .close_img {
    height: 12px; }
  .ccc_question_container {
    width: 100%;
    margin-bottom: 42px; }
  .ccc_divChatOverflow {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    padding-right: 24px !important;
    padding-top: 27px;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0px !important;
            flex: 1 1 0 !important;
    min-height: 0 !important;
    height: unset !important; }
  .ccc_p_question {
    line-height: 19px;
    font-size: 16px !important; }
  #ccc_divChatMessages {
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 16px;
    scrollbar-width: thin;
    overflow-y: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0; }
  #ccc_btnChatbot {
    font-size: 17px !important;
    width: 100%;
    height: 40px;
    color: white;
    padding: 4px;
    border-style: none;
    border-radius: 30px;
    font-weight: 300;
    line-height: 1;
    z-index: 4998;
    display: block !important;
    float: none !important;
    position: static !important;
    margin-left: 0 !important;
    margin-top: 12px !important; }
  #ccc_btnChatbot_plugin {
    position: fixed;
    bottom: var(--chat-bottom, 22px);
    right: var(--chat-right, 22px);
    top: var(--chat-top, unset);
    left: var(--chat-left, unset);
    z-index: 5000;
    width: 76px;
    height: 40px;
    background: var(--chat-bg-color, #00A5DB) !important;
    color: white;
    padding: 4px;
    border-style: none;
    border-radius: 20px;
    font-weight: 300; }
  .ccc_chat_logo_plugin {
    width: 100%;
    height: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ccc_answer_container {
    width: 100%; }
  #ccc_divChatInput {
    padding: 18px 10px 11px 13px;
    margin: 0 !important; }
  .ccc_answer, .ccc_blocked_msg {
    margin-bottom: 38px; }
  .ccc_divChatPopUp {
    display: none !important; }
  .ccc_p_answer {
    padding: 11px 11px 8px 20px;
    font-size: 16px !important;
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
    -webkit-text-size_adjust: none; }
  .ccc_p_logo {
    margin-top: 8px;
    line-height: 16px;
    font-size: 12px !important;
    float: left; }
  .ccc_answer_container::before {
    content: "";
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #EFEFEF;
    top: -6px;
    left: 12px;
    position: absolute; }
  .ai-card-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .ai-card-content #ccc_btnChatbot {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 5px !important;
    position: static !important;
    display: block !important;
    width: 100% !important; }
  .ai-section {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-size: 16px !important;
    color: #666 !important;
    margin-right: 0 !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .chatbot-container {
    padding-top: 24px; } }

/* Reset widget style, repeat important carwise specific style at this level */
:host {
  all: initial; }

#ccc_divChat *, #ccc_btnChatbot {
  font-family: Roboto,HelveticaNeue,Helvetica Neue,sans-serif;
  font-size: 14px; }

#ccc_formChatErrMsg, #ccc_formChatNameErrMsg, #ccc_formChatEmailErrMsg, #ccc_formChatPhoneErrMsg {
  color: red;
  padding-left: 20px; }

.ccc_typing_loader .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  -webkit-animation: wave 1.3s linear infinite;
          animation: wave 1.3s linear infinite; }
  .ccc_typing_loader .dot:nth-child(2) {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .ccc_typing_loader .dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }

@-webkit-keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial; }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: initial;
            transform: initial; }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

.ccc_answer_loader {
  background-color: #EEEEEE;
  color: #333333;
  font-size: 14px;
  line-height: 15px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  width: 27px; }

.ccc_answer_loader::before {
  content: '';
  border-left: 0 solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 9px solid #EEEEEE;
  top: -6px;
  left: 8px;
  position: absolute; }

#ccc_divChatInput::-webkit-input-placeholder {
  text-align: left;
  vertical-align: middle; }

#ccc_divChatInput:-ms-input-placeholder {
  text-align: left;
  vertical-align: middle; }

#ccc_divChatInput::-ms-input-placeholder {
  text-align: left;
  vertical-align: middle; }

#ccc_divChatInput::placeholder {
  text-align: left;
  vertical-align: middle; }

.ccc_suggested_reply_btn {
  border-radius: 40px;
  border: 1px solid #CCCCCC;
  background: #FFF;
  color: #333333;
  margin-bottom: 8px;
  margin-right: 8px;
  min-height: 40px;
  padding: 5px 15px;
  font-size: 14px;
  float: left;
  font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
  text-align: left;
  cursor: pointer;
  width: auto; }

#ccc_loginLoader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin: auto; }

#ccc_loginLoader::after,
#ccc_loginLoader::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 5px solid #00A5DB;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ccc_login_animloader 1s linear infinite;
          animation: ccc_login_animloader 1s linear infinite; }

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

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

/* Overlay for chat background */
#ccc_chat_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5001;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1; }

#ccc_chat_overlay.hide {
  opacity: 0;
  pointer-events: none; }

body.ccc_stop_scroll {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed !important;
  width: 100vw !important; }

#ccc_btnChatbot {
  z-index: 4998 !important; }

#ccc_divChat {
  z-index: 5002 !important; }

.ccc_divHeader {
  font-size: 22px; }

.ccc_chat_header_container {
  color: #ffffff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--chat-bg-color, #00A5DB) !important;
  padding: 16px 0px; }

.ccc_bot {
  background: white;
  float: left;
  border-radius: 50%;
  padding: 10px;
  vertical-align: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
  margin-right: 8px; }

/* Center Chatbot Section in a Row */
.chatbot-center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.chatbot-center-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.chatbot-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00a5db;
  border-radius: 2px;
  width: 48px;
  height: 48px;
  margin-right: 24px; }

.chatbot-bot-icon {
  width: 28px;
  height: 28px;
  display: block; }

.chatbot-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; }

.chatbot-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #222;
  margin-bottom: 4px; }

.chatbot-title {
  margin-right: 8px; }

.chatbot-sparkle-img {
  width: 22px;
  height: 22px; }

.chatbot-desc {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5; }

.chatbot-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 32px; }

.chatbot-chat-btn {
  background: #00b6f0;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 10px 28px;
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.chatbot-chat-btn:hover {
  background: #0099cc; }

.ccc_online_dot {
  position: absolute;
  right: 2px;
  width: 12px;
  height: 12px;
  top: 40px; }

.ccc_online_msg {
  font-size: 12px;
  padding-top: 5px;
  font-weight: 300; }

.chatbot-chat-icon {
  margin-right: 8px;
  width: 22px;
  height: 22px; }

.botImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  background: #00a5db;
  text-align: center;
  border-radius: 2px;
  margin-right: 12px; }

.botImgSrc {
  height: 40px;
  width: 40px;
  vertical-align: middle; }

.chatbot-container:hover {
  -webkit-box-shadow: 0 0 5px 2px #0000003d;
          box-shadow: 0 0 5px 2px #0000003d;
  cursor: pointer; }

.ccc_suggested_reply_btn:hover {
  border-color: #00A5DB;
  outline: none;
  cursor: pointer; }

.chatDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 55px); }

.ccc_chat_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
  margin: auto; }

.sparkle_white_loading {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00b6f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left; }

.chatDescriptionContent {
  font-weight: 400;
  margin-right: 6px;
  color: #333;
  font-weight: 400; }

.chatbotDesc {
  color: #333;
  font-size: 14px;
  line-height: 1; }

.sparkleImg {
  height: 18px;
  width: 18px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 6px; }

.ai-chat-assistant {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.ai-chat-desc {
  font-weight: 400;
  margin-right: 6px;
  color: #333; }

.ai-chat-title {
  font-size: 20px;
  font-weight: 700; }

.sparkleImgHeader {
  height: 18px;
  width: 18px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 6px; }

.chat-desc {
  color: #333;
  font-size: 14px;
  line-height: 1; }

@media screen and (max-width: 768px) {
  #ccc_btnChatbot {
    display: block !important; }
  .botImgSrc {
    height: 28px;
    width: 28px;
    vertical-align: middle; }
  .ccc_online_dot {
    position: absolute;
    right: 2px;
    width: 12px;
    height: 12px;
    top: 30px; }
  .ai-chat-assistant {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 8px;
    margin: 0 auto;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .ccc_chat_button_wrapper, .ccc_chat_button_wrapper_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 4px 24px 8px 24px !important; }
  .chatDescription {
    width: 100%; }
  .botImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    width: 40px;
    background: #00a5db;
    text-align: center;
    margin-right: 10px;
    padding: 4px 6px; }
  .chatbot-container {
    padding: 16px 0 !important;
    margin: 0 -16px !important; }
  .ai-chat-title {
    font-weight: 400; }
  .ccc_chat_header_container {
    color: #ffffff;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--chat-bg-color, #00A5DB) !important;
    padding: 12px 0px; }
  .ccc_divHeader {
    font-size: 20px; }
  .ccc_bot {
    padding: 7px;
    float: left;
    background: white;
    border-radius: 50%;
    position: relative;
    display: inline-block; }
  .ccc_bot_Img {
    display: block;
    height: 26px;
    width: 26px; }
  .ccc_online_msg {
    font-size: 12px;
    padding-top: 2px;
    font-weight: 300; }
  .ccc_chat_minimize {
    cursor: pointer;
    color: white;
    float: right;
    padding-right: 12px;
    padding-top: 2px;
    margin-left: auto; }
  .minimize_img {
    height: 20px; }
  .ccc_suggested_reply_btn:active {
    border-color: #00A5DB;
    outline: none;
    cursor: pointer; } }
