thisprechatsurvey=0; thisprochatdelay=10; thisprochatfromname=`www.thehorseartist.co.uk`; thisxta='972FF7BE-E5EF-D995-E3B3-DD63F001F763'; thisipcountry='US'; thissc_ip = '3.147.52.238'; thistemplatecss=`/* **************************** Chat Icon ***************************************** */ label[for=sitechat_chat_icon_checkbox] { position: fixed; right: 30px; bottom: 35px; height: 55px; width: 55px; background: #0075ae; text-align: center; line-height: 55px; border-radius: 50px; font-size: 30px; font-family: 'Arial', sans-serif; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 9999 !important; } label i.sitechat_chat_icon { position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); transition: all 0.4s ease; } label i.sitechat_close_icon { opacity: 0; position: absolute; top: 60%; left: 51%; pointer-events: none; } #sitechat_chat_icon_checkbox:checked~label i.sitechat_close_icon { opacity: 1; pointer-events: auto; transform: translate(-51%, -70%) rotate(180deg); } #sitechat_chat_icon_checkbox:checked~label i.sitechat_chat_icon { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) rotate(180deg); } #sitechat_chat_icon_checkbox:checked~.sitechat_showbox { opacity: 1; bottom: 85px; pointer-events: auto; height: 520px; } #sitechat_chat_icon_checkbox { display: none; } /* **************************** Chat Stack Containers ***************************************** */ .sitechat_chat-stack-container { position: fixed; background-color: rgb(136, 25, 34); width: 340px; height: 520px; right: 100px; border-radius: 8px; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); bottom: 0px; z-index: 9997 !important; } @media (max-width: 1000px) { .sitechat_chat-stack-container { right: 10px; } } .sitechat_chat-container { position: relative; background-color: coral; width: 100%; height: 100%; border-radius: 8px; box-shadow: 0 0px 8px rgb(0 0 0 / 0.2); } .sitechat_chat-form-stack { position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; max-width: 400px; background: #f9f9f9; border-radius: 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); z-index: 2; //display: none; } .sitechat_chat-list { position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; opacity: 1; background: #f9f9f9; border-radius: 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); z-index: 1; transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55); } /* **************************** Chat Form ***************************************** */ .sitechat_chat-form-stack .sitechat_chat-form-head-text { line-height: 60px; color: #ffffff; border-radius: 8px 8px 0 0; padding: 0 20px; font-weight: 500; font-family: 'Arial', sans-serif; font-size: 20px; background: #b4b400; } .sitechat_chat-form-stack .sitechat_chat-form-content { padding: 20px; width: 100%; margin: 0; box-sizing: border-box; } .sitechat_chat-form-content .sitechat_desc-text { color: #555555; text-align: center; line-height: 25px; font-family: 'Arial', sans-serif; font-size: 17px; font-weight: 500; } .sitechat_chat-form-content form { padding: 10px 15px; margin: 20px 0; border-radius: 5px; border: 1px solid lightgray; } .sitechat_chat-form-content form .sitechat_field { height: 50px; width: 100%; margin-top: 20px; } .sitechat_chat-form-content form .sitechat_field:last-child { margin-bottom: 15px; } form .sitechat_field input, form .sitechat_field button { width: 100%; height: 100%; padding-left: 20px; border: 1px solid lightgray; outline: none; border-radius: 5px; font-family: 'Arial', sans-serif; font-size: 16px; transition: all 0.3s ease; margin: 0; box-sizing: border-box; } form .sitechat_field input:focus { border-color: #0075ae; } form .sitechat_field input::placeholder { color: silver; transition: all 0.3s ease; } form .sitechat_field input:focus::placeholder { color: lightgray; } .sitechat_chat-form-content form .sitechat_field button { border: none; outline: none; cursor: pointer; color: #ffffff; font-family: 'Arial', sans-serif; font-size: 18px; font-weight: 500; background: #b4b400; transition: all 0.3s ease; } .sitechat_chat-form-content form .sitechat_field button:active { transform: scale(0.97); } /* **************************** Chat List Header ***************************************** */ .sitechat_dropdown { display: flex; } .sitechat_dropdown-content { margin-top: 20px; display: none; position: absolute; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; cursor: auto; } .sitechat_dropdown-content p{ color: #555555; text-decoration: none; display: flex; background-color: #f9f9f9; align-items: center; padding-left: 10px; padding-right: 10px; overflow: auto; margin: 0; } .sitechat_dropdown-content p a{ color: black; text-decoration: none; font-family: 'Arial', sans-serif; font-size: 14px; white-space: nowrap; overflow: hidden; cursor: pointer; color: #555555; } .sitechat_dropdown-content p svg{ padding-right: 10px; color: #555555; } .sitechat_dropdown-content p:hover {background-color: #f1f1f1} .sitechat_dropdown:hover .sitechat_dropdown-content { display: flex; flex-direction: column; } .sitechat_chat-list .sitechat_chat-list-head { box-sizing: border-box; display: flex; line-height: 60px; color: #fffffff; border-radius: 8px 8px 0 0; padding: 0 20px; background: #b4b400; width: 100%; justify-content: center; align-items: center; } .sitechat_chat-list-head-agent-container { display: flex; border: 3px #b4b400fff; width: 100%; justify-content: center; } .sitechat_chat-list-head-agent { display: flex; align-items: center; } .sitechat_chat-list .sitechat_chat-list-head-avatar { font-size:0; line-height:0; width: 32px; height: 32px; img { border-radius: 50%; } overflow: hidden; } .sitechat_chat-list .sitechat_chat-list-head-text { padding-left: 10px; color: #ffffff; font-family: 'Arial', sans-serif; font-size: 14px; } .sitechat_chat-list-head-left { display: flex; height: 32px; width: 50px; top: 0px; left: 10px; cursor: pointer; align-items: center; } .sitechat_chat-list-head-right { display: flex; top: 0px; right: 10px; cursor: pointer; height: 32px; align-items: center; } .sitechat_showbox { opacity: 0; height: 0px; } /* **************************** Chat Bubbles ***************************************** */ .sitechat_chat-list .sitechat_chat-list-content { width: 100%; padding-top: 20px; } .sitechat_chat-agent-message { display: flex; } .sitechat_chat-msg-avatar { width: 32px; height: 32px; img { border-radius: 50%; } margin-right: 5px; } .sitechat_chat { font-family: 'Arial', sans-serif; font: 16px/1.5 sans-serif; display: flex; flex-direction: column; margin: auto; height: 350px; overflow: auto; padding-right: 10px; padding-left: 10px; } .sitechat_msg { max-width: 75%; padding: 7px 15px; margin-bottom: 20px; } .sitechat_msg.sitechat_sent { border-radius: 10px; background: #f1f1f1; color: #555555; margin-left: auto; } .sitechat_msg.sitechat_rcvd { border-radius: 10px; background: #c2c2c2; color: #555555; } .sitechat_chat-agent-options { display: flex; flex-wrap: wrap; margin-bottom: 10px; } .sitechat_msgoption { max-width: 75%; padding: 7px 15px; margin-bottom: 5px; margin-right: 5px; border-style: solid; border-radius: 10px; border-color: #acaa00; color: #555555; cursor: pointer; } /* **************************** Chat Send Box ***************************************** */ .sitechat_message { width: 90%; height: 40px; border-radius: 10px; background-color: '#f9f9f9'; display: flex; justify-content: center; align-items: center; border: 1px solid; border-color: #555; padding: 10px; margin: auto; margin-top: 20px; /*margin-bottom: 20px;*/ margin-bottom: 7px; box-shadow: 0 0px 10px rgb(0 0 0 / 0.2); box-sizing: border-box; } .sitechat_msginput { background-color: #b4b400fff; border: none; outline: none; width: 250px; height: 30px; color: black; padding: 10px; box-sizing: border-box; } .sitechat_sendsvg { top: 0px; right: 5px; width: 30px; height: 30px; } .sitechat_sendsvg:hover { background-color: #333333; } /* **************************** Chat Poweredby ***************************************** */ .sitechat_chat-list-footer-container { display: flex; border: 3px #fff; width: 100%; justify-content: center; color: gray; font-family: 'Arial', sans-serif; font: 10px sans-serif; align-items: center; margin-bottom: 10px; box-sizing: border-box; } .sitechat_chat-list-footer-content { display: flex; align-items: center; } .sitechat_chat-list-footer-sitechat { color: black; margin-left: 2px; } .sitechat_chat-list-footer-logo { height: 16px; margin-left: 4px; } .sitechat_wave { .sitechat_wave_dot { display:inline-block; width:6px; height:6px; border-radius:50%; margin-right:3px; background:#555555; animation: sitechat_wave 1.3s linear infinite; &:nth-child(2) { animation-delay: -1.1s; } &:nth-child(3) { animation-delay: -0.9s; } } } @keyframes sitechat_wave { 0%, 60%, 100% { transform: initial; } 30% { transform: translateY(-10px); } } .sitechat-noscroller { -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ } .sitechat-noscroller::-webkit-scrollbar { display: none; /* Safari and Chrome */ } .sitechat-text-break { word-wrap: break-word !important; word-break: break-word !important; }.sitechat_wave { .sitechat_wave_dot { display:inline-block; width:6px; height:6px; border-radius:50%; margin-right:3px; background:##555555; animation: sitechat_wave 1.3s linear infinite; &:nth-child(2) { animation-delay: -1.1s; } &:nth-child(3) { animation-delay: -0.9s; } } } @keyframes sitechat_wave { 0%, 60%, 100% { transform: initial; } 30% { transform: translateY(-10px); } }`; thistemplatejs=` `; thistemplatehtml=`