@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap";::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{border-width:0;box-shadow:none;background:transparent}::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#aaa}.carousel-container{width:100%;max-width:25rem;margin:20px auto;overflow:scroll}.carousel-slide{min-width:200px;margin:10px;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0003;text-align:center;overflow-x:hidden}.carousel-slide img{height:200px;object-fit:cover}.carousel-price{position:absolute;top:10px;left:10px;background-color:#000;color:#fff;padding:5px 10px;border-radius:3px;font-size:14px}.carousel-content{padding:15px}.carousel-title{font-size:18px}.carousel-description{font-size:14px;color:#555;margin-bottom:15px}.carousel-button{display:inline-block;background-color:var(--primary-color);color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px}.carousel-button:hover{background-color:var(--primary-color)}.rcw-custom-carousel{width:300px;height:auto;margin:auto}.rcw-message.rcw-custom-carousel{background:none;box-shadow:none}.absolute{position:relative}.user-container{display:flex;flex-direction:column;align-items:center;max-width:400px;margin:auto}.user-form{background:#ffffffb3;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px;width:100%;display:flex;flex-direction:column;gap:12px}.input-group{display:flex;flex-direction:column}.input-group label{font-size:13px;font-weight:700;color:#6b7280;margin-bottom:5px}.input-group input{padding:10px;border-radius:8px;border:1px solid #d1d5db;font-size:16px;outline:none;transition:border .3s}.input-group input:focus{border-color:#201658}.error{color:#ef4444;font-size:13px;margin-top:5px}.submit-button{margin-top:15px;padding:10px;background:var(--primary-color);color:#fff;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:.3s}.submit-button:hover{background:#4338ca}.user-card{background:#ffffffb3;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:28px;max-width:400px;width:100%;transition:all .4s ease-in-out;position:relative}.info-group{display:flex;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.info-group:last-child{border-bottom:none}.icon-wrapper{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000d}.icon-wrapper svg{color:#374151;width:24px;height:24px}.text-group label{font-size:13px;color:#6b7280;font-weight:700;text-transform:uppercase;letter-spacing:.6px;display:block}.text-group p{color:#1f2937;font-size:16px;font-weight:600}.expandable-content{transition:opacity .4s ease-in-out,transform .4s ease-in-out;opacity:0;height:0;overflow:hidden;transform:translateY(-10px)}.expandable-content.visible{opacity:1;height:auto;display:block;transform:translateY(0)}.expand-button{width:100%;margin-top:20px;padding:14px 0;border-top:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#6b7280;cursor:pointer;background:none;border:none;transition:all .3s ease-in-out}.expand-button:hover{color:#374151;transform:scale(1.05)}.expand-button svg{margin-left:6px;width:18px;height:18px;transition:transform .3s ease-in-out}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 15px #0000001a,0 1px 2px #0000001a,inset 0 2px #201657;border:1px solid #f3f4f6;padding:1.5rem;max-width:24rem}.title{font-size:1.25rem;font-weight:300;color:#1f2937;margin-bottom:1rem}.formGroup{display:flex;flex-direction:column;gap:1rem}.input{width:90%;font-size:15px;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb;transition:all .2s ease-in-out}.input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f633}.input::placeholder{color:#9ca3af}.button{width:100%;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;border:none;cursor:pointer}.button:not(:disabled){background-color:var(--primary-color);color:#fff}.button:not(:disabled):hover{background-color:#2563eb}.button:not(:disabled):active{background-color:#1d4ed8}.button:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.rcw-timestamp{font-size:10px;margin-top:5px}.rcw-client .status{align-self:flex-end}.has-status .status{position:relative;display:flex}.has-status .status .rcw-timestamp{align-self:flex-start}.has-status .rcw-timestamp{margin-right:5px}.icon-status{display:inline-block;width:10px;height:10px;margin-top:2.5px}.icon-status img{height:100%;width:100%}.status-explained{font-size:10px}.status-explained.can-retry{cursor:pointer}.status-explained.error{color:#ef5350}.rcw-toolbar{display:flex}.rcw-toolbar .rcw-toolbar-btns{display:none;align-items:center}.rcw-toolbar .rcw-toolbar-btns button{height:26px;width:26px;border-radius:50%;border:none;background:#f0f0f0;cursor:pointer}.rcw-toolbar:hover .rcw-toolbar-btns{display:flex}.rcw-toolbar.rcw-toolbar-response,.rcw-toolbar.rcw-toolbar-system{flex-direction:row}.rcw-toolbar.rcw-toolbar-response .rcw-toolbar-btns button,.rcw-toolbar.rcw-toolbar-system .rcw-toolbar-btns button{margin-left:4px}.rcw-toolbar.rcw-toolbar-response .rcw-toolbar-btns button:first-child,.rcw-toolbar.rcw-toolbar-system .rcw-toolbar-btns button:first-child{margin-left:10px}.rcw-toolbar.rcw-toolbar-client{flex-direction:row-reverse}.rcw-toolbar.rcw-toolbar-client .rcw-toolbar-btns button{margin-right:4px}.rcw-toolbar.rcw-toolbar-client .rcw-toolbar-btns button:last-child{margin-right:10px}.rcw-menus{z-index:10000!important}.rcw-menus .MuiMenuItem-root img{height:1em;width:1em;margin-right:.5em}.rcw-message{margin:10px;display:flex;white-space:pre-wrap;word-wrap:break-word}.rcw-message-client{flex-direction:row-reverse}.rcw-client{display:flex;flex-direction:column;margin-left:auto;align-items:flex-end}.rcw-client .rcw-message-text{background-color:var(--message-client-color);border-radius:10px;max-width:215px;padding:15px;text-align:left;color:var(--message-client-text-color)}.rcw-response,.rcw-system{display:flex;flex-direction:column;align-items:flex-start}.rcw-response .rcw-message-text,.rcw-system .rcw-message-text{background-color:var(--message-response-color);border-radius:10px;max-width:215px;padding:15px;text-align:left;color:var(--message-response-text-color);box-shadow:0 4px 15px #0000001a,0 1px 2px #0000001a,inset 0 2px 0 var(--primary-color)}.rcw-message-text{white-space:pre-wrap;word-wrap:break-word}.rcw-message-text p{margin:0}.rcw-message-text img,.rcw-message-text video{width:100%;object-fit:contain}.rcw-message-text.is-attachment{margin-top:5px}.rcw-message-text .reply-section{position:relative;border-radius:3px;margin-bottom:10px}.rcw-message-text .reply-section .rcw-message-reply-bar{position:absolute;display:inline-block;width:2px;height:100%;left:0}.rcw-message-text .reply-section .rcw-message-reply-content{padding:5px 10px;margin-right:auto}.rcw-message-text .reply-section.rcw-client{background:#00bfff}.rcw-message-text .reply-section.rcw-client .rcw-message-reply-bar{background:#073980}.rcw-message-text .reply-section.rcw-response,.rcw-message-text .reply-section.rcw-system{background:#ddd}.rcw-message-text .reply-section.rcw-response .rcw-message-reply-bar,.rcw-message-text .reply-section.rcw-system .rcw-message-reply-bar{background:#007fff}.rcw-message-text .reply-section .rcw-message-reply-content .reply-content-preview{height:24px}.rcw-avatar{width:40px;height:40px;border-radius:100%;margin-right:10px}.rcw-avatar-client{margin:0 0 0 10px}.rcw-snippet{background-color:#f4f7f9;border-radius:10px;max-width:215px;padding:15px;text-align:left}.rcw-snippet-title{margin:0}.rcw-snippet-details{border-left:2px solid #35e65d;margin-top:5px;padding-left:10px}.rcw-link{font-size:12px}.rcw-client .rcw-message-custom{background-color:var(--message-client-color);border-radius:10px;max-width:215px;padding:15px;text-align:left;color:var(--message-client-text-color)}.rcw-response .rcw-message-custom,.rcw-system .rcw-message-custom{background-color:var(--message-response-color);border-radius:10px;max-width:215px;padding:15px;text-align:left;color:var(--message-response-text-color);box-shadow:0 4px 15px #0000001a,0 1px 2px #0000001a,inset 0 2px #ff980080}.rcw-message-custom{min-width:200px;min-height:50px}.quick-button{background:none;border-radius:15px;border:2px solid var(--primary-color);font-weight:600;padding:5px 10px;cursor:pointer;outline:0}.quick-button:active{background:var(--primary-color);color:#fff}.rcw-conversation-container{font-family:Poppins,serif;font-weight:200;font-style:normal;font-size:var(--font-size-base)}.rcw-conversation-container .rcw-header{background-color:var(--primary-color);border-radius:10px 10px 0 0;color:#fff;display:flex;flex-direction:column;text-align:center;padding:var(--header-padding-top, 5px) 0 var(--header-padding-bottom, 5px)}.rcw-conversation-container .rcw-header .avatar{width:40px;height:40px}.rcw-conversation-container .rcw-header .popup-container{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.rcw-conversation-container .rcw-header .popup-container .popup{position:absolute;z-index:1001;border-radius:2px;background-color:#fff;color:#000;box-shadow:0 1px 4px 2px #0003;height:fit-content;min-height:50px;min-width:100px}.rcw-conversation-container .rcw-title{font-size:small;font-weight:500;padding:10px 0;margin:0 65px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rcw-conversation-container .rcw-subtitle{font-size:14px;font-weight:300;margin:0;padding:0}.rcw-conversation-container .buttons{display:flex;position:absolute;right:5px;top:10px}.rcw-conversation-container .buttons .rcw-menu-button{background-color:var(--primary-color);border:0;padding:0;display:block;width:30px;cursor:pointer}.rcw-conversation-container .buttons .menu-popup{position:absolute;margin:0;padding:0;list-style-type:none;top:20px;right:40px;width:max-content;border-radius:2px;background-color:var(--primary-color);box-shadow:0 1px 4px 2px #0003;z-index:1001;color:#fff}.rcw-conversation-container .buttons .menu-popup li.menu-item{text-align:left;padding:5px 10px;display:flex;align-items:center;cursor:pointer}.rcw-conversation-container .buttons .menu-popup li.menu-item:hover{background-color:#fa0004e0}.rcw-conversation-container .buttons .menu-popup li.menu-item.has-submenu{position:relative}.rcw-conversation-container .buttons .menu-popup li.menu-item.has-submenu .menu-submenu{display:none}.rcw-conversation-container .buttons .menu-popup li.menu-item.has-submenu:hover .menu-submenu{display:block}.rcw-conversation-container .buttons .menu-popup li.menu-item img{width:24px;height:24px}.rcw-conversation-container .buttons .menu-popup li.menu-item span{font-size:12px;margin-left:5px}.rcw-conversation-container .buttons .menu-popup li.menu-item .menu-submenu{position:absolute;margin:0;padding:0;list-style-type:none;right:40px;width:100px;left:95px;border-radius:2px;background-color:#fff;color:#000;box-shadow:0 1px 4px 2px #0003;z-index:1002}.rcw-conversation-container .buttons .menu-popup li.menu-item .menu-submenu li{text-align:left;padding:5px 10px;display:flex;align-items:center;cursor:pointer}.rcw-conversation-container .buttons .menu-popup li.menu-item .menu-submenu li:hover{background-color:#eee}.rcw-conversation-container .buttons .menu-popup .right-anchor{position:absolute;right:10px}.rcw-conversation-container .buttons .rcw-close-button{background-color:var(--primary-color);border:0;padding:0;display:block;width:30px;cursor:pointer}.rcw-conversation-container .avatar{height:40px;border-radius:100%;margin-right:10px;vertical-align:middle}.rcw-conversation-container .rcw-user{display:flex;text-align:left;margin-left:10px;padding:5px 0}.rcw-conversation-container .rcw-user .avatar{position:relative;border:2px solid #ffffff}.rcw-conversation-container .rcw-user .avatar img{width:100%;height:100%;border-radius:100%}.rcw-conversation-container .rcw-user .avatar>.status{width:13px;height:13px;position:absolute;border-radius:100%;border:1px solid #ffffff;bottom:-3px;right:-3px}.rcw-conversation-container .rcw-user .avatar>.status.status-online{background-color:#449d44}.rcw-conversation-container .rcw-user .avatar>.status.status-offline{background-color:gray}.rcw-conversation-container .rcw-user .avatars{position:relative}.rcw-conversation-container .rcw-user .avatars .avatar{display:inline-block}.rcw-conversation-container .rcw-user .avatars .avatar.in-avatars:not(:first-child){margin-left:-25px}.rcw-conversation-container .rcw-user>.info{display:flex;flex-direction:column}.rcw-conversation-container .rcw-user>.info>.name{font-size:15px}.rcw-conversation-container .rcw-user>.info>.message{font-size:12px;margin-top:5px}.rcw-full-screen .rcw-header{border-radius:0;flex-shrink:0;position:relative}.rcw-full-screen .rcw-title{padding:0 0 15px}.rcw-full-screen .buttons{display:flex;position:absolute;right:5px;top:10px}.rcw-full-screen .buttons .rcw-menu-button,.rcw-full-screen .buttons .rcw-close-button{background-color:var(--primary-color);border:0;padding:0;display:block;width:30px;cursor:pointer}.rcw-full-screen .rcw-close{width:20px;height:20px}@media screen and (max-width: 800px){.rcw-conversation-container .rcw-header{border-radius:0;flex-shrink:0;position:relative}.rcw-conversation-container .rcw-title{padding:0 0 15px}.rcw-conversation-container .buttons{display:flex;position:absolute;right:5px;top:10px}.rcw-conversation-container .buttons .rcw-menu-button,.rcw-conversation-container .buttons .rcw-close-button{background-color:var(--primary-color);border:0;padding:0;display:block;width:30px;cursor:pointer}.rcw-conversation-container .rcw-close{width:20px;height:20px}}.rcw-loader{margin:10px;display:none}.rcw-loader.active{display:flex}.rcw-loader-container{background-color:#f4f7f9;border-radius:10px;padding:15px;max-width:215px;text-align:left}.rcw-loader-dots{display:inline-block;height:4px;width:4px;border-radius:50%;background:#ba92bc;margin-right:2px;animation:bounce .5s ease infinite alternate}.rcw-loader-dots:nth-child(1){animation-delay:.2s}.rcw-loader-dots:nth-child(2){animation-delay:.3s}.rcw-loader-dots:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(5px)}}.rcw-suggestions .rcw-suggestion{display:block;width:fit-content;padding:10px;border-radius:15px;text-align:center;box-shadow:0 1px 4px #0003;cursor:pointer}.rcw-suggestions .rcw-suggestion+.rcw-suggestion{margin-top:10px}.rcw-suggestions .rcw-suggestion.align-right{margin-left:auto;margin-right:18px}.rcw-suggestions .rcw-suggestion.align-bottom{margin-left:auto;margin-right:auto;white-space:nowrap;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis}.rcw-suggestions .rcw-suggestion.align-bottom img{height:1em;width:auto}.rcw-suggestions .rcw-suggestion:last-child{margin-bottom:20px}.rcw-messages-container{background-color:#fff;padding-top:10px;flex-grow:1;overflow-y:scroll;overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.rcw-full-screen .rcw-messages-container{height:100%;max-height:none}@media screen and (max-width: 800px){.rcw-messages-container{height:100%;max-height:none}}.rcw-micro{background:#f4f7f9;border:0;cursor:pointer;display:none}.rcw-micro.active{color:#35e65d}.rcw-micro .rcw-micro-icon{height:25px}.rcw-sender{background-color:#f4f7f9;display:flex;height:max-content;max-height:95px;min-height:45px;overflow:hidden;padding:10px;position:relative;align-items:stretch}.rcw-sender.expand{height:55px}.rcw-new-message{background-color:#fff;border:0;border-radius:5px;padding:10px 5px;resize:none;width:calc(100% - 50px);overflow-y:auto}.rcw-new-message:focus{outline:none}.rcw-new-message.expand{height:40px}.rcw-new-message.rcw-message-disable .rcw-input{display:none}.rcw-new-message.rcw-message-disable .rcw-input-fake{display:block}.rcw-picker-icon{opacity:.8;width:24px;height:24px}.rcw-input-placeholder{position:absolute;color:#00000080;opacity:0}.rcw-input-placeholder.show{opacity:1}.rcw-input{display:block;line-height:20px;max-height:78px;width:100%;-webkit-user-select:text;user-select:text;white-space:pre-wrap;word-wrap:break-word}.rcw-input:focus-visible{outline:none}.rcw-input[placeholder]:empty:before{content:attr(placeholder);color:#ba92bc}.rcw-input-fake{display:none}.rcw-send,.rcw-picker-btn{background:#f4f7f9;border:0;cursor:pointer}.rcw-send.active,.rcw-picker-btn.active{color:#35e65d}.rcw-send .rcw-send-icon,.rcw-picker-btn .rcw-send-icon{height:30px}.rcw-message-disable{background-color:#ba92bc4d;cursor:not-allowed}@media screen and (max-width: 800px){.rcw-sender{border-radius:0;flex-shrink:0}}.rcw-input:before{content:attr(data-placeholder);color:gray;pointer-events:none;position:absolute}.rcw-input:not(:empty):before{content:""}.quick-buttons-container{background:#fff;white-space:nowrap}.quick-buttons-container .quick-buttons{list-style:none;padding:0;margin:0;text-align:center}.quick-buttons-container .quick-buttons .quick-list-button{display:inline-block;margin-right:10px}@media screen and (max-width: 800px){.quick-buttons-container{padding-bottom:15px}}.rcw-sender-context .rcw-sender-context-reply{position:relative;background:#ccc;margin:10px;padding:10px;border-radius:5px}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-bar{position:absolute;display:inline-block;width:2px;height:calc(100% - 20px);background:#007fff}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-close{position:absolute;top:10px;right:10px;font-size:24px;border:0;background:transparent;cursor:pointer}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-content{display:flex;margin-left:12px}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-content .reply-content-body.has-preview{margin-left:10px}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-content .reply-content-header{font-size:small}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-content .reply-content-header img{height:12px;width:12px;margin-right:8px}.rcw-sender-context .rcw-sender-context-reply .rcw-sender-context-reply-content .reply-content-preview{width:30px;height:30px;align-self:center}.rcw-conversation-container{border-radius:10px;box-shadow:0 2px 10px 1px #b5b5b5;position:relative;width:400px;height:300px;display:flex;flex-direction:column}.rcw-conversation-container.active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.rcw-conversation-container.hidden{z-index:-1;pointer-events:none;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.rcw-conversation-container .copyright{border:#201658;position:relative;height:0px;z-index:1;width:100%;text-align:center;font-size:8px;color:#201658;display:flex;justify-content:center;align-items:center}.rcw-conversation-container .copyright-border{padding-bottom:.5rem;background-color:#f4f7f9}.rcw-conversation-container.outside-bottom{bottom:-10px}.rcw-conversation-xy-resizer{position:absolute;top:0;left:0;width:15px;height:15px;cursor:nw-resize}.rcw-conversation-x-resizer{position:absolute;top:15px;left:0;width:8px;height:calc(100% - 15px);cursor:col-resize}.rcw-conversation-y-resizer{position:absolute;top:0;left:15px;width:calc(100% - 15px);height:8px;cursor:row-resize}.rcw-full-screen .rcw-conversation-container{display:flex;flex-direction:column;height:100%!important;width:100%!important}@media screen and (max-width: 800px){.rcw-conversation-container{display:flex;flex-direction:column;height:100%!important;width:100%!important}}.rcw-file-picker{display:none;overflow-x:scroll;white-space:nowrap}.rcw-file-picker.show{display:block;padding-top:10px;padding-left:10px;padding-right:10px;border-top:1px solid rgba(0,0,0,.1)}.rcw-file-picker .rcw-file-input{display:none}.rcw-file-picker .rcw-file{display:inline-block;position:relative;height:68px}.rcw-file-picker .rcw-file img.rcw-file-icon{height:50px;width:100%}.rcw-file-picker .rcw-file div.rcw-file-name{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rcw-file-picker .rcw-file button.rcw-file-remove{width:20px;height:20px;position:absolute;padding:0;border:0;background:#ccc;border-radius:100%;right:0;top:0;cursor:pointer}.rcw-file-picker .rcw-file button.rcw-file-remove img,.rcw-file-picker .rcw-file button.rcw-file-remove video{height:100%}.rcw-file-picker .rcw-file+.rcw-file{margin-left:10px}.rcw-file-picker .rcw-file-type-unknown{width:50px}.rcw-file-picker .rcw-file-type-unknown button.rcw-file-remove{top:-5px}.rcw-file-picker .rcw-file-type-image img,.rcw-file-picker .rcw-file-type-image video,.rcw-file-picker .rcw-file-type-video img,.rcw-file-picker .rcw-file-type-video video{height:50px}.rcw-file-picker .rcw-file-type-image button.rcw-file-remove,.rcw-file-picker .rcw-file-type-video button.rcw-file-remove{top:-8px;right:-8px}.rcw-file-picker .rcw-file-add{width:50px}.rcw-file-picker .rcw-file-add button{border:1px solid rgba(0,0,0,.1);cursor:pointer;width:50px}.rcw-file-picker .rcw-file-add button img.rcw-file-icon{height:47px}.rcw-emoji-picker{position:absolute;width:90%;margin-left:auto;margin-right:auto;left:0;right:0;z-index:1}.rcw-emoji-picker .EmojiPickerReact{max-width:440px}.rcw-emoji-picker .emoji-mart-preview{display:none}.rcw-launcher .rcw-badge{position:fixed;top:-10px;right:-5px;background-color:red;color:#fff;width:25px;height:25px;text-align:center;line-height:25px;border-radius:50%;z-index:1}@-webkit-keyframes rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@-moz-keyframes rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@-webkit-keyframes rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@-moz-keyframes rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@-moz-keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.rcw-launcher{-webkit-animation-delay:0;-webkit-animation-duration:.5s;-webkit-animation-name:slide-in;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:slide-in;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:slide-in;animation-fill-mode:forwards;align-self:flex-end;background-color:var(--primary-color);border:0;border-radius:50%;box-shadow:0 2px 10px 1px #b5b5b5;height:60px;margin-top:10px;cursor:pointer;width:60px}.rcw-launcher:focus{outline:none}.rcw-launcher.default-launcher{box-shadow:0 2px 4px #0003}.rcw-launcher:not(.default-launcher):not(.rcw-hide-sm){background-color:var(--primary-color)}.rcw-open-launcher{-webkit-animation-delay:0;-webkit-animation-duration:.5s;-webkit-animation-name:rotation-rl;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:rotation-rl;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:rotation-rl;animation-fill-mode:forwards;height:60px;width:60px;margin-left:-6px;display:flex;align-items:center;justify-content:center}.rcw-open-launcher img{width:50px;height:50px}.rcw-open-launcher.default-launcher img{width:34px;height:34px}.rcw-close-launcher{width:20px;-webkit-animation-delay:0;-webkit-animation-duration:.5s;-webkit-animation-name:rotation-lr;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:rotation-lr;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:rotation-lr;animation-fill-mode:forwards}@media screen and (max-width: 800px){.rcw-launcher{bottom:0;margin:20px;position:fixed;right:0}.rcw-hide-sm{display:none}}.rcw-popup{font-family:Poppins,serif;font-weight:200;font-style:normal;position:fixed;width:300px;bottom:calc(var(--anchor-bottom, 20px) + 60px);right:var(--anchor-right, 20px)}.rcw-popup .close-container{text-align:right}.rcw-popup .close-container .close-btn{cursor:pointer;background-color:#e5e5e5;width:25px;height:25px;border-radius:50%;border:none;font-size:large;opacity:.5}.rcw-popup p{box-shadow:0 5px 30px #00000026;padding:10px 15px;margin-left:auto;border-radius:30px;text-align:center;width:fit-content;background-color:#fff}.rcw-previewer-container{width:100vw;height:100vh;background:#000000bf;overflow:hidden;position:fixed;z-index:9999;left:0;top:0}.rcw-previewer-container .rcw-previewer-image{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;transition:all .3s ease}.rcw-previewer-container .rcw-previewer-tools{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;justify-content:center;align-items:center}.rcw-previewer-container .rcw-previewer-button{padding:0;margin:16px;box-shadow:0 3px 8px #0000004d;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;outline:none;background-color:#000;border:none}.rcw-previewer-container .rcw-previewer-close-button{position:absolute;right:0;top:0}.rcw-previewer-container .rcw-previewer-veil{width:100%;height:100%;overflow:scroll;position:relative}body{font-family:Poppins,serif;font-weight:200;font-style:normal}.rcw-widget-container{bottom:0;display:flex;flex-direction:column;margin:0 var(--anchor-right, 20px) var(--anchor-bottom, 20px) 0;position:fixed;right:0;z-index:9999}.rcw-full-screen{height:100vh!important;margin:0;max-width:none;width:100%!important}@media screen and (max-width: 800px){.rcw-widget-container{height:100%;height:100vh!important;margin:0;max-width:none;width:100%!important}}.rcw-previewer .rcw-message-img{cursor:pointer}.rcw-close-widget-container{height:max-content;width:max-content}.rcw-close-widget-container:not(.rcw-full-screen){height:max-content!important;width:max-content!important}
