:root{--colour-fg-black: #000;--colour-fg-white: #fff;--vchat-message-text-grey: #717171;--vchat-box-shadow: #e1e1e1;--vchat-bg-tertiary: rgb(244, 244, 244)}.vchat-container__side-chat-icon{height:1.75rem;width:1.75rem;margin-right:10px}.vchat-container__chat{position:fixed;bottom:4.0625rem;right:1.125rem;z-index:9999;font-family:proxima-nova,Arial,Helvetica,sans-serif}.vchat-container__chat-canvas{position:fixed;box-sizing:border-box;right:0;bottom:-700px;z-index:200;transition:bottom .4s ease-out;width:100vw;display:flex;flex-direction:column;padding:1em;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 0 0 1px var(--vchat-box-shadow, #e1e1e1)}@media (min-width: 768px){.vchat-container__chat-canvas{max-width:360px;margin-right:16px}}.vchat-container__pop-up{position:absolute;background:#fff;bottom:100%;right:0;width:100%;min-width:16rem;display:flex;border-radius:.375rem;padding:1.25rem .875rem;align-items:center;filter:drop-shadow(0px .3125rem .9375rem #a0a0a0);margin-bottom:2rem;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-filter:drop-shadow(0px .3125rem .9375rem #a0a0a0)}.vchat-container__pop-up:after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:.75rem .5625rem 0 .5625rem;border-color:white transparent transparent transparent;transform:rotate(0);bottom:-.75rem;right:1.125rem}.vchat-container__pop-up__hide{display:none}.vchat-container__avatar{margin-right:.875rem;width:3.75rem;height:3.75rem;border-radius:50%;flex:0 0 auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.vchat-container__avatar-img img{width:3.75rem;height:3.75rem;object-fit:cover;object-position:center}.vchat-container__chat-icon{width:1.75rem;height:1.75rem;display:flex;justify-content:center}.vchat-container__chat-icon[data-customchat=true]{margin-bottom:5px}.vchat-container__chat-canvas-bottom{display:flex;border-radius:0 0 16px 16px;font-size:12px;-webkit-font-smoothing:antialiased;line-height:normal;background:var(--vchat-bg-tertiary, rgb(244, 244, 244));padding-top:1em}.vchat-container__chat-canvas-bottom[data-chatting=true]{--vchat-bg-tertiary: #fff}.vchat-container__chat-canvas-bottom[data-chatended=true]{border-radius:16px;margin-top:.75rem}.vchat-container__message-list[data-chatended=true]{opacity:.625}.vchat-container__out-of-hours{width:100%;padding:1em 1em 2em;overflow-y:auto;border-radius:0 0 16px 16px;display:flex;flex-direction:column;text-align:center;-webkit-box-align:center;align-items:center;overflow-x:hidden;box-sizing:border-box;background:var(--vchat-bg-tertiary, #e0ebfa)}.vchat-container__chat-menu{max-height:unset;bottom:unset;right:unset;border-radius:0;padding-top:0;width:100%;flex-flow:column;z-index:100;display:flex;height:var(--h-unset, unset)}.vchat-container__chat-menu[data-heightunset=false]{--h-unset: 400px}@media (max-width: 640px){.vchat-container__chat-menu[data-heightunset=false]{--h-unset: 360px}}.vchat-container__spinner{position:relative;top:0;right:0;bottom:0;left:0;width:100%;height:400px;background-color:#fff;display:flex;justify-content:center;align-items:center}.vchat-container__greeting{display:flex;flex-direction:column;box-sizing:border-box;color:var(--colour-fg-black, #000);padding:1em}.vchat-container__messaging-canvas{display:flex;flex-flow:column;-webkit-box-flex:1;flex-shrink:1;overflow:hidden hidden;box-sizing:border-box}.vchat-container__message-list{margin-top:auto;padding:var(--p-chatting, 0);-webkit-box-flex:1;padding-left:3.75%;padding-right:3.75%;gap:.5rem;overflow:hidden auto;height:22rem}.vchat-container__message-list[data-chatting=true]{--p-chatting: 1em}.vchat-container__chat-started{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;color:var(--vchat-message-text-grey, #717171)}.vchat-container__message{flex:1 1 100%;margin-bottom:0;margin-top:20px;overflow:hidden;display:flex;flex-direction:row;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}.vchat-container__message[data-usermessage=true]{justify-content:flex-end}.vchat-container__bubble{display:flex;flex-direction:column;max-width:440px;min-width:100px;overflow-x:hidden;border-radius:4px;-webkit-box-flex:1;flex-shrink:1}.vchat-container__bubble-body{line-height:normal;text-align:start;order:1;font-size:12px;overflow-wrap:break-word;padding:.75rem;margin-right:44px;margin-left:0}.vchat-container__bubble-body[data-usermessage=true]{margin-right:0;color:var(--colour-fg-white, #fff)}.vchat-container__bubble-info{padding-top:5px;-webkit-box-pack:justify;justify-content:space-between;color:var(--colour-fg-black, #000);display:flex;flex-flow:row;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;order:2;gap:1rem}.vchat-container__options{font-size:12px;width:100%;display:flex;align-self:center;flex-flow:wrap;-webkit-box-flex:1;flex-grow:1;overflow:hidden auto;max-height:max-content;padding-top:.5rem}.vchat-container__options-buttons{margin-right:0;margin-left:auto;display:block;padding-top:.125rem}.vchat-container__message-input{align-items:flex-end;display:flex;flex-flow:row;-webkit-box-flex:1;flex-grow:1;flex-shrink:1;font-family:inherit;padding:8px 3.75% 12px 3%}.vchat-container__message-input-button{display:flex;padding-left:8px}.vchat-container__credit-assured{display:flex;width:6rem;height:2rem;align-self:flex-start}.vchat-container__separator{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;margin-top:.6rem;margin-bottom:.6rem}.vchat-container__typing{display:flex;padding-top:.5rem}.vchat-container__new-chat{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;border-radius:8px;box-shadow:0 0 0 1px var(--vchat-box-shadow, #e1e1e1);margin:.125rem}.vchat-container__agent{object-fit:cover;border-radius:16px 16px 0 0;margin:1em 0 0}.vchat-button__header{border:none;position:absolute;display:flex;justify-content:center;align-items:center;top:1em;right:1em;width:1.75rem;height:1.75rem;background:#fff;border-radius:50px;box-shadow:0 0 4px 1px #e1e1e1cc;color:var(--colour-fg-black, #000);cursor:pointer;padding:.5rem}.vchat-button__pop-up-close{position:absolute;top:-.625rem;right:-.625rem;width:2.125rem;height:2.125rem;border-radius:50%;border:.0625rem solid #f4f4f4;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}.vchat-button__chat{display:flex;align-items:center;justify-content:center;flex-direction:column;position:fixed;bottom:1rem;right:1rem;z-index:100;width:3.75rem;height:3.75rem;border-radius:3.125rem;cursor:pointer;border:none}.vchat-button__greeting{font-size:1rem;width:100%;margin-top:20px}.vchat-button__greeting[data-newchat=true]{margin-top:0}.vchat-button__end-chat{cursor:pointer;padding:.5rem;border:none;margin-left:1rem;margin-right:1rem;border-radius:8px;width:auto}.vchat-button__options{padding:.5em 30px;min-width:135px;font-size:.9375em;margin-bottom:.625em;text-align:center;display:inline-block;outline:none;width:100%;transition:all .3s;font-weight:700}.vchat-button__message-input{display:flex;justify-content:center;align-items:center;cursor:pointer;height:48px;width:48px;padding:0;border-radius:100px}@media (max-width: 768px){.vchat-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#000000a6;z-index:150}}.vchat_icon__side-chat{width:100%;height:100%;position:relative;display:inline-block;background-size:contain;background-position:center center;background-repeat:no-repeat;left:50%;top:50%;bottom:auto;right:auto;transform:translate(-50%) translateY(-50%)}.vchat_icon__message-bubble{display:flex;min-width:24px;min-height:24px;max-width:24px;max-height:24px;height:24px;width:24px;box-sizing:border-box;-webkit-box-pack:center;justify-content:center;margin-right:12px;border-radius:50%;overflow:hidden hidden;color:var(--colour-fg-black, #000)}.vchat_icon__send{width:2rem;height:2rem}.vchat_icon__credit-assured{max-width:100%;height:auto;vertical-align:middle;overflow-clip-margin:content-box;overflow:clip;box-sizing:border-box;border-style:none}.vchat-text__side-chat{color:#fff;flex:0 0 auto}.vchat-text__chat-button{flex:0 0 auto;font-size:.625rem;text-transform:uppercase;font-weight:700;padding-bottom:.25rem}.vchat-text__end-chat{font-size:14px;font-weight:600}.vchat-text__chat-started{margin:0;font-size:12px}.vchat-text__chat-started-date{margin:0;font-size:10px}.vchat-text__agent-name{font-size:9px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 auto}.vchat-text__message-time{font-size:9px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 0 auto}.vchat-text__greeting-input{font-size:14px}.vchat-text__separator{font-size:12px;margin-left:.5rem;margin-right:.5rem;color:orange}.vchat-text__separator[data-new=new]{color:red}.vchat-text__is-typing{font-size:.75rem;color:var(--vchat-message-text-grey, #717171)}.vchat-text__new-chat-h3{margin:0;padding:0;padding-bottom:.25rem;display:flex;width:100%}.vchat-text__new-chat-p{margin:0;padding:0;padding-bottom:1rem}.vchat-spinner{display:inline-block;width:70px;height:70px;border:3px solid var(--vchat-bg-tertiary, rgba(25, 63, 119, .4));border-radius:50%;border-top-color:var(--vchat-message-text-grey, #717171);animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}.vchat-message-input{display:block;width:100%;box-sizing:border-box;border-radius:18px;height:48px;min-height:36px;border:0px;resize:none;outline:none;padding:8px 12px;overflow:hidden hidden}.vchat_separator{flex:1;border-style:solid;border-color:orange;border-width:0;border-top-width:.1rem}.vchat_separator[data-new=new]{border-color:red}div#vchat-wave{position:relative;padding-left:.25rem}div#vchat-wave .dot{display:inline-block;width:2px;height:2px;border-radius:50%;margin-right:3px;background:var(--vchat-message-text-grey, #717171);animation:vchat-wave 1.3s linear infinite}div#vchat-wave .dot:nth-child(2){animation-delay:-1.1s}div#vchat-wave .dot:nth-child(3){animation-delay:-.9s}@keyframes vchat-wave{0%,60%,to{transform:initial}30%{transform:translateY(-2px)}}.vchat-input{font-size:1em;padding:.5em .75em;position:relative;width:calc(100% - 25px);display:inline-block;background:var(--colour-fg-white, #fff);border:2px solid #e6e6e6;vertical-align:middle;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;box-shadow:none;border-radius:8px;height:2rem}
