@import"https://fonts.googleapis.com/css?family=Open+Sans:300,400,700";:root{--widgetBubble-Bg-Color: "";--chatBoxRecived-Bg-Color: "";--chatBoxSend-Bg-Color: "";--chatBoxRecived-Font: "";--chatBoxSend-Font: "";--chatBoxRecived-FontWeight: "";--chatBoxSend-FontWeight: "";--chatBoxRecived-FontStyle: "";--chatBoxSend-FontStyle: "";--chatBoxRecived-FontSize: "";--chatBoxSend-FontSize: "";--chatBoxRecived-FontColor: "";--chatBoxSend-FontColor: "";--bgImagePath: "";--ImageBlur: "";--ImageOpacity: "";--Opacity: "";--XOffset: "";--YOffset: "";--Blur: "";--InnerRadius: "";--outerBorderColor: "";--OuterWidth: "";--OuterRadius: "";--BackgroundColor: "";--chatInputHeight: 0;--LayOut3TextareaColor: "#000000"}*,:after,:before{box-sizing:border-box}.App{width:fit-content;background:transparent;color:#212121;font-family:Open Sans,sans-serif}.App:has(.layout-style_5){position:relative}.App:has(.openGallery){padding:0!important}.svg{position:absolute;height:0;width:0;z-index:-2}body{margin:0%;padding:0%}button{cursor:pointer;padding:0}button:disabled{opacity:.5;pointer-events:none}button:focus,.Messages{outline:none}.joinChatContainer{display:flex;flex-direction:column;text-align:center;align-items:center}.joinChatContainer h3{font-size:1.7rem;margin-bottom:1rem;line-height:1.2;width:210px}.joinChatContainer input,.joinChatContainer textarea,.joinChatContainer select{width:210px;height:40px;margin:7px 7px 0;border:2px solid #43a047;border-radius:5px;padding:5px;font-size:16px}.joinChatContainer input[type=checkbox]{width:20px;height:20px;margin:2px}.form-errors{margin:0 7px;color:red;text-align:left;font-size:13px;border-color:red!important}input.error,textarea.error{border-color:red!important}.error{color:red!important;font-weight:400;margin:5px 0;text-align:start}input.error::placeholder,textarea.error::placeholder{color:red}input[type=checkbox i]:focus,input[type=radio i]:focus{outline:none}.joinChatContainer textarea{height:auto}.joinChatContainer button{width:225px;height:50px;margin:7px;border:none;border-radius:5px;padding:5px;font-size:16px;background:#43a047;color:#fff;cursor:pointer}.joinChatContainer button:hover{background:#2e7d32}.chat-window{width:100%;height:100%}.chat-window p{margin:0}.chat-window .chat-header{height:45px;background:#263238;position:relative;cursor:pointer}.chat-window .chat-header p{display:block;padding:0 1em 0 2em;color:#fff;font-weight:700;line-height:45px}.chat-window .chat-body{height:512px;background:#fff;position:relative}.chat-window .chat-body .message-container{width:100%;height:100%;overflow-y:scroll;overflow-x:hidden}.chat-window .chat-body .message-container::-webkit-scrollbar{display:none}.chat-window .chat-body .message{height:auto;padding:10px;display:flex}.chat-window .chat-body .message .message-content{width:auto;height:auto;min-height:40px;max-width:120px;background-color:#41a047;color:#fff;display:flex;align-items:center;margin-right:5px;margin-left:5px;padding-right:5px;padding-left:5px;overflow-wrap:break-word;word-break:break-word}#you{justify-content:flex-end}#you .message-content{justify-content:flex-end;background-color:#6495ed}#you .message-meta{justify-content:flex-end;margin-left:5px}#other,#other .message-content{justify-content:flex-start}#other .message-meta{justify-content:flex-start;margin-right:5px}#checkbox-group label{display:flex;align-items:center;font-size:16px;margin:.5rem 0px}.message-meta #author{margin-left:10px;font-weight:700}.chat-window .chat-body .message .message-meta{display:flex;font-size:12px}.chat-window .chat-footer{height:40px;border-top:1px solid lightgray;display:flex}.chat-window .chat-footer input{height:100%;flex:85%;border:0;padding:0 .7em;font-size:1em;border-right:1px dotted #607d8b;outline:none;font-family:Open Sans,sans-serif}.chat-window .chat-footer button{border:0;display:grid;place-items:center;cursor:pointer;flex:15%;height:100%;background:transparent;outline:none;font-size:25px;color:#d3d3d3}.chat-window .chat-footer button:hover{color:#43a047}.hide{opacity:0!important}.loading h4{margin:10px 0 0}.loading .spinner{margin-top:0;position:relative;text-align:center;width:100%}.loading .spinner svg{-webkit-animation:loading-rotate 2s linear infinite;-moz-animation:loading-rotate 2s linear infinite;-o-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite;height:42px;width:42px}.loading .spinner .path{stroke-dasharray:90,150;stroke-dashoffset:0;strokewidth:2;stroke:#409eff;strokelinecap:round;-webkit-animation:loading-dash 1.5s ease-in-out infinite;-moz-animation:loading-dash 1.5s ease-in-out infinite;-o-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite}.CircleLoader{margin:auto;border:3px solid #eaf0f6;border-radius:50%;border-top:3px solid var(--widgetBubble-Bg-Color);width:30px;height:30px;animation:spinner 4s linear infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes loading-rotate{to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes loading-rotate{to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotate{to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@-moz-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@-o-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@media (max-width: 767px){.chat-window .chat-body{height:calc(100vh - 88px)}}.avatar{width:60px;height:60px;object-fit:cover;border-radius:50%}.avatar-style_1{width:45px;height:45px}.avatar-style_4{width:55px;height:55px;position:absolute;bottom:-26px;right:148px;-webkit-transition:bottom ease .3s;-moz-transition:bottom ease .3s;-o-transition:bottom ease .3s;transition:bottom ease .3s}.searchVisible .avatar-style_4{bottom:0}.avatar-style_7{margin:7px 0 0 auto!important;position:relative;left:20%;z-index:2;width:55px;height:55px}.header button:focus{outline:none}.header button{background-color:transparent;border:none;width:30px;color:#b3b3b3;fill:#b3b3b3;cursor:pointer;margin:0 2px}.header-style_1{padding:10px 0 5px;display:flex;justify-content:center;align-items:center;height:90px;position:relative;flex-direction:column}.header-style_2{padding:0 15px;display:flex;align-items:center;height:65px;position:relative;gap:0px}.header-style_3{background-color:var(--widgetBubble-Bg-Color);padding:5px 25px;display:flex;align-items:center;position:relative;height:90px;gap:0px}.header-style_3:after{content:"";position:absolute;left:-1px;right:0;width:calc(100% + 2px);bottom:-9px;height:30px;background-color:var(--BackgroundColor);-webkit-clip-path:url(#layoutShape3);clip-path:url(#layoutShape3)}.header-style_3 .SearchIcon{position:absolute;right:calc(var(--OuterRadius) + 10px);top:25px}.header-style_4{height:90px;text-align:center;position:relative;z-index:2}.header-style_5{background-color:var(--widgetBubble-Bg-Color);padding:20px 25px;border-radius:65px 0 0;height:90px;display:flex;align-items:center;position:relative}.header-style_5 .SearchIcon{position:absolute;right:10px;top:0;bottom:0}.header-style_7{background-color:var(--widgetBubble-Bg-Color);position:relative;max-height:65px}.wave{position:absolute;width:calc(100% - 19px);overflow:hidden;z-index:1}.wave svg{width:100%;height:20px;fill:var(--widgetBubble-Bg-Color)}.header .SearchIcon{fill:#fff;cursor:pointer}.header .SearchIcon svg{width:17px;height:17px}.header-style_1 .SearchIcon{position:absolute;right:calc(var(--OuterRadius) + 10px);top:25px}.header-style_2 .SearchIcon{position:absolute;right:22px;top:20px}.header-style_4 .SearchIcon{position:absolute;right:20px;top:28px}.header-style_7 .SearchIcon{fill:#fff;position:absolute;right:20px;top:25px;z-index:1}.header input:focus{outline:none}.header input::placeholder{color:#f9f9f9}.Aliases p{padding:0;margin:0;font-size:12px;font-weight:400;color:#fff}.header-style_1 .Aliases{padding-top:4px}.header-style_2 .Aliases p,.header-style_3 .Aliases p,.header-style_5 .Aliases p{font-size:12px}.header-style_2 .Aliases,.header-style_3 .Aliases,.header-style_5 .Aliases{padding-left:10px}.header-style_7 .Aliases{position:absolute;left:155px;top:17px;z-index:9}.header-style_7 .Aliases p{color:#fff;font-size:12px;font-weight:400}.header-style_4 .Aliases{position:absolute;bottom:30px;right:150px;padding-bottom:4px;-webkit-transition:bottom ease .3s;-moz-transition:bottom ease .3s;-o-transition:bottom ease .3s;transition:bottom ease .3s}.header-style_4.searchVisible .Aliases{padding-bottom:0}.searchVisible:has(.avatar-style_4) .Aliases{bottom:57px}.Form-Input{padding:.375rem .75rem;margin:.5rem 0;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #b3b3b3;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem}.Form-Input::placeholder,.Form-TextArea::placeholder{color:#b3b3b3}.Form-TextArea{resize:none;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #b3b3b3;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;width:100%;margin:.5rem 0}.Form-Checkbox,.Form-RadioBox{height:fit-content;display:flex;flex-direction:column;align-items:start;font-size:1rem;font-weight:400;line-height:1.5;color:#b3b3b3;margin:.5rem 0}.Form-Checkbox p,.Form-RadioBox p{margin:5px 0}.Form-Select{display:flex;justify-content:center;position:relative}.Select-Box{width:100%;background-color:#f9f9f9;border:none;border-radius:8px;padding:15px 40px 15px 20px;font-weight:500;color:#777;font-size:16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.Custom-Dropdown-Button:focus,.Form-TextArea:focus,.Form-Input:focus,.Form-Checkbox:focus{outline:none}.Chevron-svg{position:absolute;top:auto;right:0;background-color:#fff;padding:8px;margin:0 10px;border-radius:8px;pointer-events:none;fill:#777;line-height:0}.Chevron-svg svg{width:16px;height:16px}.svg-rotated svg{transform:rotate(180deg)}.Select-Box option{color:green;padding:50px 16px;text-decoration:none;display:block;border:none}.Select-Box option:hover{background-color:#ddd}.rating{display:inline-block;position:relative;height:40px;font-size:35px}.rating label{position:absolute;top:0;left:0;height:100%;cursor:pointer}.rating label:last-child{position:static}.rating label:nth-child(1){z-index:5}.rating label:nth-child(2){z-index:4}.rating label:nth-child(3){z-index:3}.rating label:nth-child(4){z-index:2}.rating label:nth-child(5){z-index:1}.rating label input{position:absolute;top:0;left:0;opacity:0}.rating label .icon{float:none;color:transparent;margin:0 5px}.rating label:last-child .icon{color:#777}.rating:not(:hover) label input:checked~.icon,.rating:hover label:hover input~.icon{color:#fece00}.rating label input:focus:not(:checked)~.icon:last-child{color:#000;text-shadow:0 0 5px #fece00}.Custom-Dropdown{position:relative;display:inline-block;margin:.5rem 0;width:100%}.Custom-Dropdown-Button{width:100%;background-color:#f9f9f9;border:none;border-radius:8px;padding:15px 20px;font-weight:500;color:#777;font-size:16px;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;position:relative}.Custom-Dropdown-Content{display:none;position:absolute;background-color:#fff;box-shadow:0 8px 8px #0003;z-index:1;width:100%;overflow:hidden}.Custom-Dropdown-Content a{color:#000;padding:12px 16px;text-decoration:none;display:block;text-align:start;border:none;cursor:pointer}.Custom-Dropdown-Content a:hover{background-color:var(--widgetBubble-Bg-Color);color:#fff}.Custom-Dropdown-Content.show{display:block}.Chevron-svg.rotated svg{transform:rotate(180deg)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;-moz-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.Dropzone{height:100%;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 25px}.layout-style_5 .Dropzone{border-top-left-radius:50px}.DropZoneInput{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:18px 0 0;padding:20px 20px 0;text-align:center;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23B3B3B3FF' strokeWidth='4' stroke-dasharray='6%2c 14' stroke-dashoffset='3' strokeLinecap='square'/%3e%3c/svg%3e");cursor:pointer;height:35svh;width:100%}.DropDisable{pointer-events:none;color:#b3b3b3}.DropZoneIcon{width:70px;height:70px;margin-top:10px}.DropDisable .DropZoneIcon path:nth-child(1){fill:#b3b3b3}.DropDisable .DropZoneIcon path:nth-child(2){fill:#b3b3b3}.DropDisable .DropZoneIcon circle{fill:#e3e3e3}.DropZoneIcon path:nth-child(1){fill:#b3b3b3}.DropZoneIcon circle{fill:var(--widgetBubble-Bg-Color)}.DropZoneIcon path:nth-child(2){fill:#e3e3e3}.DropZoneIcon path:nth-child(4){fill:#f3f3f3}.Dropzone span{font-size:12px}.DropZonePreview{width:100%;border:none;height:145px;display:flex;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.DropZoneInput p{padding:0;margin:2px 0;color:#b3b3b3}.DragnDrop{font-size:12px;font-weight:600}.SupportText,.SupportText span{font-size:10px;font-weight:600}.MaxSize{font-size:9px;font-weight:600}.layout-style_5 .DropZonePreview{flex-wrap:wrap;overflow:auto;width:103%}.layout-style_5 .DropZoneInput{margin:10px;padding:15px}.layout-style_7 .Dropzone{margin:0 40px;width:88%}.layout-style_7 .DropZonePreview{width:82%}.DropZonePreview::-webkit-scrollbar{width:.5em;height:.5em}.DropZonePreview::-webkit-scrollbar-track{background-color:#b3b3b3;border-radius:10vw;margin:10px}.layout-style_5 .DropZonePreview::-webkit-scrollbar-track{background-color:#b3b3b3;border-radius:10vw;margin:25px 0 50px}.layout-style_7 .DropZonePreview::-webkit-scrollbar-track{background-color:#b3b3b3;border-radius:10vw;margin:25px 40px 0 0}.DropZonePreview::-webkit-scrollbar-thumb{background-color:#8d8d8d;border-radius:10vw}.DropZonePreview::-webkit-scrollbar-thumb:hover{background-color:#7e7e7e}.NoFiles{display:flex;align-items:center;justify-content:center;width:100%}.thumbs{position:relative;border:1px solid #b3b3b3;display:flex;align-items:center;justify-content:center;width:100px;height:110px;margin:15px 10px 0 0;border-radius:10px}.layout-style_5 .thumbs{width:115px;margin:15px 7px}.PreviewImageDiv,.PreviewIconDiv{width:90px;height:90px;display:flex;align-items:center;justify-content:center;flex-direction:column}.PreviewIconDiv{white-space:break-spaces;overflow:hidden;text-overflow:ellipsis}.PreviewImageDiv img{max-width:75%;max-height:75%;object-fit:cover;cursor:pointer}.PreviewIconDiv svg{width:60px;height:60px}.PreviewIconDiv p{margin:10px 0 0;padding:0;font-size:12px;text-align:center}.DeleteIcon{position:absolute;width:20px;height:20px;top:5px;right:5px;background:transparent;border:none}.Dropzone .SendButton{position:static;bottom:30px;width:100%;height:35px;border-radius:7px;background-color:var(--widgetBubble-Bg-Color);border:none;color:#fff;font-weight:600;margin-top:10px}.layout-style_5 .Dropzone .SendButton{position:absolute;left:40px;width:60vw;height:30px}.layout-style_7 .Dropzone .SendButton{width:85%;height:30px}.layout-style_7 .Dropzone .SendButton svg,.layout-style_5 .Dropzone .SendButton svg{width:12px;height:12px}.Dropzone .SendButton svg{width:15px;height:15px;fill:#fff}.isMobile .DropZonePreview{width:100%}.SendButton:disabled{background-color:#b3b3b3!important;opacity:.5;pointer-events:none}.UploadDiv{display:flex;justify-content:space-between;width:100%;font-size:14px}.CloseDropzone{align-self:flex-end;width:20px;height:20px;background:transparent;border:none}.ProgressBar{width:100%;height:50px;overflow:hidden;margin-top:10px}.Progress{height:12px;border-radius:5px;background-color:green;transition:width .3s ease-in-out}.ProgressError{background-color:red!important}.ErrorMessage{color:red!important;font-weight:700;font-size:12px;margin:0;padding:0}.SuccessMessage{color:green!important;font-weight:700;font-size:12px;margin:0;padding:0}.layout-style_7 .Dropzone{margin:0;width:100%}.layout-style_7 .UploadDiv{padding:0 30px}.layout-style_7 .DropZoneInput{width:70vw}.Modal{position:relative;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#000c;z-index:1}.ModalContent{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;background:#fff;padding:20px;border-radius:8px}.CloseButton{position:absolute;top:30px;right:35px;border-radius:50%;z-index:1}.CloseButton .cross-x{width:27px;height:27px}.ImageContainer{position:absolute;top:0;bottom:0;display:flex;justify-content:center;align-items:center}.ImageContainer img{max-width:80%;max-height:80%;object-fit:cover}.PrevButton{position:absolute;top:45%;left:0;background-color:transparent;border:none}.PrevButton svg{background-color:transparent!important;fill:none;width:30px}.PrevButton svg path{stroke:#b3b3b3}.NextButton{position:absolute;top:45%;right:0;background-color:transparent;border:none}.NextButton svg{background-color:transparent!important;fill:none;width:30px;transform:rotate(180deg)}.NextButton svg path{stroke:#b3b3b3}.ImageStrip{display:flex;justify-content:center;align-items:center;gap:10px;overflow-x:auto;padding:10px;background:#fff;border-radius:8px;-ms-overflow-style:none;scrollbar-width:none;position:absolute;bottom:10px;width:85%}.layout-style_5 .ImageStrip{width:65%;justify-content:start;position:absolute;left:40px}.layout-style_7 .ImageStrip{width:75%}.layout-style_7 .PrevButton{left:-4px}.Thumbnail{max-width:50px;max-height:50px;cursor:pointer;opacity:.6;transition:opacity .3s,transform .3s}.Thumbnail:hover{opacity:1}.Thumbnail.active{border:2px solid var(--widgetBubble-Bg-Color);opacity:1;transform:scale(1.1)}.ChatBody{background:var(--BackgroundColor);height:calc(100% - 80px);overflow:hidden;border-radius:calc(var(--InnerRadius) * 1px);border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative}.layout-style_1 .ChatBody{height:calc(100% - 90px)}.layout-style_2 .ChatBody{height:calc(100% - 65px)}.layout-style_3 .ChatBody,.layout-style_4 .ChatBody{height:calc(100% - 90px)}.ChatBodyBG:after{background-image:var(--bgImagePath);background-size:cover;background-repeat:no-repeat;background-position:center;content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;height:100%;width:100%;z-index:0;filter:blur(var(--ImageBlur)) opacity(calc(var(--ImageOpacity) * 100%));-webkit-filter:blur(var(--ImageBlur)) opacity(calc(var(--ImageOpacity) * 100%))}.ChatBody.chatBody-style_7{height:100%}.ChatBodyBG *:not(.Form-RadioBox *,.Form-Checkbox *,.SubmitButton *){z-index:1}.WidgetFrameBodyBG *{z-index:1!important}.ChatInput .sendDiv .SendButton{width:16px;height:16px;border:none;background-color:transparent}.SendButton:disabled{pointer-events:none}.sendDiv:has(.SendButton:disabled){background-color:#b3b3b3;pointer-events:none}.pointerNotAllowed{pointer-events:none}.ChatInput .sendDiv .SendButtonOutline{width:20px;height:20px;cursor:pointer;border:none;background-color:transparent}.chatBody-style_1{border-radius:var(--InnerRadius);border-bottom-left-radius:0;border-bottom-right-radius:0}.chatBody-style_2,.chatBody-style_4,.chatBody-style_3,.chatBody-style_5,.chatBody-style_7{border-radius:0}.chatBody-style_4{height:444px}.chatBody-style_3,.chatBody-style_5{background-color:var(--BackgroundColor)}.ChatBox{max-height:340px;min-height:340px;padding:0 20px;display:flex;-ms-overflow-style:none;scrollbar-width:none}.ChatBox::-webkit-scrollbar{display:none}.ChatBody.chatBody-style_5 .ChatBox{padding:0 35px 0 20px}.ChatBody.chatBody-style_5 .ChatBox .Messages{max-width:90%}.ChatBody.chatBody-style_5 .ChatBox .Messages .Message{max-width:75%}.Messages{width:100%;display:flex;flex-direction:column;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding-top:0;-webkit-transition:padding-top .3s ease-in-out;-moz-transition:padding-top .3s ease-in-out;-o-transition:padding-top .3s ease-in-out;transition:padding-top .3s ease-in-out}.Messages>.Message:last-child{margin-bottom:20px}.layout-style_7 .ChatBody:before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='213.525' height='39.646' viewBox='0 0 213.525 39.646'%3E%3Cpath id='Path_190' data-name='Path 190' d='M15288.6,15554.886l-37.516,39.264h-175.846' transform='translate(-15075.235 -15554.729)' fill='none' stroke='%23515151' strokeMiterlimit='10' strokeWidth='0.454'/%3E%3C/svg%3E");bottom:81px;width:70%;height:50px;right:6px;background-size:cover;background-position:bottom;filter:brightness(2.3);z-index:2}.layout-style_7 .ChatBox{padding:0 20px 20px;position:relative;overflow:hidden}.chatBody-style_7 .ChatBox .Messages .chatBody-style_3 .ChatBox .Messages{margin-top:10px}.chatBody-style_4 .ChatBox .Messages{margin-top:40px}.chatBody-style_7 .ChatBox .Messages{padding:0 10px 0 45px;overflow:auto;min-height:400px;max-height:400px;-ms-overflow-style:none;scrollbar-width:none}.Message{margin:15px 0;padding:10px;border-radius:15px;width:fit-content;max-width:70%}.server-message{align-self:flex-start;background-color:var(--chatBoxRecived-Bg-Color);font-family:var(--chatBoxRecived-Font);font-weight:var(--chatBoxRecived-FontWeight);font-style:var(--chatBoxRecived-FontStyle);font-size:var(--chatBoxRecived-FontSize);color:var(--chatBoxRecived-FontColor);word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;min-width:60px}.user-message{align-self:flex-end;background-color:var(--chatBoxSend-Bg-Color);font-family:var(--chatBoxSend-Font);font-weight:var(--chatBoxSend-FontWeight);font-style:var(--chatBoxSend-FontStyle);font-size:var(--chatBoxSend-FontSize);color:var(--chatBoxSend-FontColor);word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;min-width:60px}.Message.server-message.ChatBoxRecived_2{position:relative;border-bottom-left-radius:0;left:15px}.Message.server-message.ChatBoxRecived_2:after{content:"";position:absolute;display:block;width:0;border-style:solid;border-width:0 0 20px 20px;border-color:transparent transparent var(--chatBoxRecived-Bg-Color) transparent;bottom:0;left:-15px;margin-top:-10px}.Message.server-message.ChatBoxRecived_1{position:relative}.Message.server-message.ChatBoxRecived_1:after{content:"";position:absolute;border-style:solid;border-width:13px 12px 0;border-color:var(--chatBoxRecived-Bg-Color) transparent;display:block;width:0;bottom:-10px;left:7px}.Message.user-message.ChatBoxSend_2{position:relative;border-bottom-right-radius:0;right:15px}.Message.user-message.ChatBoxSend_2:after{content:"";position:absolute;display:block;width:0;border-style:solid;border-width:20px 0 0 20px;border-color:transparent transparent transparent var(--chatBoxSend-Bg-Color);bottom:0;right:-15px;margin-top:-10px}.Message.user-message.ChatBoxSend_1{position:relative}.Message.user-message.ChatBoxSend_1:after{content:"";position:absolute;border-style:solid;border-width:13px 12px 0;border-color:var(--chatBoxSend-Bg-Color) transparent;display:block;bottom:-10px;right:7px}.chatBody-style_1 .ChatBox{max-height:calc(410px - calc(var(--OuterWidth) * 1) - calc(var(--chatInputHeight) * 1px));min-height:calc(410px - calc(var(--OuterWidth) * 1) - calc(var(--chatInputHeight) * 1px))}.isMobile .chatBody-style_2 .ChatBox{max-height:calc(calc((var(--mobileInputHeight) * 1px) - 140px) - calc(var(--OuterWidth) * 0) - calc(var(--chatInputHeight) * 1px));min-height:calc(calc((var(--mobileInputHeight) * 1px) - 140px) - calc(var(--OuterWidth) * 0) - calc(var(--chatInputHeight) * 1px))}.chatBody-style_2 .ChatBox{max-height:calc(440px - calc(var(--OuterWidth) * 1) - calc(var(--chatInputHeight) * 1px));min-height:calc(440px - calc(var(--OuterWidth) * 1) - calc(var(--chatInputHeight) * 1px))}.chatBody-style_3 .ChatBox{max-height:calc(345px - calc(var(--OuterWidth) * 0) - calc(var(--chatInputHeight) * 1px));min-height:calc(345px - calc(var(--OuterWidth) * 0) - calc(var(--chatInputHeight) * 1px))}.chatBody-style_4 .ChatBox{max-height:calc(412px - calc(var(--OuterWidth) * 2) - calc(var(--chatInputHeight) * 1px));min-height:calc(412px - calc(var(--OuterWidth) * 2) - calc(var(--chatInputHeight) * 1px))}.chatBody-style_5 .ChatBox{max-height:calc(390px - calc(var(--OuterWidth) * 0) - calc(var(--chatInputHeight) * 1px));min-height:calc(390px - calc(var(--OuterWidth) * 0) - calc(var(--chatInputHeight) * 1px))}.chatBody-style_7 .ChatBox{max-height:calc(410px - calc(var(--OuterWidth) * 1) - calc(var(--chatInputHeight) * 1px));min-height:calc(410px - calc(var(--OuterWidth) * 1) - calc(var(--chatInputHeight) * 1px))}.chatBody-style_1 .ChatInput,.chatBody-style_2 .ChatInput{display:block;width:100%;padding:0 15px}.Input-style_1,.Input-style_2,.Input-style_3,.Input-style_5{position:relative}.Input-style_1,.Input-style_2,.Input-style_5{display:flex;justify-content:space-between;align-items:center;background-color:#f2f2f2;padding:12px 13px;border-radius:54px;-webkit-transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;transition:all ease-in-out .4s}.Input-style_1 .sendDiv,.Input-style_3 .sendDiv{background-color:var(--widgetBubble-Bg-Color);display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;cursor:pointer;fill:#fff}.ChatInput .SearchIcon{fill:#b3b3b3;background-color:transparent}.Input-style_1 textarea,.Input-style_2 textarea,.Input-style_3 textarea,.Input-style_4 textarea,.Input-style_5 textarea,.Input-style_7 textarea{background:transparent;height:30px;min-height:30px;width:calc(200px - var(--OuterWidth));padding:0 12px;border:none;margin:0;resize:none;max-height:147px;font-size:large;order:0}.isMobile .Input-style_2 textarea{max-height:97px}.chatBody-style_4 .ChatBox{scroll-margin-block-end:50px}.chatBody-style_3 .ChatInput{background-color:var(--BackgroundColor)}.Input-style_4 textarea{width:184px;padding:auto}.Input-style_5{max-width:250px}.Input-style_5 .AttachmentIcon+textarea{width:155px;padding:0 5px}.Input-style_2 textarea{max-width:230px;padding-block-start:5px}.isMobile .Input-style_2 textarea{min-width:calc(calc(var(--mobileInputWidth) * 1px) - 150px);max-width:calc(calc(var(--mobileInputWidth) * 1px) - 150px)}.Input-style_3 textarea,.Input-style_7 textarea{width:95%;color:var(--LayOut3TextareaColor);min-height:50px;order:0}.Input-style_7 textarea{width:76%;min-height:60px}.Input-style_1 .input-search{position:absolute;left:52px;padding-left:8px;height:30px;width:calc(202px - var(--OuterWidth));background-color:inherit;border:none;z-index:2}.Input-style_4 .input-search{position:absolute;left:50px;height:30px;background-color:inherit;border:none;width:calc(202px - var(--OuterWidth));z-index:2}textarea::-webkit-scrollbar{display:none}.Input-style_1 textarea::placeholder,.Input-style_2 textarea::placeholder,.Input-style_3 textarea::placeholder,.Input-style_4 textarea::placeholder,.Input-style_5 textarea::placeholder,.Input-style_7 textarea::placeholder{color:#b3b3b3;font-size:large}.Input-style_1 textarea:focus,.Input-style_2 textarea:focus,.Input-style_3 textarea:focus,.Input-style_4 textarea:focus,.Input-style_5 textarea:focus,.Input-style_7 textarea:focus,.input-search:focus{outline:none}.Attachment-Icon{cursor:pointer}.chatBody-style_5 .ChatInput{min-height:75px;display:flex;align-items:center;justify-content:start}.ChatInput{position:relative;width:100%}.ChatBody.chatBody-style_7 .ChatInput,.layout-style_4 .ChatInput{width:100%}.Input-style_4 div:not(.Wysiwig,.Wysiwig *){background-color:var(--widgetBubble-Bg-Color);position:absolute;bottom:-15px;right:0;height:75px;width:64px;border-radius:15px 0 0;display:flex;align-items:center;justify-content:center}.Input-style_2 .SendButtonOutline,.Input-style_5 .SendButtonOutline,.Input-style_7 .SendButtonOutline{fill:#b3b3b3}.Input-style_4 div .SendButtonOutline{width:20px;height:20px;fill:#fff}.Input-style_4{width:calc(100% - 88px);background-color:#f2f2f2;padding:10px 13px;display:flex;justify-content:start;align-items:self-end;margin:10px 10px 15px 15px}.Input-style_3{height:100%;border-top:2px solid #b3b3b3;margin:2px 15px;display:flex;flex-wrap:wrap;align-items:start;padding:15px 0;justify-content:space-between}.Input-style_3 .Attachment-Icon{fill:#b3b3b3;rotate:-45deg;width:20px;height:20px}.Input-style_3 .AttachmentIcon{position:relative;background:transparent;order:1}.Input-style_3 .WyswigIcon,.Input-style_3 .ArrowDown{position:absolute;right:0;bottom:-10px}.Input-style_3:has(.AttachmentIcon) .WyswigIcon,.Input-style_3:has(.AttachmentIcon) .ArrowDown{order:2;position:relative;right:inherit;bottom:inherit}.Input-style_3 div:not(.Wysiwig,.Wysiwig *){position:fixed;margin:10px 0px 0px calc(318px - var(--OuterWidth))}.Input-style_7{margin:0 30px;display:flex;flex-direction:column;padding:10px;background:#fff;border-radius:15px;position:relative;bottom:-4px}.Input-style_7.enableAttachment{margin:0 45px}.Input-style_7.disableAttachment{top:37px;padding:15px 10px;margin:0 45px}.Input-style_7.disableAttachment .Wysiwig.active{top:-41px}.Input-style_7 .Attachment-Icon{fill:#b3b3b3;position:absolute;bottom:10px;left:11px;rotate:-45deg;width:35px;height:20px}.Input-style_7 .AttachmentIcon{order:1;margin-top:13px}.Input-style_7 .WyswigIcon,.Input-style_7 .ArrowDown{order:2;position:absolute;top:6px;right:60px}.Input-style_7 .ArrowDown,.Input-style_7 .WyswigIcon{right:45px!important}.Input-style_7 .SendButtonOutline{position:absolute;top:10px;right:20px;width:25px;height:25px;rotate:17deg;cursor:pointer}.Message div:last-child,.Messages .Message{scroll-margin-bottom:20px}.chatBody-style_4.Message:last-child{margin-bottom:30px}.ChatInput .textarea-search{position:absolute;left:45px;min-height:34px;background-color:inherit;width:calc(220px - var(--OuterWidth));padding:0;border:none;margin:auto 10px}.ChatInput .cross-x{background-color:inherit;fill:#b3b3b3;width:16px;height:16px}.ChatInput .Input-style_4 .SearchIcon{position:absolute;left:0;bottom:-14px}.ChatInput .Input-style_4 textarea{padding-block:3px}.ChatInput .Input-style_4 .textarea-search{position:absolute;left:40px;min-height:34px;width:calc(200px - var(--OuterWidth));padding:0;border:none;margin:auto 10px;z-index:1}.ChatInput .Input-style_4 .cross-x{position:absolute;bottom:13px;left:27px;width:14px}.user-message div mark{background-color:var(--chatBoxRecived-FontColor);color:var(--chatBoxRecived-Bg-Color);filter:invert(75%);padding:2px}.server-message div mark{background-color:var(--chatBoxSend-FontColor);color:var(--chatBoxSend-Bg-Color);filter:invert(75%);padding:2px}.chatBody-style_1 .not-found{position:absolute;left:35%;top:45%}.chatBody-style_2 .not-found{position:absolute;left:35%;top:44%}.chatBody-style_3 .not-found{position:absolute;left:35%;top:40%}.chatBody-style_4 .not-found{position:absolute;left:35%;top:45%}.chatBody-style_5 .not-found{position:absolute;left:32%;top:45%}.chatBody-style_7 .not-found{position:absolute;right:35%;top:50%}.not-found{-webkit-transition:opacity .1s ease-in-out;-moz-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.not-found label{z-index:2;padding:5px;border-radius:5px;background-color:var(--widgetBubble-Bg-Color);color:#fff;text-align:center}.not-found.hidden{opacity:0}.not-found.visible{opacity:1;z-index:4}.ChatInput .AttachmentIcon{border:none;padding:0;width:15px;height:30px;fill:#b3b3b3;margin-right:0;background-color:transparent}.ChatInput .Input-style_3 .AttachmentIcon{margin-right:10px}.ChatInput .Input-style_4 .AttachmentIcon{margin-right:0}.Input-style_2 .AttachmentIcon{margin-right:0;height:23px;flex-shrink:0}.SearchRibbon{display:flex;flex-wrap:wrap;padding:7px 10px;z-index:3;background-color:#fff;border-radius:4px;width:100%}.chatBody-style_1 .SearchRibbon{width:90%}.SearchInput::placeholder{color:#838383}.header-style_3.searchVisible:after{background-color:var(--widgetBubble-Bg-Color);filter:brightness(.8);transition-delay:0s}.header-style_3{-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.header-style_3:after{transition-delay:.3s}.searchWrap{width:100%;left:0;right:0;margin:auto;flex-wrap:wrap;box-shadow:none;background:var(--widgetBubble-Bg-Color);justify-content:space-between;position:absolute;display:flex;align-items:center;justify-content:center;z-index:3;padding:0 20px;height:0px;overflow:hidden;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.searchWrap:after{position:absolute;left:0;right:0;background:var(--widgetBubble-Bg-Color);width:100%;height:100%;content:"";filter:brightness(.8);z-index:0}.chatBody-style_7 .searchWrap:after{background:#b3b3b3;filter:none}.searchWrap.active{height:70px;z-index:5}.layout-style_7 .searchWrap{position:fixed;width:calc(100% - 52px);left:52px;top:65px}.SearchInput:focus{outline:none}.SearchInput::placeholder{color:#e5e5e5}.SearchIconsDiv{display:flex;justify-content:center;align-items:center;border-left:1px solid #e5e5e5}.SearchCounter{color:#e5e5e5;font-size:14px;padding:0 0 0 10px;display:flex;align-items:center}.SearchCounter span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:3ch;display:block}.SearchRibbon input{background-color:transparent;border:none;width:40%;flex:40%;padding:0 5px 0 0}.SearchRibbon .SearchRibbonClose{background:none}.SearchIconsDiv button:focus{outline:none}.SearchIconsDiv button{background-color:transparent;border:none;width:19px;height:19px;color:#b3b3b3;fill:#b3b3b3;cursor:pointer;margin-inline-start:6px}.SearchIconsDiv .cross-x{width:19px}.ChatBox:has(.searchWrap.active) .Messages{padding-top:70px}.chatBody-style_4 .ChatBox:has(.searchWrap.active) .Messages{padding-top:20px}.ChatInput .WyswigIcon,.ChatInput .ArrowDown{width:19px;margin-right:10px;height:30px;border:none;background:transparent;cursor:pointer}.layout-style_4 .ChatInput .WyswigIcon,.layout-style_4 .ChatInput .ArrowDown{margin-right:0}.ChatInput .ArrowDown{width:12px;margin-right:10px}.ArrowDown polygon{fill:#b3b3b3}.Input-style_2 .WyswigIcon,.Input-style_2 .ArrowDown{height:23px;flex-shrink:0}.Wysiwig{width:100%;right:0;top:inherit;bottom:calc(100% - 1px);position:absolute;height:0px;opacity:0;border-radius:20px 20px 0 0;overflow:hidden;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.Input-style_3 .Wysiwig{bottom:calc(100% + 1px)}.Input-style_4 .Wysiwig{width:calc(100% - 88px);left:15px;border-radius:0}.Input-style_7 .Wysiwig{width:100%;left:0;border-radius:0}.Wysiwig.active{height:41px;opacity:1}.ChatInput:has(.Wysiwig.active) .Input-style_1,.ChatInput:has(.Wysiwig.active) .Input-style_2,.ChatInput:has(.Wysiwig.active) .Input-style_5{border-radius:0 0 20px 20px}.ChatInput:has(.Wysiwig.active) .Input-style_7 .WysiwigContainer{border-radius:15px 15px 0 0}.ChatInput:has(.Wysiwig.active) .Input-style_7{border-radius:0 0 15px 15px}.WysiwigContainer{position:absolute;background:#e6e6e6;width:100%;height:auto;padding:0 10px}.WysiwigContainer button{background-color:transparent;border:none;padding:15px 10px 10px}.WysiwigContainer button:not(:last-child){position:relative}.WysiwigContainer button:not(:last-child):after{position:absolute;content:"";height:20px;width:2px;top:0;bottom:0;right:-1px;margin:auto;background:#d6d6d6}.WysiwigContainer button>svg{width:12px;height:12px}.isMobile .NoWorkingHours{font-size:14px;padding:5px 40px}.NoWorkingHours{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.NoWorkingHours .OfflineMessage{height:70%;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:5px 30px;color:#7e7e7e;font-size:16px;width:300px;border-radius:15px}.layout-style_5 .NoWorkingHours{height:96%}.layout-style_7 .NoWorkingHours{height:88%}.NoWorkingHoursSvg{width:108px;height:108px}.NoWorkingHours .cls-1{fill:#dd1f26}.NoWorkingHours .cls-1,.NoWorkingHours .cls-2,.NoWorkingHours .cls-3,.NoWorkingHours .cls-4{stroke-width:0px}.NoWorkingHours .cls-2{fill:#d3d3d3}.NoWorkingHours .cls-3{fill:#e6e6e5}.NoWorkingHours .cls-4{fill:#fff}.NoWorkingHours p u{color:var(--widgetBubble-Bg-Color);font-weight:600;cursor:pointer;text-align:center}.layout-style_1 .NoWorkingHours{border-radius:var(--InnerRadius)}.preChatForm,.thankYouPage,.feedBackForm{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--BackgroundColor);height:calc(100% + -0px);overflow:hidden}.layout-style_4 .preChatForm,.layout-style_4 .feedBackForm,.layout-style_4 .thankYouPage{height:calc(100% - 10px)}.layout-style_5 .preChatForm,.layout-style_5 .thankYouPage,.layout-style_5 .feedBackForm,.layout-style_3 .preChatForm,.layout-style_3 .thankYouPage,.layout-style_3 .feedBackForm{background-color:var(--BackgroundColor)}.layout-style_7 .preChatForm:has(.loading){margin:200px 0}.layout-style_7 .preChatForm,.layout-style_7 .thankYouPage,.layout-style_7 .feedBackForm{margin:15px 0;height:calc(100% + -0px);justify-content:flex-start}.layout-style_7 .feedBackForm{margin:-30px 61px;display:flex;align-items:center;justify-content:center;height:100%}.layout-style_7 .preChatForm{margin-top:50px}.layout-style_7 .preChatForm form,.layout-style_7 .thankyouCard{height:calc(100% - 180px)}.layout-style_7 .thankyouCard{margin:30px 55px}.preChatForm form,.thankyouCard,.feedBackForm div{margin:0 15px;padding:25px;background-color:#fff;border-radius:15px;height:calc(100% - 110px);overflow:auto;text-align:center;-ms-overflow-style:none;scrollbar-width:none}.thankyouCard,.feedBackForm div{height:max-content}.thankYouPage .noload{background-color:transparent!important;height:150px!important}.thankYouPage .noload .loading,.thankYouPage .noload .loading .spinner{background-color:transparent!important}.thankYouPage .loading{margin:0!important;padding:0!important;height:100px!important;border-radius:0!important}.thankYouPage .loading .spinner{margin:0!important;height:calc(100% - 35px)!important}.ThankyouIcon{width:55px;height:55px;object-fit:contain}.Thankyou-title{font-size:32px;font-weight:700;color:#000;word-break:normal}.Thankyou-description{color:#828282;font-size:16px;font-weight:400;white-space:normal;word-break:break-word}.BacktochatButton{color:#fff;background-color:var(--widgetBubble-Bg-Color);padding:10px 30px;border-radius:10px;margin-bottom:10px;font-weight:600;border:none;cursor:pointer}.isEmailTrue{display:flex;align-items:center;max-height:28px;margin:25px 0!important}.isEmailTrue img{width:35px;height:30px}.isEmailTrue h6{font-weight:700;font-size:12px}.feedBackForm div{padding:0;border-radius:12px}.feedBackForm .Form-TextArea{margin-bottom:10px;padding:.375rem 5px;height:90px!important}.FeedbackFirst{display:flex;flex-direction:column}.RatingFirst{display:flex;flex-direction:column-reverse}.SubmitButton{display:flex;justify-content:center;align-items:center;background-color:var(--widgetBubble-Bg-Color);color:#fff;padding:7px 35px;margin:30px auto;border-radius:8px;border:none;font-size:16px;cursor:pointer}.SubmitButton span{display:flex;align-items:center;justify-content:center}.FeedBackPre{width:16px;height:16px;fill:#fff;margin-right:10px}.feedBackForm h5{color:#c9c9c9;margin:20px 0}.feedBackForm .StarInputDiv{overflow:hidden}.isMobile .preChatForm form,.isMobile .thankyouCard{max-width:70%;min-width:70%}.isMobile .Form-TextArea,.isMobile .Form-Input,.isMobile .Form-RadioBox,.isMobile .Form-Checkbox,.isMobile .Custom-Dropdown{max-width:100%;min-width:100%}.isMobile .feedBackForm div,.isMobile .thankyouCard{align-items:center;justify-content:center;display:flex;flex-direction:column;height:100%}.ChatBotIcon{display:flex;justify-content:start}.ChatBotIcon img{width:40px;height:40px;object-fit:contain;z-index:2}.ChatBotIcon .icon-style4 img{position:absolute;right:0;left:0;bottom:-15px;margin:auto}.ChatBotIcon .icon-style5 img{position:absolute;top:22px}.ChatBotIcon .icon-style6 img{position:absolute;top:6px}.AttentionGrabber .cross-x{fill:#b3b3b3;width:18px;height:18px}.AttentionGrabber{position:relative}.AttentionGrabber .AttentionCloseIcon{position:absolute;top:35px;left:-2-1px;border-radius:50%;padding:0;background-color:#f9f9f9;border:1px solid #b3b3b3;z-index:1}.AttentionStaticAsset{position:absolute;width:65px;height:65px;object-fit:contain;z-index:2;left:22px;top:11px;cursor:pointer}.AttentionGrabberAnimation{position:absolute;left:10px;top:0;width:90px;height:90px;cursor:pointer}.icon-style1{background-color:var(--widgetBubble-Bg-Color);width:70px;height:67px;border-radius:16px;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon-style2{background-color:var(--widgetBubble-Bg-Color);width:65px;height:65px;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon-style3{background-color:var(--widgetBubble-Bg-Color);width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon-style4{position:absolute;fill:var(--widgetBubble-Bg-Color);width:70px;height:65px;cursor:pointer}.icon-style4 img{object-fit:contain}.icon-style5{position:relative;display:flex;align-items:center;justify-content:center}.icon-style5-svg{width:90px}.icon-style5 img{object-fit:contain}.icon-style6{position:relative;display:flex;align-items:center;justify-content:center;fill:var(--widgetBubble-Bg-Color)}.icon-style6-svg{width:90px}.icon-style6 img{object-fit:contain}.icon-style7{position:static;margin-top:126px;background-color:var(--widgetBubble-Bg-Color);width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1}.icon-style7:after{position:absolute;left:-7px;right:0;bottom:94px;content:"Chat with us";color:#fff;background-color:var(--widgetBubble-Bg-Color);padding:0 25px 25px 40px;width:max-content;rotate:270deg;z-index:1;height:40px;font-size:14px;line-height:40px;border-radius:20px 20px 0 0;font-weight:600}.icon-style7.icon-topLeft,.icon-style7.icon-topRight,.icon-style7.icon-middleLeft,.icon-style7.icon-middleRight{display:none}.icon-style7.icon-bottomLeft{width:70px;height:70px;margin-left:20px;position:relative}.icon-bottomLeft.icon-style7:after{position:absolute;left:auto;right:-7px;height:40px;bottom:94px;border-radius:0 0 20px 20px;width:max-content}.icon-style8{position:absolute;bottom:0;background-color:var(--widgetBubble-Bg-Color);width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon-style8:before{position:absolute;text-align:center;right:100%;content:"Chat with us";color:#fff;border-radius:60px;background-color:var(--widgetBubble-Bg-Color);padding:10px 25px;font-weight:600;width:140px;margin:5px;font-size:14px}.icon-bottomRight.icon-style8,.icon-topRight.icon-style8{right:0}.icon-bottomLeft.icon-style8,.icon-topLeft.icon-style8{left:0}.icon-bottomLeft.icon-style8:before,.icon-topLeft.icon-style8:before{left:100%}.icon-bottomRight.icon-style8:before,.icon-topRight.icon-style8:before{right:100%}.icon-style8.icon-middleLeft,.icon-style8.icon-middleRight{display:none}.App:has(.layout-style_5) .windowLayout-style_5.icon-style3.icon-bottomRight{position:absolute;bottom:0;left:285px}.ChatWindow{height:100%;border-radius:var(--OuterRadius);overflow:hidden;margin-bottom:20px;background:var(--widgetBubble-Bg-Color);border-width:var(--OuterWidth);border-style:solid;border-color:var(--outerBorderColor);box-shadow:calc(var(--XOffset) * 1px) calc(var(--YOffset) * 1px) calc(var(--Blur) * 1px) rgb(0 0 0 / calc(var(--Opacity) * 2.5%))}.MainWrap{height:575px;width:350px;position:relative}.MainWrap.isMobile,.MainWrap.openGallery{height:100svh;width:100vw;overflow:hidden}.MainWrap.layout-style_5{position:relative}.layout-style_1,.layout-style_3{border-radius:var(--OuterRadius)}.layout-style_2 .ChatWindow,.layout-style_4 .ChatWindow,.layout-style_7 .ChatWindow{border-radius:0}.layout-style_5 .ChatWindow:has(.Modal){padding:0;height:calc(100% + 5px);width:calc(100% + 2px)}.layout-style_5 .ChatWindow{height:100%;background:var(--BackgroundColor);padding:20px 20px 0;border-radius:50px 0 0;-webkit-clip-path:url(#layoutShape5);clip-path:url(#layoutShape5);border:none;box-shadow:none;position:relative;z-index:1}.layout-style_5:before{content:"";position:absolute;-webkit-clip-path:url(#layoutShape5);clip-path:url(#layoutShape5);height:calc(100% + 5px);width:calc(100% + 2px);left:-1px;top:-2.5px}.layout-style_7{position:relative;top:1px;left:1px;z-index:0;width:420px}.layout-style_7:before{content:"";position:absolute;height:100%;left:-8px;width:70px;margin:auto;z-index:0;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="408.89" height="546.717" viewBox="0 0 408.89 546.717"%3E%3Cg id="Group_535" data-name="Group 535" transform="translate(-1898.278 -1591.192)"%3E%3Cpath id="Path_191" data-name="Path 191" d="M14943.436,15348.605V15224.6l52.008-51.875" transform="translate(-13030.795 -13581.302)" fill="none" stroke="%23515151" strokeMiterlimit="10" strokeWidth="0.454"/%3E%3C/g%3E%3C/svg%3E');background-size:cover;background-position:left;top:0;filter:brightness(2.3)}.layout-style_7 .ChatWindow{-webkit-clip-path:url(#layoutShape7);clip-path:url(#layoutShape7);border:none;background-color:#fff;background-image:var(--bgImagePath);background-size:cover;background-repeat:no-repeat;background-position:center;box-shadow:none;border-radius:0;position:relative}.layout-style_7 .ChatWindow:after{content:"";position:absolute;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="408.89" height="546.717" viewBox="0 0 408.89 546.717"%3E%3Cg id="Group_535" data-name="Group 535" transform="translate(-1898.278 -1591.192)"%3E%3Cpath id="Path_189" data-name="Path 189" d="M14947.256,15628.432v-248.08l27.818-30.764v-124.01" transform="translate(-13029.777 -13567.221)" fill="none" stroke="%23515151" strokeMiterlimit="10" strokeWidth="0.454"/%3E%3C/g%3E%3C/svg%3E');top:-5px;bottom:0;width:51px;height:100%;left:2px;background-size:cover;z-index:0;filter:brightness(2.3)}.layout-style_7:after{content:"";position:absolute;width:calc(100% + 2px);background:#b1b1b1;top:-1px;left:-1px;-webkit-clip-path:url(#layoutShape7);clip-path:url(#layoutShape7);margin:auto;height:calc(100% + 2px);z-index:-1}.MinimizeIcon{position:absolute;background-color:transparent;border:none;z-index:1;top:-4px;width:max-content!important}.MinimizeIcon svg{width:50px;height:10px}.MinimizeIcon path#Path_1{fill:#f9f9f9;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));box-shadow:2px 2px 4px #00000080;-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.5);-moz-box-shadow:2px 2px 4px rgba(0,0,0,.5)}.layout-style_1 .MinimizeIcon{right:calc(var(--OuterRadius) + 3px)}.layout-style_2 .MinimizeIcon{right:12px}.layout-style_3 .MinimizeIcon{right:calc(var(--OuterRadius) + 5px)}.layout-style_4 .MinimizeIcon,.layout-style_7 .MinimizeIcon{right:12px}.layout-style_7 .MinimizeIcon path#Path_1{fill:#fff}.layout-style_7 .MinimizeIcon rect#Path_2{fill:#b3b3b3}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
